2023-12-07T15:36:38.567 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-07T15:36:38.568 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482150 --name gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi --description orch:cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/off mon_election/connectivity} --verbose --owner scheduled_gabrioux@teuthology -- /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482150/orig.config.yaml 2023-12-07T15:36:38.599 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T15:36:38.682 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482150 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: '7482150' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2023-12-07_15:07:54-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: smithi042.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi178.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-07_15:07:54 tube: smithi user: gabrioux verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-07T15:36:38.682 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-07T15:36:38.683 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa/tasks 2023-12-07T15:36:38.683 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-07T15:36:38.685 INFO:teuthology.task.internal:Checking packages... 2023-12-07T15:36:38.710 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'e6605fb8725c25c4838cef6a39f30df73f1ed149' 2023-12-07T15:36:38.710 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-07T15:36:38.710 INFO:teuthology.packaging:ref: None 2023-12-07T15:36:38.710 INFO:teuthology.packaging:tag: None 2023-12-07T15:36:38.710 INFO:teuthology.packaging:branch: wip-guits-testing-2023-12-05-0857 2023-12-07T15:36:38.710 INFO:teuthology.packaging:sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-07T15:36:38.711 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-07T15:36:38.852 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-13-ge6605fb8-1focal 2023-12-07T15:36:38.852 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-07T15:36:38.858 INFO:teuthology.task.internal:no buildpackages task found 2023-12-07T15:36:38.858 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-07T15:36:38.870 INFO:teuthology.task.internal:Saving configuration 2023-12-07T15:36:38.884 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-07T15:36:38.889 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T15:36:38.914 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi042.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482150', '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-07 15:30:16.856841', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-07T15:36:38.938 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi178.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482150', '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-07 15:30:16.858254', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-07T15:36:38.938 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-07T15:36:38.943 INFO:teuthology.task.internal:roles: ubuntu@smithi042.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-07T15:36:38.943 INFO:teuthology.task.internal:roles: ubuntu@smithi178.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-07T15:36:38.943 INFO:teuthology.run_tasks:Running task console_log... 2023-12-07T15:36:39.117 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f87dae240d0>, signals=[15]) 2023-12-07T15:36:39.118 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-07T15:36:39.149 INFO:teuthology.task.internal:Opening connections... 2023-12-07T15:36:39.150 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi042.front.sepia.ceph.com 2023-12-07T15:36:39.154 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:36:39.235 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi178.front.sepia.ceph.com 2023-12-07T15:36:39.235 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:36:39.292 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-07T15:36:39.305 DEBUG:teuthology.orchestra.run.smithi042:> uname -m 2023-12-07T15:36:39.319 INFO:teuthology.orchestra.run.smithi042.stdout:x86_64 2023-12-07T15:36:39.320 DEBUG:teuthology.orchestra.run.smithi042:> cat /etc/os-release 2023-12-07T15:36:39.370 INFO:teuthology.orchestra.run.smithi042.stdout:NAME="Ubuntu" 2023-12-07T15:36:39.370 INFO:teuthology.orchestra.run.smithi042.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-07T15:36:39.370 INFO:teuthology.orchestra.run.smithi042.stdout:ID=ubuntu 2023-12-07T15:36:39.370 INFO:teuthology.orchestra.run.smithi042.stdout:ID_LIKE=debian 2023-12-07T15:36:39.370 INFO:teuthology.orchestra.run.smithi042.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-07T15:36:39.371 INFO:teuthology.orchestra.run.smithi042.stdout:VERSION_ID="20.04" 2023-12-07T15:36:39.371 INFO:teuthology.orchestra.run.smithi042.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-07T15:36:39.371 INFO:teuthology.orchestra.run.smithi042.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-07T15:36:39.371 INFO:teuthology.orchestra.run.smithi042.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-07T15:36:39.371 INFO:teuthology.orchestra.run.smithi042.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-07T15:36:39.371 INFO:teuthology.orchestra.run.smithi042.stdout:VERSION_CODENAME=focal 2023-12-07T15:36:39.371 INFO:teuthology.orchestra.run.smithi042.stdout:UBUNTU_CODENAME=focal 2023-12-07T15:36:39.372 INFO:teuthology.lock.ops:Updating smithi042.front.sepia.ceph.com on lock server 2023-12-07T15:36:39.399 DEBUG:teuthology.orchestra.run.smithi178:> uname -m 2023-12-07T15:36:39.406 INFO:teuthology.orchestra.run.smithi178.stdout:x86_64 2023-12-07T15:36:39.407 DEBUG:teuthology.orchestra.run.smithi178:> cat /etc/os-release 2023-12-07T15:36:39.461 INFO:teuthology.orchestra.run.smithi178.stdout:NAME="Ubuntu" 2023-12-07T15:36:39.461 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-07T15:36:39.461 INFO:teuthology.orchestra.run.smithi178.stdout:ID=ubuntu 2023-12-07T15:36:39.461 INFO:teuthology.orchestra.run.smithi178.stdout:ID_LIKE=debian 2023-12-07T15:36:39.461 INFO:teuthology.orchestra.run.smithi178.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-07T15:36:39.461 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION_ID="20.04" 2023-12-07T15:36:39.462 INFO:teuthology.orchestra.run.smithi178.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-07T15:36:39.462 INFO:teuthology.orchestra.run.smithi178.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-07T15:36:39.462 INFO:teuthology.orchestra.run.smithi178.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-07T15:36:39.462 INFO:teuthology.orchestra.run.smithi178.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-07T15:36:39.462 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION_CODENAME=focal 2023-12-07T15:36:39.462 INFO:teuthology.orchestra.run.smithi178.stdout:UBUNTU_CODENAME=focal 2023-12-07T15:36:39.462 INFO:teuthology.lock.ops:Updating smithi178.front.sepia.ceph.com on lock server 2023-12-07T15:36:39.491 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-07T15:36:39.508 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-07T15:36:39.567 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-07T15:36:39.568 DEBUG:teuthology.orchestra.run.smithi042:> test '!' -e /home/ubuntu/cephtest 2023-12-07T15:36:39.572 DEBUG:teuthology.orchestra.run.smithi178:> test '!' -e /home/ubuntu/cephtest 2023-12-07T15:36:39.579 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-07T15:36:39.594 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-07T15:36:39.594 DEBUG:teuthology.orchestra.run.smithi042:> test -z $(ls -A /var/lib/ceph) 2023-12-07T15:36:39.621 DEBUG:teuthology.orchestra.run.smithi178:> test -z $(ls -A /var/lib/ceph) 2023-12-07T15:36:39.638 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-07T15:36:39.698 INFO:teuthology.run_tasks:Running task kernel... 2023-12-07T15:36:39.721 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-07T15:36:39.721 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-07T15:36:39.722 DEBUG:teuthology.orchestra.run.smithi042:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T15:36:39.722 DEBUG:teuthology.orchestra.run.smithi178:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T15:36:39.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T15:36:39.728 DEBUG:teuthology.orchestra.run.smithi042:> uname -r 2023-12-07T15:36:39.728 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T15:36:39.729 DEBUG:teuthology.orchestra.run.smithi178:> uname -r 2023-12-07T15:36:39.775 INFO:teuthology.orchestra.run.smithi042.stdout:5.4.0-124-generic 2023-12-07T15:36:39.775 INFO:teuthology.task.kernel:Running kernel on smithi042: 5.4.0-124-generic 2023-12-07T15:36:39.775 DEBUG:teuthology.orchestra.run.smithi042:> sudo apt-get clean 2023-12-07T15:36:39.776 INFO:teuthology.orchestra.run.smithi178.stdout:5.4.0-124-generic 2023-12-07T15:36:39.776 INFO:teuthology.task.kernel:Running kernel on smithi178: 5.4.0-124-generic 2023-12-07T15:36:39.776 DEBUG:teuthology.orchestra.run.smithi178:> sudo apt-get clean 2023-12-07T15:36:39.883 DEBUG:teuthology.orchestra.run.smithi178:> sudo apt-get update 2023-12-07T15:36:39.884 DEBUG:teuthology.orchestra.run.smithi042:> sudo apt-get update 2023-12-07T15:36:40.201 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T15:36:40.201 INFO:teuthology.orchestra.run.smithi178.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-07T15:36:40.212 INFO:teuthology.orchestra.run.smithi042.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T15:36:40.212 INFO:teuthology.orchestra.run.smithi042.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-07T15:36:40.251 INFO:teuthology.orchestra.run.smithi042.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-07T15:36:40.257 INFO:teuthology.orchestra.run.smithi178.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-07T15:36:40.598 INFO:teuthology.orchestra.run.smithi042.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-07T15:36:40.611 INFO:teuthology.orchestra.run.smithi178.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-07T15:36:40.682 INFO:teuthology.orchestra.run.smithi042.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-07T15:36:40.684 INFO:teuthology.orchestra.run.smithi178.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-07T15:36:40.824 INFO:teuthology.orchestra.run.smithi042.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-07T15:36:40.824 INFO:teuthology.orchestra.run.smithi178.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-07T15:36:41.027 INFO:teuthology.orchestra.run.smithi042.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-07T15:36:41.159 INFO:teuthology.orchestra.run.smithi042.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-07T15:36:41.201 INFO:teuthology.orchestra.run.smithi178.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-07T15:36:41.216 INFO:teuthology.orchestra.run.smithi178.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-07T15:36:41.217 INFO:teuthology.orchestra.run.smithi042.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-07T15:36:41.225 INFO:teuthology.orchestra.run.smithi178.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-07T15:36:41.225 INFO:teuthology.orchestra.run.smithi178.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-07T15:36:41.226 INFO:teuthology.orchestra.run.smithi178.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-07T15:36:41.231 INFO:teuthology.orchestra.run.smithi042.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-07T15:36:41.232 INFO:teuthology.orchestra.run.smithi042.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-07T15:36:41.295 INFO:teuthology.orchestra.run.smithi178.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-07T15:36:41.302 INFO:teuthology.orchestra.run.smithi178.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-07T15:36:41.302 INFO:teuthology.orchestra.run.smithi042.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-07T15:36:41.302 INFO:teuthology.orchestra.run.smithi042.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-07T15:36:41.309 INFO:teuthology.orchestra.run.smithi178.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-07T15:36:41.309 INFO:teuthology.orchestra.run.smithi178.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-07T15:36:41.312 INFO:teuthology.orchestra.run.smithi042.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-07T15:36:41.312 INFO:teuthology.orchestra.run.smithi042.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-07T15:36:41.312 INFO:teuthology.orchestra.run.smithi178.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-07T15:36:41.322 INFO:teuthology.orchestra.run.smithi178.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-07T15:36:41.322 INFO:teuthology.orchestra.run.smithi178.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-07T15:36:41.323 INFO:teuthology.orchestra.run.smithi178.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-07T15:36:41.328 INFO:teuthology.orchestra.run.smithi042.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-07T15:36:41.338 INFO:teuthology.orchestra.run.smithi042.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-07T15:36:41.350 INFO:teuthology.orchestra.run.smithi042.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-07T15:36:41.351 INFO:teuthology.orchestra.run.smithi042.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-07T15:36:41.400 INFO:teuthology.orchestra.run.smithi178.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-07T15:36:41.400 INFO:teuthology.orchestra.run.smithi178.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-07T15:36:41.407 INFO:teuthology.orchestra.run.smithi178.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-07T15:36:41.422 INFO:teuthology.orchestra.run.smithi042.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-07T15:36:41.422 INFO:teuthology.orchestra.run.smithi042.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-07T15:36:41.427 INFO:teuthology.orchestra.run.smithi042.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-07T15:36:41.505 INFO:teuthology.orchestra.run.smithi178.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-07T15:36:41.527 INFO:teuthology.orchestra.run.smithi042.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-07T15:36:41.571 INFO:teuthology.orchestra.run.smithi178.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-07T15:36:41.591 INFO:teuthology.orchestra.run.smithi042.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-07T15:36:41.934 INFO:teuthology.orchestra.run.smithi178.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-07T15:36:41.939 INFO:teuthology.orchestra.run.smithi178.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-07T15:36:41.941 INFO:teuthology.orchestra.run.smithi178.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-07T15:36:41.949 INFO:teuthology.orchestra.run.smithi178.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-07T15:36:41.950 INFO:teuthology.orchestra.run.smithi042.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-07T15:36:41.950 INFO:teuthology.orchestra.run.smithi178.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-07T15:36:41.956 INFO:teuthology.orchestra.run.smithi042.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-07T15:36:41.963 INFO:teuthology.orchestra.run.smithi042.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-07T15:36:41.966 INFO:teuthology.orchestra.run.smithi042.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-07T15:36:41.967 INFO:teuthology.orchestra.run.smithi042.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-07T15:36:42.207 INFO:teuthology.orchestra.run.smithi178.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-07T15:36:42.232 INFO:teuthology.orchestra.run.smithi042.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-07T15:36:42.245 INFO:teuthology.orchestra.run.smithi178.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-07T15:36:42.259 INFO:teuthology.orchestra.run.smithi178.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-07T15:36:42.260 INFO:teuthology.orchestra.run.smithi178.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-07T15:36:42.262 INFO:teuthology.orchestra.run.smithi178.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-07T15:36:42.262 INFO:teuthology.orchestra.run.smithi178.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-07T15:36:42.262 INFO:teuthology.orchestra.run.smithi178.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-07T15:36:42.262 INFO:teuthology.orchestra.run.smithi178.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-07T15:36:42.264 INFO:teuthology.orchestra.run.smithi178.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-07T15:36:42.270 INFO:teuthology.orchestra.run.smithi042.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-07T15:36:42.283 INFO:teuthology.orchestra.run.smithi042.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-07T15:36:42.284 INFO:teuthology.orchestra.run.smithi042.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-07T15:36:42.285 INFO:teuthology.orchestra.run.smithi042.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-07T15:36:42.286 INFO:teuthology.orchestra.run.smithi042.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-07T15:36:42.287 INFO:teuthology.orchestra.run.smithi042.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-07T15:36:42.287 INFO:teuthology.orchestra.run.smithi042.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-07T15:36:42.289 INFO:teuthology.orchestra.run.smithi178.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-07T15:36:42.313 INFO:teuthology.orchestra.run.smithi042.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-07T15:36:42.315 INFO:teuthology.orchestra.run.smithi042.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-07T15:36:42.454 INFO:teuthology.orchestra.run.smithi178.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-07T15:36:42.479 INFO:teuthology.orchestra.run.smithi042.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-07T15:36:42.638 INFO:teuthology.orchestra.run.smithi178.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-07T15:36:42.642 INFO:teuthology.orchestra.run.smithi042.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-07T15:36:42.661 INFO:teuthology.orchestra.run.smithi178.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-07T15:36:42.693 INFO:teuthology.orchestra.run.smithi042.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-07T15:36:45.153 INFO:teuthology.orchestra.run.smithi178.stdout:Fetched 18.3 MB in 3s (5,655 kB/s) 2023-12-07T15:36:45.201 INFO:teuthology.orchestra.run.smithi042.stdout:Fetched 18.3 MB in 3s (5,640 kB/s) 2023-12-07T15:36:46.510 INFO:teuthology.orchestra.run.smithi178.stdout:Reading package lists... 2023-12-07T15:36:46.535 DEBUG:teuthology.orchestra.run.smithi178:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-07T15:36:46.627 INFO:teuthology.orchestra.run.smithi178.stdout:Reading package lists... 2023-12-07T15:36:46.710 INFO:teuthology.orchestra.run.smithi042.stdout:Reading package lists... 2023-12-07T15:36:46.737 DEBUG:teuthology.orchestra.run.smithi042:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-07T15:36:46.810 INFO:teuthology.orchestra.run.smithi042.stdout:Reading package lists... 2023-12-07T15:36:46.833 INFO:teuthology.orchestra.run.smithi178.stdout:Building dependency tree... 2023-12-07T15:36:46.834 INFO:teuthology.orchestra.run.smithi178.stdout:Reading state information... 2023-12-07T15:36:47.014 INFO:teuthology.orchestra.run.smithi178.stdout:The following additional packages will be installed: 2023-12-07T15:36:47.014 INFO:teuthology.orchestra.run.smithi178.stdout: linux-generic linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-07T15:36:47.015 INFO:teuthology.orchestra.run.smithi178.stdout: linux-headers-generic linux-image-5.4.0-167-generic 2023-12-07T15:36:47.015 INFO:teuthology.orchestra.run.smithi178.stdout: linux-modules-5.4.0-167-generic linux-modules-extra-5.4.0-167-generic 2023-12-07T15:36:47.016 INFO:teuthology.orchestra.run.smithi178.stdout:Suggested packages: 2023-12-07T15:36:47.016 INFO:teuthology.orchestra.run.smithi178.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-12-07T15:36:47.016 INFO:teuthology.orchestra.run.smithi178.stdout:Recommended packages: 2023-12-07T15:36:47.016 INFO:teuthology.orchestra.run.smithi178.stdout: thermald 2023-12-07T15:36:47.020 INFO:teuthology.orchestra.run.smithi042.stdout:Building dependency tree... 2023-12-07T15:36:47.020 INFO:teuthology.orchestra.run.smithi042.stdout:Reading state information... 2023-12-07T15:36:47.072 INFO:teuthology.orchestra.run.smithi178.stdout:The following NEW packages will be installed: 2023-12-07T15:36:47.072 INFO:teuthology.orchestra.run.smithi178.stdout: linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-07T15:36:47.072 INFO:teuthology.orchestra.run.smithi178.stdout: linux-image-5.4.0-167-generic linux-modules-5.4.0-167-generic 2023-12-07T15:36:47.072 INFO:teuthology.orchestra.run.smithi178.stdout: linux-modules-extra-5.4.0-167-generic 2023-12-07T15:36:47.073 INFO:teuthology.orchestra.run.smithi178.stdout:The following packages will be upgraded: 2023-12-07T15:36:47.073 INFO:teuthology.orchestra.run.smithi178.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-07T15:36:47.125 INFO:teuthology.orchestra.run.smithi178.stdout:3 upgraded, 5 newly installed, 0 to remove and 280 not upgraded. 2023-12-07T15:36:47.125 INFO:teuthology.orchestra.run.smithi178.stdout:Need to get 77.0 MB of archives. 2023-12-07T15:36:47.126 INFO:teuthology.orchestra.run.smithi178.stdout:After this operation, 380 MB of additional disk space will be used. 2023-12-07T15:36:47.126 INFO:teuthology.orchestra.run.smithi178.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-07T15:36:47.230 INFO:teuthology.orchestra.run.smithi042.stdout:The following additional packages will be installed: 2023-12-07T15:36:47.230 INFO:teuthology.orchestra.run.smithi042.stdout: linux-generic linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-07T15:36:47.230 INFO:teuthology.orchestra.run.smithi042.stdout: linux-headers-generic linux-image-5.4.0-167-generic 2023-12-07T15:36:47.230 INFO:teuthology.orchestra.run.smithi042.stdout: linux-modules-5.4.0-167-generic linux-modules-extra-5.4.0-167-generic 2023-12-07T15:36:47.231 INFO:teuthology.orchestra.run.smithi042.stdout:Suggested packages: 2023-12-07T15:36:47.231 INFO:teuthology.orchestra.run.smithi042.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-12-07T15:36:47.231 INFO:teuthology.orchestra.run.smithi042.stdout:Recommended packages: 2023-12-07T15:36:47.231 INFO:teuthology.orchestra.run.smithi042.stdout: thermald 2023-12-07T15:36:47.287 INFO:teuthology.orchestra.run.smithi042.stdout:The following NEW packages will be installed: 2023-12-07T15:36:47.287 INFO:teuthology.orchestra.run.smithi042.stdout: linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-07T15:36:47.287 INFO:teuthology.orchestra.run.smithi042.stdout: linux-image-5.4.0-167-generic linux-modules-5.4.0-167-generic 2023-12-07T15:36:47.288 INFO:teuthology.orchestra.run.smithi042.stdout: linux-modules-extra-5.4.0-167-generic 2023-12-07T15:36:47.289 INFO:teuthology.orchestra.run.smithi042.stdout:The following packages will be upgraded: 2023-12-07T15:36:47.289 INFO:teuthology.orchestra.run.smithi042.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-07T15:36:47.453 INFO:teuthology.orchestra.run.smithi178.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-07T15:36:47.471 INFO:teuthology.orchestra.run.smithi042.stdout:3 upgraded, 5 newly installed, 0 to remove and 280 not upgraded. 2023-12-07T15:36:47.471 INFO:teuthology.orchestra.run.smithi042.stdout:Need to get 77.0 MB of archives. 2023-12-07T15:36:47.471 INFO:teuthology.orchestra.run.smithi042.stdout:After this operation, 380 MB of additional disk space will be used. 2023-12-07T15:36:47.471 INFO:teuthology.orchestra.run.smithi042.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-07T15:36:47.575 INFO:teuthology.orchestra.run.smithi178.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-07T15:36:48.064 INFO:teuthology.orchestra.run.smithi178.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-07T15:36:48.064 INFO:teuthology.orchestra.run.smithi178.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-07T15:36:48.064 INFO:teuthology.orchestra.run.smithi178.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-07T15:36:48.161 INFO:teuthology.orchestra.run.smithi178.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-07T15:36:48.171 INFO:teuthology.orchestra.run.smithi178.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-07T15:36:48.610 INFO:teuthology.orchestra.run.smithi042.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-07T15:36:48.832 INFO:teuthology.orchestra.run.smithi178.stdout:Fetched 77.0 MB in 1s (70.6 MB/s) 2023-12-07T15:36:48.931 INFO:teuthology.orchestra.run.smithi042.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-07T15:36:49.025 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package linux-modules-5.4.0-167-generic. 2023-12-07T15:36:50.278 INFO:teuthology.orchestra.run.smithi042.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-07T15:36:50.279 INFO:teuthology.orchestra.run.smithi042.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-07T15:36:50.279 INFO:teuthology.orchestra.run.smithi042.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-07T15:36:50.767 INFO:teuthology.orchestra.run.smithi178.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-07T15:36:50.772 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../0-linux-modules-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-07T15:36:50.847 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:36:51.233 INFO:teuthology.orchestra.run.smithi042.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-07T15:36:51.286 INFO:teuthology.orchestra.run.smithi042.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-07T15:36:52.005 INFO:teuthology.orchestra.run.smithi042.stdout:Fetched 77.0 MB in 4s (19.3 MB/s) 2023-12-07T15:36:52.205 INFO:teuthology.orchestra.run.smithi042.stdout:Selecting previously unselected package linux-modules-5.4.0-167-generic. 2023-12-07T15:36:52.774 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package linux-image-5.4.0-167-generic. 2023-12-07T15:36:52.788 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../1-linux-image-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-07T15:36:52.887 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:36:53.885 INFO:teuthology.orchestra.run.smithi042.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-07T15:36:53.890 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../0-linux-modules-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-07T15:36:53.994 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-167-generic. 2023-12-07T15:36:53.994 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:36:54.007 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-07T15:36:54.044 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:36:55.878 INFO:teuthology.orchestra.run.smithi042.stdout:Selecting previously unselected package linux-image-5.4.0-167-generic. 2023-12-07T15:36:55.895 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../1-linux-image-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-07T15:36:55.979 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:36:57.047 INFO:teuthology.orchestra.run.smithi042.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-167-generic. 2023-12-07T15:36:57.061 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-07T15:36:57.097 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:36:58.633 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../3-linux-generic_5.4.0.167.164_amd64.deb ... 2023-12-07T15:36:58.774 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-07T15:36:59.109 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.167.164_amd64.deb ... 2023-12-07T15:36:59.230 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-image-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-07T15:36:59.566 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package linux-headers-5.4.0-167. 2023-12-07T15:36:59.580 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../5-linux-headers-5.4.0-167_5.4.0-167.184_all.deb ... 2023-12-07T15:36:59.624 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-07T15:37:02.206 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../3-linux-generic_5.4.0.167.164_amd64.deb ... 2023-12-07T15:37:02.321 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-07T15:37:02.675 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.167.164_amd64.deb ... 2023-12-07T15:37:02.800 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-image-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-07T15:37:03.161 INFO:teuthology.orchestra.run.smithi042.stdout:Selecting previously unselected package linux-headers-5.4.0-167. 2023-12-07T15:37:03.175 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../5-linux-headers-5.4.0-167_5.4.0-167.184_all.deb ... 2023-12-07T15:37:03.219 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-07T15:37:04.993 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package linux-headers-5.4.0-167-generic. 2023-12-07T15:37:05.015 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../6-linux-headers-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-07T15:37:05.059 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:37:07.692 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.167.164_amd64.deb ... 2023-12-07T15:37:07.806 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-headers-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-07T15:37:08.165 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:37:09.047 INFO:teuthology.orchestra.run.smithi042.stdout:Selecting previously unselected package linux-headers-5.4.0-167-generic. 2023-12-07T15:37:09.068 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../6-linux-headers-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-07T15:37:09.105 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:37:09.388 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-07T15:37:09.522 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:37:09.648 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:37:10.797 INFO:teuthology.orchestra.run.smithi178.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-167-generic 2023-12-07T15:37:10.797 INFO:teuthology.orchestra.run.smithi178.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-167-generic 2023-12-07T15:37:10.934 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:37:11.884 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.167.164_amd64.deb ... 2023-12-07T15:37:12.006 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-headers-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-07T15:37:12.118 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-image-generic (5.4.0.167.164) ... 2023-12-07T15:37:12.269 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-headers-generic (5.4.0.167.164) ... 2023-12-07T15:37:12.379 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-generic (5.4.0.167.164) ... 2023-12-07T15:37:12.383 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:37:12.489 INFO:teuthology.orchestra.run.smithi178.stdout:Processing triggers for linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:37:12.556 INFO:teuthology.orchestra.run.smithi178.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-07T15:37:12.557 INFO:teuthology.orchestra.run.smithi178.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-167-generic 2023-12-07T15:37:13.654 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-07T15:37:13.780 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:37:13.906 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:37:15.118 INFO:teuthology.orchestra.run.smithi042.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-167-generic 2023-12-07T15:37:15.119 INFO:teuthology.orchestra.run.smithi042.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-167-generic 2023-12-07T15:37:15.291 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:37:16.526 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-image-generic (5.4.0.167.164) ... 2023-12-07T15:37:16.652 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-headers-generic (5.4.0.167.164) ... 2023-12-07T15:37:16.798 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-generic (5.4.0.167.164) ... 2023-12-07T15:37:16.947 INFO:teuthology.orchestra.run.smithi042.stdout:Processing triggers for linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:37:17.014 INFO:teuthology.orchestra.run.smithi042.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-07T15:37:17.014 INFO:teuthology.orchestra.run.smithi042.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-167-generic 2023-12-07T15:37:35.609 INFO:teuthology.orchestra.run.smithi178.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-07T15:37:35.609 INFO:teuthology.orchestra.run.smithi178.stdout:Sourcing file `/etc/default/grub' 2023-12-07T15:37:35.623 INFO:teuthology.orchestra.run.smithi178.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-07T15:37:35.652 INFO:teuthology.orchestra.run.smithi178.stdout:Generating grub configuration file ... 2023-12-07T15:37:35.944 INFO:teuthology.orchestra.run.smithi178.stdout:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-07T15:37:35.968 INFO:teuthology.orchestra.run.smithi178.stdout:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-07T15:37:36.339 INFO:teuthology.orchestra.run.smithi178.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-07T15:37:36.351 INFO:teuthology.orchestra.run.smithi178.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-07T15:37:39.034 INFO:teuthology.orchestra.run.smithi178.stdout:done 2023-12-07T15:37:39.303 INFO:teuthology.orchestra.run.smithi042.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-07T15:37:39.304 INFO:teuthology.orchestra.run.smithi042.stdout:Sourcing file `/etc/default/grub' 2023-12-07T15:37:39.313 INFO:teuthology.orchestra.run.smithi042.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-07T15:37:39.338 INFO:teuthology.orchestra.run.smithi042.stdout:Generating grub configuration file ... 2023-12-07T15:37:39.480 DEBUG:teuthology.orchestra.run.smithi178:> dpkg -s linux-image-generic 2023-12-07T15:37:39.527 INFO:teuthology.orchestra.run.smithi178.stdout:Package: linux-image-generic 2023-12-07T15:37:39.527 INFO:teuthology.orchestra.run.smithi178.stdout:Status: install ok installed 2023-12-07T15:37:39.527 INFO:teuthology.orchestra.run.smithi178.stdout:Priority: optional 2023-12-07T15:37:39.527 INFO:teuthology.orchestra.run.smithi178.stdout:Section: kernel 2023-12-07T15:37:39.527 INFO:teuthology.orchestra.run.smithi178.stdout:Installed-Size: 20 2023-12-07T15:37:39.528 INFO:teuthology.orchestra.run.smithi178.stdout:Maintainer: Ubuntu Kernel Team 2023-12-07T15:37:39.528 INFO:teuthology.orchestra.run.smithi178.stdout:Architecture: amd64 2023-12-07T15:37:39.528 INFO:teuthology.orchestra.run.smithi178.stdout:Source: linux-meta 2023-12-07T15:37:39.528 INFO:teuthology.orchestra.run.smithi178.stdout:Version: 5.4.0.167.164 2023-12-07T15:37:39.528 INFO:teuthology.orchestra.run.smithi178.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-07T15:37:39.528 INFO:teuthology.orchestra.run.smithi178.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-07T15:37:39.528 INFO:teuthology.orchestra.run.smithi178.stdout:Recommends: thermald 2023-12-07T15:37:39.528 INFO:teuthology.orchestra.run.smithi178.stdout:Description: Generic Linux kernel image 2023-12-07T15:37:39.528 INFO:teuthology.orchestra.run.smithi178.stdout: This package will always depend on the latest generic kernel image 2023-12-07T15:37:39.528 INFO:teuthology.orchestra.run.smithi178.stdout: available. 2023-12-07T15:37:39.529 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-167-generic 2023-12-07T15:37:39.529 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-07T15:37:39.529 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-07T15:37:39.529 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2023-12-07T15:37:39.529 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi178.front.sepia.ceph.com, path=None, version=distro) 2023-12-07T15:37:39.529 DEBUG:teuthology.orchestra.run.smithi178:> sudo apt-get clean 2023-12-07T15:37:39.601 DEBUG:teuthology.orchestra.run.smithi178:> sudo apt-get update 2023-12-07T15:37:39.651 INFO:teuthology.orchestra.run.smithi042.stdout:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-07T15:37:39.676 INFO:teuthology.orchestra.run.smithi042.stdout:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-07T15:37:39.732 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T15:37:39.742 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-07T15:37:39.762 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-07T15:37:39.849 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-07T15:37:40.127 INFO:teuthology.orchestra.run.smithi042.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-07T15:37:40.139 INFO:teuthology.orchestra.run.smithi042.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-07T15:37:41.489 INFO:teuthology.orchestra.run.smithi178.stdout:Reading package lists... 2023-12-07T15:37:41.514 DEBUG:teuthology.orchestra.run.smithi178:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-07T15:37:41.581 INFO:teuthology.orchestra.run.smithi178.stdout:Reading package lists... 2023-12-07T15:37:41.792 INFO:teuthology.orchestra.run.smithi178.stdout:Building dependency tree... 2023-12-07T15:37:41.793 INFO:teuthology.orchestra.run.smithi178.stdout:Reading state information... 2023-12-07T15:37:42.023 INFO:teuthology.orchestra.run.smithi178.stdout:linux-image-generic is already the newest version (5.4.0.167.164). 2023-12-07T15:37:42.023 INFO:teuthology.orchestra.run.smithi178.stdout:0 upgraded, 0 newly installed, 0 to remove and 280 not upgraded. 2023-12-07T15:37:42.025 DEBUG:teuthology.orchestra.run.smithi178:> dpkg -s linux-image-generic 2023-12-07T15:37:42.048 INFO:teuthology.orchestra.run.smithi178.stdout:Package: linux-image-generic 2023-12-07T15:37:42.048 INFO:teuthology.orchestra.run.smithi178.stdout:Status: install ok installed 2023-12-07T15:37:42.048 INFO:teuthology.orchestra.run.smithi178.stdout:Priority: optional 2023-12-07T15:37:42.048 INFO:teuthology.orchestra.run.smithi178.stdout:Section: kernel 2023-12-07T15:37:42.048 INFO:teuthology.orchestra.run.smithi178.stdout:Installed-Size: 20 2023-12-07T15:37:42.048 INFO:teuthology.orchestra.run.smithi178.stdout:Maintainer: Ubuntu Kernel Team 2023-12-07T15:37:42.048 INFO:teuthology.orchestra.run.smithi178.stdout:Architecture: amd64 2023-12-07T15:37:42.048 INFO:teuthology.orchestra.run.smithi178.stdout:Source: linux-meta 2023-12-07T15:37:42.048 INFO:teuthology.orchestra.run.smithi178.stdout:Version: 5.4.0.167.164 2023-12-07T15:37:42.048 INFO:teuthology.orchestra.run.smithi178.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-07T15:37:42.048 INFO:teuthology.orchestra.run.smithi178.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-07T15:37:42.048 INFO:teuthology.orchestra.run.smithi178.stdout:Recommends: thermald 2023-12-07T15:37:42.048 INFO:teuthology.orchestra.run.smithi178.stdout:Description: Generic Linux kernel image 2023-12-07T15:37:42.048 INFO:teuthology.orchestra.run.smithi178.stdout: This package will always depend on the latest generic kernel image 2023-12-07T15:37:42.048 INFO:teuthology.orchestra.run.smithi178.stdout: available. 2023-12-07T15:37:42.049 DEBUG:teuthology.orchestra.run.smithi178:> mktemp 2023-12-07T15:37:42.095 INFO:teuthology.orchestra.run.smithi178.stdout:/tmp/tmp.TUuTEwabUF 2023-12-07T15:37:42.096 DEBUG:teuthology.orchestra.run.smithi178:> sudo cp /boot/grub/grub.cfg /tmp/tmp.TUuTEwabUF 2023-12-07T15:37:42.111 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod 0666 /tmp/tmp.TUuTEwabUF 2023-12-07T15:37:42.143 DEBUG:teuthology.orchestra.remote:smithi178:/tmp/tmp.TUuTEwabUF is 9KB 2023-12-07T15:37:42.158 DEBUG:teuthology.orchestra.run.smithi178:> rm -fr /tmp/tmp.TUuTEwabUF 2023-12-07T15:37:42.165 DEBUG:teuthology.orchestra.run.smithi178:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-07T15:37:42.220 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2023-12-07T15:37:42.220 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-07T15:37:42.221 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-07T15:37:42.260 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-167-generic 2023-12-07T15:37:42.260 DEBUG:teuthology.orchestra.run.smithi178:> sudo update-grub 2023-12-07T15:37:42.790 INFO:teuthology.orchestra.run.smithi042.stdout:done 2023-12-07T15:37:43.288 DEBUG:teuthology.orchestra.run.smithi042:> dpkg -s linux-image-generic 2023-12-07T15:37:43.348 INFO:teuthology.orchestra.run.smithi042.stdout:Package: linux-image-generic 2023-12-07T15:37:43.348 INFO:teuthology.orchestra.run.smithi042.stdout:Status: install ok installed 2023-12-07T15:37:43.348 INFO:teuthology.orchestra.run.smithi042.stdout:Priority: optional 2023-12-07T15:37:43.348 INFO:teuthology.orchestra.run.smithi042.stdout:Section: kernel 2023-12-07T15:37:43.348 INFO:teuthology.orchestra.run.smithi042.stdout:Installed-Size: 20 2023-12-07T15:37:43.348 INFO:teuthology.orchestra.run.smithi042.stdout:Maintainer: Ubuntu Kernel Team 2023-12-07T15:37:43.348 INFO:teuthology.orchestra.run.smithi042.stdout:Architecture: amd64 2023-12-07T15:37:43.348 INFO:teuthology.orchestra.run.smithi042.stdout:Source: linux-meta 2023-12-07T15:37:43.348 INFO:teuthology.orchestra.run.smithi042.stdout:Version: 5.4.0.167.164 2023-12-07T15:37:43.348 INFO:teuthology.orchestra.run.smithi042.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-07T15:37:43.348 INFO:teuthology.orchestra.run.smithi042.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-07T15:37:43.349 INFO:teuthology.orchestra.run.smithi042.stdout:Recommends: thermald 2023-12-07T15:37:43.349 INFO:teuthology.orchestra.run.smithi042.stdout:Description: Generic Linux kernel image 2023-12-07T15:37:43.349 INFO:teuthology.orchestra.run.smithi042.stdout: This package will always depend on the latest generic kernel image 2023-12-07T15:37:43.349 INFO:teuthology.orchestra.run.smithi042.stdout: available. 2023-12-07T15:37:43.349 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-167-generic 2023-12-07T15:37:43.349 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-07T15:37:43.349 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-07T15:37:43.349 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2023-12-07T15:37:43.349 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi042.front.sepia.ceph.com, path=None, version=distro) 2023-12-07T15:37:43.349 DEBUG:teuthology.orchestra.run.smithi042:> sudo apt-get clean 2023-12-07T15:37:43.441 DEBUG:teuthology.orchestra.run.smithi042:> sudo apt-get update 2023-12-07T15:37:43.514 INFO:teuthology.orchestra.run.smithi178.stderr:Sourcing file `/etc/default/grub' 2023-12-07T15:37:43.524 INFO:teuthology.orchestra.run.smithi178.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-07T15:37:43.544 INFO:teuthology.orchestra.run.smithi178.stderr:Generating grub configuration file ... 2023-12-07T15:37:43.577 INFO:teuthology.orchestra.run.smithi042.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-07T15:37:43.689 INFO:teuthology.orchestra.run.smithi042.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T15:37:43.771 INFO:teuthology.orchestra.run.smithi042.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-07T15:37:43.773 INFO:teuthology.orchestra.run.smithi178.stderr:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-07T15:37:43.785 INFO:teuthology.orchestra.run.smithi178.stderr:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-07T15:37:43.853 INFO:teuthology.orchestra.run.smithi042.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-07T15:37:44.139 INFO:teuthology.orchestra.run.smithi178.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-07T15:37:44.150 INFO:teuthology.orchestra.run.smithi178.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-07T15:37:45.411 INFO:teuthology.orchestra.run.smithi042.stdout:Reading package lists... 2023-12-07T15:37:45.438 DEBUG:teuthology.orchestra.run.smithi042:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-07T15:37:45.505 INFO:teuthology.orchestra.run.smithi042.stdout:Reading package lists... 2023-12-07T15:37:45.713 INFO:teuthology.orchestra.run.smithi042.stdout:Building dependency tree... 2023-12-07T15:37:45.713 INFO:teuthology.orchestra.run.smithi042.stdout:Reading state information... 2023-12-07T15:37:45.783 INFO:teuthology.orchestra.run.smithi178.stderr:done 2023-12-07T15:37:45.785 DEBUG:teuthology.orchestra.run.smithi178:> sudo shutdown -r now 2023-12-07T15:37:45.944 INFO:teuthology.orchestra.run.smithi042.stdout:linux-image-generic is already the newest version (5.4.0.167.164). 2023-12-07T15:37:45.945 INFO:teuthology.orchestra.run.smithi042.stdout:0 upgraded, 0 newly installed, 0 to remove and 280 not upgraded. 2023-12-07T15:37:45.946 DEBUG:teuthology.orchestra.run.smithi042:> dpkg -s linux-image-generic 2023-12-07T15:37:45.963 INFO:teuthology.orchestra.run.smithi042.stdout:Package: linux-image-generic 2023-12-07T15:37:45.964 INFO:teuthology.orchestra.run.smithi042.stdout:Status: install ok installed 2023-12-07T15:37:45.964 INFO:teuthology.orchestra.run.smithi042.stdout:Priority: optional 2023-12-07T15:37:45.964 INFO:teuthology.orchestra.run.smithi042.stdout:Section: kernel 2023-12-07T15:37:45.964 INFO:teuthology.orchestra.run.smithi042.stdout:Installed-Size: 20 2023-12-07T15:37:45.964 INFO:teuthology.orchestra.run.smithi042.stdout:Maintainer: Ubuntu Kernel Team 2023-12-07T15:37:45.964 INFO:teuthology.orchestra.run.smithi042.stdout:Architecture: amd64 2023-12-07T15:37:45.965 INFO:teuthology.orchestra.run.smithi042.stdout:Source: linux-meta 2023-12-07T15:37:45.965 INFO:teuthology.orchestra.run.smithi042.stdout:Version: 5.4.0.167.164 2023-12-07T15:37:45.965 INFO:teuthology.orchestra.run.smithi042.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-07T15:37:45.965 INFO:teuthology.orchestra.run.smithi042.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-07T15:37:45.965 INFO:teuthology.orchestra.run.smithi042.stdout:Recommends: thermald 2023-12-07T15:37:45.965 INFO:teuthology.orchestra.run.smithi042.stdout:Description: Generic Linux kernel image 2023-12-07T15:37:45.966 INFO:teuthology.orchestra.run.smithi042.stdout: This package will always depend on the latest generic kernel image 2023-12-07T15:37:45.966 INFO:teuthology.orchestra.run.smithi042.stdout: available. 2023-12-07T15:37:45.966 DEBUG:teuthology.orchestra.run.smithi042:> mktemp 2023-12-07T15:37:46.011 INFO:teuthology.orchestra.run.smithi042.stdout:/tmp/tmp.gVaqhjQrXg 2023-12-07T15:37:46.012 DEBUG:teuthology.orchestra.run.smithi042:> sudo cp /boot/grub/grub.cfg /tmp/tmp.gVaqhjQrXg 2023-12-07T15:37:46.029 DEBUG:teuthology.orchestra.run.smithi042:> sudo chmod 0666 /tmp/tmp.gVaqhjQrXg 2023-12-07T15:37:46.111 DEBUG:teuthology.orchestra.remote:smithi042:/tmp/tmp.gVaqhjQrXg is 9KB 2023-12-07T15:37:46.125 DEBUG:teuthology.orchestra.run.smithi042:> rm -fr /tmp/tmp.gVaqhjQrXg 2023-12-07T15:37:46.132 DEBUG:teuthology.orchestra.run.smithi042:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-07T15:37:46.188 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-12-07T15:37:46.188 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-07T15:37:46.189 DEBUG:teuthology.orchestra.run.smithi042:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-07T15:37:46.220 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-167-generic 2023-12-07T15:37:46.220 DEBUG:teuthology.orchestra.run.smithi042:> sudo update-grub 2023-12-07T15:37:47.610 INFO:teuthology.orchestra.run.smithi042.stderr:Sourcing file `/etc/default/grub' 2023-12-07T15:37:47.614 INFO:teuthology.orchestra.run.smithi042.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-07T15:37:47.628 INFO:teuthology.orchestra.run.smithi042.stderr:Generating grub configuration file ... 2023-12-07T15:37:47.860 INFO:teuthology.orchestra.run.smithi042.stderr:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-07T15:37:47.872 INFO:teuthology.orchestra.run.smithi042.stderr:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-07T15:37:48.233 INFO:teuthology.orchestra.run.smithi042.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-07T15:37:48.245 INFO:teuthology.orchestra.run.smithi042.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-07T15:37:49.855 INFO:teuthology.orchestra.run.smithi042.stderr:done 2023-12-07T15:37:49.857 DEBUG:teuthology.orchestra.run.smithi042:> sudo shutdown -r now 2023-12-07T15:38:15.811 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2023-12-07T15:38:15.811 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2023-12-07T15:38:15.812 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:38:19.862 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2023-12-07T15:38:19.863 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2023-12-07T15:38:19.863 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:38:50.342 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.178 2023-12-07T15:38:59.350 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2023-12-07T15:38:59.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:39:02.402 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.178 2023-12-07T15:39:14.414 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2023-12-07T15:39:14.415 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:39:19.870 DEBUG:teuthology.orchestra.remote:timed out 2023-12-07T15:39:28.878 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2023-12-07T15:39:28.879 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:39:29.504 DEBUG:teuthology.orchestra.run.smithi042:> true 2023-12-07T15:39:30.493 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi042.front.sepia.ceph.com' 2023-12-07T15:39:30.493 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.4.0-167-generic"... 2023-12-07T15:39:30.493 DEBUG:teuthology.orchestra.run.smithi042:> uname -r 2023-12-07T15:39:30.499 INFO:teuthology.orchestra.run.smithi042.stdout:5.4.0-167-generic 2023-12-07T15:39:30.500 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-167-generic vs 5.4.0-167-generic 2023-12-07T15:39:30.500 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-07T15:39:30.500 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-07T15:39:31.501 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-12-07T15:39:31.501 DEBUG:teuthology.orchestra.run.smithi042:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T15:39:31.706 INFO:teuthology.orchestra.run.smithi042.stdout:ttyS1 2023-12-07T15:39:31.742 DEBUG:teuthology.parallel:result is None 2023-12-07T15:39:46.249 DEBUG:teuthology.orchestra.run.smithi178:> true 2023-12-07T15:39:46.856 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi178.front.sepia.ceph.com' 2023-12-07T15:39:46.856 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.4.0-167-generic"... 2023-12-07T15:39:46.856 DEBUG:teuthology.orchestra.run.smithi178:> uname -r 2023-12-07T15:39:46.863 INFO:teuthology.orchestra.run.smithi178.stdout:5.4.0-167-generic 2023-12-07T15:39:46.863 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-167-generic vs 5.4.0-167-generic 2023-12-07T15:39:46.863 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-07T15:39:46.863 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-07T15:39:47.864 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-12-07T15:39:47.865 DEBUG:teuthology.orchestra.run.smithi178:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T15:39:47.978 INFO:teuthology.orchestra.run.smithi178.stdout:ttyS1 2023-12-07T15:39:47.998 DEBUG:teuthology.parallel:result is None 2023-12-07T15:39:47.999 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-07T15:39:48.006 INFO:teuthology.task.internal:Creating test directory... 2023-12-07T15:39:48.006 DEBUG:teuthology.orchestra.run.smithi042:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T15:39:48.009 DEBUG:teuthology.orchestra.run.smithi178:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T15:39:48.016 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-07T15:39:48.024 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-07T15:39:48.034 INFO:teuthology.task.internal:Creating archive directory... 2023-12-07T15:39:48.034 DEBUG:teuthology.orchestra.run.smithi042:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T15:39:48.037 DEBUG:teuthology.orchestra.run.smithi178:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T15:39:48.067 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-07T15:39:48.086 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-07T15:39:48.086 DEBUG:teuthology.orchestra.run.smithi042:> 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-07T15:39:48.106 DEBUG:teuthology.orchestra.run.smithi178:> 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-07T15:39:48.127 INFO:teuthology.orchestra.run.smithi042.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T15:39:48.136 INFO:teuthology.orchestra.run.smithi042.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T15:39:48.138 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T15:39:48.149 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T15:39:48.151 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-07T15:39:48.158 INFO:teuthology.task.internal:Configuring sudo... 2023-12-07T15:39:48.158 DEBUG:teuthology.orchestra.run.smithi042:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T15:39:48.161 DEBUG:teuthology.orchestra.run.smithi178:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T15:39:48.206 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-07T15:39:48.215 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-07T15:39:48.215 DEBUG:teuthology.orchestra.run.smithi042:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T15:39:48.217 DEBUG:teuthology.orchestra.run.smithi178:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T15:39:48.223 DEBUG:teuthology.orchestra.run.smithi042:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T15:39:48.271 DEBUG:teuthology.orchestra.run.smithi042:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T15:39:48.277 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-12-07T15:39:48.277 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T15:39:48.305 DEBUG:teuthology.orchestra.run.smithi178:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T15:39:48.312 DEBUG:teuthology.orchestra.run.smithi178:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T15:39:48.320 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2023-12-07T15:39:48.320 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T15:39:48.343 DEBUG:teuthology.orchestra.run.smithi042:> sudo service rsyslog restart 2023-12-07T15:39:48.350 DEBUG:teuthology.orchestra.run.smithi178:> sudo service rsyslog restart 2023-12-07T15:39:48.446 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-07T15:39:48.453 INFO:teuthology.task.internal:Starting timer... 2023-12-07T15:39:48.454 INFO:teuthology.run_tasks:Running task pcp... 2023-12-07T15:39:48.463 INFO:teuthology.run_tasks:Running task selinux... 2023-12-07T15:39:48.471 DEBUG:teuthology.task.selinux:Excluding smithi042: OS 'ubuntu' does not support SELinux 2023-12-07T15:39:48.471 DEBUG:teuthology.task.selinux:Excluding smithi178: OS 'ubuntu' does not support SELinux 2023-12-07T15:39:48.472 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-07T15:39:48.472 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-07T15:39:48.472 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-07T15:39:48.472 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-07T15:39:48.480 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-07T15:39:48.486 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-07T15:39:48.592 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-07T15:39:48.608 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-07T15:39:48.609 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi042.front.sepia.ceph.com,smithi178.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-07T15:45:44.128 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi042.front.sepia.ceph.com'), Remote(name='ubuntu@smithi178.front.sepia.ceph.com')] 2023-12-07T15:45:44.129 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2023-12-07T15:45:44.130 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:45:44.177 DEBUG:teuthology.orchestra.run.smithi042:> true 2023-12-07T15:45:44.306 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi042.front.sepia.ceph.com' 2023-12-07T15:45:44.307 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2023-12-07T15:45:44.307 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:45:44.353 DEBUG:teuthology.orchestra.run.smithi178:> true 2023-12-07T15:45:44.483 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi178.front.sepia.ceph.com' 2023-12-07T15:45:44.484 INFO:teuthology.run_tasks:Running task clock... 2023-12-07T15:45:44.495 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-07T15:45:44.495 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T15:45:44.495 DEBUG:teuthology.orchestra.run.smithi042:> 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-07T15:45:44.497 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T15:45:44.497 DEBUG:teuthology.orchestra.run.smithi178:> 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-07T15:45:44.526 INFO:teuthology.orchestra.run.smithi042.stdout: 7 Dec 15:45:44 ntpd[23494]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-07T15:45:44.527 INFO:teuthology.orchestra.run.smithi042.stdout: 7 Dec 15:45:44 ntpd[23494]: Command line: ntpd -gq 2023-12-07T15:45:44.527 INFO:teuthology.orchestra.run.smithi042.stdout: 7 Dec 15:45:44 ntpd[23494]: proto: precision = 0.060 usec (-24) 2023-12-07T15:45:44.528 INFO:teuthology.orchestra.run.smithi042.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-07T15:45:44.528 INFO:teuthology.orchestra.run.smithi042.stdout: 7 Dec 15:45:44 ntpd[23494]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-07T15:45:44.528 INFO:teuthology.orchestra.run.smithi042.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-07T15:45:44.529 INFO:teuthology.orchestra.run.smithi042.stdout: 7 Dec 15:45:44 ntpd[23494]: restrict ::: KOD does nothing without LIMITED. 2023-12-07T15:45:44.529 INFO:teuthology.orchestra.run.smithi042.stdout: 7 Dec 15:45:44 ntpd[23494]: Listen and drop on 0 v6wildcard [::]:123 2023-12-07T15:45:44.529 INFO:teuthology.orchestra.run.smithi042.stdout: 7 Dec 15:45:44 ntpd[23494]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-07T15:45:44.529 INFO:teuthology.orchestra.run.smithi042.stdout: 7 Dec 15:45:44 ntpd[23494]: Listen normally on 2 lo 127.0.0.1:123 2023-12-07T15:45:44.529 INFO:teuthology.orchestra.run.smithi042.stdout: 7 Dec 15:45:44 ntpd[23494]: Listen normally on 3 ens1f0 172.21.15.42:123 2023-12-07T15:45:44.529 INFO:teuthology.orchestra.run.smithi042.stdout: 7 Dec 15:45:44 ntpd[23494]: Listen normally on 4 lo [::1]:123 2023-12-07T15:45:44.529 INFO:teuthology.orchestra.run.smithi042.stdout: 7 Dec 15:45:44 ntpd[23494]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1440%4]:123 2023-12-07T15:45:44.529 INFO:teuthology.orchestra.run.smithi042.stdout: 7 Dec 15:45:44 ntpd[23494]: Listening on routing socket on fd #22 for interface updates 2023-12-07T15:45:44.531 INFO:teuthology.orchestra.run.smithi178.stdout: 7 Dec 15:45:44 ntpd[23586]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-07T15:45:44.531 INFO:teuthology.orchestra.run.smithi178.stdout: 7 Dec 15:45:44 ntpd[23586]: Command line: ntpd -gq 2023-12-07T15:45:44.533 INFO:teuthology.orchestra.run.smithi178.stdout: 7 Dec 15:45:44 ntpd[23586]: proto: precision = 0.150 usec (-23) 2023-12-07T15:45:44.533 INFO:teuthology.orchestra.run.smithi178.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-07T15:45:44.533 INFO:teuthology.orchestra.run.smithi178.stdout: 7 Dec 15:45:44 ntpd[23586]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-07T15:45:44.533 INFO:teuthology.orchestra.run.smithi178.stdout: 7 Dec 15:45:44 ntpd[23586]: restrict ::: KOD does nothing without LIMITED. 2023-12-07T15:45:44.534 INFO:teuthology.orchestra.run.smithi178.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-07T15:45:44.534 INFO:teuthology.orchestra.run.smithi178.stdout: 7 Dec 15:45:44 ntpd[23586]: Listen and drop on 0 v6wildcard [::]:123 2023-12-07T15:45:44.534 INFO:teuthology.orchestra.run.smithi178.stdout: 7 Dec 15:45:44 ntpd[23586]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-07T15:45:44.535 INFO:teuthology.orchestra.run.smithi178.stdout: 7 Dec 15:45:44 ntpd[23586]: Listen normally on 2 lo 127.0.0.1:123 2023-12-07T15:45:44.535 INFO:teuthology.orchestra.run.smithi178.stdout: 7 Dec 15:45:44 ntpd[23586]: Listen normally on 3 enp3s0f1 172.21.15.178:123 2023-12-07T15:45:44.535 INFO:teuthology.orchestra.run.smithi178.stdout: 7 Dec 15:45:44 ntpd[23586]: Listen normally on 4 lo [::1]:123 2023-12-07T15:45:44.535 INFO:teuthology.orchestra.run.smithi178.stdout: 7 Dec 15:45:44 ntpd[23586]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7ef9%5]:123 2023-12-07T15:45:44.535 INFO:teuthology.orchestra.run.smithi178.stdout: 7 Dec 15:45:44 ntpd[23586]: Listening on routing socket on fd #22 for interface updates 2023-12-07T15:45:45.530 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:45 ntpd[23494]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:45.530 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:45 ntpd[23494]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:45.530 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:45 ntpd[23494]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:45.530 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:45 ntpd[23494]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:45.530 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:45 ntpd[23494]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:45.530 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:45 ntpd[23494]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:45.531 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:45 ntpd[23494]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:45:45.531 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:45 ntpd[23494]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:45:45.532 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:45 ntpd[23586]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:45.532 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:45 ntpd[23586]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:45.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:45 ntpd[23586]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:45.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:45 ntpd[23586]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:45.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:45 ntpd[23586]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:45:45.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:45 ntpd[23586]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:45:46.527 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:46 ntpd[23494]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:46.527 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:46 ntpd[23494]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:46.527 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:46 ntpd[23494]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:46.527 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:46 ntpd[23494]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:46.528 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:46 ntpd[23494]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:45:46.528 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:46 ntpd[23494]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:45:46.532 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:46 ntpd[23586]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:46.532 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:46 ntpd[23586]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:46.532 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:46 ntpd[23586]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:46.532 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:46 ntpd[23586]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:46.532 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:46 ntpd[23586]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:45:46.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:46 ntpd[23586]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:45:47.527 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:47 ntpd[23494]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:47.527 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:47 ntpd[23494]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:47.527 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:47 ntpd[23494]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:47.527 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:47 ntpd[23494]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:47.528 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:47 ntpd[23494]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:45:47.528 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:47 ntpd[23494]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:45:47.532 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:47 ntpd[23586]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:47.532 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:47 ntpd[23586]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:47.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:47 ntpd[23586]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:47.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:47 ntpd[23586]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:47.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:47 ntpd[23586]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:45:47.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:47 ntpd[23586]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:45:48.527 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:48 ntpd[23494]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:48.527 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:48 ntpd[23494]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:48.527 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:48 ntpd[23494]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:48.527 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:48 ntpd[23494]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:48.527 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:48 ntpd[23494]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:45:48.528 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:48 ntpd[23494]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:45:48.532 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:48 ntpd[23586]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:48.532 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:48 ntpd[23586]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:48.532 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:48 ntpd[23586]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:48.532 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:48 ntpd[23586]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:48.532 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:48 ntpd[23586]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:45:48.532 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:48 ntpd[23586]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:45:49.527 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:49 ntpd[23494]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:49.528 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:49 ntpd[23494]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:49.528 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:49 ntpd[23494]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:49.528 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:49 ntpd[23494]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:49.528 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:49 ntpd[23494]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:49.528 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:49 ntpd[23494]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:49.528 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:49 ntpd[23494]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:45:49.528 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:49 ntpd[23494]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:45:49.528 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:49 ntpd[23494]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:49.528 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:49 ntpd[23494]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:49.528 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:49 ntpd[23494]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:45:49.529 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:49 ntpd[23494]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:45:49.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:49 ntpd[23586]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:49.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:49 ntpd[23586]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:49.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:49 ntpd[23586]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:49.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:49 ntpd[23586]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:49.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:49 ntpd[23586]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:49.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:49 ntpd[23586]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:49.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:49 ntpd[23586]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:49.534 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:49 ntpd[23586]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:49.534 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:49 ntpd[23586]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:45:49.534 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:49 ntpd[23586]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:45:49.534 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:49 ntpd[23586]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:49.534 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:49 ntpd[23586]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:49.534 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:49 ntpd[23586]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:45:49.534 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:49 ntpd[23586]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:45:50.527 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:50 ntpd[23494]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:50.527 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:50 ntpd[23494]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:50.527 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:50 ntpd[23494]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:50.527 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:50 ntpd[23494]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:50.527 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:50 ntpd[23494]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:45:50.528 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:50 ntpd[23494]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:45:50.532 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:50 ntpd[23586]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:50.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:50 ntpd[23586]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:50.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:50 ntpd[23586]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:50.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:50 ntpd[23586]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:50.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:50 ntpd[23586]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:45:50.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:50 ntpd[23586]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:45:51.527 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:51 ntpd[23494]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:51.527 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:51 ntpd[23494]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:51.528 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:51 ntpd[23494]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:51.528 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:51 ntpd[23494]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:51.528 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:51 ntpd[23494]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:51.528 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:51 ntpd[23494]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:51.528 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:51 ntpd[23494]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:45:51.528 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:51 ntpd[23494]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:45:51.528 INFO:teuthology.orchestra.run.smithi042.stdout: 7 Dec 15:45:51 ntpd[23494]: ntpd: time slew +0.003318 s 2023-12-07T15:45:51.528 INFO:teuthology.orchestra.run.smithi042.stdout:ntpd: time slew +0.003318s 2023-12-07T15:45:51.529 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:51 ntpd[23494]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-07T15:45:51.529 INFO:teuthology.orchestra.run.smithi042.stderr: 7 Dec 15:45:51 ntpd[23494]: can't open /var/log/ntpstats/loopstats.20231207: Permission denied 2023-12-07T15:45:51.532 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:51 ntpd[23586]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:51.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:51 ntpd[23586]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:51.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:51 ntpd[23586]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:51.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:51 ntpd[23586]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:51.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:51 ntpd[23586]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:45:51.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:51 ntpd[23586]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:45:51.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:51 ntpd[23586]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:45:51.533 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:51 ntpd[23586]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:45:51.533 INFO:teuthology.orchestra.run.smithi178.stdout: 7 Dec 15:45:51 ntpd[23586]: ntpd: time slew +0.000810 s 2023-12-07T15:45:51.533 INFO:teuthology.orchestra.run.smithi178.stdout:ntpd: time slew +0.000810s 2023-12-07T15:45:51.534 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:51 ntpd[23586]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-07T15:45:51.534 INFO:teuthology.orchestra.run.smithi178.stderr: 7 Dec 15:45:51 ntpd[23586]: can't open /var/log/ntpstats/loopstats.20231207: Permission denied 2023-12-07T15:45:51.601 INFO:teuthology.orchestra.run.smithi042.stdout: remote refid st t when poll reach delay offset jitter 2023-12-07T15:45:51.601 INFO:teuthology.orchestra.run.smithi042.stdout:============================================================================== 2023-12-07T15:45:51.601 INFO:teuthology.orchestra.run.smithi042.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T15:45:51.601 INFO:teuthology.orchestra.run.smithi042.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T15:45:51.601 INFO:teuthology.orchestra.run.smithi042.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T15:45:51.601 INFO:teuthology.orchestra.run.smithi042.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T15:45:51.613 INFO:teuthology.orchestra.run.smithi178.stdout: remote refid st t when poll reach delay offset jitter 2023-12-07T15:45:51.613 INFO:teuthology.orchestra.run.smithi178.stdout:============================================================================== 2023-12-07T15:45:51.613 INFO:teuthology.orchestra.run.smithi178.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T15:45:51.613 INFO:teuthology.orchestra.run.smithi178.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T15:45:51.614 INFO:teuthology.orchestra.run.smithi178.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T15:45:51.614 INFO:teuthology.orchestra.run.smithi178.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T15:45:51.614 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-07T15:45:51.697 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-07T15:45:51.697 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-07T15:45:51.697 INFO:tasks.cephadm:Cluster fsid is b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T15:45:51.697 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-07T15:45:51.698 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.42', 'mon.c': '[v2:172.21.15.42:3301,v1:172.21.15.42:6790]', 'mon.b': '172.21.15.178'} 2023-12-07T15:45:51.698 INFO:tasks.cephadm:First mon is mon.a on smithi042 2023-12-07T15:45:51.698 INFO:tasks.cephadm:First mgr is y 2023-12-07T15:45:51.698 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-07T15:45:51.698 DEBUG:teuthology.orchestra.run.smithi042:> sudo hostname $(hostname -s) 2023-12-07T15:45:51.716 DEBUG:teuthology.orchestra.run.smithi178:> sudo hostname $(hostname -s) 2023-12-07T15:45:51.733 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-07T15:45:51.734 DEBUG:teuthology.orchestra.run.smithi042:> 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-07T15:45:51.988 INFO:teuthology.orchestra.run.smithi042.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Dec 7 15:45 /home/ubuntu/cephtest/cephadm 2023-12-07T15:45:51.988 DEBUG:teuthology.orchestra.run.smithi178:> 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-07T15:45:52.144 INFO:teuthology.orchestra.run.smithi178.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Dec 7 15:45 /home/ubuntu/cephtest/cephadm 2023-12-07T15:45:52.144 DEBUG:teuthology.orchestra.run.smithi042:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-07T15:45:52.154 DEBUG:teuthology.orchestra.run.smithi178:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-07T15:45:52.173 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-07T15:45:52.174 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-07T15:45:52.176 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-07T15:45:52.441 INFO:teuthology.orchestra.run.smithi042.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-07T15:45:52.471 INFO:teuthology.orchestra.run.smithi178.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-07T15:46:37.529 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T15:46:37.529 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-07T15:46:37.529 INFO:teuthology.orchestra.run.smithi042.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-07T15:46:37.529 INFO:teuthology.orchestra.run.smithi042.stdout: "repo_digests": [ 2023-12-07T15:46:37.529 INFO:teuthology.orchestra.run.smithi042.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2023-12-07T15:46:37.529 INFO:teuthology.orchestra.run.smithi042.stdout: ] 2023-12-07T15:46:37.529 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T15:46:37.837 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2023-12-07T15:46:37.837 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-07T15:46:37.837 INFO:teuthology.orchestra.run.smithi178.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-07T15:46:37.837 INFO:teuthology.orchestra.run.smithi178.stdout: "repo_digests": [ 2023-12-07T15:46:37.837 INFO:teuthology.orchestra.run.smithi178.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2023-12-07T15:46:37.837 INFO:teuthology.orchestra.run.smithi178.stdout: ] 2023-12-07T15:46:37.837 INFO:teuthology.orchestra.run.smithi178.stdout:} 2023-12-07T15:46:37.860 DEBUG:teuthology.orchestra.run.smithi042:> sudo mkdir -p /etc/ceph 2023-12-07T15:46:37.877 DEBUG:teuthology.orchestra.run.smithi178:> sudo mkdir -p /etc/ceph 2023-12-07T15:46:37.892 DEBUG:teuthology.orchestra.run.smithi042:> sudo chmod 777 /etc/ceph 2023-12-07T15:46:37.933 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod 777 /etc/ceph 2023-12-07T15:46:37.952 INFO:tasks.cephadm:Writing seed config... 2023-12-07T15:46:37.953 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-12-07T15:46:37.953 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-07T15:46:37.953 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-07T15:46:37.953 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2023-12-07T15:46:37.953 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-07T15:46:37.953 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-07T15:46:37.953 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-07T15:46:37.953 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-07T15:46:37.953 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-07T15:46:37.954 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-12-07T15:46:37.954 DEBUG:teuthology.orchestra.run.smithi042:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-07T15:46:37.963 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 = b31e98c6-9517-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-07T15:46:37.964 DEBUG:teuthology.orchestra.run.smithi042:mon.a> sudo journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mon.a.service 2023-12-07T15:46:37.966 DEBUG:teuthology.orchestra.run.smithi042:mgr.y> sudo journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mgr.y.service 2023-12-07T15:46:38.016 INFO:tasks.cephadm:Bootstrapping... 2023-12-07T15:46:38.016 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid b31e98c6-9517-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.42 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-07T15:46:38.178 INFO:teuthology.orchestra.run.smithi042.stderr:-------------------------------------------------------------------------------- 2023-12-07T15:46:38.178 INFO:teuthology.orchestra.run.smithi042.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', 'b31e98c6-9517-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.42', '--skip-admin-label'] 2023-12-07T15:46:38.178 INFO:teuthology.orchestra.run.smithi042.stderr:Verifying podman|docker is present... 2023-12-07T15:46:38.178 INFO:teuthology.orchestra.run.smithi042.stderr:Verifying lvm2 is present... 2023-12-07T15:46:38.179 INFO:teuthology.orchestra.run.smithi042.stderr:Verifying time synchronization is in place... 2023-12-07T15:46:38.186 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-07T15:46:38.194 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: inactive 2023-12-07T15:46:38.200 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-07T15:46:38.207 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: inactive 2023-12-07T15:46:38.213 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: masked 2023-12-07T15:46:38.219 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: inactive 2023-12-07T15:46:38.225 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-07T15:46:38.231 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: inactive 2023-12-07T15:46:38.238 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: enabled 2023-12-07T15:46:38.244 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: active 2023-12-07T15:46:38.245 INFO:teuthology.orchestra.run.smithi042.stderr:Unit ntp.service is enabled and running 2023-12-07T15:46:38.245 INFO:teuthology.orchestra.run.smithi042.stderr:Repeating the final host check... 2023-12-07T15:46:38.245 INFO:teuthology.orchestra.run.smithi042.stderr:docker (/usr/bin/docker) is present 2023-12-07T15:46:38.245 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl is present 2023-12-07T15:46:38.245 INFO:teuthology.orchestra.run.smithi042.stderr:lvcreate is present 2023-12-07T15:46:38.251 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-07T15:46:38.257 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: inactive 2023-12-07T15:46:38.263 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-07T15:46:38.269 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: inactive 2023-12-07T15:46:38.277 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: masked 2023-12-07T15:46:38.281 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: inactive 2023-12-07T15:46:38.288 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-07T15:46:38.294 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: inactive 2023-12-07T15:46:38.301 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: enabled 2023-12-07T15:46:38.307 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: active 2023-12-07T15:46:38.308 INFO:teuthology.orchestra.run.smithi042.stderr:Unit ntp.service is enabled and running 2023-12-07T15:46:38.309 INFO:teuthology.orchestra.run.smithi042.stderr:Host looks OK 2023-12-07T15:46:38.309 INFO:teuthology.orchestra.run.smithi042.stderr:Cluster fsid: b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T15:46:38.309 INFO:teuthology.orchestra.run.smithi042.stderr:Acquiring lock 140488954345792 on /run/cephadm/b31e98c6-9517-11ee-95a2-87774f69a715.lock 2023-12-07T15:46:38.309 INFO:teuthology.orchestra.run.smithi042.stderr:Lock 140488954345792 acquired on /run/cephadm/b31e98c6-9517-11ee-95a2-87774f69a715.lock 2023-12-07T15:46:38.309 INFO:teuthology.orchestra.run.smithi042.stderr:Verifying IP 172.21.15.42 port 3300 ... 2023-12-07T15:46:38.309 INFO:teuthology.orchestra.run.smithi042.stderr:Verifying IP 172.21.15.42 port 6789 ... 2023-12-07T15:46:38.310 INFO:teuthology.orchestra.run.smithi042.stderr:Base mon IP is 172.21.15.42, final addrv is [v2:172.21.15.42:3300,v1:172.21.15.42:6789] 2023-12-07T15:46:38.313 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: default via 172.21.15.254 dev ens1f0 2023-12-07T15:46:38.313 INFO:journalctl@ceph.mgr.y.smithi042.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:46:38.314 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-07T15:46:38.314 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.42 2023-12-07T15:46:38.318 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-07T15:46:38.318 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-07T15:46:38.318 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1729sec hoplimit 64 pref medium 2023-12-07T15:46:38.322 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-07T15:46:38.322 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2023-12-07T15:46:38.322 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-07T15:46:38.322 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-07T15:46:38.322 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:febd:1440/64 scope link 2023-12-07T15:46:38.322 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-07T15:46:38.323 INFO:teuthology.orchestra.run.smithi042.stderr:Mon IP `172.21.15.42` is in CIDR network `172.21.0.0/20` 2023-12-07T15:46:38.324 INFO:teuthology.orchestra.run.smithi042.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-07T15:46:38.324 INFO:teuthology.orchestra.run.smithi042.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-07T15:46:38.421 INFO:journalctl@ceph.mon.a.smithi042.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:46:38.801 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/docker: v17.2.0: Pulling from ceph/ceph 2023-12-07T15:46:38.955 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/docker: Digest: sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a 2023-12-07T15:46:38.955 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/docker: Status: Image is up to date for quay.io/ceph/ceph:v17.2.0 2023-12-07T15:46:38.982 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/docker: quay.io/ceph/ceph:v17.2.0 2023-12-07T15:46:39.887 INFO:teuthology.orchestra.run.smithi042.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-07T15:46:40.464 INFO:teuthology.orchestra.run.smithi042.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-07T15:46:40.464 INFO:teuthology.orchestra.run.smithi042.stderr:Extracting ceph user uid/gid from container image... 2023-12-07T15:46:41.163 INFO:teuthology.orchestra.run.smithi042.stderr:stat: 167 167 2023-12-07T15:46:41.744 INFO:teuthology.orchestra.run.smithi042.stderr:Creating initial keys... 2023-12-07T15:46:42.457 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-authtool: AQDi6HFl6n9MGxAAk3rG0GQrBD5IOlrmxbVS7w== 2023-12-07T15:46:43.732 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-authtool: AQDj6HFlAs6pKxAARLyw42i6I/0/h7igVg6rhg== 2023-12-07T15:46:45.001 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-authtool: AQDl6HFl/soaABAAn6Q8kLfkykAA+OXSd3v01Q== 2023-12-07T15:46:45.608 INFO:teuthology.orchestra.run.smithi042.stderr:Creating initial monmap... 2023-12-07T15:46:46.363 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-07T15:46:46.363 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-07T15:46:46.364 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T15:46:46.364 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-07T15:46:46.962 INFO:teuthology.orchestra.run.smithi042.stderr:monmaptool for a [v2:172.21.15.42:3300,v1:172.21.15.42:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-07T15:46:46.962 INFO:teuthology.orchestra.run.smithi042.stderr:setting min_mon_release = octopus 2023-12-07T15:46:46.962 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/monmaptool: set fsid to b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T15:46:46.962 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-07T15:46:46.962 INFO:teuthology.orchestra.run.smithi042.stderr: 2023-12-07T15:46:46.962 INFO:teuthology.orchestra.run.smithi042.stderr:Creating mon... 2023-12-07T15:46:47.682 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.679+0000 7f0e05708880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-07T15:46:47.682 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.679+0000 7f0e05708880 1 imported monmap: 2023-12-07T15:46:47.682 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-07T15:46:47.682 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: fsid b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T15:46:47.682 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: last_changed 2023-12-07T15:46:46.363262+0000 2023-12-07T15:46:47.683 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: created 2023-12-07T15:46:46.363262+0000 2023-12-07T15:46:47.683 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: min_mon_release 15 (octopus) 2023-12-07T15:46:47.684 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-07T15:46:47.684 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] mon.a 2023-12-07T15:46:47.684 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2023-12-07T15:46:47.684 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.679+0000 7f0e05708880 0 /usr/bin/ceph-mon: set fsid to b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T15:46:47.684 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: RocksDB version: 6.15.5 2023-12-07T15:46:47.684 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2023-12-07T15:46:47.684 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-07T15:46:47.685 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Compile date Apr 18 2022 2023-12-07T15:46:47.685 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: DB SUMMARY 2023-12-07T15:46:47.686 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2023-12-07T15:46:47.686 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: DB Session ID: B8AX2CP1RHJZ536K4EON 2023-12-07T15:46:47.686 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2023-12-07T15:46:47.686 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2023-12-07T15:46:47.686 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2023-12-07T15:46:47.686 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2023-12-07T15:46:47.686 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2023-12-07T15:46:47.686 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.error_if_exists: 0 2023-12-07T15:46:47.687 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.create_if_missing: 1 2023-12-07T15:46:47.687 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.paranoid_checks: 1 2023-12-07T15:46:47.687 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-07T15:46:47.687 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.env: 0x55d4f96cc860 2023-12-07T15:46:47.687 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.fs: Posix File System 2023-12-07T15:46:47.688 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.info_log: 0x55d4fa9fd320 2023-12-07T15:46:47.688 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-07T15:46:47.688 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.statistics: (nil) 2023-12-07T15:46:47.688 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.use_fsync: 0 2023-12-07T15:46:47.688 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_log_file_size: 0 2023-12-07T15:46:47.690 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-07T15:46:47.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-07T15:46:47.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-07T15:46:47.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-07T15:46:47.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.allow_fallocate: 1 2023-12-07T15:46:47.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-07T15:46:47.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-07T15:46:47.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.use_direct_reads: 0 2023-12-07T15:46:47.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-07T15:46:47.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-07T15:46:47.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.db_log_dir: 2023-12-07T15:46:47.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-07T15:46:47.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-07T15:46:47.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-07T15:46:47.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-07T15:46:47.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-07T15:46:47.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-07T15:46:47.692 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-07T15:46:47.692 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-07T15:46:47.713 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-07T15:46:47.713 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.write_buffer_manager: 0x55d4fac9d950 2023-12-07T15:46:47.713 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-07T15:46:47.713 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-07T15:46:47.713 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-07T15:46:47.714 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-07T15:46:47.714 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-07T15:46:47.714 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-07T15:46:47.714 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-07T15:46:47.714 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-07T15:46:47.714 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-07T15:46:47.714 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.unordered_write: 0 2023-12-07T15:46:47.714 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-07T15:46:47.714 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-07T15:46:47.714 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-07T15:46:47.714 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-07T15:46:47.714 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.row_cache: None 2023-12-07T15:46:47.714 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.wal_filter: None 2023-12-07T15:46:47.714 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-07T15:46:47.714 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-07T15:46:47.715 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.preserve_deletes: 0 2023-12-07T15:46:47.715 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.two_write_queues: 0 2023-12-07T15:46:47.715 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-07T15:46:47.715 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.atomic_flush: 0 2023-12-07T15:46:47.715 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-07T15:46:47.715 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-07T15:46:47.715 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-07T15:46:47.715 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.log_readahead_size: 0 2023-12-07T15:46:47.715 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-07T15:46:47.715 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-07T15:46:47.715 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-07T15:46:47.715 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-07T15:46:47.715 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-07T15:46:47.715 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-07T15:46:47.715 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_background_jobs: 2 2023-12-07T15:46:47.715 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_background_compactions: -1 2023-12-07T15:46:47.716 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_subcompactions: 1 2023-12-07T15:46:47.716 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-07T15:46:47.716 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-07T15:46:47.716 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-07T15:46:47.716 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-07T15:46:47.716 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-07T15:46:47.716 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-07T15:46:47.716 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-07T15:46:47.716 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-07T15:46:47.716 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_open_files: -1 2023-12-07T15:46:47.716 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-07T15:46:47.716 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-07T15:46:47.716 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-07T15:46:47.716 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-07T15:46:47.716 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_background_flushes: -1 2023-12-07T15:46:47.716 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Compression algorithms supported: 2023-12-07T15:46:47.717 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-07T15:46:47.717 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: kZSTD supported: 0 2023-12-07T15:46:47.717 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: kXpressCompression supported: 0 2023-12-07T15:46:47.717 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-07T15:46:47.717 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: kLZ4Compression supported: 1 2023-12-07T15:46:47.717 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: kBZip2Compression supported: 0 2023-12-07T15:46:47.717 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: kZlibCompression supported: 1 2023-12-07T15:46:47.717 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: kSnappyCompression supported: 1 2023-12-07T15:46:47.717 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-07T15:46:47.717 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: [db/db_impl/db_impl_open.cc:281] Creating manifest 1 2023-12-07T15:46:47.717 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2023-12-07T15:46:47.717 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2023-12-07T15:46:47.717 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2023-12-07T15:46:47.717 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-07T15:46:47.717 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2023-12-07T15:46:47.717 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-07T15:46:47.718 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.merge_operator: 2023-12-07T15:46:47.718 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.compaction_filter: None 2023-12-07T15:46:47.718 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-07T15:46:47.718 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-07T15:46:47.718 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-07T15:46:47.718 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-07T15:46:47.718 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d4fa9c6d10) 2023-12-07T15:46:47.718 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-07T15:46:47.718 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-07T15:46:47.718 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-07T15:46:47.718 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-07T15:46:47.718 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-07T15:46:47.718 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-07T15:46:47.718 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-07T15:46:47.718 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-07T15:46:47.719 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-07T15:46:47.719 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-07T15:46:47.719 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-07T15:46:47.719 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: block_cache: 0x55d4faa2e170 2023-12-07T15:46:47.719 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-07T15:46:47.719 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-07T15:46:47.719 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-07T15:46:47.719 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-07T15:46:47.719 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-07T15:46:47.719 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-07T15:46:47.719 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-07T15:46:47.719 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-07T15:46:47.719 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-07T15:46:47.719 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-07T15:46:47.719 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-07T15:46:47.719 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-07T15:46:47.720 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-07T15:46:47.720 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-07T15:46:47.720 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-07T15:46:47.720 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-07T15:46:47.720 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-07T15:46:47.720 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-07T15:46:47.720 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-07T15:46:47.720 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: format_version: 4 2023-12-07T15:46:47.720 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-07T15:46:47.720 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-07T15:46:47.720 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2023-12-07T15:46:47.720 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-07T15:46:47.720 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-07T15:46:47.720 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.compression: NoCompression 2023-12-07T15:46:47.720 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-07T15:46:47.720 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-07T15:46:47.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-07T15:46:47.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.num_levels: 7 2023-12-07T15:46:47.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-07T15:46:47.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-07T15:46:47.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-07T15:46:47.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-07T15:46:47.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-07T15:46:47.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-07T15:46:47.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-07T15:46:47.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-07T15:46:47.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-07T15:46:47.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-07T15:46:47.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-07T15:46:47.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-07T15:46:47.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-07T15:46:47.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-07T15:46:47.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-07T15:46:47.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-07T15:46:47.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-07T15:46:47.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-07T15:46:47.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-07T15:46:47.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-07T15:46:47.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-07T15:46:47.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-07T15:46:47.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-07T15:46:47.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-07T15:46:47.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-07T15:46:47.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-07T15:46:47.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-07T15:46:47.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-07T15:46:47.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-07T15:46:47.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-07T15:46:47.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-07T15:46:47.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-07T15:46:47.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-07T15:46:47.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-07T15:46:47.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-07T15:46:47.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-07T15:46:47.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-07T15:46:47.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-07T15:46:47.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-07T15:46:47.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-07T15:46:47.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-07T15:46:47.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-07T15:46:47.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-07T15:46:47.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-07T15:46:47.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-07T15:46:47.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-07T15:46:47.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-07T15:46:47.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-07T15:46:47.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-07T15:46:47.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.table_properties_collectors: 2023-12-07T15:46:47.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.inplace_update_support: 0 2023-12-07T15:46:47.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-07T15:46:47.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-07T15:46:47.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-07T15:46:47.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-07T15:46:47.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.bloom_locality: 0 2023-12-07T15:46:47.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.max_successive_merges: 0 2023-12-07T15:46:47.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-07T15:46:47.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-07T15:46:47.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-07T15:46:47.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-07T15:46:47.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.ttl: 2592000 2023-12-07T15:46:47.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-07T15:46:47.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.enable_blob_files: false 2023-12-07T15:46:47.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.min_blob_size: 0 2023-12-07T15:46:47.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-07T15:46:47.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-07T15:46:47.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-07T15:46:47.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.683+0000 7f0e05708880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-07T15:46:47.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.691+0000 7f0e05708880 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-07T15:46:47.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2023-12-07T15:46:47.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.691+0000 7f0e05708880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-07T15:46:47.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2023-12-07T15:46:47.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.691+0000 7f0e05708880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 3 2023-12-07T15:46:47.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2023-12-07T15:46:47.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.691+0000 7f0e05708880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55d4faa14700 2023-12-07T15:46:47.726 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.691+0000 7f0e05708880 4 rocksdb: DB pointer 0x55d4faa88000 2023-12-07T15:46:47.726 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.691+0000 7f0df72f2700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-07T15:46:47.726 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.691+0000 7f0df72f2700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-07T15:46:47.726 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-07T15:46:47.726 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:46:47.726 INFO:teuthology.orchestra.run.smithi042.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-07T15:46:47.726 INFO:teuthology.orchestra.run.smithi042.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-07T15:46:47.726 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T15:46:47.726 INFO:teuthology.orchestra.run.smithi042.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-07T15:46:47.726 INFO:teuthology.orchestra.run.smithi042.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-07T15:46:47.726 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T15:46:47.726 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2023-12-07T15:46:47.726 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-07T15:46:47.726 INFO:teuthology.orchestra.run.smithi042.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-07T15:46:47.726 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:46:47.727 INFO:teuthology.orchestra.run.smithi042.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-07T15:46:47.727 INFO:teuthology.orchestra.run.smithi042.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-07T15:46:47.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2023-12-07T15:46:47.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-07T15:46:47.727 INFO:teuthology.orchestra.run.smithi042.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-07T15:46:47.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:46:47.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:46:47.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T15:46:47.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T15:46:47.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T15:46:47.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T15:46:47.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-07T15:46:47.727 INFO:teuthology.orchestra.run.smithi042.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-07T15:46:47.727 INFO:teuthology.orchestra.run.smithi042.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-07T15:46:47.727 INFO:teuthology.orchestra.run.smithi042.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-07T15:46:47.728 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2023-12-07T15:46:47.728 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-07T15:46:47.728 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2023-12-07T15:46:47.728 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-07T15:46:47.728 INFO:teuthology.orchestra.run.smithi042.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-07T15:46:47.728 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:46:47.728 INFO:teuthology.orchestra.run.smithi042.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-07T15:46:47.728 INFO:teuthology.orchestra.run.smithi042.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-07T15:46:47.728 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2023-12-07T15:46:47.728 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-07T15:46:47.728 INFO:teuthology.orchestra.run.smithi042.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-07T15:46:47.728 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:46:47.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:46:47.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T15:46:47.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T15:46:47.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T15:46:47.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T15:46:47.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-07T15:46:47.729 INFO:teuthology.orchestra.run.smithi042.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-07T15:46:47.729 INFO:teuthology.orchestra.run.smithi042.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-07T15:46:47.729 INFO:teuthology.orchestra.run.smithi042.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-07T15:46:47.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2023-12-07T15:46:47.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-07T15:46:47.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: 2023-12-07T15:46:47.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.699+0000 7f0e05708880 4 rocksdb: [db/db_impl/db_impl.cc:447] Shutdown: canceling all background work 2023-12-07T15:46:47.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.699+0000 7f0e05708880 4 rocksdb: [db/db_impl/db_impl.cc:625] Shutdown complete 2023-12-07T15:46:47.729 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:46:47.699+0000 7f0e05708880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2023-12-07T15:46:48.192 INFO:teuthology.orchestra.run.smithi042.stderr:create mon.a on 2023-12-07T15:46:48.402 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-12-07T15:46:48.611 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b31e98c6-9517-11ee-95a2-87774f69a715.target -> /etc/systemd/system/ceph-b31e98c6-9517-11ee-95a2-87774f69a715.target. 2023-12-07T15:46:48.611 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-b31e98c6-9517-11ee-95a2-87774f69a715.target -> /etc/systemd/system/ceph-b31e98c6-9517-11ee-95a2-87774f69a715.target. 2023-12-07T15:46:49.020 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Failed to reset failed state of unit ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mon.a.service: Unit ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mon.a.service not loaded. 2023-12-07T15:46:49.027 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b31e98c6-9517-11ee-95a2-87774f69a715.target.wants/ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-b31e98c6-9517-11ee-95a2-87774f69a715@.service. 2023-12-07T15:46:49.239 INFO:teuthology.orchestra.run.smithi042.stderr:firewalld does not appear to be present 2023-12-07T15:46:49.239 INFO:teuthology.orchestra.run.smithi042.stderr:Not possible to enable service . firewalld.service is not available 2023-12-07T15:46:49.239 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for mon to start... 2023-12-07T15:46:49.239 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for mon... 2023-12-07T15:46:50.775 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: cluster: 2023-12-07T15:46:50.775 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: id: b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T15:46:50.775 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-07T15:46:50.775 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-12-07T15:46:50.776 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: services: 2023-12-07T15:46:50.776 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon: 1 daemons, quorum a (age 0.255481s) 2023-12-07T15:46:50.776 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-07T15:46:50.776 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-07T15:46:50.776 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-12-07T15:46:50.776 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: data: 2023-12-07T15:46:50.777 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-07T15:46:50.777 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-07T15:46:50.777 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-07T15:46:50.777 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: pgs: 2023-12-07T15:46:50.777 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-12-07T15:46:50.808 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:50 smithi042 bash[24512]: cluster 2023-12-07T15:46:50.512074+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-07T15:46:51.315 INFO:teuthology.orchestra.run.smithi042.stderr:mon is available 2023-12-07T15:46:51.315 INFO:teuthology.orchestra.run.smithi042.stderr:Assimilating anything we can from ceph.conf... 2023-12-07T15:46:51.615 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:51 smithi042 bash[24512]: cluster 2023-12-07T15:46:50.518521+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-07T15:46:51.615 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:51 smithi042 bash[24512]: cluster 2023-12-07T15:46:50.518802+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0]} 2023-12-07T15:46:51.615 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:51 smithi042 bash[24512]: cluster 2023-12-07T15:46:50.521469+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-07T15:46:51.615 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:51 smithi042 bash[24512]: cluster 2023-12-07T15:46:50.524705+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-07T15:46:51.615 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:51 smithi042 bash[24512]: cluster 2023-12-07T15:46:50.525419+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-07T15:46:51.615 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:51 smithi042 bash[24512]: audit 2023-12-07T15:46:50.773891+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.42:0/392662614' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-07T15:46:52.367 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-12-07T15:46:52.367 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: [global] 2023-12-07T15:46:52.367 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: fsid = b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T15:46:52.367 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.42:3300,v1:172.21.15.42:6789] 2023-12-07T15:46:52.367 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-07T15:46:52.367 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-07T15:46:52.367 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-07T15:46:52.367 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-07T15:46:52.367 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-12-07T15:46:52.368 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: [mgr] 2023-12-07T15:46:52.368 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mgr/cephadm/use_agent = False 2023-12-07T15:46:52.368 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-07T15:46:52.368 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-12-07T15:46:52.368 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: [osd] 2023-12-07T15:46:52.369 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-07T15:46:52.369 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-07T15:46:52.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:52 smithi042 bash[24512]: audit 2023-12-07T15:46:52.359537+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.42:0/2956280167' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-07T15:46:52.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:52 smithi042 bash[24512]: audit 2023-12-07T15:46:52.365644+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.42:0/2956280167' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-07T15:46:52.920 INFO:teuthology.orchestra.run.smithi042.stderr:Generating new minimal ceph.conf... 2023-12-07T15:46:54.365 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:54 smithi042 bash[24512]: audit 2023-12-07T15:46:53.955686+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.42:0/3298784855' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:46:54.582 INFO:teuthology.orchestra.run.smithi042.stderr:Restarting the monitor... 2023-12-07T15:46:54.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:54 smithi042 systemd[1]: Stopping Ceph mon.a for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T15:46:54.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:54 smithi042 bash[24904]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-mon.a 2023-12-07T15:46:54.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:54 smithi042 bash[24512]: debug 2023-12-07T15:46:54.691+0000 7f2d8a0d0700 -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-07T15:46:54.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:54 smithi042 bash[24512]: debug 2023-12-07T15:46:54.691+0000 7f2d8a0d0700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-12-07T15:46:55.335 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:55 smithi042 bash[24913]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-mon-a 2023-12-07T15:46:55.459 INFO:teuthology.orchestra.run.smithi042.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-07T15:46:55.615 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:55 smithi042 bash[24949]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-mon.a 2023-12-07T15:46:55.615 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:55 smithi042 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-07T15:46:55.615 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:55 smithi042 systemd[1]: Stopped Ceph mon.a for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T15:46:55.615 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:55 smithi042 systemd[1]: Started Ceph mon.a for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T15:46:56.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.567+0000 7fce7264a880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-07T15:46:56.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.567+0000 7fce7264a880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-07T15:46:56.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.567+0000 7fce7264a880 0 pidfile_write: ignore empty --pid-file 2023-12-07T15:46:56.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 0 load: jerasure load: lrc 2023-12-07T15:46:56.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: RocksDB version: 6.15.5 2023-12-07T15:46:56.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-07T15:46:56.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Compile date Apr 18 2022 2023-12-07T15:46:56.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: DB SUMMARY 2023-12-07T15:46:56.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: DB Session ID: I0QQPAEOYCQ97RWUON8Z 2023-12-07T15:46:56.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: CURRENT file: CURRENT 2023-12-07T15:46:56.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-07T15:46:56.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-07T15:46:56.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-12-07T15:46:56.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82105 ; 2023-12-07T15:46:56.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.error_if_exists: 0 2023-12-07T15:46:56.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.create_if_missing: 0 2023-12-07T15:46:56.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.paranoid_checks: 1 2023-12-07T15:46:56.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-07T15:46:56.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.env: 0x55dd8d6bd860 2023-12-07T15:46:56.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.fs: Posix File System 2023-12-07T15:46:56.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.info_log: 0x55dd8e3bbe00 2023-12-07T15:46:56.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-07T15:46:56.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.statistics: (nil) 2023-12-07T15:46:56.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.use_fsync: 0 2023-12-07T15:46:56.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.max_log_file_size: 0 2023-12-07T15:46:56.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-07T15:46:56.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-07T15:46:56.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-07T15:46:56.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-07T15:46:56.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.allow_fallocate: 1 2023-12-07T15:46:56.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-07T15:46:56.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-07T15:46:56.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.use_direct_reads: 0 2023-12-07T15:46:56.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-07T15:46:56.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-07T15:46:56.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.db_log_dir: 2023-12-07T15:46:56.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-07T15:46:56.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-07T15:46:56.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-07T15:46:56.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-07T15:46:56.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-07T15:46:56.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-07T15:46:56.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-07T15:46:56.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-07T15:46:56.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-07T15:46:56.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.write_buffer_manager: 0x55dd8e4ac2d0 2023-12-07T15:46:56.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-07T15:46:56.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-07T15:46:56.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-07T15:46:56.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-07T15:46:56.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-07T15:46:56.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-07T15:46:56.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-07T15:46:56.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-07T15:46:56.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-07T15:46:56.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.unordered_write: 0 2023-12-07T15:46:56.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-07T15:46:56.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-07T15:46:56.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-07T15:46:56.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-07T15:46:56.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.row_cache: None 2023-12-07T15:46:56.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.wal_filter: None 2023-12-07T15:46:56.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-07T15:46:56.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-07T15:46:56.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.preserve_deletes: 0 2023-12-07T15:46:56.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.two_write_queues: 0 2023-12-07T15:46:56.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-07T15:46:56.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.atomic_flush: 0 2023-12-07T15:46:56.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-07T15:46:56.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-07T15:46:56.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-07T15:46:56.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.log_readahead_size: 0 2023-12-07T15:46:56.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-07T15:46:56.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-07T15:46:56.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-07T15:46:56.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-07T15:46:56.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-07T15:46:56.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-07T15:46:56.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.max_background_jobs: 2 2023-12-07T15:46:56.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.max_background_compactions: -1 2023-12-07T15:46:56.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.max_subcompactions: 1 2023-12-07T15:46:56.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-07T15:46:56.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-07T15:46:56.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-07T15:46:56.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-07T15:46:56.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-07T15:46:56.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-07T15:46:56.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-07T15:46:56.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-07T15:46:56.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.max_open_files: -1 2023-12-07T15:46:56.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-07T15:46:56.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-07T15:46:56.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-07T15:46:56.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-07T15:46:56.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Options.max_background_flushes: -1 2023-12-07T15:46:56.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Compression algorithms supported: 2023-12-07T15:46:56.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-07T15:46:56.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: kZSTD supported: 0 2023-12-07T15:46:56.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: kXpressCompression supported: 0 2023-12-07T15:46:56.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-07T15:46:56.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: kLZ4Compression supported: 1 2023-12-07T15:46:56.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: kBZip2Compression supported: 0 2023-12-07T15:46:56.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: kZlibCompression supported: 1 2023-12-07T15:46:56.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: kSnappyCompression supported: 1 2023-12-07T15:46:56.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-07T15:46:56.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.571+0000 7fce7264a880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2023-12-07T15:46:56.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-07T15:46:56.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-07T15:46:56.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.merge_operator: 2023-12-07T15:46:56.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.compaction_filter: None 2023-12-07T15:46:56.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-07T15:46:56.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-07T15:46:56.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-07T15:46:56.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-07T15:46:56.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55dd8e389d00) 2023-12-07T15:46:56.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: cache_index_and_filter_blocks: 1 2023-12-07T15:46:56.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-07T15:46:56.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-07T15:46:56.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: pin_top_level_index_and_filter: 1 2023-12-07T15:46:56.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: index_type: 0 2023-12-07T15:46:56.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: data_block_index_type: 0 2023-12-07T15:46:56.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: index_shortening: 1 2023-12-07T15:46:56.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: data_block_hash_table_util_ratio: 0.750000 2023-12-07T15:46:56.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: hash_index_allow_collision: 1 2023-12-07T15:46:56.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: checksum: 1 2023-12-07T15:46:56.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: no_block_cache: 0 2023-12-07T15:46:56.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: block_cache: 0x55dd8e3f0170 2023-12-07T15:46:56.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: block_cache_name: BinnedLRUCache 2023-12-07T15:46:56.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: block_cache_options: 2023-12-07T15:46:56.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: capacity : 536870912 2023-12-07T15:46:56.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: num_shard_bits : 4 2023-12-07T15:46:56.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: strict_capacity_limit : 0 2023-12-07T15:46:56.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: high_pri_pool_ratio: 0.000 2023-12-07T15:46:56.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: block_cache_compressed: (nil) 2023-12-07T15:46:56.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: persistent_cache: (nil) 2023-12-07T15:46:56.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: block_size: 4096 2023-12-07T15:46:56.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: block_size_deviation: 10 2023-12-07T15:46:56.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: block_restart_interval: 16 2023-12-07T15:46:56.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: index_block_restart_interval: 1 2023-12-07T15:46:56.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: metadata_block_size: 4096 2023-12-07T15:46:56.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: partition_filters: 0 2023-12-07T15:46:56.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: use_delta_encoding: 1 2023-12-07T15:46:56.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-07T15:46:56.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: whole_key_filtering: 1 2023-12-07T15:46:56.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: verify_compression: 0 2023-12-07T15:46:56.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: read_amp_bytes_per_bit: 0 2023-12-07T15:46:56.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: format_version: 4 2023-12-07T15:46:56.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: enable_index_compression: 1 2023-12-07T15:46:56.877 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: block_align: 0 2023-12-07T15:46:56.877 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-07T15:46:56.877 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-07T15:46:56.877 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.compression: NoCompression 2023-12-07T15:46:56.877 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-07T15:46:56.877 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-07T15:46:56.877 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-07T15:46:56.877 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.num_levels: 7 2023-12-07T15:46:56.877 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-07T15:46:56.877 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-07T15:46:56.877 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-07T15:46:56.877 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-07T15:46:56.877 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-07T15:46:56.877 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-07T15:46:56.877 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-07T15:46:56.877 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-07T15:46:56.877 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-07T15:46:56.878 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-07T15:46:56.878 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-07T15:46:56.878 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-07T15:46:56.878 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-07T15:46:56.878 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-07T15:46:56.878 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-07T15:46:56.878 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-07T15:46:56.878 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-07T15:46:56.878 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-07T15:46:56.878 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-07T15:46:56.878 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-07T15:46:56.878 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-07T15:46:56.878 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-07T15:46:56.878 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-07T15:46:56.878 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-07T15:46:56.878 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-07T15:46:56.879 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-07T15:46:56.879 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-07T15:46:56.879 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-07T15:46:56.879 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-07T15:46:56.879 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-07T15:46:56.879 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-07T15:46:56.879 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-07T15:46:56.879 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-07T15:46:56.879 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-07T15:46:56.879 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-07T15:46:56.879 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-07T15:46:56.879 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-07T15:46:56.879 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-07T15:46:56.879 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-07T15:46:56.879 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-07T15:46:56.880 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-07T15:46:56.880 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-07T15:46:56.880 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-07T15:46:56.880 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-07T15:46:56.880 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-07T15:46:56.880 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-07T15:46:56.880 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-07T15:46:56.880 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-07T15:46:56.880 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-07T15:46:56.880 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.table_properties_collectors: 2023-12-07T15:46:56.880 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.inplace_update_support: 0 2023-12-07T15:46:56.880 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-07T15:46:56.880 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-07T15:46:56.880 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-07T15:46:56.880 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-07T15:46:56.880 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.bloom_locality: 0 2023-12-07T15:46:56.881 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.max_successive_merges: 0 2023-12-07T15:46:56.881 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-07T15:46:56.881 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-07T15:46:56.881 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-07T15:46:56.881 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-07T15:46:56.881 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.ttl: 2592000 2023-12-07T15:46:56.881 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-07T15:46:56.881 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.enable_blob_files: false 2023-12-07T15:46:56.881 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.min_blob_size: 0 2023-12-07T15:46:56.881 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-07T15:46:56.881 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-07T15:46:56.881 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-07T15:46:56.881 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-07T15:46:56.881 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 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-07T15:46:56.881 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-07T15:46:56.881 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-07T15:46:56.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701964016579283, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-07T15:46:56.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-07T15:46:56.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.575+0000 7fce7264a880 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-07T15:46:56.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.579+0000 7fce7264a880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701964016581149, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 78814, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77077, "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": 71348, "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": 1701964016, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "d01c41da-7dd0-4656-9ce7-d65420824957", "db_session_id": "I0QQPAEOYCQ97RWUON8Z"}} 2023-12-07T15:46:56.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.579+0000 7fce7264a880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-07T15:46:56.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.579+0000 7fce7264a880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701964016582435, "job": 1, "event": "recovery_finished"} 2023-12-07T15:46:56.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.579+0000 7fce7264a880 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-07T15:46:56.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.583+0000 7fce7264a880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55dd8e3d6a80 2023-12-07T15:46:56.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.583+0000 7fce7264a880 4 rocksdb: DB pointer 0x55dd8e3e6000 2023-12-07T15:46:56.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.583+0000 7fce623d2700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-07T15:46:56.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.583+0000 7fce623d2700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-07T15:46:56.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: ** DB Stats ** 2023-12-07T15:46:56.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:46:56.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: 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-07T15:46:56.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T15:46:56.882 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T15:46:56.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: 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-07T15:46:56.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-07T15:46:56.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T15:46:56.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: ** Compaction Stats [default] ** 2023-12-07T15:46:56.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: 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-07T15:46:56.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:46:56.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: L0 2/0 78.73 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 56.7 0.00 0.00 1 0.001 0 0 2023-12-07T15:46:56.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: Sum 2/0 78.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 56.7 0.00 0.00 1 0.001 0 0 2023-12-07T15:46:56.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 56.7 0.00 0.00 1 0.001 0 0 2023-12-07T15:46:56.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: ** Compaction Stats [default] ** 2023-12-07T15:46:56.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: 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-07T15:46:56.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:46:56.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 56.7 0.00 0.00 1 0.001 0 0 2023-12-07T15:46:56.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:46:56.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T15:46:56.884 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T15:46:56.884 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T15:46:56.884 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T15:46:56.884 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: AddFile(Keys): cumulative 0, interval 0 2023-12-07T15:46:56.884 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: Cumulative compaction: 0.00 GB write, 8.98 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T15:46:56.884 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: Interval compaction: 0.00 GB write, 8.98 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T15:46:56.884 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: 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-07T15:46:56.884 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: ** File Read Latency Histogram By Level [default] ** 2023-12-07T15:46:56.884 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: ** Compaction Stats [default] ** 2023-12-07T15:46:56.884 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: 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-07T15:46:56.884 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:46:56.884 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: L0 2/0 78.73 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 56.7 0.00 0.00 1 0.001 0 0 2023-12-07T15:46:56.884 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: Sum 2/0 78.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 56.7 0.00 0.00 1 0.001 0 0 2023-12-07T15:46:56.884 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: 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-07T15:46:56.884 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: ** Compaction Stats [default] ** 2023-12-07T15:46:56.884 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: 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-07T15:46:56.885 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:46:56.885 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 56.7 0.00 0.00 1 0.001 0 0 2023-12-07T15:46:56.885 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:46:56.885 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T15:46:56.885 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T15:46:56.885 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T15:46:56.885 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T15:46:56.886 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: AddFile(Keys): cumulative 0, interval 0 2023-12-07T15:46:56.886 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: Cumulative compaction: 0.00 GB write, 8.87 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T15:46:56.886 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: 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-07T15:46:56.886 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: 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-07T15:46:56.886 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: ** File Read Latency Histogram By Level [default] ** 2023-12-07T15:46:56.886 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.583+0000 7fce7264a880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] at bind addrs [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T15:46:56.886 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.583+0000 7fce7264a880 1 mon.a@-1(???) e1 preinit fsid b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T15:46:56.886 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.587+0000 7fce7264a880 0 mon.a@-1(???).mds e1 new map 2023-12-07T15:46:56.886 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.587+0000 7fce7264a880 0 mon.a@-1(???).mds e1 print_map 2023-12-07T15:46:56.886 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: e1 2023-12-07T15:46:56.886 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-07T15:46:56.886 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: 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-07T15:46:56.886 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: legacy client fscid: -1 2023-12-07T15:46:56.886 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: 2023-12-07T15:46:56.886 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: No filesystems configured 2023-12-07T15:46:56.887 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.587+0000 7fce7264a880 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-07T15:46:56.887 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.587+0000 7fce7264a880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T15:46:56.887 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.587+0000 7fce7264a880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T15:46:56.887 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.587+0000 7fce7264a880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T15:46:56.887 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: debug 2023-12-07T15:46:56.587+0000 7fce7264a880 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-07T15:46:56.887 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: cluster 2023-12-07T15:46:56.592549+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-07T15:46:56.887 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: cluster 2023-12-07T15:46:56.592654+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0]} 2023-12-07T15:46:56.887 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: cluster 2023-12-07T15:46:56.592765+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2023-12-07T15:46:56.887 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: cluster 2023-12-07T15:46:56.592825+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-07T15:46:56.887 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:56 smithi042 bash[24989]: cluster 2023-12-07T15:46:56.593327+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-07T15:46:57.473 INFO:teuthology.orchestra.run.smithi042.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-07T15:46:57.474 INFO:teuthology.orchestra.run.smithi042.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-07T15:46:57.474 INFO:teuthology.orchestra.run.smithi042.stderr:Creating mgr... 2023-12-07T15:46:57.474 INFO:teuthology.orchestra.run.smithi042.stderr:Verifying port 9283 ... 2023-12-07T15:46:57.701 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Failed to reset failed state of unit ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mgr.y.service: Unit ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mgr.y.service not loaded. 2023-12-07T15:46:57.709 INFO:teuthology.orchestra.run.smithi042.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b31e98c6-9517-11ee-95a2-87774f69a715.target.wants/ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mgr.y.service -> /etc/systemd/system/ceph-b31e98c6-9517-11ee-95a2-87774f69a715@.service. 2023-12-07T15:46:57.919 INFO:teuthology.orchestra.run.smithi042.stderr:firewalld does not appear to be present 2023-12-07T15:46:57.920 INFO:teuthology.orchestra.run.smithi042.stderr:Not possible to enable service . firewalld.service is not available 2023-12-07T15:46:57.920 INFO:teuthology.orchestra.run.smithi042.stderr:firewalld does not appear to be present 2023-12-07T15:46:57.920 INFO:teuthology.orchestra.run.smithi042.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-07T15:46:57.920 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for mgr to start... 2023-12-07T15:46:57.920 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for mgr... 2023-12-07T15:46:58.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:57 smithi042 bash[24989]: audit 2023-12-07T15:46:56.855814+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.42:0/3247527566' entity='client.admin' 2023-12-07T15:46:59.309 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-12-07T15:46:59.309 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2023-12-07T15:46:59.309 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsid": "b31e98c6-9517-11ee-95a2-87774f69a715", 2023-12-07T15:46:59.309 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "health": { 2023-12-07T15:46:59.310 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-07T15:46:59.310 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "checks": {}, 2023-12-07T15:46:59.310 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mutes": [] 2023-12-07T15:46:59.310 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:46:59.310 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-07T15:46:59.310 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum": [ 2023-12-07T15:46:59.310 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 0 2023-12-07T15:46:59.310 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-12-07T15:46:59.310 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-07T15:46:59.312 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "a" 2023-12-07T15:46:59.312 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-12-07T15:46:59.312 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-07T15:46:59.312 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "monmap": { 2023-12-07T15:46:59.312 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:46:59.312 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-07T15:46:59.312 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-07T15:46:59.312 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:46:59.312 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osdmap": { 2023-12-07T15:46:59.312 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:46:59.312 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-07T15:46:59.312 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-07T15:46:59.313 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-07T15:46:59.317 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-07T15:46:59.317 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-07T15:46:59.317 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-07T15:46:59.318 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:46:59.318 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgmap": { 2023-12-07T15:46:59.318 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-07T15:46:59.318 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-07T15:46:59.318 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-07T15:46:59.318 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-07T15:46:59.318 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-07T15:46:59.318 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-07T15:46:59.318 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-07T15:46:59.318 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-07T15:46:59.318 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:46:59.318 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsmap": { 2023-12-07T15:46:59.318 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:46:59.319 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-07T15:46:59.319 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-07T15:46:59.319 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:46:59.319 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-07T15:46:59.319 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "available": false, 2023-12-07T15:46:59.319 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-07T15:46:59.319 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modules": [ 2023-12-07T15:46:59.319 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "iostat", 2023-12-07T15:46:59.319 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "nfs", 2023-12-07T15:46:59.319 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "restful" 2023-12-07T15:46:59.319 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-12-07T15:46:59.319 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2023-12-07T15:46:59.319 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:46:59.319 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "servicemap": { 2023-12-07T15:46:59.319 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:46:59.320 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modified": "2023-12-07T15:46:50.519919+0000", 2023-12-07T15:46:59.320 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2023-12-07T15:46:59.320 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:46:59.320 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-07T15:46:59.320 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2023-12-07T15:46:59.500 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:46:59 smithi042 bash[24989]: audit 2023-12-07T15:46:59.307092+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.42:0/2008046773' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T15:46:59.501 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:46:59 smithi042 bash[25262]: debug 2023-12-07T15:46:59.222+0000 7f12a54e1000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T15:46:59.970 INFO:teuthology.orchestra.run.smithi042.stderr:mgr not available, waiting (1/15)... 2023-12-07T15:47:00.365 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:00 smithi042 bash[25262]: debug 2023-12-07T15:47:00.082+0000 7f12a54e1000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T15:47:00.365 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:00 smithi042 bash[25262]: debug 2023-12-07T15:47:00.206+0000 7f12a54e1000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T15:47:00.710 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:00 smithi042 bash[25262]: debug 2023-12-07T15:47:00.370+0000 7f12a54e1000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:47:01.012 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:00 smithi042 bash[25262]: debug 2023-12-07T15:47:00.706+0000 7f12a54e1000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T15:47:01.012 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:00 smithi042 bash[25262]: debug 2023-12-07T15:47:00.802+0000 7f12a54e1000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T15:47:01.365 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:01 smithi042 bash[25262]: debug 2023-12-07T15:47:01.010+0000 7f12a54e1000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T15:47:02.208 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:01 smithi042 bash[25262]: debug 2023-12-07T15:47:01.890+0000 7f12a54e1000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T15:47:02.208 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:02 smithi042 bash[25262]: debug 2023-12-07T15:47:01.998+0000 7f12a54e1000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T15:47:02.365 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:02 smithi042 bash[25262]: debug 2023-12-07T15:47:02.206+0000 7f12a54e1000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T15:47:02.865 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:02 smithi042 bash[25262]: debug 2023-12-07T15:47:02.562+0000 7f12a54e1000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T15:47:03.059 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-12-07T15:47:03.059 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2023-12-07T15:47:03.059 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsid": "b31e98c6-9517-11ee-95a2-87774f69a715", 2023-12-07T15:47:03.060 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "health": { 2023-12-07T15:47:03.060 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-07T15:47:03.061 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "checks": {}, 2023-12-07T15:47:03.061 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mutes": [] 2023-12-07T15:47:03.061 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:47:03.061 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-07T15:47:03.061 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum": [ 2023-12-07T15:47:03.061 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 0 2023-12-07T15:47:03.061 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-12-07T15:47:03.061 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-07T15:47:03.061 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "a" 2023-12-07T15:47:03.062 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-12-07T15:47:03.062 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-12-07T15:47:03.062 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "monmap": { 2023-12-07T15:47:03.063 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:47:03.063 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-07T15:47:03.063 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-07T15:47:03.063 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:47:03.063 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osdmap": { 2023-12-07T15:47:03.063 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:47:03.063 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-07T15:47:03.063 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-07T15:47:03.063 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-07T15:47:03.063 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-07T15:47:03.067 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-07T15:47:03.067 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-07T15:47:03.067 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:47:03.067 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgmap": { 2023-12-07T15:47:03.067 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-07T15:47:03.067 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-07T15:47:03.067 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-07T15:47:03.067 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-07T15:47:03.067 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-07T15:47:03.067 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-07T15:47:03.067 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-07T15:47:03.067 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-07T15:47:03.068 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:47:03.068 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsmap": { 2023-12-07T15:47:03.068 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:47:03.068 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-07T15:47:03.068 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-07T15:47:03.068 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:47:03.068 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-07T15:47:03.068 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "available": false, 2023-12-07T15:47:03.068 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-07T15:47:03.068 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modules": [ 2023-12-07T15:47:03.068 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "iostat", 2023-12-07T15:47:03.068 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "nfs", 2023-12-07T15:47:03.068 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "restful" 2023-12-07T15:47:03.068 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-12-07T15:47:03.068 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2023-12-07T15:47:03.069 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:47:03.069 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "servicemap": { 2023-12-07T15:47:03.069 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:47:03.069 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modified": "2023-12-07T15:46:50.519919+0000", 2023-12-07T15:47:03.069 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2023-12-07T15:47:03.069 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:47:03.069 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-07T15:47:03.069 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2023-12-07T15:47:03.250 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:03 smithi042 bash[24989]: audit 2023-12-07T15:47:03.058395+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.42:0/342788008' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T15:47:03.250 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:02 smithi042 bash[25262]: debug 2023-12-07T15:47:02.906+0000 7f12a54e1000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T15:47:03.574 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:03 smithi042 bash[25262]: debug 2023-12-07T15:47:03.294+0000 7f12a54e1000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T15:47:03.667 INFO:teuthology.orchestra.run.smithi042.stderr:mgr not available, waiting (2/15)... 2023-12-07T15:47:03.865 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:03 smithi042 bash[25262]: debug 2023-12-07T15:47:03.570+0000 7f12a54e1000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:47:04.540 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:04 smithi042 bash[25262]: debug 2023-12-07T15:47:04.266+0000 7f12a54e1000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T15:47:04.540 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:04 smithi042 bash[25262]: debug 2023-12-07T15:47:04.374+0000 7f12a54e1000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T15:47:04.792 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:04 smithi042 bash[25262]: debug 2023-12-07T15:47:04.538+0000 7f12a54e1000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T15:47:04.792 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:04 smithi042 bash[25262]: debug 2023-12-07T15:47:04.646+0000 7f12a54e1000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T15:47:05.085 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:04 smithi042 bash[25262]: debug 2023-12-07T15:47:04.786+0000 7f12a54e1000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T15:47:05.365 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:05 smithi042 bash[25262]: debug 2023-12-07T15:47:05.082+0000 7f12a54e1000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T15:47:05.365 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:05 smithi042 bash[25262]: debug 2023-12-07T15:47:05.202+0000 7f12a54e1000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T15:47:05.702 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:05 smithi042 bash[25262]: debug 2023-12-07T15:47:05.390+0000 7f12a54e1000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T15:47:05.702 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:05 smithi042 bash[25262]: debug 2023-12-07T15:47:05.510+0000 7f12a54e1000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T15:47:06.615 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:06 smithi042 bash[25262]: debug 2023-12-07T15:47:06.394+0000 7f12a54e1000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T15:47:06.615 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:06 smithi042 bash[24989]: cluster 2023-12-07T15:47:06.401705+0000 mon.a (mon.0) 9 : cluster [INF] Activating manager daemon y 2023-12-07T15:47:06.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:06 smithi042 bash[24989]: cluster 2023-12-07T15:47:06.410634+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00912591s) 2023-12-07T15:47:06.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:06 smithi042 bash[24989]: audit 2023-12-07T15:47:06.411901+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.42:0/1752315104' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T15:47:06.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:06 smithi042 bash[24989]: audit 2023-12-07T15:47:06.412044+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.42:0/1752315104' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T15:47:06.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:06 smithi042 bash[24989]: audit 2023-12-07T15:47:06.412228+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.42:0/1752315104' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T15:47:06.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:06 smithi042 bash[24989]: audit 2023-12-07T15:47:06.412359+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.42:0/1752315104' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:47:06.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:06 smithi042 bash[24989]: audit 2023-12-07T15:47:06.413298+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.42:0/1752315104' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T15:47:06.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:06 smithi042 bash[24989]: cluster 2023-12-07T15:47:06.419882+0000 mon.a (mon.0) 16 : cluster [INF] Manager daemon y is now available 2023-12-07T15:47:06.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:06 smithi042 bash[24989]: audit 2023-12-07T15:47:06.434532+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.42:0/1752315104' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:47:06.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:06 smithi042 bash[24989]: audit 2023-12-07T15:47:06.436593+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.42:0/1752315104' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:47:06.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:06 smithi042 bash[24989]: audit 2023-12-07T15:47:06.447789+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.42:0/1752315104' entity='mgr.y' 2023-12-07T15:47:06.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:06 smithi042 bash[24989]: audit 2023-12-07T15:47:06.451168+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.42:0/1752315104' entity='mgr.y' 2023-12-07T15:47:06.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-12-07T15:47:06.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2023-12-07T15:47:06.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsid": "b31e98c6-9517-11ee-95a2-87774f69a715", 2023-12-07T15:47:06.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "health": { 2023-12-07T15:47:06.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-07T15:47:06.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "checks": {}, 2023-12-07T15:47:06.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mutes": [] 2023-12-07T15:47:06.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:47:06.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-07T15:47:06.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum": [ 2023-12-07T15:47:06.721 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 0 2023-12-07T15:47:06.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-12-07T15:47:06.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-07T15:47:06.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "a" 2023-12-07T15:47:06.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-12-07T15:47:06.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-07T15:47:06.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "monmap": { 2023-12-07T15:47:06.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:47:06.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-07T15:47:06.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-07T15:47:06.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:47:06.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osdmap": { 2023-12-07T15:47:06.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:47:06.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-07T15:47:06.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-07T15:47:06.722 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-07T15:47:06.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-07T15:47:06.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-07T15:47:06.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-07T15:47:06.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:47:06.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgmap": { 2023-12-07T15:47:06.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-07T15:47:06.723 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-07T15:47:06.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-07T15:47:06.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-07T15:47:06.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-07T15:47:06.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-07T15:47:06.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-07T15:47:06.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-07T15:47:06.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:47:06.724 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsmap": { 2023-12-07T15:47:06.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:47:06.725 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-07T15:47:06.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-07T15:47:06.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:47:06.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-07T15:47:06.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "available": false, 2023-12-07T15:47:06.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-07T15:47:06.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modules": [ 2023-12-07T15:47:06.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "iostat", 2023-12-07T15:47:06.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "nfs", 2023-12-07T15:47:06.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "restful" 2023-12-07T15:47:06.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-12-07T15:47:06.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2023-12-07T15:47:06.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:47:06.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "servicemap": { 2023-12-07T15:47:06.727 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:47:06.728 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modified": "2023-12-07T15:46:50.519919+0000", 2023-12-07T15:47:06.728 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2023-12-07T15:47:06.728 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:47:06.728 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-07T15:47:06.728 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2023-12-07T15:47:07.266 INFO:teuthology.orchestra.run.smithi042.stderr:mgr not available, waiting (3/15)... 2023-12-07T15:47:07.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:07 smithi042 bash[24989]: audit 2023-12-07T15:47:06.454465+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.42:0/1752315104' entity='mgr.y' 2023-12-07T15:47:07.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:07 smithi042 bash[24989]: audit 2023-12-07T15:47:06.716615+0000 mon.a (mon.0) 22 : audit [DBG] from='client.? 172.21.15.42:0/1556048291' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T15:47:07.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:07 smithi042 bash[24989]: cluster 2023-12-07T15:47:07.415541+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: y(active, since 1.01403s) 2023-12-07T15:47:09.615 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:09 smithi042 bash[24989]: cluster 2023-12-07T15:47:08.462701+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: y(active, since 2s) 2023-12-07T15:47:10.749 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-12-07T15:47:10.749 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2023-12-07T15:47:10.749 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsid": "b31e98c6-9517-11ee-95a2-87774f69a715", 2023-12-07T15:47:10.749 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "health": { 2023-12-07T15:47:10.749 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-07T15:47:10.749 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "checks": {}, 2023-12-07T15:47:10.749 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mutes": [] 2023-12-07T15:47:10.749 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:47:10.749 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-07T15:47:10.750 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum": [ 2023-12-07T15:47:10.750 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 0 2023-12-07T15:47:10.750 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-12-07T15:47:10.751 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-07T15:47:10.752 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "a" 2023-12-07T15:47:10.752 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-12-07T15:47:10.752 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "quorum_age": 14, 2023-12-07T15:47:10.752 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "monmap": { 2023-12-07T15:47:10.752 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:47:10.752 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-07T15:47:10.752 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-07T15:47:10.752 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:47:10.752 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osdmap": { 2023-12-07T15:47:10.752 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:47:10.752 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-07T15:47:10.753 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-07T15:47:10.753 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-07T15:47:10.756 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-07T15:47:10.756 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-07T15:47:10.756 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-07T15:47:10.756 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:47:10.756 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgmap": { 2023-12-07T15:47:10.756 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-07T15:47:10.756 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-07T15:47:10.757 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-07T15:47:10.757 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-07T15:47:10.757 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-07T15:47:10.757 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-07T15:47:10.757 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-07T15:47:10.757 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-07T15:47:10.757 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:47:10.757 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "fsmap": { 2023-12-07T15:47:10.757 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:47:10.757 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-07T15:47:10.757 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-07T15:47:10.757 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:47:10.757 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-07T15:47:10.757 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "available": true, 2023-12-07T15:47:10.757 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-07T15:47:10.758 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modules": [ 2023-12-07T15:47:10.758 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "iostat", 2023-12-07T15:47:10.758 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "nfs", 2023-12-07T15:47:10.758 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "restful" 2023-12-07T15:47:10.758 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ], 2023-12-07T15:47:10.758 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2023-12-07T15:47:10.758 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:47:10.758 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "servicemap": { 2023-12-07T15:47:10.758 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:47:10.758 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "modified": "2023-12-07T15:46:50.519919+0000", 2023-12-07T15:47:10.758 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "services": {} 2023-12-07T15:47:10.758 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: }, 2023-12-07T15:47:10.758 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-07T15:47:10.758 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2023-12-07T15:47:11.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:10 smithi042 bash[24989]: audit 2023-12-07T15:47:10.747034+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.42:0/4215573311' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T15:47:11.337 INFO:teuthology.orchestra.run.smithi042.stderr:mgr is available 2023-12-07T15:47:12.594 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-12-07T15:47:12.594 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: [global] 2023-12-07T15:47:12.594 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: fsid = b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T15:47:12.594 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-07T15:47:12.594 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-07T15:47:12.594 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-07T15:47:12.595 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-07T15:47:12.595 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-12-07T15:47:12.595 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: [mgr] 2023-12-07T15:47:12.595 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-07T15:47:12.595 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 2023-12-07T15:47:12.595 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: [osd] 2023-12-07T15:47:12.595 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-07T15:47:12.595 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-07T15:47:12.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:12 smithi042 bash[24989]: audit 2023-12-07T15:47:12.586840+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.42:0/56628661' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-07T15:47:12.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:12 smithi042 bash[24989]: audit 2023-12-07T15:47:12.592736+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.42:0/56628661' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-07T15:47:13.310 INFO:teuthology.orchestra.run.smithi042.stderr:Enabling cephadm module... 2023-12-07T15:47:15.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:14 smithi042 bash[24989]: audit 2023-12-07T15:47:14.651070+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.42:0/1885883511' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-07T15:47:15.115 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:14 smithi042 bash[25262]: ignoring --setuser ceph since I am not root 2023-12-07T15:47:15.115 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:14 smithi042 bash[25262]: ignoring --setgroup ceph since I am not root 2023-12-07T15:47:15.116 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:14 smithi042 bash[25262]: debug 2023-12-07T15:47:14.906+0000 7f2077032000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T15:47:15.710 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:15 smithi042 bash[25262]: debug 2023-12-07T15:47:15.590+0000 7f2077032000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T15:47:16.034 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:15 smithi042 bash[25262]: debug 2023-12-07T15:47:15.718+0000 7f2077032000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T15:47:16.034 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:15 smithi042 bash[25262]: debug 2023-12-07T15:47:15.882+0000 7f2077032000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:47:16.034 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:15 smithi042 bash[24989]: audit 2023-12-07T15:47:14.708434+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.42:0/1885883511' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-07T15:47:16.034 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:15 smithi042 bash[24989]: cluster 2023-12-07T15:47:14.708592+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: y(active, since 8s) 2023-12-07T15:47:16.548 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:16 smithi042 bash[25262]: debug 2023-12-07T15:47:16.238+0000 7f2077032000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T15:47:16.549 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:16 smithi042 bash[25262]: debug 2023-12-07T15:47:16.338+0000 7f2077032000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T15:47:16.640 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2023-12-07T15:47:16.640 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-07T15:47:16.640 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "available": true, 2023-12-07T15:47:16.640 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "active_name": "y", 2023-12-07T15:47:16.640 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-07T15:47:16.640 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2023-12-07T15:47:16.831 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:16 smithi042 bash[25262]: debug 2023-12-07T15:47:16.546+0000 7f2077032000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T15:47:17.161 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for the mgr to restart... 2023-12-07T15:47:17.161 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for mgr epoch 5... 2023-12-07T15:47:17.534 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:17 smithi042 bash[25262]: debug 2023-12-07T15:47:17.422+0000 7f2077032000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T15:47:17.852 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:17 smithi042 bash[24989]: audit 2023-12-07T15:47:16.639267+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.42:0/69457121' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-07T15:47:17.853 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:17 smithi042 bash[25262]: debug 2023-12-07T15:47:17.530+0000 7f2077032000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T15:47:17.853 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:17 smithi042 bash[25262]: debug 2023-12-07T15:47:17.738+0000 7f2077032000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T15:47:18.478 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:18 smithi042 bash[25262]: debug 2023-12-07T15:47:18.122+0000 7f2077032000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T15:47:18.864 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:18 smithi042 bash[25262]: debug 2023-12-07T15:47:18.474+0000 7f2077032000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T15:47:19.115 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:18 smithi042 bash[25262]: debug 2023-12-07T15:47:18.858+0000 7f2077032000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T15:47:19.615 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:19 smithi042 bash[25262]: debug 2023-12-07T15:47:19.138+0000 7f2077032000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:47:20.110 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:19 smithi042 bash[25262]: debug 2023-12-07T15:47:19.838+0000 7f2077032000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T15:47:20.110 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:19 smithi042 bash[25262]: debug 2023-12-07T15:47:19.946+0000 7f2077032000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T15:47:20.363 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:20 smithi042 bash[25262]: debug 2023-12-07T15:47:20.106+0000 7f2077032000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T15:47:20.363 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:20 smithi042 bash[25262]: debug 2023-12-07T15:47:20.218+0000 7f2077032000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T15:47:20.615 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:20 smithi042 bash[25262]: debug 2023-12-07T15:47:20.358+0000 7f2077032000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T15:47:20.966 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:20 smithi042 bash[25262]: debug 2023-12-07T15:47:20.654+0000 7f2077032000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T15:47:20.966 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:20 smithi042 bash[25262]: debug 2023-12-07T15:47:20.774+0000 7f2077032000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T15:47:21.365 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:20 smithi042 bash[25262]: debug 2023-12-07T15:47:20.962+0000 7f2077032000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T15:47:21.366 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:21 smithi042 bash[25262]: debug 2023-12-07T15:47:21.086+0000 7f2077032000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T15:47:22.365 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:21 smithi042 bash[25262]: debug 2023-12-07T15:47:21.966+0000 7f2077032000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T15:47:23.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:22 smithi042 bash[24989]: cluster 2023-12-07T15:47:21.989825+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon y restarted 2023-12-07T15:47:23.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:22 smithi042 bash[24989]: cluster 2023-12-07T15:47:21.990539+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon y 2023-12-07T15:47:23.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:22 smithi042 bash[24989]: cluster 2023-12-07T15:47:21.994010+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-07T15:47:23.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:22 smithi042 bash[24989]: cluster 2023-12-07T15:47:22.603557+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: y(active, starting, since 0.613106s) 2023-12-07T15:47:23.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:22 smithi042 bash[24989]: audit 2023-12-07T15:47:22.606216+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:47:23.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:22 smithi042 bash[24989]: audit 2023-12-07T15:47:22.608275+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T15:47:23.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:22 smithi042 bash[24989]: audit 2023-12-07T15:47:22.609398+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T15:47:23.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:22 smithi042 bash[24989]: audit 2023-12-07T15:47:22.609862+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T15:47:23.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:22 smithi042 bash[24989]: audit 2023-12-07T15:47:22.610311+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T15:47:23.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:22 smithi042 bash[24989]: cluster 2023-12-07T15:47:22.621231+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon y is now available 2023-12-07T15:47:23.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:22 smithi042 bash[24989]: audit 2023-12-07T15:47:22.644525+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' 2023-12-07T15:47:23.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:22 smithi042 bash[24989]: audit 2023-12-07T15:47:22.651153+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' 2023-12-07T15:47:23.367 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:22 smithi042 bash[24989]: audit 2023-12-07T15:47:22.656231+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:47:23.367 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:22 smithi042 bash[24989]: audit 2023-12-07T15:47:22.659523+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:47:23.367 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:22 smithi042 bash[24989]: audit 2023-12-07T15:47:22.664879+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:47:23.367 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:22 smithi042 bash[24989]: audit 2023-12-07T15:47:22.679501+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:47:23.367 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:22 smithi042 bash[24989]: audit 2023-12-07T15:47:22.684591+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:47:23.619 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2023-12-07T15:47:23.620 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-07T15:47:23.620 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "initialized": true 2023-12-07T15:47:23.620 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2023-12-07T15:47:24.234 INFO:teuthology.orchestra.run.smithi042.stderr:mgr epoch 5 is available 2023-12-07T15:47:24.234 INFO:teuthology.orchestra.run.smithi042.stderr:Setting orchestrator backend to cephadm... 2023-12-07T15:47:24.519 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:24 smithi042 bash[25262]: [07/Dec/2023:15:47:24] ENGINE Bus STARTING 2023-12-07T15:47:24.866 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:24 smithi042 bash[25262]: [07/Dec/2023:15:47:24] ENGINE Serving on https://172.21.15.42:7150 2023-12-07T15:47:24.866 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:24 smithi042 bash[25262]: [07/Dec/2023:15:47:24] ENGINE Bus STARTED 2023-12-07T15:47:24.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:24 smithi042 bash[24989]: audit 2023-12-07T15:47:23.606725+0000 mgr.y (mgr.14120) 1 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-07T15:47:24.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:24 smithi042 bash[24989]: cluster 2023-12-07T15:47:23.608735+0000 mon.a (mon.0) 49 : cluster [DBG] mgrmap e7: y(active, since 1.61831s) 2023-12-07T15:47:24.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:24 smithi042 bash[24989]: audit 2023-12-07T15:47:23.619170+0000 mgr.y (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-07T15:47:24.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:24 smithi042 bash[24989]: audit 2023-12-07T15:47:24.526672+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' 2023-12-07T15:47:24.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:24 smithi042 bash[24989]: audit 2023-12-07T15:47:24.537254+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:47:25.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:25 smithi042 bash[24989]: cephadm 2023-12-07T15:47:24.393493+0000 mgr.y (mgr.14120) 3 : cephadm [INF] [07/Dec/2023:15:47:24] ENGINE Bus STARTING 2023-12-07T15:47:25.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:25 smithi042 bash[24989]: cephadm 2023-12-07T15:47:24.519501+0000 mgr.y (mgr.14120) 4 : cephadm [INF] [07/Dec/2023:15:47:24] ENGINE Serving on https://172.21.15.42:7150 2023-12-07T15:47:25.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:25 smithi042 bash[24989]: cephadm 2023-12-07T15:47:24.520274+0000 mgr.y (mgr.14120) 5 : cephadm [INF] [07/Dec/2023:15:47:24] ENGINE Bus STARTED 2023-12-07T15:47:25.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:25 smithi042 bash[24989]: cluster 2023-12-07T15:47:24.611283+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e8: y(active, since 2s) 2023-12-07T15:47:25.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:25 smithi042 bash[24989]: audit 2023-12-07T15:47:25.550267+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' 2023-12-07T15:47:26.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:26 smithi042 bash[24989]: audit 2023-12-07T15:47:25.543230+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-07T15:47:26.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:26 smithi042 bash[24989]: audit 2023-12-07T15:47:25.607270+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:47:27.296 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: value unchanged 2023-12-07T15:47:27.846 INFO:teuthology.orchestra.run.smithi042.stderr:Generating ssh key... 2023-12-07T15:47:28.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:27 smithi042 bash[24989]: audit 2023-12-07T15:47:27.294999+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-07T15:47:29.866 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:29 smithi042 bash[25262]: Generating public/private rsa key pair. 2023-12-07T15:47:29.866 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:29 smithi042 bash[25262]: Your identification has been saved in /tmp/tmp0hhr1nyn/key. 2023-12-07T15:47:29.866 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:29 smithi042 bash[25262]: Your public key has been saved in /tmp/tmp0hhr1nyn/key.pub. 2023-12-07T15:47:29.866 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:29 smithi042 bash[25262]: The key fingerprint is: 2023-12-07T15:47:29.866 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:29 smithi042 bash[25262]: SHA256:zfGXjW10aK/BdUhMj+FC57nePzgHGevioXnFi7qjZxw ceph-b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T15:47:29.866 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:29 smithi042 bash[25262]: The key's randomart image is: 2023-12-07T15:47:29.866 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:29 smithi042 bash[25262]: +---[RSA 3072]----+ 2023-12-07T15:47:29.866 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:29 smithi042 bash[25262]: | .o= | 2023-12-07T15:47:29.866 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:29 smithi042 bash[25262]: | . =.B | 2023-12-07T15:47:29.866 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:29 smithi042 bash[25262]: | . . O *| 2023-12-07T15:47:29.866 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:29 smithi042 bash[25262]: | o o = Xo| 2023-12-07T15:47:29.866 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:29 smithi042 bash[25262]: | S o o @ =| 2023-12-07T15:47:29.866 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:29 smithi042 bash[25262]: | E O = | 2023-12-07T15:47:29.867 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:29 smithi042 bash[25262]: | . ..+ * .| 2023-12-07T15:47:29.867 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:29 smithi042 bash[25262]: | =o+.= o.| 2023-12-07T15:47:29.867 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:29 smithi042 bash[25262]: | .+=*.. o o| 2023-12-07T15:47:29.867 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:29 smithi042 bash[25262]: +----[SHA256]-----+ 2023-12-07T15:47:30.711 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:30 smithi042 bash[24989]: audit 2023-12-07T15:47:29.124718+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-07T15:47:30.711 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:30 smithi042 bash[24989]: cephadm 2023-12-07T15:47:29.125122+0000 mgr.y (mgr.14120) 9 : cephadm [INF] Generating ssh key... 2023-12-07T15:47:30.711 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:30 smithi042 bash[24989]: audit 2023-12-07T15:47:29.407074+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' 2023-12-07T15:47:30.711 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:30 smithi042 bash[24989]: audit 2023-12-07T15:47:29.410412+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' 2023-12-07T15:47:31.251 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBurjnxm9vcfbb0hnzJSzNGYcGd6la6TltyLG3/CvPViHkdmSLEQ8hbeFQmhO6qQAmMtB6PRJpHpCL0RlldpqejFGzGueQHUnHW+LNmnsfQOl6yuBzj6JTRmHniEyEkfpDnXwcDDBw90AY+OE66Xhn94c8m9hRhNJjJqRC7/OA+LkThaMWfP+M655lwEiRaua50uLkaPrjAZDoGNvFYNBGbDFXc2ZbZOa4kR0U++rXfASTH/VO350B6ZT0/W+ZasOD2g3+zgqlu4xAqdOMUxSNEqUs8uSju0+n3gIuBqtuABljm/cx/+UZ91qjo+39dugIGooHV+FkvqXcyINyym5pVWbnVebWD7V4Z6Qazy3Uw8Bt81+lr6fwXUIoi8sEZytcPreYMUNI3WetTU/mLMkUJv7XInlR4yhPaJrMDLRikG/7dTDBLc4FtpO3N1Il01isKvSiESCTmeSnrJem4dTIJSN9QknUTFZ2/YMJJdFj/pltWAUjYGzdQvN03wjAyv8= ceph-b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T15:47:31.840 INFO:teuthology.orchestra.run.smithi042.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-07T15:47:31.840 INFO:teuthology.orchestra.run.smithi042.stderr:Adding key to root@localhost authorized_keys... 2023-12-07T15:47:31.841 INFO:teuthology.orchestra.run.smithi042.stderr:Adding host smithi042... 2023-12-07T15:47:32.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:32 smithi042 bash[24989]: audit 2023-12-07T15:47:31.250930+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-07T15:47:34.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:33 smithi042 bash[24989]: audit 2023-12-07T15:47:33.123304+0000 mgr.y (mgr.14120) 11 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi042", "addr": "172.21.15.42", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:34.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:33 smithi042 bash[24989]: cephadm 2023-12-07T15:47:33.523508+0000 mgr.y (mgr.14120) 12 : cephadm [INF] Deploying cephadm binary to smithi042 2023-12-07T15:47:34.177 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: Added host 'smithi042' with addr '172.21.15.42' 2023-12-07T15:47:34.999 INFO:teuthology.orchestra.run.smithi042.stderr:Deploying unmanaged mon service... 2023-12-07T15:47:35.365 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:35 smithi042 bash[24989]: audit 2023-12-07T15:47:34.175422+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' 2023-12-07T15:47:35.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:35 smithi042 bash[24989]: cephadm 2023-12-07T15:47:34.175961+0000 mgr.y (mgr.14120) 13 : cephadm [INF] Added host smithi042 2023-12-07T15:47:35.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:35 smithi042 bash[24989]: audit 2023-12-07T15:47:34.183100+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:47:36.991 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-07T15:47:37.907 INFO:teuthology.orchestra.run.smithi042.stderr:Deploying unmanaged mgr service... 2023-12-07T15:47:38.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:37 smithi042 bash[24989]: audit 2023-12-07T15:47:36.978312+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-07T15:47:38.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:37 smithi042 bash[24989]: cephadm 2023-12-07T15:47:36.981426+0000 mgr.y (mgr.14120) 15 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-07T15:47:38.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:37 smithi042 bash[24989]: audit 2023-12-07T15:47:36.989632+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' 2023-12-07T15:47:38.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:37 smithi042 bash[24989]: audit 2023-12-07T15:47:37.534446+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' 2023-12-07T15:47:38.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:37 smithi042 bash[24989]: audit 2023-12-07T15:47:37.830160+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' 2023-12-07T15:47:39.333 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-07T15:47:40.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:40 smithi042 bash[24989]: audit 2023-12-07T15:47:39.324507+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-07T15:47:40.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:40 smithi042 bash[24989]: cephadm 2023-12-07T15:47:39.326905+0000 mgr.y (mgr.14120) 17 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-07T15:47:40.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:40 smithi042 bash[24989]: audit 2023-12-07T15:47:39.331970+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' 2023-12-07T15:47:42.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:41 smithi042 bash[24989]: audit 2023-12-07T15:47:40.922496+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' 2023-12-07T15:47:42.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:41 smithi042 bash[24989]: audit 2023-12-07T15:47:41.261798+0000 mon.a (mon.0) 64 : audit [INF] from='client.? 172.21.15.42:0/3786179114' entity='client.admin' 2023-12-07T15:47:42.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:41 smithi042 bash[24989]: audit 2023-12-07T15:47:41.421329+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.42:0/1208983934' entity='mgr.y' 2023-12-07T15:47:43.793 INFO:teuthology.orchestra.run.smithi042.stderr:Enabling the dashboard module... 2023-12-07T15:47:43.820 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:43 smithi042 bash[24989]: cluster 2023-12-07T15:47:42.611214+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-07T15:47:43.820 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:43 smithi042 bash[24989]: audit 2023-12-07T15:47:43.164027+0000 mon.a (mon.0) 66 : audit [INF] from='client.? 172.21.15.42:0/326407510' entity='client.admin' 2023-12-07T15:47:45.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:45 smithi042 bash[24989]: cluster 2023-12-07T15:47:44.611772+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-07T15:47:47.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:46 smithi042 bash[24989]: audit 2023-12-07T15:47:45.753579+0000 mon.a (mon.0) 67 : audit [INF] from='client.? 172.21.15.42:0/870212760' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-07T15:47:47.116 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:46 smithi042 bash[25262]: ignoring --setuser ceph since I am not root 2023-12-07T15:47:47.116 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:46 smithi042 bash[25262]: ignoring --setgroup ceph since I am not root 2023-12-07T15:47:47.116 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:46 smithi042 bash[25262]: debug 2023-12-07T15:47:46.833+0000 7efe5a323000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T15:47:47.835 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:47 smithi042 bash[25262]: debug 2023-12-07T15:47:47.525+0000 7efe5a323000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T15:47:47.835 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:47 smithi042 bash[25262]: debug 2023-12-07T15:47:47.657+0000 7efe5a323000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T15:47:47.835 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:47 smithi042 bash[24989]: audit 2023-12-07T15:47:46.627451+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.42:0/870212760' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-07T15:47:47.836 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:47 smithi042 bash[24989]: cluster 2023-12-07T15:47:46.627619+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e9: y(active, since 24s) 2023-12-07T15:47:48.115 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:47 smithi042 bash[25262]: debug 2023-12-07T15:47:47.829+0000 7efe5a323000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:47:48.506 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:48 smithi042 bash[25262]: debug 2023-12-07T15:47:48.193+0000 7efe5a323000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T15:47:48.506 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:48 smithi042 bash[25262]: debug 2023-12-07T15:47:48.293+0000 7efe5a323000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T15:47:48.598 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2023-12-07T15:47:48.598 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-07T15:47:48.598 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "available": true, 2023-12-07T15:47:48.598 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "active_name": "y", 2023-12-07T15:47:48.598 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-07T15:47:48.598 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2023-12-07T15:47:48.811 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:48 smithi042 bash[24989]: audit 2023-12-07T15:47:48.596964+0000 mon.a (mon.0) 70 : audit [DBG] from='client.? 172.21.15.42:0/1101744781' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-07T15:47:48.811 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:48 smithi042 bash[25262]: debug 2023-12-07T15:47:48.501+0000 7efe5a323000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T15:47:49.236 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for the mgr to restart... 2023-12-07T15:47:49.236 INFO:teuthology.orchestra.run.smithi042.stderr:Waiting for mgr epoch 9... 2023-12-07T15:47:49.616 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:49 smithi042 bash[25262]: debug 2023-12-07T15:47:49.393+0000 7efe5a323000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T15:47:49.616 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:49 smithi042 bash[25262]: debug 2023-12-07T15:47:49.505+0000 7efe5a323000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T15:47:49.990 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:49 smithi042 bash[25262]: debug 2023-12-07T15:47:49.713+0000 7efe5a323000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T15:47:50.366 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:50 smithi042 bash[25262]: debug 2023-12-07T15:47:50.097+0000 7efe5a323000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T15:47:50.825 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:50 smithi042 bash[25262]: debug 2023-12-07T15:47:50.437+0000 7efe5a323000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T15:47:51.105 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:50 smithi042 bash[25262]: debug 2023-12-07T15:47:50.821+0000 7efe5a323000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T15:47:51.366 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:51 smithi042 bash[25262]: debug 2023-12-07T15:47:51.101+0000 7efe5a323000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:47:52.086 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:51 smithi042 bash[25262]: debug 2023-12-07T15:47:51.809+0000 7efe5a323000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T15:47:52.086 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:51 smithi042 bash[25262]: debug 2023-12-07T15:47:51.917+0000 7efe5a323000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T15:47:52.341 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:52 smithi042 bash[25262]: debug 2023-12-07T15:47:52.081+0000 7efe5a323000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T15:47:52.341 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:52 smithi042 bash[25262]: debug 2023-12-07T15:47:52.193+0000 7efe5a323000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T15:47:52.950 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:52 smithi042 bash[25262]: debug 2023-12-07T15:47:52.337+0000 7efe5a323000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T15:47:52.950 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:52 smithi042 bash[25262]: debug 2023-12-07T15:47:52.629+0000 7efe5a323000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T15:47:52.951 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:52 smithi042 bash[25262]: debug 2023-12-07T15:47:52.753+0000 7efe5a323000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T15:47:53.366 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:52 smithi042 bash[25262]: debug 2023-12-07T15:47:52.945+0000 7efe5a323000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T15:47:53.366 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:53 smithi042 bash[25262]: debug 2023-12-07T15:47:53.069+0000 7efe5a323000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T15:47:54.299 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:53 smithi042 bash[25262]: debug 2023-12-07T15:47:53.957+0000 7efe5a323000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T15:47:55.060 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: { 2023-12-07T15:47:55.060 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-07T15:47:55.060 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: "initialized": true 2023-12-07T15:47:55.060 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: } 2023-12-07T15:47:55.285 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:54 smithi042 bash[25262]: [07/Dec/2023:15:47:54] ENGINE Bus STARTING 2023-12-07T15:47:55.286 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:55 smithi042 bash[25262]: [07/Dec/2023:15:47:55] ENGINE Serving on https://172.21.15.42:7150 2023-12-07T15:47:55.286 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:47:55 smithi042 bash[25262]: [07/Dec/2023:15:47:55] ENGINE Bus STARTED 2023-12-07T15:47:55.286 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:54 smithi042 bash[24989]: cluster 2023-12-07T15:47:53.981987+0000 mon.a (mon.0) 71 : cluster [INF] Active manager daemon y restarted 2023-12-07T15:47:55.286 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:54 smithi042 bash[24989]: cluster 2023-12-07T15:47:53.982826+0000 mon.a (mon.0) 72 : cluster [INF] Activating manager daemon y 2023-12-07T15:47:55.286 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:54 smithi042 bash[24989]: cluster 2023-12-07T15:47:53.986727+0000 mon.a (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-07T15:47:55.286 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:54 smithi042 bash[24989]: cluster 2023-12-07T15:47:54.038496+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0558535s) 2023-12-07T15:47:55.286 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:54 smithi042 bash[24989]: audit 2023-12-07T15:47:54.041287+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:47:55.286 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:54 smithi042 bash[24989]: audit 2023-12-07T15:47:54.043339+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T15:47:55.286 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:54 smithi042 bash[24989]: audit 2023-12-07T15:47:54.044972+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T15:47:55.286 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:54 smithi042 bash[24989]: audit 2023-12-07T15:47:54.045402+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T15:47:55.287 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:54 smithi042 bash[24989]: audit 2023-12-07T15:47:54.045825+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T15:47:55.287 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:54 smithi042 bash[24989]: cluster 2023-12-07T15:47:54.057323+0000 mon.a (mon.0) 80 : cluster [INF] Manager daemon y is now available 2023-12-07T15:47:55.287 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:54 smithi042 bash[24989]: audit 2023-12-07T15:47:54.086821+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:47:55.287 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:54 smithi042 bash[24989]: audit 2023-12-07T15:47:54.090367+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:47:55.287 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:54 smithi042 bash[24989]: audit 2023-12-07T15:47:54.117091+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:47:55.287 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:54 smithi042 bash[24989]: audit 2023-12-07T15:47:54.121727+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:47:55.751 INFO:teuthology.orchestra.run.smithi042.stderr:mgr epoch 9 is available 2023-12-07T15:47:55.751 INFO:teuthology.orchestra.run.smithi042.stderr:Generating a dashboard self-signed certificate... 2023-12-07T15:47:56.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:56 smithi042 bash[24989]: cephadm 2023-12-07T15:47:54.954440+0000 mgr.y (mgr.14152) 1 : cephadm [INF] [07/Dec/2023:15:47:54] ENGINE Bus STARTING 2023-12-07T15:47:56.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:56 smithi042 bash[24989]: cluster 2023-12-07T15:47:55.042090+0000 mon.a (mon.0) 85 : cluster [DBG] mgrmap e11: y(active, since 1.05944s) 2023-12-07T15:47:56.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:56 smithi042 bash[24989]: audit 2023-12-07T15:47:55.042980+0000 mgr.y (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-07T15:47:56.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:56 smithi042 bash[24989]: audit 2023-12-07T15:47:55.058867+0000 mgr.y (mgr.14152) 3 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-07T15:47:56.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:56 smithi042 bash[24989]: cephadm 2023-12-07T15:47:55.082329+0000 mgr.y (mgr.14152) 4 : cephadm [INF] [07/Dec/2023:15:47:55] ENGINE Serving on https://172.21.15.42:7150 2023-12-07T15:47:56.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:56 smithi042 bash[24989]: cephadm 2023-12-07T15:47:55.082589+0000 mgr.y (mgr.14152) 5 : cephadm [INF] [07/Dec/2023:15:47:55] ENGINE Bus STARTED 2023-12-07T15:47:56.367 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:56 smithi042 bash[24989]: audit 2023-12-07T15:47:55.086235+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:47:57.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:57 smithi042 bash[24989]: cluster 2023-12-07T15:47:56.092159+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e12: y(active, since 2s) 2023-12-07T15:47:57.473 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-07T15:47:58.131 INFO:teuthology.orchestra.run.smithi042.stderr:Creating initial admin user... 2023-12-07T15:47:58.824 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:58 smithi042 bash[24989]: audit 2023-12-07T15:47:57.140747+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-07T15:47:58.825 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:58 smithi042 bash[24989]: audit 2023-12-07T15:47:57.467312+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:47:58.825 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:58 smithi042 bash[24989]: audit 2023-12-07T15:47:57.471624+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:47:59.714 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$LyDvGCgOpg88hVaL67UaHePOp3d4IzwKJCI87oIO2tCy5UU89glmi", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701964079, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-07T15:48:00.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:59 smithi042 bash[24989]: audit 2023-12-07T15:47:58.912445+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:00.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:59 smithi042 bash[24989]: audit 2023-12-07T15:47:59.451770+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-07T15:48:00.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:59 smithi042 bash[24989]: audit 2023-12-07T15:47:59.561431+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:00.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:47:59 smithi042 bash[24989]: audit 2023-12-07T15:47:59.712828+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:00.423 INFO:teuthology.orchestra.run.smithi042.stderr:Fetching dashboard port number... 2023-12-07T15:48:01.733 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: 8443 2023-12-07T15:48:02.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:01 smithi042 bash[24989]: cluster 2023-12-07T15:48:00.918772+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: y(active, since 6s) 2023-12-07T15:48:02.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:01 smithi042 bash[24989]: audit 2023-12-07T15:48:01.731364+0000 mon.a (mon.0) 94 : audit [DBG] from='client.? 172.21.15.42:0/2353969560' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-07T15:48:02.388 INFO:teuthology.orchestra.run.smithi042.stderr:firewalld does not appear to be present 2023-12-07T15:48:02.388 INFO:teuthology.orchestra.run.smithi042.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-07T15:48:02.391 INFO:teuthology.orchestra.run.smithi042.stderr:Ceph Dashboard is now available at: 2023-12-07T15:48:02.391 INFO:teuthology.orchestra.run.smithi042.stderr: 2023-12-07T15:48:02.392 INFO:teuthology.orchestra.run.smithi042.stderr: URL: https://smithi042.front.sepia.ceph.com:8443/ 2023-12-07T15:48:02.392 INFO:teuthology.orchestra.run.smithi042.stderr: User: admin 2023-12-07T15:48:02.392 INFO:teuthology.orchestra.run.smithi042.stderr: Password: x1bcw539dh 2023-12-07T15:48:02.392 INFO:teuthology.orchestra.run.smithi042.stderr: 2023-12-07T15:48:02.392 INFO:teuthology.orchestra.run.smithi042.stderr:Enabling autotune for osd_memory_target 2023-12-07T15:48:06.717 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-07T15:48:07.313 INFO:teuthology.orchestra.run.smithi042.stderr:You can access the Ceph CLI with: 2023-12-07T15:48:07.313 INFO:teuthology.orchestra.run.smithi042.stderr: 2023-12-07T15:48:07.314 INFO:teuthology.orchestra.run.smithi042.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-07T15:48:07.314 INFO:teuthology.orchestra.run.smithi042.stderr: 2023-12-07T15:48:07.314 INFO:teuthology.orchestra.run.smithi042.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-07T15:48:07.314 INFO:teuthology.orchestra.run.smithi042.stderr: 2023-12-07T15:48:07.314 INFO:teuthology.orchestra.run.smithi042.stderr: ceph telemetry on 2023-12-07T15:48:07.314 INFO:teuthology.orchestra.run.smithi042.stderr: 2023-12-07T15:48:07.314 INFO:teuthology.orchestra.run.smithi042.stderr:For more information see: 2023-12-07T15:48:07.314 INFO:teuthology.orchestra.run.smithi042.stderr: 2023-12-07T15:48:07.314 INFO:teuthology.orchestra.run.smithi042.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-07T15:48:07.314 INFO:teuthology.orchestra.run.smithi042.stderr: 2023-12-07T15:48:07.314 INFO:teuthology.orchestra.run.smithi042.stderr:Bootstrap complete. 2023-12-07T15:48:07.354 INFO:tasks.cephadm:Fetching config... 2023-12-07T15:48:07.354 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-12-07T15:48:07.354 DEBUG:teuthology.orchestra.run.smithi042:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-07T15:48:07.359 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-07T15:48:07.359 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-12-07T15:48:07.359 DEBUG:teuthology.orchestra.run.smithi042:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-07T15:48:07.364 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-07T15:48:07.364 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-12-07T15:48:07.364 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/keyring of=/dev/stdout 2023-12-07T15:48:07.376 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-07T15:48:07.376 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-12-07T15:48:07.376 DEBUG:teuthology.orchestra.run.smithi042:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-07T15:48:07.426 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-07T15:48:07.426 DEBUG:teuthology.orchestra.run.smithi042:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBurjnxm9vcfbb0hnzJSzNGYcGd6la6TltyLG3/CvPViHkdmSLEQ8hbeFQmhO6qQAmMtB6PRJpHpCL0RlldpqejFGzGueQHUnHW+LNmnsfQOl6yuBzj6JTRmHniEyEkfpDnXwcDDBw90AY+OE66Xhn94c8m9hRhNJjJqRC7/OA+LkThaMWfP+M655lwEiRaua50uLkaPrjAZDoGNvFYNBGbDFXc2ZbZOa4kR0U++rXfASTH/VO350B6ZT0/W+ZasOD2g3+zgqlu4xAqdOMUxSNEqUs8uSju0+n3gIuBqtuABljm/cx/+UZ91qjo+39dugIGooHV+FkvqXcyINyym5pVWbnVebWD7V4Z6Qazy3Uw8Bt81+lr6fwXUIoi8sEZytcPreYMUNI3WetTU/mLMkUJv7XInlR4yhPaJrMDLRikG/7dTDBLc4FtpO3N1Il01isKvSiESCTmeSnrJem4dTIJSN9QknUTFZ2/YMJJdFj/pltWAUjYGzdQvN03wjAyv8= ceph-b31e98c6-9517-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-07T15:48:07.449 INFO:teuthology.orchestra.run.smithi042.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBurjnxm9vcfbb0hnzJSzNGYcGd6la6TltyLG3/CvPViHkdmSLEQ8hbeFQmhO6qQAmMtB6PRJpHpCL0RlldpqejFGzGueQHUnHW+LNmnsfQOl6yuBzj6JTRmHniEyEkfpDnXwcDDBw90AY+OE66Xhn94c8m9hRhNJjJqRC7/OA+LkThaMWfP+M655lwEiRaua50uLkaPrjAZDoGNvFYNBGbDFXc2ZbZOa4kR0U++rXfASTH/VO350B6ZT0/W+ZasOD2g3+zgqlu4xAqdOMUxSNEqUs8uSju0+n3gIuBqtuABljm/cx/+UZ91qjo+39dugIGooHV+FkvqXcyINyym5pVWbnVebWD7V4Z6Qazy3Uw8Bt81+lr6fwXUIoi8sEZytcPreYMUNI3WetTU/mLMkUJv7XInlR4yhPaJrMDLRikG/7dTDBLc4FtpO3N1Il01isKvSiESCTmeSnrJem4dTIJSN9QknUTFZ2/YMJJdFj/pltWAUjYGzdQvN03wjAyv8= ceph-b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T15:48:07.461 DEBUG:teuthology.orchestra.run.smithi178:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBurjnxm9vcfbb0hnzJSzNGYcGd6la6TltyLG3/CvPViHkdmSLEQ8hbeFQmhO6qQAmMtB6PRJpHpCL0RlldpqejFGzGueQHUnHW+LNmnsfQOl6yuBzj6JTRmHniEyEkfpDnXwcDDBw90AY+OE66Xhn94c8m9hRhNJjJqRC7/OA+LkThaMWfP+M655lwEiRaua50uLkaPrjAZDoGNvFYNBGbDFXc2ZbZOa4kR0U++rXfASTH/VO350B6ZT0/W+ZasOD2g3+zgqlu4xAqdOMUxSNEqUs8uSju0+n3gIuBqtuABljm/cx/+UZ91qjo+39dugIGooHV+FkvqXcyINyym5pVWbnVebWD7V4Z6Qazy3Uw8Bt81+lr6fwXUIoi8sEZytcPreYMUNI3WetTU/mLMkUJv7XInlR4yhPaJrMDLRikG/7dTDBLc4FtpO3N1Il01isKvSiESCTmeSnrJem4dTIJSN9QknUTFZ2/YMJJdFj/pltWAUjYGzdQvN03wjAyv8= ceph-b31e98c6-9517-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-07T15:48:07.485 INFO:teuthology.orchestra.run.smithi178.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBurjnxm9vcfbb0hnzJSzNGYcGd6la6TltyLG3/CvPViHkdmSLEQ8hbeFQmhO6qQAmMtB6PRJpHpCL0RlldpqejFGzGueQHUnHW+LNmnsfQOl6yuBzj6JTRmHniEyEkfpDnXwcDDBw90AY+OE66Xhn94c8m9hRhNJjJqRC7/OA+LkThaMWfP+M655lwEiRaua50uLkaPrjAZDoGNvFYNBGbDFXc2ZbZOa4kR0U++rXfASTH/VO350B6ZT0/W+ZasOD2g3+zgqlu4xAqdOMUxSNEqUs8uSju0+n3gIuBqtuABljm/cx/+UZ91qjo+39dugIGooHV+FkvqXcyINyym5pVWbnVebWD7V4Z6Qazy3Uw8Bt81+lr6fwXUIoi8sEZytcPreYMUNI3WetTU/mLMkUJv7XInlR4yhPaJrMDLRikG/7dTDBLc4FtpO3N1Il01isKvSiESCTmeSnrJem4dTIJSN9QknUTFZ2/YMJJdFj/pltWAUjYGzdQvN03wjAyv8= ceph-b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T15:48:07.496 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-07T15:48:08.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:07 smithi042 bash[24989]: audit 2023-12-07T15:48:06.712536+0000 mon.a (mon.0) 95 : audit [INF] from='client.? 172.21.15.42:0/545228846' entity='client.admin' 2023-12-07T15:48:11.795 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-07T15:48:11.796 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-07T15:48:11.984 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:11 smithi042 bash[24989]: audit 2023-12-07T15:48:10.736031+0000 mon.a (mon.0) 96 : audit [INF] from='client.? 172.21.15.42:0/3975184537' entity='client.admin' 2023-12-07T15:48:15.305 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:15 smithi042 bash[24989]: cluster 2023-12-07T15:48:14.046434+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-07T15:48:15.305 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:15 smithi042 bash[24989]: audit 2023-12-07T15:48:14.903442+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:15.305 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:15 smithi042 bash[24989]: audit 2023-12-07T15:48:14.904859+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi042", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:48:15.305 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:15 smithi042 bash[24989]: audit 2023-12-07T15:48:14.910097+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:15.305 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:15 smithi042 bash[24989]: audit 2023-12-07T15:48:14.913101+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:48:15.305 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:15 smithi042 bash[24989]: audit 2023-12-07T15:48:14.919507+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:16.009 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi178 2023-12-07T15:48:16.009 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2023-12-07T15:48:16.009 DEBUG:teuthology.orchestra.run.smithi178:> dd of=/etc/ceph/ceph.conf 2023-12-07T15:48:16.016 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2023-12-07T15:48:16.016 DEBUG:teuthology.orchestra.run.smithi178:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:48:16.063 INFO:tasks.cephadm:Adding host smithi178 to orchestrator... 2023-12-07T15:48:16.063 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph orch host add smithi178 2023-12-07T15:48:16.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:16 smithi042 bash[24989]: audit 2023-12-07T15:48:15.277632+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-07T15:48:16.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:16 smithi042 bash[24989]: audit 2023-12-07T15:48:15.282747+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:16.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:16 smithi042 bash[24989]: audit 2023-12-07T15:48:15.285298+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:48:16.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:16 smithi042 bash[24989]: audit 2023-12-07T15:48:15.288340+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:16.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:16 smithi042 bash[24989]: audit 2023-12-07T15:48:15.289879+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:48:16.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:16 smithi042 bash[24989]: cephadm 2023-12-07T15:48:15.291866+0000 mgr.y (mgr.14152) 10 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2023-12-07T15:48:16.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:16 smithi042 bash[24989]: cephadm 2023-12-07T15:48:15.416073+0000 mgr.y (mgr.14152) 11 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:48:16.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:16 smithi042 bash[24989]: audit 2023-12-07T15:48:15.725671+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:16.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:16 smithi042 bash[24989]: audit 2023-12-07T15:48:15.730926+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:17.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:17 smithi042 bash[24989]: cluster 2023-12-07T15:48:16.046913+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-07T15:48:20.063 INFO:teuthology.orchestra.run.smithi042.stdout:Added host 'smithi178' with addr '172.21.15.178' 2023-12-07T15:48:20.096 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:19 smithi042 bash[24989]: cluster 2023-12-07T15:48:18.047381+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-07T15:48:20.730 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-07T15:48:20.921 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:20 smithi042 bash[24989]: audit 2023-12-07T15:48:19.017584+0000 mgr.y (mgr.14152) 14 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi178", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:20.921 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:20 smithi042 bash[24989]: cephadm 2023-12-07T15:48:19.414966+0000 mgr.y (mgr.14152) 15 : cephadm [INF] Deploying cephadm binary to smithi178 2023-12-07T15:48:20.921 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:20 smithi042 bash[24989]: audit 2023-12-07T15:48:20.061588+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:20.921 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:20 smithi042 bash[24989]: audit 2023-12-07T15:48:20.067173+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:48:20.921 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:20 smithi042 bash[24989]: audit 2023-12-07T15:48:20.069931+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:20.921 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:20 smithi042 bash[24989]: audit 2023-12-07T15:48:20.071649+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:48:20.921 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:20 smithi042 bash[24989]: audit 2023-12-07T15:48:20.356367+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:22.023 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:21 smithi042 bash[24989]: cluster 2023-12-07T15:48:20.047841+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-07T15:48:22.023 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:21 smithi042 bash[24989]: cephadm 2023-12-07T15:48:20.062392+0000 mgr.y (mgr.14152) 17 : cephadm [INF] Added host smithi178 2023-12-07T15:48:22.024 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:21 smithi042 bash[24989]: audit 2023-12-07T15:48:21.112567+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:22.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:22 smithi042 bash[24989]: audit 2023-12-07T15:48:21.639484+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:23.541 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T15:48:23.542 INFO:teuthology.orchestra.run.smithi042.stdout:[{"addr": "172.21.15.42", "hostname": "smithi042", "labels": [], "status": ""}, {"addr": "172.21.15.178", "hostname": "smithi178", "labels": [], "status": ""}] 2023-12-07T15:48:23.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:23 smithi042 bash[24989]: cluster 2023-12-07T15:48:22.048289+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-07T15:48:24.231 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-07T15:48:24.232 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-07T15:48:24.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:24 smithi042 bash[24989]: audit 2023-12-07T15:48:23.540106+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-07T15:48:25.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:25 smithi042 bash[24989]: cluster 2023-12-07T15:48:24.048706+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-07T15:48:27.661 INFO:teuthology.orchestra.run.smithi042.stderr:adjusted tunables profile to default 2023-12-07T15:48:27.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:27 smithi042 bash[24989]: cluster 2023-12-07T15:48:26.049206+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-07T15:48:27.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:27 smithi042 bash[24989]: audit 2023-12-07T15:48:26.473676+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:27.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:27 smithi042 bash[24989]: audit 2023-12-07T15:48:26.480138+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:27.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:27 smithi042 bash[24989]: audit 2023-12-07T15:48:26.481626+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:48:27.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:27 smithi042 bash[24989]: audit 2023-12-07T15:48:26.488592+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:27.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:27 smithi042 bash[24989]: audit 2023-12-07T15:48:27.069199+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.42:0/1176678888' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-07T15:48:28.344 INFO:tasks.cephadm:Adding mon.a on smithi042 2023-12-07T15:48:28.344 INFO:tasks.cephadm:Adding mon.c on smithi042 2023-12-07T15:48:28.344 INFO:tasks.cephadm:Adding mon.b on smithi178 2023-12-07T15:48:28.345 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph orch apply mon '3;smithi042:172.21.15.42=a;smithi042:[v2:172.21.15.42:3301,v1:172.21.15.42:6790]=c;smithi178:172.21.15.178=b' 2023-12-07T15:48:29.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:28 smithi042 bash[24989]: audit 2023-12-07T15:48:27.653898+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.42:0/1176678888' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-07T15:48:29.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:28 smithi042 bash[24989]: cluster 2023-12-07T15:48:27.654032+0000 mon.a (mon.0) 121 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-07T15:48:30.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:29 smithi042 bash[24989]: cluster 2023-12-07T15:48:28.049691+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-07T15:48:31.120 INFO:teuthology.orchestra.run.smithi178.stdout:Scheduled mon update... 2023-12-07T15:48:31.849 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:31 smithi042 bash[24989]: cluster 2023-12-07T15:48:30.050207+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-07T15:48:31.849 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:31 smithi042 bash[24989]: audit 2023-12-07T15:48:31.118141+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:31.849 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:31 smithi042 bash[24989]: audit 2023-12-07T15:48:31.167567+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:48:31.849 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:31 smithi042 bash[24989]: audit 2023-12-07T15:48:31.170653+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:31.849 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:31 smithi042 bash[24989]: audit 2023-12-07T15:48:31.172613+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:48:31.849 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:31 smithi042 bash[24989]: audit 2023-12-07T15:48:31.546710+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:31.849 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:31 smithi042 bash[24989]: audit 2023-12-07T15:48:31.552451+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:31.850 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:31 smithi042 bash[24989]: audit 2023-12-07T15:48:31.555831+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:48:31.850 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:31 smithi042 bash[24989]: audit 2023-12-07T15:48:31.557810+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:31.890 DEBUG:teuthology.orchestra.run.smithi042:mon.c> sudo journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mon.c.service 2023-12-07T15:48:31.892 DEBUG:teuthology.orchestra.run.smithi178:mon.b> sudo journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mon.b.service 2023-12-07T15:48:31.895 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-07T15:48:31.895 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-07T15:48:32.077 INFO:journalctl@ceph.mon.b.smithi178.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:48:32.508 INFO:journalctl@ceph.mon.c.smithi042.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:48:32.951 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:32 smithi042 bash[24989]: audit 2023-12-07T15:48:31.105815+0000 mgr.y (mgr.14152) 24 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi042:172.21.15.42=a;smithi042:[v2:172.21.15.42:3301,v1:172.21.15.42:6790]=c;smithi178:172.21.15.178=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:32.951 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:32 smithi042 bash[24989]: cephadm 2023-12-07T15:48:31.112873+0000 mgr.y (mgr.14152) 25 : cephadm [INF] Saving service mon spec with placement smithi042:172.21.15.42=a;smithi042:[v2:172.21.15.42:3301,v1:172.21.15.42:6790]=c;smithi178:172.21.15.178=b;count:3 2023-12-07T15:48:32.951 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:32 smithi042 bash[24989]: cephadm 2023-12-07T15:48:31.175506+0000 mgr.y (mgr.14152) 26 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2023-12-07T15:48:32.951 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:32 smithi042 bash[24989]: cephadm 2023-12-07T15:48:31.299912+0000 mgr.y (mgr.14152) 27 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:48:32.951 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:32 smithi042 bash[24989]: cephadm 2023-12-07T15:48:31.559924+0000 mgr.y (mgr.14152) 28 : cephadm [INF] Deploying daemon mon.c on smithi042 2023-12-07T15:48:33.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:33 smithi042 bash[24989]: cluster 2023-12-07T15:48:32.050686+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-07T15:48:34.856 INFO:teuthology.orchestra.run.smithi178.stdout: 2023-12-07T15:48:34.856 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"b31e98c6-9517-11ee-95a2-87774f69a715","modified":"2023-12-07T15:46:46.363262Z","created":"2023-12-07T15:46:46.363262Z","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.42:3300","nonce":0},{"type":"v1","addr":"172.21.15.42:6789","nonce":0}]},"addr":"172.21.15.42:6789/0","public_addr":"172.21.15.42:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-07T15:48:34.859 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2023-12-07T15:48:35.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:35 smithi042 bash[24989]: cluster 2023-12-07T15:48:34.051218+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-07T15:48:35.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:35 smithi042 bash[24989]: audit 2023-12-07T15:48:34.854829+0000 mon.a (mon.0) 130 : audit [DBG] from='client.? 172.21.15.178:0/1328265838' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T15:48:35.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:35 smithi042 bash[24989]: audit 2023-12-07T15:48:35.539789+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:35.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:35 smithi042 bash[24989]: audit 2023-12-07T15:48:35.540927+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:48:35.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:35 smithi042 bash[24989]: audit 2023-12-07T15:48:35.541715+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:36.477 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-07T15:48:36.477 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-07T15:48:36.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:36 smithi042 bash[30444]: debug 2023-12-07T15:48:36.540+0000 7f47d9d9e700 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-07T15:48:41.756 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:41 smithi178 systemd[1]: Started Ceph mon.b for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T15:48:42.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[24989]: cluster 2023-12-07T15:48:36.051649+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-07T15:48:42.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[24989]: audit 2023-12-07T15:48:36.554299+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:48:42.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[24989]: cluster 2023-12-07T15:48:36.554624+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2023-12-07T15:48:42.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[24989]: audit 2023-12-07T15:48:36.556088+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:42.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[24989]: audit 2023-12-07T15:48:37.550804+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:42.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[24989]: cluster 2023-12-07T15:48:38.052193+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-07T15:48:42.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[24989]: audit 2023-12-07T15:48:38.550923+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:42.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[24989]: cluster 2023-12-07T15:48:38.553389+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-07T15:48:42.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[24989]: audit 2023-12-07T15:48:39.551135+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:42.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[24989]: cluster 2023-12-07T15:48:40.052644+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-07T15:48:42.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[24989]: audit 2023-12-07T15:48:40.551427+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:42.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[24989]: audit 2023-12-07T15:48:41.551315+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:42.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[24989]: cluster 2023-12-07T15:48:41.577872+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-07T15:48:42.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[24989]: cluster 2023-12-07T15:48:41.583755+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} 2023-12-07T15:48:42.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[24989]: cluster 2023-12-07T15:48:41.583927+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2023-12-07T15:48:42.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[24989]: cluster 2023-12-07T15:48:41.583998+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-07T15:48:42.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[24989]: cluster 2023-12-07T15:48:41.584301+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 47s) 2023-12-07T15:48:42.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[24989]: cluster 2023-12-07T15:48:41.590748+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2023-12-07T15:48:42.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[30444]: cluster 2023-12-07T15:48:36.051649+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-07T15:48:42.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[30444]: audit 2023-12-07T15:48:36.554299+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:48:42.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[30444]: cluster 2023-12-07T15:48:36.554624+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2023-12-07T15:48:42.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[30444]: audit 2023-12-07T15:48:36.556088+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:42.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[30444]: audit 2023-12-07T15:48:37.550804+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:42.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[30444]: cluster 2023-12-07T15:48:38.052193+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-07T15:48:42.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[30444]: audit 2023-12-07T15:48:38.550923+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:42.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[30444]: cluster 2023-12-07T15:48:38.553389+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-07T15:48:42.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[30444]: audit 2023-12-07T15:48:39.551135+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:42.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[30444]: cluster 2023-12-07T15:48:40.052644+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-07T15:48:42.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[30444]: audit 2023-12-07T15:48:40.551427+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:42.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[30444]: audit 2023-12-07T15:48:41.551315+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:42.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[30444]: cluster 2023-12-07T15:48:41.577872+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-07T15:48:42.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[30444]: cluster 2023-12-07T15:48:41.583755+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} 2023-12-07T15:48:42.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[30444]: cluster 2023-12-07T15:48:41.583927+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2023-12-07T15:48:42.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[30444]: cluster 2023-12-07T15:48:41.583998+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-07T15:48:42.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[30444]: cluster 2023-12-07T15:48:41.584301+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 47s) 2023-12-07T15:48:42.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:41 smithi042 bash[30444]: cluster 2023-12-07T15:48:41.590748+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2023-12-07T15:48:42.646 INFO:teuthology.orchestra.run.smithi178.stdout: 2023-12-07T15:48:42.646 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":2,"fsid":"b31e98c6-9517-11ee-95a2-87774f69a715","modified":"2023-12-07T15:48:36.551047Z","created":"2023-12-07T15:46:46.363262Z","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.42:3300","nonce":0},{"type":"v1","addr":"172.21.15.42:6789","nonce":0}]},"addr":"172.21.15.42:6789/0","public_addr":"172.21.15.42:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:3301","nonce":0},{"type":"v1","addr":"172.21.15.42:6790","nonce":0}]},"addr":"172.21.15.42:6790/0","public_addr":"172.21.15.42:6790/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-07T15:48:42.649 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 2 2023-12-07T15:48:43.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.802+0000 7f39ad847880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-07T15:48:43.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.802+0000 7f39ad847880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-07T15:48:43.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.802+0000 7f39ad847880 0 pidfile_write: ignore empty --pid-file 2023-12-07T15:48:43.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 0 load: jerasure load: lrc 2023-12-07T15:48:43.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: RocksDB version: 6.15.5 2023-12-07T15:48:43.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-07T15:48:43.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Compile date Apr 18 2022 2023-12-07T15:48:43.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: DB SUMMARY 2023-12-07T15:48:43.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: DB Session ID: SLL2PXCD1EARDAE4S64K 2023-12-07T15:48:43.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: CURRENT file: CURRENT 2023-12-07T15:48:43.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-07T15:48:43.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-12-07T15:48:43.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2023-12-07T15:48:43.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2023-12-07T15:48:43.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.error_if_exists: 0 2023-12-07T15:48:43.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.create_if_missing: 0 2023-12-07T15:48:43.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.paranoid_checks: 1 2023-12-07T15:48:43.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-07T15:48:43.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.env: 0x5616d9fdd860 2023-12-07T15:48:43.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.fs: Posix File System 2023-12-07T15:48:43.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.info_log: 0x5616dc7bbe00 2023-12-07T15:48:43.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-07T15:48:43.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.statistics: (nil) 2023-12-07T15:48:43.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.use_fsync: 0 2023-12-07T15:48:43.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_log_file_size: 0 2023-12-07T15:48:43.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-07T15:48:43.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-07T15:48:43.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-07T15:48:43.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-07T15:48:43.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.allow_fallocate: 1 2023-12-07T15:48:43.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-07T15:48:43.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-07T15:48:43.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.use_direct_reads: 0 2023-12-07T15:48:43.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-07T15:48:43.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-07T15:48:43.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.db_log_dir: 2023-12-07T15:48:43.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2023-12-07T15:48:43.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-07T15:48:43.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-07T15:48:43.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-07T15:48:43.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-07T15:48:43.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-07T15:48:43.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-07T15:48:43.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-07T15:48:43.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-07T15:48:43.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.write_buffer_manager: 0x5616dc8ac2d0 2023-12-07T15:48:43.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-07T15:48:43.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-07T15:48:43.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-07T15:48:43.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-07T15:48:43.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-07T15:48:43.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-07T15:48:43.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-07T15:48:43.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-07T15:48:43.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-07T15:48:43.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.unordered_write: 0 2023-12-07T15:48:43.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-07T15:48:43.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-07T15:48:43.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-07T15:48:43.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-07T15:48:43.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.row_cache: None 2023-12-07T15:48:43.110 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.wal_filter: None 2023-12-07T15:48:43.110 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-07T15:48:43.110 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-07T15:48:43.110 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.preserve_deletes: 0 2023-12-07T15:48:43.110 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.two_write_queues: 0 2023-12-07T15:48:43.110 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-07T15:48:43.110 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.atomic_flush: 0 2023-12-07T15:48:43.110 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-07T15:48:43.110 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-07T15:48:43.110 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-07T15:48:43.110 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.log_readahead_size: 0 2023-12-07T15:48:43.110 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-07T15:48:43.110 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-07T15:48:43.110 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-07T15:48:43.110 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-07T15:48:43.110 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-07T15:48:43.111 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-07T15:48:43.111 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_background_jobs: 2 2023-12-07T15:48:43.111 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_background_compactions: -1 2023-12-07T15:48:43.111 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_subcompactions: 1 2023-12-07T15:48:43.111 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-07T15:48:43.111 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-07T15:48:43.111 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-07T15:48:43.111 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-07T15:48:43.111 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-07T15:48:43.111 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-07T15:48:43.111 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-07T15:48:43.111 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-07T15:48:43.111 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_open_files: -1 2023-12-07T15:48:43.111 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-07T15:48:43.111 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-07T15:48:43.111 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-07T15:48:43.112 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-07T15:48:43.112 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_background_flushes: -1 2023-12-07T15:48:43.112 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Compression algorithms supported: 2023-12-07T15:48:43.112 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-07T15:48:43.112 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: kZSTD supported: 0 2023-12-07T15:48:43.112 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: kXpressCompression supported: 0 2023-12-07T15:48:43.112 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-07T15:48:43.112 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: kLZ4Compression supported: 1 2023-12-07T15:48:43.112 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: kBZip2Compression supported: 0 2023-12-07T15:48:43.112 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: kZlibCompression supported: 1 2023-12-07T15:48:43.112 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: kSnappyCompression supported: 1 2023-12-07T15:48:43.112 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-07T15:48:43.112 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000003 2023-12-07T15:48:43.112 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-07T15:48:43.112 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-07T15:48:43.112 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.merge_operator: 2023-12-07T15:48:43.113 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.compaction_filter: None 2023-12-07T15:48:43.113 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-07T15:48:43.113 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-07T15:48:43.113 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-07T15:48:43.113 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-07T15:48:43.113 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5616dc789d00) 2023-12-07T15:48:43.113 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cache_index_and_filter_blocks: 1 2023-12-07T15:48:43.113 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-07T15:48:43.113 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-07T15:48:43.113 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: pin_top_level_index_and_filter: 1 2023-12-07T15:48:43.113 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: index_type: 0 2023-12-07T15:48:43.113 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: data_block_index_type: 0 2023-12-07T15:48:43.113 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: index_shortening: 1 2023-12-07T15:48:43.113 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: data_block_hash_table_util_ratio: 0.750000 2023-12-07T15:48:43.113 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: hash_index_allow_collision: 1 2023-12-07T15:48:43.113 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: checksum: 1 2023-12-07T15:48:43.114 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: no_block_cache: 0 2023-12-07T15:48:43.114 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: block_cache: 0x5616dc7f0170 2023-12-07T15:48:43.114 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: block_cache_name: BinnedLRUCache 2023-12-07T15:48:43.114 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: block_cache_options: 2023-12-07T15:48:43.114 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: capacity : 536870912 2023-12-07T15:48:43.114 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: num_shard_bits : 4 2023-12-07T15:48:43.114 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: strict_capacity_limit : 0 2023-12-07T15:48:43.114 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: high_pri_pool_ratio: 0.000 2023-12-07T15:48:43.114 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: block_cache_compressed: (nil) 2023-12-07T15:48:43.114 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: persistent_cache: (nil) 2023-12-07T15:48:43.114 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: block_size: 4096 2023-12-07T15:48:43.114 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: block_size_deviation: 10 2023-12-07T15:48:43.114 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: block_restart_interval: 16 2023-12-07T15:48:43.114 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: index_block_restart_interval: 1 2023-12-07T15:48:43.114 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: metadata_block_size: 4096 2023-12-07T15:48:43.114 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: partition_filters: 0 2023-12-07T15:48:43.115 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: use_delta_encoding: 1 2023-12-07T15:48:43.115 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-07T15:48:43.115 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: whole_key_filtering: 1 2023-12-07T15:48:43.115 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: verify_compression: 0 2023-12-07T15:48:43.115 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: read_amp_bytes_per_bit: 0 2023-12-07T15:48:43.115 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: format_version: 4 2023-12-07T15:48:43.115 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: enable_index_compression: 1 2023-12-07T15:48:43.115 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: block_align: 0 2023-12-07T15:48:43.115 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-07T15:48:43.115 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-07T15:48:43.115 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.compression: NoCompression 2023-12-07T15:48:43.115 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-07T15:48:43.115 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-07T15:48:43.115 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-07T15:48:43.115 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.num_levels: 7 2023-12-07T15:48:43.115 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-07T15:48:43.116 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-07T15:48:43.116 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-07T15:48:43.116 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-07T15:48:43.116 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-07T15:48:43.116 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-07T15:48:43.116 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-07T15:48:43.116 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-07T15:48:43.116 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-07T15:48:43.116 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-07T15:48:43.116 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-07T15:48:43.116 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-07T15:48:43.116 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-07T15:48:43.116 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-07T15:48:43.116 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-07T15:48:43.116 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-07T15:48:43.116 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-07T15:48:43.117 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-07T15:48:43.117 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-07T15:48:43.117 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-07T15:48:43.117 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-07T15:48:43.117 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-07T15:48:43.117 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-07T15:48:43.117 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-07T15:48:43.117 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-07T15:48:43.117 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-07T15:48:43.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:42 smithi042 bash[24989]: audit 2023-12-07T15:48:41.736104+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:43.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:42 smithi042 bash[24989]: audit 2023-12-07T15:48:41.738203+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:48:43.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:42 smithi042 bash[24989]: audit 2023-12-07T15:48:41.741119+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:43.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:42 smithi042 bash[24989]: audit 2023-12-07T15:48:41.743016+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:48:43.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:42 smithi042 bash[24989]: cluster 2023-12-07T15:48:42.053103+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-07T15:48:43.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:42 smithi042 bash[24989]: audit 2023-12-07T15:48:42.551991+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:43.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:42 smithi042 bash[24989]: audit 2023-12-07T15:48:42.644331+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.178:0/3043706564' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T15:48:43.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:42 smithi042 bash[30444]: audit 2023-12-07T15:48:41.736104+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:43.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:42 smithi042 bash[30444]: audit 2023-12-07T15:48:41.738203+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:48:43.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:42 smithi042 bash[30444]: audit 2023-12-07T15:48:41.741119+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:43.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:42 smithi042 bash[30444]: audit 2023-12-07T15:48:41.743016+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:48:43.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:42 smithi042 bash[30444]: cluster 2023-12-07T15:48:42.053103+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-07T15:48:43.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:42 smithi042 bash[30444]: audit 2023-12-07T15:48:42.551991+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:43.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:42 smithi042 bash[30444]: audit 2023-12-07T15:48:42.644331+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.178:0/3043706564' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T15:48:43.120 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-07T15:48:43.120 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-07T15:48:43.120 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-07T15:48:43.120 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-07T15:48:43.120 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-07T15:48:43.120 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-07T15:48:43.120 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-07T15:48:43.120 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-07T15:48:43.120 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-07T15:48:43.120 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-07T15:48:43.120 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-07T15:48:43.120 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-07T15:48:43.121 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-07T15:48:43.121 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-07T15:48:43.121 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-07T15:48:43.121 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-07T15:48:43.121 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-07T15:48:43.121 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-07T15:48:43.121 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-07T15:48:43.121 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-07T15:48:43.121 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-07T15:48:43.121 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-07T15:48:43.121 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-07T15:48:43.121 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.table_properties_collectors: 2023-12-07T15:48:43.121 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.inplace_update_support: 0 2023-12-07T15:48:43.121 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-07T15:48:43.121 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-07T15:48:43.121 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-07T15:48:43.122 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-07T15:48:43.122 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.bloom_locality: 0 2023-12-07T15:48:43.122 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.max_successive_merges: 0 2023-12-07T15:48:43.122 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-07T15:48:43.122 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-07T15:48:43.122 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-07T15:48:43.122 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-07T15:48:43.122 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.ttl: 2592000 2023-12-07T15:48:43.122 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-07T15:48:43.122 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.enable_blob_files: false 2023-12-07T15:48:43.122 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.min_blob_size: 0 2023-12-07T15:48:43.122 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-07T15:48:43.122 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-07T15:48:43.122 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-07T15:48:43.122 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-07T15:48:43.122 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 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-07T15:48:43.123 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-07T15:48:43.123 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-12-07T15:48:43.123 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701964122810557, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-07T15:48:43.123 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-12-07T15:48:43.123 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.806+0000 7f39ad847880 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-07T15:48:43.123 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.810+0000 7f39ad847880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701964122811221, "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": 1701964122, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "108e9608-fc12-4012-8c5e-be4080d26924", "db_session_id": "SLL2PXCD1EARDAE4S64K"}} 2023-12-07T15:48:43.123 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.810+0000 7f39ad847880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-12-07T15:48:43.123 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.810+0000 7f39ad847880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701964122812052, "job": 1, "event": "recovery_finished"} 2023-12-07T15:48:43.123 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.810+0000 7f39ad847880 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-07T15:48:43.123 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.810+0000 7f39ad847880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x5616dc7d6a80 2023-12-07T15:48:43.123 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.810+0000 7f39ad847880 4 rocksdb: DB pointer 0x5616dc7e6000 2023-12-07T15:48:43.123 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.810+0000 7f399d5cf700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-07T15:48:43.123 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.810+0000 7f399d5cf700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-07T15:48:43.123 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: ** DB Stats ** 2023-12-07T15:48:43.123 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:48:43.124 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: 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-07T15:48:43.124 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T15:48:43.124 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T15:48:43.124 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: 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-07T15:48:43.124 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-07T15:48:43.124 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T15:48:43.124 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: ** Compaction Stats [default] ** 2023-12-07T15:48:43.124 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: 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-07T15:48:43.124 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:48:43.124 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2023-12-07T15:48:43.124 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2023-12-07T15:48:43.124 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2023-12-07T15:48:43.124 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: ** Compaction Stats [default] ** 2023-12-07T15:48:43.124 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: 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-07T15:48:43.124 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:48:43.124 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2023-12-07T15:48:43.124 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:48:43.125 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T15:48:43.125 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T15:48:43.125 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T15:48:43.125 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T15:48:43.125 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: AddFile(Keys): cumulative 0, interval 0 2023-12-07T15:48:43.125 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: Cumulative compaction: 0.00 GB write, 0.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T15:48:43.125 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: Interval compaction: 0.00 GB write, 0.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T15:48:43.125 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: 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-07T15:48:43.125 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: ** File Read Latency Histogram By Level [default] ** 2023-12-07T15:48:43.125 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: ** Compaction Stats [default] ** 2023-12-07T15:48:43.125 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: 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-07T15:48:43.125 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:48:43.125 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2023-12-07T15:48:43.125 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2023-12-07T15:48:43.125 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: 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-07T15:48:43.125 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: ** Compaction Stats [default] ** 2023-12-07T15:48:43.126 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: 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-07T15:48:43.126 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:48:43.126 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2023-12-07T15:48:43.126 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:48:43.126 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T15:48:43.126 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T15:48:43.126 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T15:48:43.126 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T15:48:43.126 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: AddFile(Keys): cumulative 0, interval 0 2023-12-07T15:48:43.126 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: Cumulative compaction: 0.00 GB write, 0.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T15:48:43.126 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: 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-07T15:48:43.126 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: 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-07T15:48:43.126 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: ** File Read Latency Histogram By Level [default] ** 2023-12-07T15:48:43.126 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.810+0000 7f39ad847880 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2023-12-07T15:48:43.127 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.810+0000 7f39ad847880 0 using public_addr v2:172.21.15.178:0/0 -> [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] 2023-12-07T15:48:43.127 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.814+0000 7f39ad847880 0 starting mon.b rank -1 at public addrs [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] at bind addrs [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T15:48:43.127 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.814+0000 7f39ad847880 1 mon.b@-1(???) e0 preinit fsid b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T15:48:43.127 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.838+0000 7f39a05d5700 0 mon.b@-1(synchronizing).mds e1 new map 2023-12-07T15:48:43.127 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.838+0000 7f39a05d5700 0 mon.b@-1(synchronizing).mds e1 print_map 2023-12-07T15:48:43.127 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: e1 2023-12-07T15:48:43.127 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-07T15:48:43.127 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: 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-07T15:48:43.127 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: legacy client fscid: -1 2023-12-07T15:48:43.127 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: 2023-12-07T15:48:43.127 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: No filesystems configured 2023-12-07T15:48:43.127 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.838+0000 7f39a05d5700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-07T15:48:43.127 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.838+0000 7f39a05d5700 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-07T15:48:43.127 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.838+0000 7f39a05d5700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-07T15:48:43.127 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.838+0000 7f39a05d5700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-07T15:48:43.127 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.838+0000 7f39a05d5700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-07T15:48:43.128 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.842+0000 7f39a05d5700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-07T15:48:43.128 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.842+0000 7f39a05d5700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-07T15:48:43.128 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.842+0000 7f39a05d5700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T15:48:43.128 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.842+0000 7f39a05d5700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T15:48:43.128 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.842+0000 7f39a05d5700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T15:48:43.128 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cluster 2023-12-07T15:48:24.048706+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-07T15:48:43.128 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cluster 2023-12-07T15:48:26.049206+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-07T15:48:43.128 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:26.473676+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:43.128 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:26.480138+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:43.128 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:26.481626+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:48:43.128 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:26.488592+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:43.128 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:27.069199+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.42:0/1176678888' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-07T15:48:43.128 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:27.653898+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.42:0/1176678888' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-07T15:48:43.128 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cluster 2023-12-07T15:48:27.654032+0000 mon.a (mon.0) 121 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-07T15:48:43.128 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cluster 2023-12-07T15:48:28.049691+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-07T15:48:43.129 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cluster 2023-12-07T15:48:30.050207+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-07T15:48:43.129 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:31.118141+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:43.129 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:31.167567+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:48:43.129 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:31.170653+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:43.129 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:31.172613+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:48:43.129 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:31.546710+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:43.129 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:31.552451+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:43.129 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:31.555831+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:48:43.129 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:31.557810+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:43.129 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:31.105815+0000 mgr.y (mgr.14152) 24 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi042:172.21.15.42=a;smithi042:[v2:172.21.15.42:3301,v1:172.21.15.42:6790]=c;smithi178:172.21.15.178=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:43.129 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cephadm 2023-12-07T15:48:31.112873+0000 mgr.y (mgr.14152) 25 : cephadm [INF] Saving service mon spec with placement smithi042:172.21.15.42=a;smithi042:[v2:172.21.15.42:3301,v1:172.21.15.42:6790]=c;smithi178:172.21.15.178=b;count:3 2023-12-07T15:48:43.129 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cephadm 2023-12-07T15:48:31.175506+0000 mgr.y (mgr.14152) 26 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2023-12-07T15:48:43.129 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cephadm 2023-12-07T15:48:31.299912+0000 mgr.y (mgr.14152) 27 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:48:43.129 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cephadm 2023-12-07T15:48:31.559924+0000 mgr.y (mgr.14152) 28 : cephadm [INF] Deploying daemon mon.c on smithi042 2023-12-07T15:48:43.130 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cluster 2023-12-07T15:48:32.050686+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-07T15:48:43.130 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cluster 2023-12-07T15:48:34.051218+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-07T15:48:43.130 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:34.854829+0000 mon.a (mon.0) 130 : audit [DBG] from='client.? 172.21.15.178:0/1328265838' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T15:48:43.130 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:35.539789+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:43.130 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:35.540927+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:48:43.130 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:35.541715+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:43.130 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cluster 2023-12-07T15:48:36.051649+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-07T15:48:43.130 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:36.554299+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:48:43.130 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cluster 2023-12-07T15:48:36.554624+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2023-12-07T15:48:43.130 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:36.556088+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:43.130 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:37.550804+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:43.130 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cluster 2023-12-07T15:48:38.052193+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-07T15:48:43.130 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:38.550923+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:43.130 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cluster 2023-12-07T15:48:38.553389+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-07T15:48:43.130 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:39.551135+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:43.131 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cluster 2023-12-07T15:48:40.052644+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-07T15:48:43.131 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:40.551427+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:43.131 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:41.551315+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:43.131 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cluster 2023-12-07T15:48:41.577872+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-07T15:48:43.131 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cluster 2023-12-07T15:48:41.583755+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} 2023-12-07T15:48:43.131 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cluster 2023-12-07T15:48:41.583927+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2023-12-07T15:48:43.131 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cluster 2023-12-07T15:48:41.583998+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-07T15:48:43.131 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cluster 2023-12-07T15:48:41.584301+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 47s) 2023-12-07T15:48:43.131 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cluster 2023-12-07T15:48:41.590748+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2023-12-07T15:48:43.131 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:41.736104+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:43.131 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:41.738203+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:48:43.131 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:41.741119+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:43.131 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:41.743016+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:48:43.131 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: cluster 2023-12-07T15:48:42.053103+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-07T15:48:43.131 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:42.551991+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:43.131 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: audit 2023-12-07T15:48:42.644331+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.178:0/3043706564' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T15:48:43.132 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:42 smithi178 bash[25068]: debug 2023-12-07T15:48:42.842+0000 7f39a05d5700 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-07T15:48:44.499 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-07T15:48:44.500 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-07T15:48:48.248 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: audit 2023-12-07T15:48:42.857479+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:48:48.248 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: cluster 2023-12-07T15:48:42.858097+0000 mon.a (mon.0) 157 : cluster [INF] mon.a calling monitor election 2023-12-07T15:48:48.248 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: cluster 2023-12-07T15:48:42.858317+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-07T15:48:48.248 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: audit 2023-12-07T15:48:42.860557+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:48.248 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: audit 2023-12-07T15:48:42.860773+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:48.249 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: audit 2023-12-07T15:48:43.850825+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:48.249 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: cluster 2023-12-07T15:48:44.053591+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-07T15:48:48.249 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: audit 2023-12-07T15:48:44.850592+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:48.249 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: audit 2023-12-07T15:48:45.851043+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:48.249 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: cluster 2023-12-07T15:48:46.054032+0000 mgr.y (mgr.14152) 37 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:48:48.249 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: audit 2023-12-07T15:48:46.851203+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:48.249 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: audit 2023-12-07T15:48:47.851333+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:48.249 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: cluster 2023-12-07T15:48:47.860424+0000 mon.a (mon.0) 165 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-07T15:48:48.249 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: cluster 2023-12-07T15:48:47.865846+0000 mon.a (mon.0) 166 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],b=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} 2023-12-07T15:48:48.249 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: cluster 2023-12-07T15:48:47.865942+0000 mon.a (mon.0) 167 : cluster [DBG] fsmap 2023-12-07T15:48:48.249 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: cluster 2023-12-07T15:48:47.865996+0000 mon.a (mon.0) 168 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-07T15:48:48.249 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: cluster 2023-12-07T15:48:47.866268+0000 mon.a (mon.0) 169 : cluster [DBG] mgrmap e13: y(active, since 53s) 2023-12-07T15:48:48.249 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: cluster 2023-12-07T15:48:47.866633+0000 mon.a (mon.0) 170 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-07T15:48:48.249 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: cluster 2023-12-07T15:48:47.874133+0000 mon.a (mon.0) 171 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-07T15:48:48.249 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: cluster 2023-12-07T15:48:47.874228+0000 mon.a (mon.0) 172 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-07T15:48:48.249 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: cluster 2023-12-07T15:48:47.874297+0000 mon.a (mon.0) 173 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] is down (out of quorum) 2023-12-07T15:48:48.250 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: audit 2023-12-07T15:48:47.878015+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:48.250 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: audit 2023-12-07T15:48:47.882949+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:48.250 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[24989]: audit 2023-12-07T15:48:47.887339+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:48.250 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: audit 2023-12-07T15:48:42.857479+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:48:48.250 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: cluster 2023-12-07T15:48:42.858097+0000 mon.a (mon.0) 157 : cluster [INF] mon.a calling monitor election 2023-12-07T15:48:48.250 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: cluster 2023-12-07T15:48:42.858317+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-07T15:48:48.250 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: audit 2023-12-07T15:48:42.860557+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:48.250 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: audit 2023-12-07T15:48:42.860773+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:48.250 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: audit 2023-12-07T15:48:43.850825+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:48.250 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: cluster 2023-12-07T15:48:44.053591+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-07T15:48:48.251 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: audit 2023-12-07T15:48:44.850592+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:48.251 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: audit 2023-12-07T15:48:45.851043+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:48.251 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: cluster 2023-12-07T15:48:46.054032+0000 mgr.y (mgr.14152) 37 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:48:48.251 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: audit 2023-12-07T15:48:46.851203+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:48.251 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: audit 2023-12-07T15:48:47.851333+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:48.251 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: cluster 2023-12-07T15:48:47.860424+0000 mon.a (mon.0) 165 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-07T15:48:48.251 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: cluster 2023-12-07T15:48:47.865846+0000 mon.a (mon.0) 166 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],b=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} 2023-12-07T15:48:48.251 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: cluster 2023-12-07T15:48:47.865942+0000 mon.a (mon.0) 167 : cluster [DBG] fsmap 2023-12-07T15:48:48.251 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: cluster 2023-12-07T15:48:47.865996+0000 mon.a (mon.0) 168 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-07T15:48:48.251 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: cluster 2023-12-07T15:48:47.866268+0000 mon.a (mon.0) 169 : cluster [DBG] mgrmap e13: y(active, since 53s) 2023-12-07T15:48:48.251 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: cluster 2023-12-07T15:48:47.866633+0000 mon.a (mon.0) 170 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-07T15:48:48.251 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: cluster 2023-12-07T15:48:47.874133+0000 mon.a (mon.0) 171 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-07T15:48:48.251 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: cluster 2023-12-07T15:48:47.874228+0000 mon.a (mon.0) 172 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-07T15:48:48.251 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: cluster 2023-12-07T15:48:47.874297+0000 mon.a (mon.0) 173 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] is down (out of quorum) 2023-12-07T15:48:48.251 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: audit 2023-12-07T15:48:47.878015+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:48.251 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: audit 2023-12-07T15:48:47.882949+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:48.251 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:47 smithi042 bash[30444]: audit 2023-12-07T15:48:47.887339+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:48.916 INFO:teuthology.orchestra.run.smithi178.stdout: 2023-12-07T15:48:48.916 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":3,"fsid":"b31e98c6-9517-11ee-95a2-87774f69a715","modified":"2023-12-07T15:48:42.850957Z","created":"2023-12-07T15:46:46.363262Z","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.42:3300","nonce":0},{"type":"v1","addr":"172.21.15.42:6789","nonce":0}]},"addr":"172.21.15.42:6789/0","public_addr":"172.21.15.42:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:3301","nonce":0},{"type":"v1","addr":"172.21.15.42:6790","nonce":0}]},"addr":"172.21.15.42:6790/0","public_addr":"172.21.15.42:6790/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:3300","nonce":0},{"type":"v1","addr":"172.21.15.178:6789","nonce":0}]},"addr":"172.21.15.178:6789/0","public_addr":"172.21.15.178:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-07T15:48:48.919 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 3 2023-12-07T15:48:49.267 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[24989]: cephadm 2023-12-07T15:48:47.884086+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2023-12-07T15:48:49.267 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[24989]: cephadm 2023-12-07T15:48:47.888343+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2023-12-07T15:48:49.268 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[24989]: audit 2023-12-07T15:48:48.009322+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:49.268 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[24989]: audit 2023-12-07T15:48:48.018892+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:49.268 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[24989]: audit 2023-12-07T15:48:48.023608+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:49.268 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[24989]: cephadm 2023-12-07T15:48:48.025167+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-07T15:48:49.268 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[24989]: audit 2023-12-07T15:48:48.025564+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:48:49.268 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[24989]: audit 2023-12-07T15:48:48.026857+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:48:49.268 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[24989]: audit 2023-12-07T15:48:48.028301+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:49.268 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[24989]: cephadm 2023-12-07T15:48:48.029717+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring daemon mon.a on smithi042 2023-12-07T15:48:49.268 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[24989]: cluster 2023-12-07T15:48:48.054436+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-07T15:48:49.268 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[24989]: audit 2023-12-07T15:48:48.851692+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:49.268 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[24989]: audit 2023-12-07T15:48:48.914054+0000 mon.a (mon.0) 184 : audit [DBG] from='client.? 172.21.15.178:0/2506820617' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T15:48:49.268 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[30444]: cephadm 2023-12-07T15:48:47.884086+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2023-12-07T15:48:49.269 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[30444]: cephadm 2023-12-07T15:48:47.888343+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2023-12-07T15:48:49.269 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[30444]: audit 2023-12-07T15:48:48.009322+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:49.269 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[30444]: audit 2023-12-07T15:48:48.018892+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:49.269 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[30444]: audit 2023-12-07T15:48:48.023608+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:49.269 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[30444]: cephadm 2023-12-07T15:48:48.025167+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-07T15:48:49.269 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[30444]: audit 2023-12-07T15:48:48.025564+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:48:49.269 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[30444]: audit 2023-12-07T15:48:48.026857+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:48:49.269 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[30444]: audit 2023-12-07T15:48:48.028301+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:49.269 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[30444]: cephadm 2023-12-07T15:48:48.029717+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring daemon mon.a on smithi042 2023-12-07T15:48:49.269 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[30444]: cluster 2023-12-07T15:48:48.054436+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-07T15:48:49.269 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[30444]: audit 2023-12-07T15:48:48.851692+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:49.269 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:49 smithi042 bash[30444]: audit 2023-12-07T15:48:48.914054+0000 mon.a (mon.0) 184 : audit [DBG] from='client.? 172.21.15.178:0/2506820617' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T15:48:49.635 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-07T15:48:49.635 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-07T15:48:50.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[30444]: cluster 2023-12-07T15:48:44.854961+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-07T15:48:50.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[30444]: cluster 2023-12-07T15:48:49.892355+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-07T15:48:50.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[30444]: cluster 2023-12-07T15:48:49.892453+0000 mon.a (mon.0) 186 : cluster [INF] mon.a calling monitor election 2023-12-07T15:48:50.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[30444]: cluster 2023-12-07T15:48:49.893482+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-07T15:48:50.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[30444]: cluster 2023-12-07T15:48:49.896167+0000 mon.a (mon.0) 187 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T15:48:50.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[30444]: cluster 2023-12-07T15:48:49.901689+0000 mon.a (mon.0) 188 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],b=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} 2023-12-07T15:48:50.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[30444]: cluster 2023-12-07T15:48:49.901807+0000 mon.a (mon.0) 189 : cluster [DBG] fsmap 2023-12-07T15:48:50.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[30444]: cluster 2023-12-07T15:48:49.901876+0000 mon.a (mon.0) 190 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-07T15:48:50.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[30444]: cluster 2023-12-07T15:48:49.902136+0000 mon.a (mon.0) 191 : cluster [DBG] mgrmap e13: y(active, since 55s) 2023-12-07T15:48:50.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[30444]: cluster 2023-12-07T15:48:49.902464+0000 mon.a (mon.0) 192 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-07T15:48:50.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[30444]: cluster 2023-12-07T15:48:49.902516+0000 mon.a (mon.0) 193 : cluster [INF] Cluster is now healthy 2023-12-07T15:48:50.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[30444]: cluster 2023-12-07T15:48:49.909824+0000 mon.a (mon.0) 194 : cluster [INF] overall HEALTH_OK 2023-12-07T15:48:50.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[24989]: cluster 2023-12-07T15:48:44.854961+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-07T15:48:50.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[24989]: cluster 2023-12-07T15:48:49.892355+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-07T15:48:50.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[24989]: cluster 2023-12-07T15:48:49.892453+0000 mon.a (mon.0) 186 : cluster [INF] mon.a calling monitor election 2023-12-07T15:48:50.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[24989]: cluster 2023-12-07T15:48:49.893482+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-07T15:48:50.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[24989]: cluster 2023-12-07T15:48:49.896167+0000 mon.a (mon.0) 187 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T15:48:50.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[24989]: cluster 2023-12-07T15:48:49.901689+0000 mon.a (mon.0) 188 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],b=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} 2023-12-07T15:48:50.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[24989]: cluster 2023-12-07T15:48:49.901807+0000 mon.a (mon.0) 189 : cluster [DBG] fsmap 2023-12-07T15:48:50.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[24989]: cluster 2023-12-07T15:48:49.901876+0000 mon.a (mon.0) 190 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-07T15:48:50.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[24989]: cluster 2023-12-07T15:48:49.902136+0000 mon.a (mon.0) 191 : cluster [DBG] mgrmap e13: y(active, since 55s) 2023-12-07T15:48:50.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[24989]: cluster 2023-12-07T15:48:49.902464+0000 mon.a (mon.0) 192 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-07T15:48:50.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[24989]: cluster 2023-12-07T15:48:49.902516+0000 mon.a (mon.0) 193 : cluster [INF] Cluster is now healthy 2023-12-07T15:48:50.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:50 smithi042 bash[24989]: cluster 2023-12-07T15:48:49.909824+0000 mon.a (mon.0) 194 : cluster [INF] overall HEALTH_OK 2023-12-07T15:48:50.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: audit 2023-12-07T15:48:42.857479+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:48:50.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: cluster 2023-12-07T15:48:42.858097+0000 mon.a (mon.0) 157 : cluster [INF] mon.a calling monitor election 2023-12-07T15:48:50.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: cluster 2023-12-07T15:48:42.858317+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-07T15:48:50.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: audit 2023-12-07T15:48:42.860557+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:50.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: audit 2023-12-07T15:48:42.860773+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:48:50.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: audit 2023-12-07T15:48:43.850825+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:50.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: cluster 2023-12-07T15:48:44.053591+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-07T15:48:50.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: audit 2023-12-07T15:48:44.850592+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:50.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: audit 2023-12-07T15:48:45.851043+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:50.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: cluster 2023-12-07T15:48:46.054032+0000 mgr.y (mgr.14152) 37 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:48:50.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: audit 2023-12-07T15:48:46.851203+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:50.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: audit 2023-12-07T15:48:47.851333+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:50.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: cluster 2023-12-07T15:48:47.860424+0000 mon.a (mon.0) 165 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-07T15:48:50.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: cluster 2023-12-07T15:48:47.865846+0000 mon.a (mon.0) 166 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],b=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} 2023-12-07T15:48:50.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: cluster 2023-12-07T15:48:47.865942+0000 mon.a (mon.0) 167 : cluster [DBG] fsmap 2023-12-07T15:48:50.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: cluster 2023-12-07T15:48:47.865996+0000 mon.a (mon.0) 168 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-07T15:48:50.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: cluster 2023-12-07T15:48:47.866268+0000 mon.a (mon.0) 169 : cluster [DBG] mgrmap e13: y(active, since 53s) 2023-12-07T15:48:50.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: cluster 2023-12-07T15:48:47.866633+0000 mon.a (mon.0) 170 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-07T15:48:50.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: cluster 2023-12-07T15:48:47.874133+0000 mon.a (mon.0) 171 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-07T15:48:50.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: cluster 2023-12-07T15:48:47.874228+0000 mon.a (mon.0) 172 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-07T15:48:50.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: cluster 2023-12-07T15:48:47.874297+0000 mon.a (mon.0) 173 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] is down (out of quorum) 2023-12-07T15:48:50.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: audit 2023-12-07T15:48:47.878015+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:50.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: audit 2023-12-07T15:48:47.882949+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:50.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: audit 2023-12-07T15:48:47.887339+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:50.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: cephadm 2023-12-07T15:48:47.884086+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2023-12-07T15:48:50.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: cephadm 2023-12-07T15:48:47.888343+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2023-12-07T15:48:50.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: audit 2023-12-07T15:48:48.009322+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:50.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: audit 2023-12-07T15:48:48.018892+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:50.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: audit 2023-12-07T15:48:48.023608+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:50.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: cephadm 2023-12-07T15:48:48.025167+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-07T15:48:50.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: audit 2023-12-07T15:48:48.025564+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:48:50.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: audit 2023-12-07T15:48:48.026857+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:48:50.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: audit 2023-12-07T15:48:48.028301+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:50.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: cephadm 2023-12-07T15:48:48.029717+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring daemon mon.a on smithi042 2023-12-07T15:48:50.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: cluster 2023-12-07T15:48:48.054436+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-07T15:48:50.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: audit 2023-12-07T15:48:48.851692+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:50.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:49 smithi178 bash[25068]: audit 2023-12-07T15:48:48.914054+0000 mon.a (mon.0) 184 : audit [DBG] from='client.? 172.21.15.178:0/2506820617' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T15:48:50.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:50 smithi178 bash[25068]: cluster 2023-12-07T15:48:44.854961+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-07T15:48:50.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:50 smithi178 bash[25068]: cluster 2023-12-07T15:48:49.892355+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-07T15:48:50.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:50 smithi178 bash[25068]: cluster 2023-12-07T15:48:49.892453+0000 mon.a (mon.0) 186 : cluster [INF] mon.a calling monitor election 2023-12-07T15:48:50.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:50 smithi178 bash[25068]: cluster 2023-12-07T15:48:49.893482+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-07T15:48:50.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:50 smithi178 bash[25068]: cluster 2023-12-07T15:48:49.896167+0000 mon.a (mon.0) 187 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T15:48:50.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:50 smithi178 bash[25068]: cluster 2023-12-07T15:48:49.901689+0000 mon.a (mon.0) 188 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],b=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} 2023-12-07T15:48:50.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:50 smithi178 bash[25068]: cluster 2023-12-07T15:48:49.901807+0000 mon.a (mon.0) 189 : cluster [DBG] fsmap 2023-12-07T15:48:50.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:50 smithi178 bash[25068]: cluster 2023-12-07T15:48:49.901876+0000 mon.a (mon.0) 190 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-07T15:48:50.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:50 smithi178 bash[25068]: cluster 2023-12-07T15:48:49.902136+0000 mon.a (mon.0) 191 : cluster [DBG] mgrmap e13: y(active, since 55s) 2023-12-07T15:48:50.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:50 smithi178 bash[25068]: cluster 2023-12-07T15:48:49.902464+0000 mon.a (mon.0) 192 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-07T15:48:50.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:50 smithi178 bash[25068]: cluster 2023-12-07T15:48:49.902516+0000 mon.a (mon.0) 193 : cluster [INF] Cluster is now healthy 2023-12-07T15:48:50.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:50 smithi178 bash[25068]: cluster 2023-12-07T15:48:49.909824+0000 mon.a (mon.0) 194 : cluster [INF] overall HEALTH_OK 2023-12-07T15:48:51.582 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:51 smithi042 bash[24989]: cluster 2023-12-07T15:48:50.054820+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:48:51.582 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:51 smithi042 bash[24989]: audit 2023-12-07T15:48:50.523993+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:51.583 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:51 smithi042 bash[24989]: cephadm 2023-12-07T15:48:50.525043+0000 mgr.y (mgr.14152) 44 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-07T15:48:51.583 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:51 smithi042 bash[24989]: audit 2023-12-07T15:48:50.525466+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:48:51.583 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:51 smithi042 bash[24989]: audit 2023-12-07T15:48:50.526643+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:48:51.583 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:51 smithi042 bash[24989]: audit 2023-12-07T15:48:50.527769+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:51.583 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:51 smithi042 bash[24989]: cephadm 2023-12-07T15:48:50.528978+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring daemon mon.c on smithi042 2023-12-07T15:48:51.583 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:51 smithi042 bash[24989]: audit 2023-12-07T15:48:50.852227+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:51.583 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:51 smithi042 bash[30444]: cluster 2023-12-07T15:48:50.054820+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:48:51.583 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:51 smithi042 bash[30444]: audit 2023-12-07T15:48:50.523993+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:51.583 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:51 smithi042 bash[30444]: cephadm 2023-12-07T15:48:50.525043+0000 mgr.y (mgr.14152) 44 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-07T15:48:51.584 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:51 smithi042 bash[30444]: audit 2023-12-07T15:48:50.525466+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:48:51.584 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:51 smithi042 bash[30444]: audit 2023-12-07T15:48:50.526643+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:48:51.584 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:51 smithi042 bash[30444]: audit 2023-12-07T15:48:50.527769+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:51.584 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:51 smithi042 bash[30444]: cephadm 2023-12-07T15:48:50.528978+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring daemon mon.c on smithi042 2023-12-07T15:48:51.584 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:51 smithi042 bash[30444]: audit 2023-12-07T15:48:50.852227+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:51.854 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:51 smithi178 bash[25068]: cluster 2023-12-07T15:48:50.054820+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:48:51.854 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:51 smithi178 bash[25068]: audit 2023-12-07T15:48:50.523993+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:51.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:51 smithi178 bash[25068]: cephadm 2023-12-07T15:48:50.525043+0000 mgr.y (mgr.14152) 44 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-07T15:48:51.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:51 smithi178 bash[25068]: audit 2023-12-07T15:48:50.525466+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:48:51.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:51 smithi178 bash[25068]: audit 2023-12-07T15:48:50.526643+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:48:51.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:51 smithi178 bash[25068]: audit 2023-12-07T15:48:50.527769+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:51.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:51 smithi178 bash[25068]: cephadm 2023-12-07T15:48:50.528978+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring daemon mon.c on smithi042 2023-12-07T15:48:51.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:51 smithi178 bash[25068]: audit 2023-12-07T15:48:50.852227+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:48:53.739 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:53 smithi042 bash[30444]: cluster 2023-12-07T15:48:52.055235+0000 mgr.y (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:48:53.740 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:53 smithi042 bash[30444]: audit 2023-12-07T15:48:53.476565+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:53.740 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:53 smithi042 bash[30444]: audit 2023-12-07T15:48:53.477822+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:48:53.740 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:53 smithi042 bash[30444]: audit 2023-12-07T15:48:53.478985+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:48:53.740 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:53 smithi042 bash[30444]: audit 2023-12-07T15:48:53.480129+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:53.740 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:53 smithi042 bash[24989]: cluster 2023-12-07T15:48:52.055235+0000 mgr.y (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:48:53.740 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:53 smithi042 bash[24989]: audit 2023-12-07T15:48:53.476565+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:53.740 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:53 smithi042 bash[24989]: audit 2023-12-07T15:48:53.477822+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:48:53.740 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:53 smithi042 bash[24989]: audit 2023-12-07T15:48:53.478985+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:48:53.740 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:53 smithi042 bash[24989]: audit 2023-12-07T15:48:53.480129+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:53.854 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:53 smithi178 bash[25068]: cluster 2023-12-07T15:48:52.055235+0000 mgr.y (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:48:53.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:53 smithi178 bash[25068]: audit 2023-12-07T15:48:53.476565+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:53.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:53 smithi178 bash[25068]: audit 2023-12-07T15:48:53.477822+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:48:53.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:53 smithi178 bash[25068]: audit 2023-12-07T15:48:53.478985+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:48:53.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:53 smithi178 bash[25068]: audit 2023-12-07T15:48:53.480129+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:54.070 INFO:teuthology.orchestra.run.smithi042.stdout:# minimal ceph.conf for b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T15:48:54.070 INFO:teuthology.orchestra.run.smithi042.stdout:[global] 2023-12-07T15:48:54.070 INFO:teuthology.orchestra.run.smithi042.stdout: fsid = b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T15:48:54.070 INFO:teuthology.orchestra.run.smithi042.stdout: mon_host = [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] [v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0] 2023-12-07T15:48:54.821 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-07T15:48:54.821 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-12-07T15:48:54.821 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/etc/ceph/ceph.conf 2023-12-07T15:48:54.833 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:54 smithi178 bash[25068]: cephadm 2023-12-07T15:48:53.477446+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-07T15:48:54.833 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:54 smithi178 bash[25068]: cephadm 2023-12-07T15:48:53.481337+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring daemon mon.b on smithi178 2023-12-07T15:48:54.833 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:54 smithi178 bash[25068]: audit 2023-12-07T15:48:54.068330+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.42:0/4130493304' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:54.833 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:54 smithi178 bash[25068]: audit 2023-12-07T15:48:54.121408+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:48:54.833 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:54 smithi178 bash[25068]: audit 2023-12-07T15:48:54.123664+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:48:54.838 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-12-07T15:48:54.838 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:48:54.853 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2023-12-07T15:48:54.853 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/ceph/ceph.conf 2023-12-07T15:48:55.008 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2023-12-07T15:48:55.008 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:48:55.055 INFO:tasks.cephadm:Adding mgr.y on smithi042 2023-12-07T15:48:55.055 INFO:tasks.cephadm:Adding mgr.x on smithi178 2023-12-07T15:48:55.055 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph orch apply mgr '2;smithi042=y;smithi178=x' 2023-12-07T15:48:55.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:54 smithi042 bash[24989]: cephadm 2023-12-07T15:48:53.477446+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-07T15:48:55.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:54 smithi042 bash[24989]: cephadm 2023-12-07T15:48:53.481337+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring daemon mon.b on smithi178 2023-12-07T15:48:55.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:54 smithi042 bash[24989]: audit 2023-12-07T15:48:54.068330+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.42:0/4130493304' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:55.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:54 smithi042 bash[24989]: audit 2023-12-07T15:48:54.121408+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:48:55.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:54 smithi042 bash[24989]: audit 2023-12-07T15:48:54.123664+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:48:55.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:54 smithi042 bash[30444]: cephadm 2023-12-07T15:48:53.477446+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-07T15:48:55.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:54 smithi042 bash[30444]: cephadm 2023-12-07T15:48:53.481337+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring daemon mon.b on smithi178 2023-12-07T15:48:55.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:54 smithi042 bash[30444]: audit 2023-12-07T15:48:54.068330+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.42:0/4130493304' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:55.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:54 smithi042 bash[30444]: audit 2023-12-07T15:48:54.121408+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:48:55.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:54 smithi042 bash[30444]: audit 2023-12-07T15:48:54.123664+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:48:55.854 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:55 smithi178 bash[25068]: cluster 2023-12-07T15:48:54.055680+0000 mgr.y (mgr.14152) 49 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:48:55.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:55 smithi178 bash[25068]: audit 2023-12-07T15:48:55.428397+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:55.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:55 smithi178 bash[25068]: audit 2023-12-07T15:48:55.430007+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:48:55.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:55 smithi178 bash[25068]: audit 2023-12-07T15:48:55.432665+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:55.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:55 smithi178 bash[25068]: audit 2023-12-07T15:48:55.434442+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:48:55.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:55 smithi178 bash[25068]: audit 2023-12-07T15:48:55.566632+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:55.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:55 smithi178 bash[25068]: audit 2023-12-07T15:48:55.571704+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:55.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:55 smithi178 bash[25068]: audit 2023-12-07T15:48:55.577422+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:55.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:55 smithi042 bash[24989]: cluster 2023-12-07T15:48:54.055680+0000 mgr.y (mgr.14152) 49 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:48:55.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:55 smithi042 bash[24989]: audit 2023-12-07T15:48:55.428397+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:55.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:55 smithi042 bash[24989]: audit 2023-12-07T15:48:55.430007+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:48:55.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:55 smithi042 bash[24989]: audit 2023-12-07T15:48:55.432665+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:55.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:55 smithi042 bash[24989]: audit 2023-12-07T15:48:55.434442+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:48:55.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:55 smithi042 bash[24989]: audit 2023-12-07T15:48:55.566632+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:55.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:55 smithi042 bash[24989]: audit 2023-12-07T15:48:55.571704+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:55.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:55 smithi042 bash[24989]: audit 2023-12-07T15:48:55.577422+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:55.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:55 smithi042 bash[30444]: cluster 2023-12-07T15:48:54.055680+0000 mgr.y (mgr.14152) 49 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:48:55.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:55 smithi042 bash[30444]: audit 2023-12-07T15:48:55.428397+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:55.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:55 smithi042 bash[30444]: audit 2023-12-07T15:48:55.430007+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:48:55.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:55 smithi042 bash[30444]: audit 2023-12-07T15:48:55.432665+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:55.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:55 smithi042 bash[30444]: audit 2023-12-07T15:48:55.434442+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:48:55.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:55 smithi042 bash[30444]: audit 2023-12-07T15:48:55.566632+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:55.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:55 smithi042 bash[30444]: audit 2023-12-07T15:48:55.571704+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:55.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:55 smithi042 bash[30444]: audit 2023-12-07T15:48:55.577422+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:57.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:56 smithi178 bash[25068]: cephadm 2023-12-07T15:48:55.436950+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2023-12-07T15:48:57.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:56 smithi178 bash[25068]: cephadm 2023-12-07T15:48:55.437390+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2023-12-07T15:48:57.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:56 smithi042 bash[24989]: cephadm 2023-12-07T15:48:55.436950+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2023-12-07T15:48:57.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:56 smithi042 bash[24989]: cephadm 2023-12-07T15:48:55.437390+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2023-12-07T15:48:57.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:56 smithi042 bash[30444]: cephadm 2023-12-07T15:48:55.436950+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2023-12-07T15:48:57.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:56 smithi042 bash[30444]: cephadm 2023-12-07T15:48:55.437390+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2023-12-07T15:48:57.934 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:57 smithi178 bash[25068]: cluster 2023-12-07T15:48:56.056130+0000 mgr.y (mgr.14152) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:48:58.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:57 smithi042 bash[24989]: cluster 2023-12-07T15:48:56.056130+0000 mgr.y (mgr.14152) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:48:58.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:57 smithi042 bash[30444]: cluster 2023-12-07T15:48:56.056130+0000 mgr.y (mgr.14152) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:48:58.350 INFO:teuthology.orchestra.run.smithi178.stdout:Scheduled mgr update... 2023-12-07T15:48:59.460 DEBUG:teuthology.orchestra.run.smithi178:mgr.x> sudo journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mgr.x.service 2023-12-07T15:48:59.463 INFO:tasks.cephadm:Deploying OSDs... 2023-12-07T15:48:59.463 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-12-07T15:48:59.463 DEBUG:teuthology.orchestra.run.smithi042:> dd if=/scratch_devs of=/dev/stdout 2023-12-07T15:48:59.470 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-07T15:48:59.470 DEBUG:teuthology.orchestra.run.smithi042:> stat /dev/vg_nvme/lv_1 2023-12-07T15:48:59.519 INFO:teuthology.orchestra.run.smithi042.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-07T15:48:59.519 INFO:teuthology.orchestra.run.smithi042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T15:48:59.519 INFO:teuthology.orchestra.run.smithi042.stdout:Device: 6h/6d Inode: 359 Links: 1 2023-12-07T15:48:59.520 INFO:teuthology.orchestra.run.smithi042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T15:48:59.520 INFO:teuthology.orchestra.run.smithi042.stdout:Access: 2023-12-07 15:44:11.795498714 +0000 2023-12-07T15:48:59.520 INFO:teuthology.orchestra.run.smithi042.stdout:Modify: 2023-12-07 15:44:11.519505076 +0000 2023-12-07T15:48:59.520 INFO:teuthology.orchestra.run.smithi042.stdout:Change: 2023-12-07 15:44:11.519505076 +0000 2023-12-07T15:48:59.520 INFO:teuthology.orchestra.run.smithi042.stdout: Birth: - 2023-12-07T15:48:59.520 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-07T15:48:59.531 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records in 2023-12-07T15:48:59.531 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records out 2023-12-07T15:48:59.531 INFO:teuthology.orchestra.run.smithi042.stderr:512 bytes copied, 0.000299384 s, 1.7 MB/s 2023-12-07T15:48:59.532 DEBUG:teuthology.orchestra.run.smithi042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-07T15:48:59.539 DEBUG:teuthology.orchestra.run.smithi042:> stat /dev/vg_nvme/lv_2 2023-12-07T15:48:59.587 INFO:teuthology.orchestra.run.smithi042.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-07T15:48:59.588 INFO:teuthology.orchestra.run.smithi042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T15:48:59.588 INFO:teuthology.orchestra.run.smithi042.stdout:Device: 6h/6d Inode: 367 Links: 1 2023-12-07T15:48:59.588 INFO:teuthology.orchestra.run.smithi042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T15:48:59.588 INFO:teuthology.orchestra.run.smithi042.stdout:Access: 2023-12-07 15:44:12.035493182 +0000 2023-12-07T15:48:59.588 INFO:teuthology.orchestra.run.smithi042.stdout:Modify: 2023-12-07 15:44:12.031493275 +0000 2023-12-07T15:48:59.588 INFO:teuthology.orchestra.run.smithi042.stdout:Change: 2023-12-07 15:44:12.031493275 +0000 2023-12-07T15:48:59.588 INFO:teuthology.orchestra.run.smithi042.stdout: Birth: - 2023-12-07T15:48:59.588 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-07T15:48:59.601 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[30444]: cluster 2023-12-07T15:48:58.056544+0000 mgr.y (mgr.14152) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:48:59.601 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[30444]: audit 2023-12-07T15:48:58.336954+0000 mgr.y (mgr.14152) 54 : audit [DBG] from='client.24107 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi042=y;smithi178=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:59.601 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[30444]: cephadm 2023-12-07T15:48:58.340470+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Saving service mgr spec with placement smithi042=y;smithi178=x;count:2 2023-12-07T15:48:59.601 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[30444]: audit 2023-12-07T15:48:58.347267+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:59.601 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[30444]: audit 2023-12-07T15:48:58.351215+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:48:59.601 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[30444]: audit 2023-12-07T15:48:58.354025+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:59.601 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[30444]: audit 2023-12-07T15:48:58.355843+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:48:59.601 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[30444]: audit 2023-12-07T15:48:58.364509+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:59.601 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[30444]: audit 2023-12-07T15:48:58.366705+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:48:59.601 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[30444]: audit 2023-12-07T15:48:58.372364+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-07T15:48:59.601 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[30444]: audit 2023-12-07T15:48:58.373962+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:48:59.601 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[30444]: audit 2023-12-07T15:48:58.375657+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:59.601 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[30444]: cephadm 2023-12-07T15:48:58.377508+0000 mgr.y (mgr.14152) 56 : cephadm [INF] Deploying daemon mgr.x on smithi178 2023-12-07T15:48:59.602 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[24989]: cluster 2023-12-07T15:48:58.056544+0000 mgr.y (mgr.14152) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:48:59.602 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[24989]: audit 2023-12-07T15:48:58.336954+0000 mgr.y (mgr.14152) 54 : audit [DBG] from='client.24107 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi042=y;smithi178=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:59.602 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[24989]: cephadm 2023-12-07T15:48:58.340470+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Saving service mgr spec with placement smithi042=y;smithi178=x;count:2 2023-12-07T15:48:59.602 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[24989]: audit 2023-12-07T15:48:58.347267+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:59.602 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[24989]: audit 2023-12-07T15:48:58.351215+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:48:59.602 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[24989]: audit 2023-12-07T15:48:58.354025+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:59.602 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[24989]: audit 2023-12-07T15:48:58.355843+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:48:59.602 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[24989]: audit 2023-12-07T15:48:58.364509+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:59.602 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[24989]: audit 2023-12-07T15:48:58.366705+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:48:59.602 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[24989]: audit 2023-12-07T15:48:58.372364+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-07T15:48:59.602 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[24989]: audit 2023-12-07T15:48:58.373962+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:48:59.602 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[24989]: audit 2023-12-07T15:48:58.375657+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:59.602 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:48:59 smithi042 bash[24989]: cephadm 2023-12-07T15:48:58.377508+0000 mgr.y (mgr.14152) 56 : cephadm [INF] Deploying daemon mgr.x on smithi178 2023-12-07T15:48:59.603 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records in 2023-12-07T15:48:59.603 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records out 2023-12-07T15:48:59.603 INFO:teuthology.orchestra.run.smithi042.stderr:512 bytes copied, 0.000213012 s, 2.4 MB/s 2023-12-07T15:48:59.603 DEBUG:teuthology.orchestra.run.smithi042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-07T15:48:59.604 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:59 smithi178 bash[25068]: cluster 2023-12-07T15:48:58.056544+0000 mgr.y (mgr.14152) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:48:59.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:59 smithi178 bash[25068]: audit 2023-12-07T15:48:58.336954+0000 mgr.y (mgr.14152) 54 : audit [DBG] from='client.24107 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi042=y;smithi178=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:59.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:59 smithi178 bash[25068]: cephadm 2023-12-07T15:48:58.340470+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Saving service mgr spec with placement smithi042=y;smithi178=x;count:2 2023-12-07T15:48:59.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:59 smithi178 bash[25068]: audit 2023-12-07T15:48:58.347267+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:59.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:59 smithi178 bash[25068]: audit 2023-12-07T15:48:58.351215+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:48:59.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:59 smithi178 bash[25068]: audit 2023-12-07T15:48:58.354025+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:59.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:59 smithi178 bash[25068]: audit 2023-12-07T15:48:58.355843+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:48:59.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:59 smithi178 bash[25068]: audit 2023-12-07T15:48:58.364509+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:48:59.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:59 smithi178 bash[25068]: audit 2023-12-07T15:48:58.366705+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:48:59.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:59 smithi178 bash[25068]: audit 2023-12-07T15:48:58.372364+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-07T15:48:59.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:59 smithi178 bash[25068]: audit 2023-12-07T15:48:58.373962+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:48:59.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:59 smithi178 bash[25068]: audit 2023-12-07T15:48:58.375657+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:59.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:48:59 smithi178 bash[25068]: cephadm 2023-12-07T15:48:58.377508+0000 mgr.y (mgr.14152) 56 : cephadm [INF] Deploying daemon mgr.x on smithi178 2023-12-07T15:48:59.611 DEBUG:teuthology.orchestra.run.smithi042:> stat /dev/vg_nvme/lv_3 2023-12-07T15:48:59.659 INFO:teuthology.orchestra.run.smithi042.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-07T15:48:59.659 INFO:teuthology.orchestra.run.smithi042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T15:48:59.660 INFO:teuthology.orchestra.run.smithi042.stdout:Device: 6h/6d Inode: 371 Links: 1 2023-12-07T15:48:59.660 INFO:teuthology.orchestra.run.smithi042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T15:48:59.660 INFO:teuthology.orchestra.run.smithi042.stdout:Access: 2023-12-07 15:44:12.543481473 +0000 2023-12-07T15:48:59.660 INFO:teuthology.orchestra.run.smithi042.stdout:Modify: 2023-12-07 15:44:12.539481565 +0000 2023-12-07T15:48:59.660 INFO:teuthology.orchestra.run.smithi042.stdout:Change: 2023-12-07 15:44:12.539481565 +0000 2023-12-07T15:48:59.660 INFO:teuthology.orchestra.run.smithi042.stdout: Birth: - 2023-12-07T15:48:59.660 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-07T15:48:59.675 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records in 2023-12-07T15:48:59.675 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records out 2023-12-07T15:48:59.675 INFO:teuthology.orchestra.run.smithi042.stderr:512 bytes copied, 0.000298964 s, 1.7 MB/s 2023-12-07T15:48:59.676 DEBUG:teuthology.orchestra.run.smithi042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-07T15:48:59.684 DEBUG:teuthology.orchestra.run.smithi042:> stat /dev/vg_nvme/lv_4 2023-12-07T15:48:59.732 INFO:teuthology.orchestra.run.smithi042.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-07T15:48:59.732 INFO:teuthology.orchestra.run.smithi042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T15:48:59.732 INFO:teuthology.orchestra.run.smithi042.stdout:Device: 6h/6d Inode: 378 Links: 1 2023-12-07T15:48:59.732 INFO:teuthology.orchestra.run.smithi042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T15:48:59.732 INFO:teuthology.orchestra.run.smithi042.stdout:Access: 2023-12-07 15:44:13.307463862 +0000 2023-12-07T15:48:59.732 INFO:teuthology.orchestra.run.smithi042.stdout:Modify: 2023-12-07 15:44:13.043469948 +0000 2023-12-07T15:48:59.732 INFO:teuthology.orchestra.run.smithi042.stdout:Change: 2023-12-07 15:44:13.043469948 +0000 2023-12-07T15:48:59.732 INFO:teuthology.orchestra.run.smithi042.stdout: Birth: - 2023-12-07T15:48:59.732 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-07T15:48:59.747 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records in 2023-12-07T15:48:59.747 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records out 2023-12-07T15:48:59.747 INFO:teuthology.orchestra.run.smithi042.stderr:512 bytes copied, 0.000230571 s, 2.2 MB/s 2023-12-07T15:48:59.748 DEBUG:teuthology.orchestra.run.smithi042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-07T15:48:59.756 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2023-12-07T15:48:59.756 DEBUG:teuthology.orchestra.run.smithi178:> dd if=/scratch_devs of=/dev/stdout 2023-12-07T15:48:59.763 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-07T15:48:59.763 DEBUG:teuthology.orchestra.run.smithi178:> stat /dev/vg_nvme/lv_1 2023-12-07T15:48:59.816 INFO:teuthology.orchestra.run.smithi178.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-07T15:48:59.817 INFO:teuthology.orchestra.run.smithi178.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T15:48:59.817 INFO:teuthology.orchestra.run.smithi178.stdout:Device: 6h/6d Inode: 358 Links: 1 2023-12-07T15:48:59.817 INFO:teuthology.orchestra.run.smithi178.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T15:48:59.817 INFO:teuthology.orchestra.run.smithi178.stdout:Access: 2023-12-07 15:44:14.187873533 +0000 2023-12-07T15:48:59.817 INFO:teuthology.orchestra.run.smithi178.stdout:Modify: 2023-12-07 15:44:13.895880267 +0000 2023-12-07T15:48:59.817 INFO:teuthology.orchestra.run.smithi178.stdout:Change: 2023-12-07 15:44:13.895880267 +0000 2023-12-07T15:48:59.817 INFO:teuthology.orchestra.run.smithi178.stdout: Birth: - 2023-12-07T15:48:59.817 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-07T15:48:59.828 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records in 2023-12-07T15:48:59.828 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records out 2023-12-07T15:48:59.828 INFO:teuthology.orchestra.run.smithi178.stderr:512 bytes copied, 0.000318246 s, 1.6 MB/s 2023-12-07T15:48:59.829 DEBUG:teuthology.orchestra.run.smithi178:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-07T15:48:59.836 DEBUG:teuthology.orchestra.run.smithi178:> stat /dev/vg_nvme/lv_2 2023-12-07T15:48:59.885 INFO:teuthology.orchestra.run.smithi178.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-07T15:48:59.886 INFO:teuthology.orchestra.run.smithi178.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T15:48:59.886 INFO:teuthology.orchestra.run.smithi178.stdout:Device: 6h/6d Inode: 365 Links: 1 2023-12-07T15:48:59.886 INFO:teuthology.orchestra.run.smithi178.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T15:48:59.886 INFO:teuthology.orchestra.run.smithi178.stdout:Access: 2023-12-07 15:44:14.687862002 +0000 2023-12-07T15:48:59.886 INFO:teuthology.orchestra.run.smithi178.stdout:Modify: 2023-12-07 15:44:14.399868644 +0000 2023-12-07T15:48:59.886 INFO:teuthology.orchestra.run.smithi178.stdout:Change: 2023-12-07 15:44:14.399868644 +0000 2023-12-07T15:48:59.886 INFO:teuthology.orchestra.run.smithi178.stdout: Birth: - 2023-12-07T15:48:59.886 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-07T15:48:59.897 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records in 2023-12-07T15:48:59.897 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records out 2023-12-07T15:48:59.897 INFO:teuthology.orchestra.run.smithi178.stderr:512 bytes copied, 0.000259522 s, 2.0 MB/s 2023-12-07T15:48:59.898 DEBUG:teuthology.orchestra.run.smithi178:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-07T15:48:59.906 DEBUG:teuthology.orchestra.run.smithi178:> stat /dev/vg_nvme/lv_3 2023-12-07T15:48:59.913 INFO:teuthology.orchestra.run.smithi178.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-07T15:48:59.913 INFO:teuthology.orchestra.run.smithi178.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T15:48:59.913 INFO:teuthology.orchestra.run.smithi178.stdout:Device: 6h/6d Inode: 372 Links: 1 2023-12-07T15:48:59.913 INFO:teuthology.orchestra.run.smithi178.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T15:48:59.913 INFO:teuthology.orchestra.run.smithi178.stdout:Access: 2023-12-07 15:44:15.175850748 +0000 2023-12-07T15:48:59.913 INFO:teuthology.orchestra.run.smithi178.stdout:Modify: 2023-12-07 15:44:14.887857391 +0000 2023-12-07T15:48:59.913 INFO:teuthology.orchestra.run.smithi178.stdout:Change: 2023-12-07 15:44:14.887857391 +0000 2023-12-07T15:48:59.913 INFO:teuthology.orchestra.run.smithi178.stdout: Birth: - 2023-12-07T15:48:59.913 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-07T15:48:59.921 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records in 2023-12-07T15:48:59.921 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records out 2023-12-07T15:48:59.922 INFO:teuthology.orchestra.run.smithi178.stderr:512 bytes copied, 0.000239335 s, 2.1 MB/s 2023-12-07T15:48:59.922 DEBUG:teuthology.orchestra.run.smithi178:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-07T15:48:59.974 DEBUG:teuthology.orchestra.run.smithi178:> stat /dev/vg_nvme/lv_4 2023-12-07T15:48:59.979 INFO:teuthology.orchestra.run.smithi178.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-07T15:48:59.979 INFO:teuthology.orchestra.run.smithi178.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T15:48:59.979 INFO:teuthology.orchestra.run.smithi178.stdout:Device: 6h/6d Inode: 377 Links: 1 2023-12-07T15:48:59.979 INFO:teuthology.orchestra.run.smithi178.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T15:48:59.979 INFO:teuthology.orchestra.run.smithi178.stdout:Access: 2023-12-07 15:44:15.703838572 +0000 2023-12-07T15:48:59.979 INFO:teuthology.orchestra.run.smithi178.stdout:Modify: 2023-12-07 15:44:15.403845490 +0000 2023-12-07T15:48:59.979 INFO:teuthology.orchestra.run.smithi178.stdout:Change: 2023-12-07 15:44:15.403845490 +0000 2023-12-07T15:48:59.979 INFO:teuthology.orchestra.run.smithi178.stdout: Birth: - 2023-12-07T15:48:59.980 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-07T15:48:59.989 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records in 2023-12-07T15:48:59.989 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records out 2023-12-07T15:48:59.989 INFO:teuthology.orchestra.run.smithi178.stderr:512 bytes copied, 0.000137092 s, 3.7 MB/s 2023-12-07T15:48:59.990 DEBUG:teuthology.orchestra.run.smithi178:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-07T15:49:00.041 INFO:tasks.cephadm:Deploying osd.0 on smithi042 with /dev/vg_nvme/lv_4... 2023-12-07T15:49:00.042 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-07T15:49:00.208 INFO:journalctl@ceph.mgr.x.smithi178.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:49:01.604 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:01 smithi042 bash[24989]: cluster 2023-12-07T15:49:00.056962+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-07T15:49:01.604 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:01 smithi042 bash[24989]: audit 2023-12-07T15:49:01.331762+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:01.604 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:01 smithi042 bash[24989]: audit 2023-12-07T15:49:01.334659+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:49:01.604 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:01 smithi042 bash[24989]: audit 2023-12-07T15:49:01.336358+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:01.604 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:01 smithi042 bash[24989]: audit 2023-12-07T15:49:01.337515+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:01.605 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:01 smithi042 bash[30444]: cluster 2023-12-07T15:49:00.056962+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-07T15:49:01.605 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:01 smithi042 bash[30444]: audit 2023-12-07T15:49:01.331762+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:01.605 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:01 smithi042 bash[30444]: audit 2023-12-07T15:49:01.334659+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:49:01.605 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:01 smithi042 bash[30444]: audit 2023-12-07T15:49:01.336358+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:01.605 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:01 smithi042 bash[30444]: audit 2023-12-07T15:49:01.337515+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:01.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:01 smithi178 bash[25068]: cluster 2023-12-07T15:49:00.056962+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-07T15:49:01.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:01 smithi178 bash[25068]: audit 2023-12-07T15:49:01.331762+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:01.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:01 smithi178 bash[25068]: audit 2023-12-07T15:49:01.334659+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:49:01.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:01 smithi178 bash[25068]: audit 2023-12-07T15:49:01.336358+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:01.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:01 smithi178 bash[25068]: audit 2023-12-07T15:49:01.337515+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:02.487 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:02 smithi178 bash[25979]: debug 2023-12-07T15:49:02.334+0000 7f976b410700 1 -- 172.21.15.178:0/1760958503 <== mon.2 v2:172.21.15.178:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e4a35cc340 con 0x55e4a4348400 2023-12-07T15:49:03.302 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-07T15:49:03.302 INFO:teuthology.orchestra.run.smithi042.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-07T15:49:03.302 INFO:teuthology.orchestra.run.smithi042.stderr: stderr: 10+0 records in 2023-12-07T15:49:03.302 INFO:teuthology.orchestra.run.smithi042.stderr:10+0 records out 2023-12-07T15:49:03.302 INFO:teuthology.orchestra.run.smithi042.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0183108 s, 573 MB/s 2023-12-07T15:49:03.302 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping successful for: 2023-12-07T15:49:03.436 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:02 smithi178 bash[25979]: debug 2023-12-07T15:49:02.486+0000 7f977407f000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T15:49:03.436 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:03 smithi178 bash[25979]: debug 2023-12-07T15:49:03.158+0000 7f977407f000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T15:49:03.436 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:03 smithi178 bash[25979]: debug 2023-12-07T15:49:03.278+0000 7f977407f000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T15:49:03.761 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:03 smithi178 bash[25068]: cluster 2023-12-07T15:49:02.057543+0000 mgr.y (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:03.761 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:03 smithi178 bash[25068]: audit 2023-12-07T15:49:02.885471+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:03.761 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:03 smithi178 bash[25979]: debug 2023-12-07T15:49:03.434+0000 7f977407f000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:49:03.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:03 smithi042 bash[24989]: cluster 2023-12-07T15:49:02.057543+0000 mgr.y (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:03.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:03 smithi042 bash[24989]: audit 2023-12-07T15:49:02.885471+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:03.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:03 smithi042 bash[30444]: cluster 2023-12-07T15:49:02.057543+0000 mgr.y (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:03.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:03 smithi042 bash[30444]: audit 2023-12-07T15:49:02.885471+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:03.998 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi042:vg_nvme/lv_4 2023-12-07T15:49:04.051 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:03 smithi178 bash[25979]: debug 2023-12-07T15:49:03.758+0000 7f977407f000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T15:49:04.052 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:03 smithi178 bash[25979]: debug 2023-12-07T15:49:03.850+0000 7f977407f000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T15:49:04.354 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:04 smithi178 bash[25979]: debug 2023-12-07T15:49:04.049+0000 7f977407f000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T15:49:05.288 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:04 smithi178 bash[25979]: debug 2023-12-07T15:49:04.977+0000 7f977407f000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T15:49:05.288 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:05 smithi178 bash[25979]: debug 2023-12-07T15:49:05.081+0000 7f977407f000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T15:49:05.604 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:05 smithi178 bash[25979]: debug 2023-12-07T15:49:05.285+0000 7f977407f000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T15:49:05.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:05 smithi178 bash[25068]: cluster 2023-12-07T15:49:04.057955+0000 mgr.y (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:05.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:05 smithi178 bash[25068]: audit 2023-12-07T15:49:04.389365+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:05.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:05 smithi178 bash[25068]: audit 2023-12-07T15:49:04.395552+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:05.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:05 smithi178 bash[25068]: cephadm 2023-12-07T15:49:04.398616+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-07T15:49:05.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:05 smithi178 bash[25068]: audit 2023-12-07T15:49:04.399221+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:49:05.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:05 smithi178 bash[25068]: audit 2023-12-07T15:49:04.400896+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:49:05.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:05 smithi178 bash[25068]: audit 2023-12-07T15:49:04.401976+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:05.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:05 smithi178 bash[25068]: cephadm 2023-12-07T15:49:04.403158+0000 mgr.y (mgr.14152) 61 : cephadm [INF] Reconfiguring daemon mgr.y on smithi042 2023-12-07T15:49:05.668 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:05 smithi042 bash[30444]: cluster 2023-12-07T15:49:04.057955+0000 mgr.y (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:05.668 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:05 smithi042 bash[30444]: audit 2023-12-07T15:49:04.389365+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:05.668 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:05 smithi042 bash[30444]: audit 2023-12-07T15:49:04.395552+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:05.668 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:05 smithi042 bash[30444]: cephadm 2023-12-07T15:49:04.398616+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-07T15:49:05.668 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:05 smithi042 bash[30444]: audit 2023-12-07T15:49:04.399221+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:49:05.668 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:05 smithi042 bash[30444]: audit 2023-12-07T15:49:04.400896+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:49:05.668 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:05 smithi042 bash[30444]: audit 2023-12-07T15:49:04.401976+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:05.668 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:05 smithi042 bash[30444]: cephadm 2023-12-07T15:49:04.403158+0000 mgr.y (mgr.14152) 61 : cephadm [INF] Reconfiguring daemon mgr.y on smithi042 2023-12-07T15:49:05.669 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:05 smithi042 bash[24989]: cluster 2023-12-07T15:49:04.057955+0000 mgr.y (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:05.669 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:05 smithi042 bash[24989]: audit 2023-12-07T15:49:04.389365+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:05.669 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:05 smithi042 bash[24989]: audit 2023-12-07T15:49:04.395552+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:05.669 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:05 smithi042 bash[24989]: cephadm 2023-12-07T15:49:04.398616+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-07T15:49:05.669 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:05 smithi042 bash[24989]: audit 2023-12-07T15:49:04.399221+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:49:05.669 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:05 smithi042 bash[24989]: audit 2023-12-07T15:49:04.400896+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:49:05.669 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:05 smithi042 bash[24989]: audit 2023-12-07T15:49:04.401976+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:05.669 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:05 smithi042 bash[24989]: cephadm 2023-12-07T15:49:04.403158+0000 mgr.y (mgr.14152) 61 : cephadm [INF] Reconfiguring daemon mgr.y on smithi042 2023-12-07T15:49:05.956 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:05 smithi178 bash[25979]: debug 2023-12-07T15:49:05.625+0000 7f977407f000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T15:49:06.319 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:05 smithi178 bash[25979]: debug 2023-12-07T15:49:05.953+0000 7f977407f000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T15:49:06.584 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:06 smithi178 bash[25979]: debug 2023-12-07T15:49:06.317+0000 7f977407f000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T15:49:06.854 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:06 smithi178 bash[25979]: debug 2023-12-07T15:49:06.581+0000 7f977407f000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:49:07.520 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:07 smithi178 bash[25979]: debug 2023-12-07T15:49:07.257+0000 7f977407f000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T15:49:07.520 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:07 smithi178 bash[25979]: debug 2023-12-07T15:49:07.361+0000 7f977407f000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T15:49:07.854 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:07 smithi178 bash[25979]: debug 2023-12-07T15:49:07.517+0000 7f977407f000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T15:49:07.854 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:07 smithi178 bash[25979]: debug 2023-12-07T15:49:07.621+0000 7f977407f000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T15:49:07.854 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:07 smithi178 bash[25979]: debug 2023-12-07T15:49:07.757+0000 7f977407f000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T15:49:07.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:07 smithi178 bash[25068]: cluster 2023-12-07T15:49:06.058449+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:07.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:07 smithi178 bash[25068]: audit 2023-12-07T15:49:06.824093+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:07.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:07 smithi178 bash[25068]: audit 2023-12-07T15:49:06.826585+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:49:07.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:07 smithi178 bash[25068]: audit 2023-12-07T15:49:06.829178+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:07.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:07 smithi178 bash[25068]: audit 2023-12-07T15:49:06.830928+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:07.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:07 smithi178 bash[25068]: audit 2023-12-07T15:49:06.840108+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:08.063 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:07 smithi042 bash[24989]: cluster 2023-12-07T15:49:06.058449+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:08.063 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:07 smithi042 bash[24989]: audit 2023-12-07T15:49:06.824093+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:08.063 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:07 smithi042 bash[24989]: audit 2023-12-07T15:49:06.826585+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:49:08.063 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:07 smithi042 bash[24989]: audit 2023-12-07T15:49:06.829178+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:08.064 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:07 smithi042 bash[24989]: audit 2023-12-07T15:49:06.830928+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:08.064 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:07 smithi042 bash[24989]: audit 2023-12-07T15:49:06.840108+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:08.064 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:07 smithi042 bash[30444]: cluster 2023-12-07T15:49:06.058449+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:08.064 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:07 smithi042 bash[30444]: audit 2023-12-07T15:49:06.824093+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:08.064 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:07 smithi042 bash[30444]: audit 2023-12-07T15:49:06.826585+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:49:08.064 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:07 smithi042 bash[30444]: audit 2023-12-07T15:49:06.829178+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:08.064 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:07 smithi042 bash[30444]: audit 2023-12-07T15:49:06.830928+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:08.064 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:07 smithi042 bash[30444]: audit 2023-12-07T15:49:06.840108+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:08.344 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:08 smithi178 bash[25979]: debug 2023-12-07T15:49:08.049+0000 7f977407f000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T15:49:08.344 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:08 smithi178 bash[25979]: debug 2023-12-07T15:49:08.165+0000 7f977407f000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T15:49:08.604 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:08 smithi178 bash[25979]: debug 2023-12-07T15:49:08.341+0000 7f977407f000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T15:49:08.604 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:08 smithi178 bash[25979]: debug 2023-12-07T15:49:08.457+0000 7f977407f000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T15:49:09.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:08 smithi178 bash[25068]: audit 2023-12-07T15:49:08.043397+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:49:09.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:08 smithi178 bash[25068]: audit 2023-12-07T15:49:08.047340+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:49:09.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:08 smithi178 bash[25068]: audit 2023-12-07T15:49:08.048728+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:09.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:08 smithi042 bash[24989]: audit 2023-12-07T15:49:08.043397+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:49:09.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:08 smithi042 bash[24989]: audit 2023-12-07T15:49:08.047340+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:49:09.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:08 smithi042 bash[24989]: audit 2023-12-07T15:49:08.048728+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:09.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:08 smithi042 bash[30444]: audit 2023-12-07T15:49:08.043397+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:49:09.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:08 smithi042 bash[30444]: audit 2023-12-07T15:49:08.047340+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:49:09.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:08 smithi042 bash[30444]: audit 2023-12-07T15:49:08.048728+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:09.604 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:49:09 smithi178 bash[25979]: debug 2023-12-07T15:49:09.293+0000 7f977407f000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T15:49:10.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:09 smithi178 bash[25068]: audit 2023-12-07T15:49:08.036812+0000 mgr.y (mgr.14152) 63 : audit [DBG] from='client.24119 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:10.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:09 smithi178 bash[25068]: cluster 2023-12-07T15:49:08.058718+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-07T15:49:10.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:09 smithi178 bash[25068]: cluster 2023-12-07T15:49:09.317045+0000 mon.a (mon.0) 240 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:49:10.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:09 smithi178 bash[25068]: audit 2023-12-07T15:49:09.320346+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.178:0/1593778894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:49:10.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:09 smithi178 bash[25068]: audit 2023-12-07T15:49:09.321380+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.178:0/1593778894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:49:10.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:09 smithi178 bash[25068]: audit 2023-12-07T15:49:09.323598+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.178:0/1593778894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:49:10.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:09 smithi178 bash[25068]: audit 2023-12-07T15:49:09.324586+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.178:0/1593778894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:49:10.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:09 smithi042 bash[24989]: audit 2023-12-07T15:49:08.036812+0000 mgr.y (mgr.14152) 63 : audit [DBG] from='client.24119 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:10.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:09 smithi042 bash[24989]: cluster 2023-12-07T15:49:08.058718+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-07T15:49:10.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:09 smithi042 bash[24989]: cluster 2023-12-07T15:49:09.317045+0000 mon.a (mon.0) 240 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:49:10.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:09 smithi042 bash[24989]: audit 2023-12-07T15:49:09.320346+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.178:0/1593778894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:49:10.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:09 smithi042 bash[24989]: audit 2023-12-07T15:49:09.321380+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.178:0/1593778894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:49:10.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:09 smithi042 bash[24989]: audit 2023-12-07T15:49:09.323598+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.178:0/1593778894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:49:10.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:09 smithi042 bash[24989]: audit 2023-12-07T15:49:09.324586+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.178:0/1593778894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:49:10.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:09 smithi042 bash[30444]: audit 2023-12-07T15:49:08.036812+0000 mgr.y (mgr.14152) 63 : audit [DBG] from='client.24119 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:10.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:09 smithi042 bash[30444]: cluster 2023-12-07T15:49:08.058718+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-07T15:49:10.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:09 smithi042 bash[30444]: cluster 2023-12-07T15:49:09.317045+0000 mon.a (mon.0) 240 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:49:10.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:09 smithi042 bash[30444]: audit 2023-12-07T15:49:09.320346+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.178:0/1593778894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:49:10.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:09 smithi042 bash[30444]: audit 2023-12-07T15:49:09.321380+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.178:0/1593778894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:49:10.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:09 smithi042 bash[30444]: audit 2023-12-07T15:49:09.323598+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.178:0/1593778894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:49:10.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:09 smithi042 bash[30444]: audit 2023-12-07T15:49:09.324586+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.178:0/1593778894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:49:11.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:10 smithi178 bash[25068]: cluster 2023-12-07T15:49:09.655854+0000 mon.a (mon.0) 241 : cluster [DBG] mgrmap e14: y(active, since 75s), standbys: x 2023-12-07T15:49:11.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:10 smithi178 bash[25068]: audit 2023-12-07T15:49:09.656055+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T15:49:11.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:10 smithi042 bash[24989]: cluster 2023-12-07T15:49:09.655854+0000 mon.a (mon.0) 241 : cluster [DBG] mgrmap e14: y(active, since 75s), standbys: x 2023-12-07T15:49:11.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:10 smithi042 bash[24989]: audit 2023-12-07T15:49:09.656055+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T15:49:11.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:10 smithi042 bash[30444]: cluster 2023-12-07T15:49:09.655854+0000 mon.a (mon.0) 241 : cluster [DBG] mgrmap e14: y(active, since 75s), standbys: x 2023-12-07T15:49:11.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:10 smithi042 bash[30444]: audit 2023-12-07T15:49:09.656055+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T15:49:12.026 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:11 smithi042 bash[24989]: cluster 2023-12-07T15:49:10.059085+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-07T15:49:12.026 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:11 smithi042 bash[30444]: cluster 2023-12-07T15:49:10.059085+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-07T15:49:12.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:11 smithi178 bash[25068]: cluster 2023-12-07T15:49:10.059085+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-07T15:49:14.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:13 smithi178 bash[25068]: cluster 2023-12-07T15:49:12.059572+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:14.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:13 smithi042 bash[24989]: cluster 2023-12-07T15:49:12.059572+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:14.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:13 smithi042 bash[30444]: cluster 2023-12-07T15:49:12.059572+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:15.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:14 smithi178 bash[25068]: audit 2023-12-07T15:49:14.081328+0000 mon.a (mon.0) 243 : audit [INF] from='client.? 172.21.15.42:0/4168241632' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1cef6d8-891d-41ca-b75c-57c6f4d00dbd"}]: dispatch 2023-12-07T15:49:15.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:14 smithi178 bash[25068]: audit 2023-12-07T15:49:14.087070+0000 mon.a (mon.0) 244 : audit [INF] from='client.? 172.21.15.42:0/4168241632' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b1cef6d8-891d-41ca-b75c-57c6f4d00dbd"}]': finished 2023-12-07T15:49:15.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:14 smithi178 bash[25068]: cluster 2023-12-07T15:49:14.087130+0000 mon.a (mon.0) 245 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-07T15:49:15.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:14 smithi178 bash[25068]: audit 2023-12-07T15:49:14.087346+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:49:15.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:14 smithi042 bash[24989]: audit 2023-12-07T15:49:14.081328+0000 mon.a (mon.0) 243 : audit [INF] from='client.? 172.21.15.42:0/4168241632' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1cef6d8-891d-41ca-b75c-57c6f4d00dbd"}]: dispatch 2023-12-07T15:49:15.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:14 smithi042 bash[24989]: audit 2023-12-07T15:49:14.087070+0000 mon.a (mon.0) 244 : audit [INF] from='client.? 172.21.15.42:0/4168241632' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b1cef6d8-891d-41ca-b75c-57c6f4d00dbd"}]': finished 2023-12-07T15:49:15.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:14 smithi042 bash[24989]: cluster 2023-12-07T15:49:14.087130+0000 mon.a (mon.0) 245 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-07T15:49:15.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:14 smithi042 bash[24989]: audit 2023-12-07T15:49:14.087346+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:49:15.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:14 smithi042 bash[30444]: audit 2023-12-07T15:49:14.081328+0000 mon.a (mon.0) 243 : audit [INF] from='client.? 172.21.15.42:0/4168241632' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1cef6d8-891d-41ca-b75c-57c6f4d00dbd"}]: dispatch 2023-12-07T15:49:15.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:14 smithi042 bash[30444]: audit 2023-12-07T15:49:14.087070+0000 mon.a (mon.0) 244 : audit [INF] from='client.? 172.21.15.42:0/4168241632' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b1cef6d8-891d-41ca-b75c-57c6f4d00dbd"}]': finished 2023-12-07T15:49:15.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:14 smithi042 bash[30444]: cluster 2023-12-07T15:49:14.087130+0000 mon.a (mon.0) 245 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-07T15:49:15.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:14 smithi042 bash[30444]: audit 2023-12-07T15:49:14.087346+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:49:16.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:15 smithi178 bash[25068]: cluster 2023-12-07T15:49:14.060011+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:16.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:15 smithi178 bash[25068]: audit 2023-12-07T15:49:14.762845+0000 mon.a (mon.0) 247 : audit [DBG] from='client.? 172.21.15.42:0/1073683208' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:49:16.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:15 smithi042 bash[24989]: cluster 2023-12-07T15:49:14.060011+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:16.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:15 smithi042 bash[24989]: audit 2023-12-07T15:49:14.762845+0000 mon.a (mon.0) 247 : audit [DBG] from='client.? 172.21.15.42:0/1073683208' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:49:16.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:15 smithi042 bash[30444]: cluster 2023-12-07T15:49:14.060011+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:16.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:15 smithi042 bash[30444]: audit 2023-12-07T15:49:14.762845+0000 mon.a (mon.0) 247 : audit [DBG] from='client.? 172.21.15.42:0/1073683208' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:49:17.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:17 smithi042 bash[24989]: cluster 2023-12-07T15:49:16.060517+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-07T15:49:17.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:17 smithi042 bash[30444]: cluster 2023-12-07T15:49:16.060517+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-07T15:49:18.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:17 smithi178 bash[25068]: cluster 2023-12-07T15:49:16.060517+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-07T15:49:20.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:19 smithi178 bash[25068]: cluster 2023-12-07T15:49:18.060996+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-07T15:49:20.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:19 smithi042 bash[24989]: cluster 2023-12-07T15:49:18.060996+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-07T15:49:20.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:19 smithi042 bash[30444]: cluster 2023-12-07T15:49:18.060996+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-07T15:49:21.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:21 smithi042 bash[24989]: cluster 2023-12-07T15:49:20.061493+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-07T15:49:21.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:21 smithi042 bash[30444]: cluster 2023-12-07T15:49:20.061493+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-07T15:49:22.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:21 smithi178 bash[25068]: cluster 2023-12-07T15:49:20.061493+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-07T15:49:23.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:23 smithi042 bash[24989]: cluster 2023-12-07T15:49:22.061961+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-07T15:49:23.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:23 smithi042 bash[30444]: cluster 2023-12-07T15:49:22.061961+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-07T15:49:24.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:23 smithi178 bash[25068]: cluster 2023-12-07T15:49:22.061961+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-07T15:49:24.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:24 smithi042 bash[24989]: audit 2023-12-07T15:49:24.324862+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T15:49:24.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:24 smithi042 bash[24989]: audit 2023-12-07T15:49:24.326185+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:24.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:24 smithi042 bash[30444]: audit 2023-12-07T15:49:24.324862+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T15:49:24.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:24 smithi042 bash[30444]: audit 2023-12-07T15:49:24.326185+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:25.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:24 smithi178 bash[25068]: audit 2023-12-07T15:49:24.324862+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T15:49:25.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:24 smithi178 bash[25068]: audit 2023-12-07T15:49:24.326185+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:26.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:25 smithi178 bash[25068]: cluster 2023-12-07T15:49:24.062507+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:26.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:25 smithi178 bash[25068]: cephadm 2023-12-07T15:49:24.327232+0000 mgr.y (mgr.14152) 73 : cephadm [INF] Deploying daemon osd.0 on smithi042 2023-12-07T15:49:26.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:25 smithi042 bash[24989]: cluster 2023-12-07T15:49:24.062507+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:26.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:25 smithi042 bash[24989]: cephadm 2023-12-07T15:49:24.327232+0000 mgr.y (mgr.14152) 73 : cephadm [INF] Deploying daemon osd.0 on smithi042 2023-12-07T15:49:26.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:25 smithi042 bash[30444]: cluster 2023-12-07T15:49:24.062507+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:26.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:25 smithi042 bash[30444]: cephadm 2023-12-07T15:49:24.327232+0000 mgr.y (mgr.14152) 73 : cephadm [INF] Deploying daemon osd.0 on smithi042 2023-12-07T15:49:27.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:27 smithi042 bash[24989]: cluster 2023-12-07T15:49:26.062965+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-07T15:49:27.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:27 smithi042 bash[30444]: cluster 2023-12-07T15:49:26.062965+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-07T15:49:28.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:27 smithi178 bash[25068]: cluster 2023-12-07T15:49:26.062965+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-07T15:49:29.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:28 smithi178 bash[25068]: cluster 2023-12-07T15:49:28.063434+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-07T15:49:29.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:28 smithi178 bash[25068]: audit 2023-12-07T15:49:28.415272+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:49:29.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:28 smithi178 bash[25068]: audit 2023-12-07T15:49:28.419686+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:29.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:28 smithi178 bash[25068]: audit 2023-12-07T15:49:28.420135+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:29.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:28 smithi178 bash[25068]: audit 2023-12-07T15:49:28.421844+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:29.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:28 smithi042 bash[24989]: cluster 2023-12-07T15:49:28.063434+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-07T15:49:29.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:28 smithi042 bash[24989]: audit 2023-12-07T15:49:28.415272+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:49:29.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:28 smithi042 bash[24989]: audit 2023-12-07T15:49:28.419686+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:29.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:28 smithi042 bash[24989]: audit 2023-12-07T15:49:28.420135+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:29.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:28 smithi042 bash[24989]: audit 2023-12-07T15:49:28.421844+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:29.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:28 smithi042 bash[30444]: cluster 2023-12-07T15:49:28.063434+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-07T15:49:29.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:28 smithi042 bash[30444]: audit 2023-12-07T15:49:28.415272+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:49:29.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:28 smithi042 bash[30444]: audit 2023-12-07T15:49:28.419686+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:29.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:28 smithi042 bash[30444]: audit 2023-12-07T15:49:28.420135+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:29.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:28 smithi042 bash[30444]: audit 2023-12-07T15:49:28.421844+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:31.516 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:31 smithi042 bash[24989]: cluster 2023-12-07T15:49:30.063965+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-07T15:49:31.516 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:31 smithi042 bash[30444]: cluster 2023-12-07T15:49:30.063965+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-07T15:49:31.604 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:31 smithi178 bash[25068]: cluster 2023-12-07T15:49:30.063965+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-07T15:49:33.604 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:33 smithi178 bash[25068]: cluster 2023-12-07T15:49:32.064415+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-07T15:49:33.604 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:33 smithi178 bash[25068]: audit 2023-12-07T15:49:32.175136+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:33.604 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:33 smithi178 bash[25068]: audit 2023-12-07T15:49:32.183216+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:33.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:33 smithi042 bash[24989]: cluster 2023-12-07T15:49:32.064415+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-07T15:49:33.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:33 smithi042 bash[24989]: audit 2023-12-07T15:49:32.175136+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:33.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:33 smithi042 bash[24989]: audit 2023-12-07T15:49:32.183216+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:33.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:33 smithi042 bash[30444]: cluster 2023-12-07T15:49:32.064415+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-07T15:49:33.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:33 smithi042 bash[30444]: audit 2023-12-07T15:49:32.175136+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:33.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:33 smithi042 bash[30444]: audit 2023-12-07T15:49:32.183216+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:35.265 INFO:teuthology.orchestra.run.smithi042.stdout:Created osd(s) 0 on host 'smithi042' 2023-12-07T15:49:35.472 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:35 smithi042 bash[24989]: cluster 2023-12-07T15:49:34.064906+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-07T15:49:35.473 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:35 smithi042 bash[30444]: cluster 2023-12-07T15:49:34.064906+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-07T15:49:35.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:35 smithi178 bash[25068]: cluster 2023-12-07T15:49:34.064906+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-07T15:49:35.962 DEBUG:teuthology.orchestra.run.smithi042:osd.0> sudo journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.0.service 2023-12-07T15:49:35.964 INFO:tasks.cephadm:Deploying osd.1 on smithi042 with /dev/vg_nvme/lv_3... 2023-12-07T15:49:35.964 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-07T15:49:36.151 INFO:journalctl@ceph.osd.0.smithi042.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:49:36.367 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:36 smithi042 bash[24989]: audit 2023-12-07T15:49:35.258693+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:49:36.367 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:36 smithi042 bash[24989]: audit 2023-12-07T15:49:35.263057+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:36.367 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:36 smithi042 bash[24989]: audit 2023-12-07T15:49:35.263555+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:36.367 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:36 smithi042 bash[24989]: audit 2023-12-07T15:49:35.266415+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:36.367 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:36 smithi042 bash[24989]: audit 2023-12-07T15:49:35.638959+0000 mon.a (mon.0) 260 : audit [INF] from='osd.0 [v2:172.21.15.42:6802/3315357911,v1:172.21.15.42:6803/3315357911]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T15:49:36.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:36 smithi042 bash[30444]: audit 2023-12-07T15:49:35.258693+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:49:36.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:36 smithi042 bash[30444]: audit 2023-12-07T15:49:35.263057+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:36.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:36 smithi042 bash[30444]: audit 2023-12-07T15:49:35.263555+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:36.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:36 smithi042 bash[30444]: audit 2023-12-07T15:49:35.266415+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:36.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:36 smithi042 bash[30444]: audit 2023-12-07T15:49:35.638959+0000 mon.a (mon.0) 260 : audit [INF] from='osd.0 [v2:172.21.15.42:6802/3315357911,v1:172.21.15.42:6803/3315357911]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T15:49:36.604 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:36 smithi178 bash[25068]: audit 2023-12-07T15:49:35.258693+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:49:36.604 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:36 smithi178 bash[25068]: audit 2023-12-07T15:49:35.263057+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:36.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:36 smithi178 bash[25068]: audit 2023-12-07T15:49:35.263555+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:36.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:36 smithi178 bash[25068]: audit 2023-12-07T15:49:35.266415+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:36.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:36 smithi178 bash[25068]: audit 2023-12-07T15:49:35.638959+0000 mon.a (mon.0) 260 : audit [INF] from='osd.0 [v2:172.21.15.42:6802/3315357911,v1:172.21.15.42:6803/3315357911]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T15:49:37.604 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:37 smithi178 bash[25068]: cluster 2023-12-07T15:49:36.065286+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:37.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:37 smithi178 bash[25068]: audit 2023-12-07T15:49:36.271931+0000 mon.a (mon.0) 261 : audit [INF] from='osd.0 [v2:172.21.15.42:6802/3315357911,v1:172.21.15.42:6803/3315357911]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T15:49:37.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:37 smithi178 bash[25068]: cluster 2023-12-07T15:49:36.272125+0000 mon.a (mon.0) 262 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-07T15:49:37.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:37 smithi178 bash[25068]: audit 2023-12-07T15:49:36.272323+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:49:37.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:37 smithi178 bash[25068]: audit 2023-12-07T15:49:36.272918+0000 mon.a (mon.0) 264 : audit [INF] from='osd.0 [v2:172.21.15.42:6802/3315357911,v1:172.21.15.42:6803/3315357911]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T15:49:37.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:37 smithi042 bash[30444]: cluster 2023-12-07T15:49:36.065286+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:37.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:37 smithi042 bash[30444]: audit 2023-12-07T15:49:36.271931+0000 mon.a (mon.0) 261 : audit [INF] from='osd.0 [v2:172.21.15.42:6802/3315357911,v1:172.21.15.42:6803/3315357911]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T15:49:37.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:37 smithi042 bash[30444]: cluster 2023-12-07T15:49:36.272125+0000 mon.a (mon.0) 262 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-07T15:49:37.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:37 smithi042 bash[30444]: audit 2023-12-07T15:49:36.272323+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:49:37.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:37 smithi042 bash[30444]: audit 2023-12-07T15:49:36.272918+0000 mon.a (mon.0) 264 : audit [INF] from='osd.0 [v2:172.21.15.42:6802/3315357911,v1:172.21.15.42:6803/3315357911]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T15:49:37.617 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 15:49:37 smithi042 bash[33226]: debug 2023-12-07T15:49:37.283+0000 7f3320c6e700 -1 osd.0 0 waiting for initial osdmap 2023-12-07T15:49:37.617 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 15:49:37 smithi042 bash[33226]: debug 2023-12-07T15:49:37.287+0000 7f331ae04700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T15:49:37.618 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:37 smithi042 bash[24989]: cluster 2023-12-07T15:49:36.065286+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:37.618 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:37 smithi042 bash[24989]: audit 2023-12-07T15:49:36.271931+0000 mon.a (mon.0) 261 : audit [INF] from='osd.0 [v2:172.21.15.42:6802/3315357911,v1:172.21.15.42:6803/3315357911]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T15:49:37.618 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:37 smithi042 bash[24989]: cluster 2023-12-07T15:49:36.272125+0000 mon.a (mon.0) 262 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-07T15:49:37.618 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:37 smithi042 bash[24989]: audit 2023-12-07T15:49:36.272323+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:49:37.618 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:37 smithi042 bash[24989]: audit 2023-12-07T15:49:36.272918+0000 mon.a (mon.0) 264 : audit [INF] from='osd.0 [v2:172.21.15.42:6802/3315357911,v1:172.21.15.42:6803/3315357911]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T15:49:38.604 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:38 smithi178 bash[25068]: audit 2023-12-07T15:49:37.276492+0000 mon.a (mon.0) 265 : audit [INF] from='osd.0 [v2:172.21.15.42:6802/3315357911,v1:172.21.15.42:6803/3315357911]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2023-12-07T15:49:38.604 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:38 smithi178 bash[25068]: cluster 2023-12-07T15:49:37.276732+0000 mon.a (mon.0) 266 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-07T15:49:38.604 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:38 smithi178 bash[25068]: audit 2023-12-07T15:49:37.277400+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:49:38.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:38 smithi178 bash[25068]: audit 2023-12-07T15:49:37.286369+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:49:38.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:38 smithi042 bash[30444]: audit 2023-12-07T15:49:37.276492+0000 mon.a (mon.0) 265 : audit [INF] from='osd.0 [v2:172.21.15.42:6802/3315357911,v1:172.21.15.42:6803/3315357911]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2023-12-07T15:49:38.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:38 smithi042 bash[30444]: cluster 2023-12-07T15:49:37.276732+0000 mon.a (mon.0) 266 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-07T15:49:38.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:38 smithi042 bash[30444]: audit 2023-12-07T15:49:37.277400+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:49:38.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:38 smithi042 bash[30444]: audit 2023-12-07T15:49:37.286369+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:49:38.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:38 smithi042 bash[24989]: audit 2023-12-07T15:49:37.276492+0000 mon.a (mon.0) 265 : audit [INF] from='osd.0 [v2:172.21.15.42:6802/3315357911,v1:172.21.15.42:6803/3315357911]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2023-12-07T15:49:38.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:38 smithi042 bash[24989]: cluster 2023-12-07T15:49:37.276732+0000 mon.a (mon.0) 266 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-07T15:49:38.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:38 smithi042 bash[24989]: audit 2023-12-07T15:49:37.277400+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:49:38.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:38 smithi042 bash[24989]: audit 2023-12-07T15:49:37.286369+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:49:39.604 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:39 smithi178 bash[25068]: cluster 2023-12-07T15:49:36.657103+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:49:39.604 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:39 smithi178 bash[25068]: cluster 2023-12-07T15:49:36.657294+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:49:39.604 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:39 smithi178 bash[25068]: cluster 2023-12-07T15:49:38.065691+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:39.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:39 smithi178 bash[25068]: cluster 2023-12-07T15:49:38.286669+0000 mon.a (mon.0) 269 : cluster [INF] osd.0 [v2:172.21.15.42:6802/3315357911,v1:172.21.15.42:6803/3315357911] boot 2023-12-07T15:49:39.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:39 smithi178 bash[25068]: cluster 2023-12-07T15:49:38.286821+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-07T15:49:39.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:39 smithi178 bash[25068]: audit 2023-12-07T15:49:38.288113+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:49:39.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:39 smithi042 bash[24989]: cluster 2023-12-07T15:49:36.657103+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:49:39.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:39 smithi042 bash[24989]: cluster 2023-12-07T15:49:36.657294+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:49:39.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:39 smithi042 bash[24989]: cluster 2023-12-07T15:49:38.065691+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:39.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:39 smithi042 bash[24989]: cluster 2023-12-07T15:49:38.286669+0000 mon.a (mon.0) 269 : cluster [INF] osd.0 [v2:172.21.15.42:6802/3315357911,v1:172.21.15.42:6803/3315357911] boot 2023-12-07T15:49:39.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:39 smithi042 bash[24989]: cluster 2023-12-07T15:49:38.286821+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-07T15:49:39.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:39 smithi042 bash[24989]: audit 2023-12-07T15:49:38.288113+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:49:39.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:39 smithi042 bash[30444]: cluster 2023-12-07T15:49:36.657103+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:49:39.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:39 smithi042 bash[30444]: cluster 2023-12-07T15:49:36.657294+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:49:39.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:39 smithi042 bash[30444]: cluster 2023-12-07T15:49:38.065691+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:49:39.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:39 smithi042 bash[30444]: cluster 2023-12-07T15:49:38.286669+0000 mon.a (mon.0) 269 : cluster [INF] osd.0 [v2:172.21.15.42:6802/3315357911,v1:172.21.15.42:6803/3315357911] boot 2023-12-07T15:49:39.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:39 smithi042 bash[30444]: cluster 2023-12-07T15:49:38.286821+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-07T15:49:39.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:39 smithi042 bash[30444]: audit 2023-12-07T15:49:38.288113+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:49:39.635 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-07T15:49:39.635 INFO:teuthology.orchestra.run.smithi042.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-07T15:49:39.635 INFO:teuthology.orchestra.run.smithi042.stderr: stderr: 10+0 records in 2023-12-07T15:49:39.635 INFO:teuthology.orchestra.run.smithi042.stderr:10+0 records out 2023-12-07T15:49:39.635 INFO:teuthology.orchestra.run.smithi042.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0151283 s, 693 MB/s 2023-12-07T15:49:39.635 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping successful for: 2023-12-07T15:49:40.604 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:40 smithi178 bash[25068]: cluster 2023-12-07T15:49:39.301485+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-07T15:49:40.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:40 smithi042 bash[30444]: cluster 2023-12-07T15:49:39.301485+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-07T15:49:40.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:40 smithi042 bash[24989]: cluster 2023-12-07T15:49:39.301485+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-07T15:49:40.991 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi042:vg_nvme/lv_3 2023-12-07T15:49:41.604 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:41 smithi178 bash[25068]: cluster 2023-12-07T15:49:40.066222+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-07T15:49:41.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:41 smithi042 bash[24989]: cluster 2023-12-07T15:49:40.066222+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-07T15:49:41.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:41 smithi042 bash[30444]: cluster 2023-12-07T15:49:40.066222+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-07T15:49:44.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:43 smithi178 bash[25068]: cluster 2023-12-07T15:49:42.066576+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-07T15:49:44.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:43 smithi042 bash[24989]: cluster 2023-12-07T15:49:42.066576+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-07T15:49:44.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:43 smithi042 bash[30444]: cluster 2023-12-07T15:49:42.066576+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-07T15:49:45.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:45 smithi178 bash[25068]: cluster 2023-12-07T15:49:44.067066+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-07T15:49:45.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:45 smithi178 bash[25068]: cephadm 2023-12-07T15:49:44.253746+0000 mgr.y (mgr.14152) 84 : cephadm [INF] Detected new or changed devices on smithi042 2023-12-07T15:49:45.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:45 smithi178 bash[25068]: audit 2023-12-07T15:49:44.262404+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:45.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:45 smithi178 bash[25068]: audit 2023-12-07T15:49:44.264279+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:49:45.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:45 smithi178 bash[25068]: cephadm 2023-12-07T15:49:44.265595+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 16251M 2023-12-07T15:49:45.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:45 smithi178 bash[25068]: audit 2023-12-07T15:49:44.272112+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:45.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:45 smithi178 bash[25068]: audit 2023-12-07T15:49:44.281178+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:45.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:45 smithi178 bash[25068]: audit 2023-12-07T15:49:44.780551+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:49:45.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:45 smithi178 bash[25068]: audit 2023-12-07T15:49:44.783848+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:49:45.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:45 smithi178 bash[25068]: audit 2023-12-07T15:49:44.785249+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:45.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:45 smithi042 bash[24989]: cluster 2023-12-07T15:49:44.067066+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-07T15:49:45.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:45 smithi042 bash[24989]: cephadm 2023-12-07T15:49:44.253746+0000 mgr.y (mgr.14152) 84 : cephadm [INF] Detected new or changed devices on smithi042 2023-12-07T15:49:45.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:45 smithi042 bash[24989]: audit 2023-12-07T15:49:44.262404+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:45.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:45 smithi042 bash[24989]: audit 2023-12-07T15:49:44.264279+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:49:45.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:45 smithi042 bash[24989]: cephadm 2023-12-07T15:49:44.265595+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 16251M 2023-12-07T15:49:45.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:45 smithi042 bash[24989]: audit 2023-12-07T15:49:44.272112+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:45.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:45 smithi042 bash[24989]: audit 2023-12-07T15:49:44.281178+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:45.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:45 smithi042 bash[24989]: audit 2023-12-07T15:49:44.780551+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:49:45.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:45 smithi042 bash[24989]: audit 2023-12-07T15:49:44.783848+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:49:45.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:45 smithi042 bash[24989]: audit 2023-12-07T15:49:44.785249+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:45.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:45 smithi042 bash[30444]: cluster 2023-12-07T15:49:44.067066+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-07T15:49:45.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:45 smithi042 bash[30444]: cephadm 2023-12-07T15:49:44.253746+0000 mgr.y (mgr.14152) 84 : cephadm [INF] Detected new or changed devices on smithi042 2023-12-07T15:49:45.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:45 smithi042 bash[30444]: audit 2023-12-07T15:49:44.262404+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:45.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:45 smithi042 bash[30444]: audit 2023-12-07T15:49:44.264279+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:49:45.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:45 smithi042 bash[30444]: cephadm 2023-12-07T15:49:44.265595+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 16251M 2023-12-07T15:49:45.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:45 smithi042 bash[30444]: audit 2023-12-07T15:49:44.272112+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:45.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:45 smithi042 bash[30444]: audit 2023-12-07T15:49:44.281178+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:49:45.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:45 smithi042 bash[30444]: audit 2023-12-07T15:49:44.780551+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:49:45.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:45 smithi042 bash[30444]: audit 2023-12-07T15:49:44.783848+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:49:45.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:45 smithi042 bash[30444]: audit 2023-12-07T15:49:44.785249+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:46.604 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:46 smithi178 bash[25068]: audit 2023-12-07T15:49:44.777645+0000 mgr.y (mgr.14152) 86 : audit [DBG] from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:46.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:46 smithi042 bash[24989]: audit 2023-12-07T15:49:44.777645+0000 mgr.y (mgr.14152) 86 : audit [DBG] from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:46.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:46 smithi042 bash[30444]: audit 2023-12-07T15:49:44.777645+0000 mgr.y (mgr.14152) 86 : audit [DBG] from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:47.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:47 smithi042 bash[24989]: cluster 2023-12-07T15:49:46.067593+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-07T15:49:47.869 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:47 smithi042 bash[30444]: cluster 2023-12-07T15:49:46.067593+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-07T15:49:48.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:47 smithi178 bash[25068]: cluster 2023-12-07T15:49:46.067593+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-07T15:49:49.987 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:49 smithi042 bash[30444]: cluster 2023-12-07T15:49:48.068068+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-07T15:49:49.988 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:49 smithi042 bash[24989]: cluster 2023-12-07T15:49:48.068068+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-07T15:49:50.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:49 smithi178 bash[25068]: cluster 2023-12-07T15:49:48.068068+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-07T15:49:52.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:51 smithi178 bash[25068]: cluster 2023-12-07T15:49:50.068474+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-07T15:49:52.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:51 smithi178 bash[25068]: audit 2023-12-07T15:49:50.849279+0000 mon.a (mon.0) 280 : audit [INF] from='client.? 172.21.15.42:0/3155952662' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "29b405b6-bb23-45aa-900d-8b1d2a30cd44"}]: dispatch 2023-12-07T15:49:52.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:51 smithi178 bash[25068]: audit 2023-12-07T15:49:50.856580+0000 mon.a (mon.0) 281 : audit [INF] from='client.? 172.21.15.42:0/3155952662' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "29b405b6-bb23-45aa-900d-8b1d2a30cd44"}]': finished 2023-12-07T15:49:52.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:51 smithi178 bash[25068]: cluster 2023-12-07T15:49:50.856690+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-07T15:49:52.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:51 smithi178 bash[25068]: audit 2023-12-07T15:49:50.856942+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:49:52.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:51 smithi178 bash[25068]: audit 2023-12-07T15:49:51.563160+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.42:0/1511806992' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:49:52.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:51 smithi042 bash[24989]: cluster 2023-12-07T15:49:50.068474+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-07T15:49:52.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:51 smithi042 bash[24989]: audit 2023-12-07T15:49:50.849279+0000 mon.a (mon.0) 280 : audit [INF] from='client.? 172.21.15.42:0/3155952662' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "29b405b6-bb23-45aa-900d-8b1d2a30cd44"}]: dispatch 2023-12-07T15:49:52.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:51 smithi042 bash[24989]: audit 2023-12-07T15:49:50.856580+0000 mon.a (mon.0) 281 : audit [INF] from='client.? 172.21.15.42:0/3155952662' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "29b405b6-bb23-45aa-900d-8b1d2a30cd44"}]': finished 2023-12-07T15:49:52.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:51 smithi042 bash[24989]: cluster 2023-12-07T15:49:50.856690+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-07T15:49:52.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:51 smithi042 bash[24989]: audit 2023-12-07T15:49:50.856942+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:49:52.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:51 smithi042 bash[24989]: audit 2023-12-07T15:49:51.563160+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.42:0/1511806992' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:49:52.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:51 smithi042 bash[30444]: cluster 2023-12-07T15:49:50.068474+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-07T15:49:52.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:51 smithi042 bash[30444]: audit 2023-12-07T15:49:50.849279+0000 mon.a (mon.0) 280 : audit [INF] from='client.? 172.21.15.42:0/3155952662' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "29b405b6-bb23-45aa-900d-8b1d2a30cd44"}]: dispatch 2023-12-07T15:49:52.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:51 smithi042 bash[30444]: audit 2023-12-07T15:49:50.856580+0000 mon.a (mon.0) 281 : audit [INF] from='client.? 172.21.15.42:0/3155952662' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "29b405b6-bb23-45aa-900d-8b1d2a30cd44"}]': finished 2023-12-07T15:49:52.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:51 smithi042 bash[30444]: cluster 2023-12-07T15:49:50.856690+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-07T15:49:52.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:51 smithi042 bash[30444]: audit 2023-12-07T15:49:50.856942+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:49:52.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:51 smithi042 bash[30444]: audit 2023-12-07T15:49:51.563160+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.42:0/1511806992' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:49:54.056 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:53 smithi042 bash[24989]: cluster 2023-12-07T15:49:52.068981+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-07T15:49:54.056 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:53 smithi042 bash[30444]: cluster 2023-12-07T15:49:52.068981+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-07T15:49:54.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:53 smithi178 bash[25068]: cluster 2023-12-07T15:49:52.068981+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-07T15:49:55.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:54 smithi178 bash[25068]: audit 2023-12-07T15:49:54.123304+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:49:55.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:54 smithi178 bash[25068]: audit 2023-12-07T15:49:54.125539+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:49:55.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:54 smithi042 bash[24989]: audit 2023-12-07T15:49:54.123304+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:49:55.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:54 smithi042 bash[24989]: audit 2023-12-07T15:49:54.125539+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:49:55.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:54 smithi042 bash[30444]: audit 2023-12-07T15:49:54.123304+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:49:55.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:54 smithi042 bash[30444]: audit 2023-12-07T15:49:54.125539+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:49:56.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:55 smithi178 bash[25068]: cluster 2023-12-07T15:49:54.069322+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-07T15:49:56.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:55 smithi042 bash[24989]: cluster 2023-12-07T15:49:54.069322+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-07T15:49:56.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:55 smithi042 bash[30444]: cluster 2023-12-07T15:49:54.069322+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-07T15:49:57.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:57 smithi042 bash[30444]: cluster 2023-12-07T15:49:56.069799+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-07T15:49:57.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:57 smithi042 bash[24989]: cluster 2023-12-07T15:49:56.069799+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-07T15:49:58.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:57 smithi178 bash[25068]: cluster 2023-12-07T15:49:56.069799+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-07T15:49:59.961 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:49:59 smithi042 bash[24989]: cluster 2023-12-07T15:49:58.070310+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-07T15:49:59.961 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:49:59 smithi042 bash[30444]: cluster 2023-12-07T15:49:58.070310+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-07T15:50:00.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:49:59 smithi178 bash[25068]: cluster 2023-12-07T15:49:58.070310+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-07T15:50:00.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:00 smithi042 bash[24989]: cluster 2023-12-07T15:50:00.000222+0000 mon.a (mon.0) 286 : cluster [INF] overall HEALTH_OK 2023-12-07T15:50:00.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:00 smithi042 bash[30444]: cluster 2023-12-07T15:50:00.000222+0000 mon.a (mon.0) 286 : cluster [INF] overall HEALTH_OK 2023-12-07T15:50:01.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:00 smithi178 bash[25068]: cluster 2023-12-07T15:50:00.000222+0000 mon.a (mon.0) 286 : cluster [INF] overall HEALTH_OK 2023-12-07T15:50:01.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:01 smithi042 bash[24989]: cluster 2023-12-07T15:50:00.070871+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-07T15:50:01.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:01 smithi042 bash[24989]: audit 2023-12-07T15:50:01.252535+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T15:50:01.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:01 smithi042 bash[24989]: audit 2023-12-07T15:50:01.254260+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:01.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:01 smithi042 bash[30444]: cluster 2023-12-07T15:50:00.070871+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-07T15:50:01.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:01 smithi042 bash[30444]: audit 2023-12-07T15:50:01.252535+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T15:50:01.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:01 smithi042 bash[30444]: audit 2023-12-07T15:50:01.254260+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:02.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:01 smithi178 bash[25068]: cluster 2023-12-07T15:50:00.070871+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-07T15:50:02.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:01 smithi178 bash[25068]: audit 2023-12-07T15:50:01.252535+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T15:50:02.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:01 smithi178 bash[25068]: audit 2023-12-07T15:50:01.254260+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:03.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:02 smithi178 bash[25068]: cephadm 2023-12-07T15:50:01.255596+0000 mgr.y (mgr.14152) 95 : cephadm [INF] Deploying daemon osd.1 on smithi042 2023-12-07T15:50:03.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:02 smithi042 bash[24989]: cephadm 2023-12-07T15:50:01.255596+0000 mgr.y (mgr.14152) 95 : cephadm [INF] Deploying daemon osd.1 on smithi042 2023-12-07T15:50:03.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:02 smithi042 bash[30444]: cephadm 2023-12-07T15:50:01.255596+0000 mgr.y (mgr.14152) 95 : cephadm [INF] Deploying daemon osd.1 on smithi042 2023-12-07T15:50:03.959 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:03 smithi042 bash[30444]: cluster 2023-12-07T15:50:02.071426+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-07T15:50:03.960 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:03 smithi042 bash[24989]: cluster 2023-12-07T15:50:02.071426+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-07T15:50:04.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:03 smithi178 bash[25068]: cluster 2023-12-07T15:50:02.071426+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-07T15:50:06.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:05 smithi178 bash[25068]: cluster 2023-12-07T15:50:04.071895+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-07T15:50:06.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:05 smithi178 bash[25068]: audit 2023-12-07T15:50:05.375501+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:06.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:05 smithi178 bash[25068]: audit 2023-12-07T15:50:05.402328+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:50:06.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:05 smithi178 bash[25068]: audit 2023-12-07T15:50:05.405200+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:06.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:05 smithi178 bash[25068]: audit 2023-12-07T15:50:05.406502+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:50:06.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:05 smithi042 bash[24989]: cluster 2023-12-07T15:50:04.071895+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-07T15:50:06.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:05 smithi042 bash[24989]: audit 2023-12-07T15:50:05.375501+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:06.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:05 smithi042 bash[24989]: audit 2023-12-07T15:50:05.402328+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:50:06.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:05 smithi042 bash[24989]: audit 2023-12-07T15:50:05.405200+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:06.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:05 smithi042 bash[24989]: audit 2023-12-07T15:50:05.406502+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:50:06.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:05 smithi042 bash[30444]: cluster 2023-12-07T15:50:04.071895+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-07T15:50:06.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:05 smithi042 bash[30444]: audit 2023-12-07T15:50:05.375501+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:06.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:05 smithi042 bash[30444]: audit 2023-12-07T15:50:05.402328+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:50:06.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:05 smithi042 bash[30444]: audit 2023-12-07T15:50:05.405200+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:06.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:05 smithi042 bash[30444]: audit 2023-12-07T15:50:05.406502+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:50:08.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:07 smithi178 bash[25068]: cluster 2023-12-07T15:50:06.072427+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-07T15:50:08.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:07 smithi042 bash[24989]: cluster 2023-12-07T15:50:06.072427+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-07T15:50:08.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:07 smithi042 bash[30444]: cluster 2023-12-07T15:50:06.072427+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-07T15:50:10.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:09 smithi178 bash[25068]: cluster 2023-12-07T15:50:08.072904+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-07T15:50:10.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:09 smithi178 bash[25068]: audit 2023-12-07T15:50:09.323254+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:10.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:09 smithi178 bash[25068]: audit 2023-12-07T15:50:09.607370+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:10.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:09 smithi042 bash[24989]: cluster 2023-12-07T15:50:08.072904+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-07T15:50:10.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:09 smithi042 bash[24989]: audit 2023-12-07T15:50:09.323254+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:10.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:09 smithi042 bash[24989]: audit 2023-12-07T15:50:09.607370+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:10.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:09 smithi042 bash[30444]: cluster 2023-12-07T15:50:08.072904+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-07T15:50:10.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:09 smithi042 bash[30444]: audit 2023-12-07T15:50:09.323254+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:10.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:09 smithi042 bash[30444]: audit 2023-12-07T15:50:09.607370+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:12.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:11 smithi178 bash[25068]: cluster 2023-12-07T15:50:10.073511+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-07T15:50:12.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:11 smithi042 bash[30444]: cluster 2023-12-07T15:50:10.073511+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-07T15:50:12.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:11 smithi042 bash[24989]: cluster 2023-12-07T15:50:10.073511+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-07T15:50:12.440 INFO:teuthology.orchestra.run.smithi042.stdout:Created osd(s) 1 on host 'smithi042' 2023-12-07T15:50:13.094 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:12 smithi042 bash[24989]: audit 2023-12-07T15:50:12.432975+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:50:13.094 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:12 smithi042 bash[24989]: audit 2023-12-07T15:50:12.437094+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:13.094 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:12 smithi042 bash[24989]: audit 2023-12-07T15:50:12.437518+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:13.094 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:12 smithi042 bash[24989]: audit 2023-12-07T15:50:12.440499+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:50:13.094 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:12 smithi042 bash[30444]: audit 2023-12-07T15:50:12.432975+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:50:13.095 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:12 smithi042 bash[30444]: audit 2023-12-07T15:50:12.437094+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:13.095 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:12 smithi042 bash[30444]: audit 2023-12-07T15:50:12.437518+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:13.095 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:12 smithi042 bash[30444]: audit 2023-12-07T15:50:12.440499+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:50:13.096 DEBUG:teuthology.orchestra.run.smithi042:osd.1> sudo journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.1.service 2023-12-07T15:50:13.098 INFO:tasks.cephadm:Deploying osd.2 on smithi042 with /dev/vg_nvme/lv_2... 2023-12-07T15:50:13.098 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-07T15:50:13.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:12 smithi178 bash[25068]: audit 2023-12-07T15:50:12.432975+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:50:13.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:12 smithi178 bash[25068]: audit 2023-12-07T15:50:12.437094+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:13.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:12 smithi178 bash[25068]: audit 2023-12-07T15:50:12.437518+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:13.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:12 smithi178 bash[25068]: audit 2023-12-07T15:50:12.440499+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:50:13.155 INFO:journalctl@ceph.osd.1.smithi042.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:50:14.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:13 smithi178 bash[25068]: cluster 2023-12-07T15:50:12.074118+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-07T15:50:14.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:13 smithi178 bash[25068]: audit 2023-12-07T15:50:12.732536+0000 mon.a (mon.0) 299 : audit [INF] from='osd.1 [v2:172.21.15.42:6810/1679103318,v1:172.21.15.42:6811/1679103318]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T15:50:14.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:13 smithi042 bash[24989]: cluster 2023-12-07T15:50:12.074118+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-07T15:50:14.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:13 smithi042 bash[24989]: audit 2023-12-07T15:50:12.732536+0000 mon.a (mon.0) 299 : audit [INF] from='osd.1 [v2:172.21.15.42:6810/1679103318,v1:172.21.15.42:6811/1679103318]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T15:50:14.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:13 smithi042 bash[30444]: cluster 2023-12-07T15:50:12.074118+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-07T15:50:14.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:13 smithi042 bash[30444]: audit 2023-12-07T15:50:12.732536+0000 mon.a (mon.0) 299 : audit [INF] from='osd.1 [v2:172.21.15.42:6810/1679103318,v1:172.21.15.42:6811/1679103318]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T15:50:14.867 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 15:50:14 smithi042 bash[36326]: debug 2023-12-07T15:50:14.727+0000 7ff3c1126700 -1 osd.1 0 waiting for initial osdmap 2023-12-07T15:50:14.867 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 15:50:14 smithi042 bash[36326]: debug 2023-12-07T15:50:14.735+0000 7ff3bc2be700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T15:50:14.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:14 smithi042 bash[30444]: audit 2023-12-07T15:50:13.724733+0000 mon.a (mon.0) 300 : audit [INF] from='osd.1 [v2:172.21.15.42:6810/1679103318,v1:172.21.15.42:6811/1679103318]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T15:50:14.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:14 smithi042 bash[30444]: cluster 2023-12-07T15:50:13.724824+0000 mon.a (mon.0) 301 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-07T15:50:14.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:14 smithi042 bash[30444]: audit 2023-12-07T15:50:13.725553+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:50:14.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:14 smithi042 bash[30444]: audit 2023-12-07T15:50:13.726553+0000 mon.a (mon.0) 303 : audit [INF] from='osd.1 [v2:172.21.15.42:6810/1679103318,v1:172.21.15.42:6811/1679103318]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T15:50:14.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:14 smithi042 bash[30444]: cluster 2023-12-07T15:50:14.074679+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-07T15:50:14.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:14 smithi042 bash[30444]: audit 2023-12-07T15:50:14.725712+0000 mon.a (mon.0) 304 : audit [INF] from='osd.1 [v2:172.21.15.42:6810/1679103318,v1:172.21.15.42:6811/1679103318]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2023-12-07T15:50:14.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:14 smithi042 bash[30444]: cluster 2023-12-07T15:50:14.725858+0000 mon.a (mon.0) 305 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-07T15:50:14.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:14 smithi042 bash[30444]: audit 2023-12-07T15:50:14.726161+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:50:14.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:14 smithi042 bash[24989]: audit 2023-12-07T15:50:13.724733+0000 mon.a (mon.0) 300 : audit [INF] from='osd.1 [v2:172.21.15.42:6810/1679103318,v1:172.21.15.42:6811/1679103318]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T15:50:14.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:14 smithi042 bash[24989]: cluster 2023-12-07T15:50:13.724824+0000 mon.a (mon.0) 301 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-07T15:50:14.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:14 smithi042 bash[24989]: audit 2023-12-07T15:50:13.725553+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:50:14.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:14 smithi042 bash[24989]: audit 2023-12-07T15:50:13.726553+0000 mon.a (mon.0) 303 : audit [INF] from='osd.1 [v2:172.21.15.42:6810/1679103318,v1:172.21.15.42:6811/1679103318]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T15:50:14.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:14 smithi042 bash[24989]: cluster 2023-12-07T15:50:14.074679+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-07T15:50:14.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:14 smithi042 bash[24989]: audit 2023-12-07T15:50:14.725712+0000 mon.a (mon.0) 304 : audit [INF] from='osd.1 [v2:172.21.15.42:6810/1679103318,v1:172.21.15.42:6811/1679103318]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2023-12-07T15:50:14.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:14 smithi042 bash[24989]: cluster 2023-12-07T15:50:14.725858+0000 mon.a (mon.0) 305 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-07T15:50:14.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:14 smithi042 bash[24989]: audit 2023-12-07T15:50:14.726161+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:50:15.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:14 smithi178 bash[25068]: audit 2023-12-07T15:50:13.724733+0000 mon.a (mon.0) 300 : audit [INF] from='osd.1 [v2:172.21.15.42:6810/1679103318,v1:172.21.15.42:6811/1679103318]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T15:50:15.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:14 smithi178 bash[25068]: cluster 2023-12-07T15:50:13.724824+0000 mon.a (mon.0) 301 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-07T15:50:15.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:14 smithi178 bash[25068]: audit 2023-12-07T15:50:13.725553+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:50:15.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:14 smithi178 bash[25068]: audit 2023-12-07T15:50:13.726553+0000 mon.a (mon.0) 303 : audit [INF] from='osd.1 [v2:172.21.15.42:6810/1679103318,v1:172.21.15.42:6811/1679103318]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T15:50:15.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:14 smithi178 bash[25068]: cluster 2023-12-07T15:50:14.074679+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-07T15:50:15.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:14 smithi178 bash[25068]: audit 2023-12-07T15:50:14.725712+0000 mon.a (mon.0) 304 : audit [INF] from='osd.1 [v2:172.21.15.42:6810/1679103318,v1:172.21.15.42:6811/1679103318]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2023-12-07T15:50:15.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:14 smithi178 bash[25068]: cluster 2023-12-07T15:50:14.725858+0000 mon.a (mon.0) 305 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-07T15:50:15.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:14 smithi178 bash[25068]: audit 2023-12-07T15:50:14.726161+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:50:15.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:15 smithi042 bash[30444]: cluster 2023-12-07T15:50:13.720701+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:50:15.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:15 smithi042 bash[30444]: cluster 2023-12-07T15:50:13.720903+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:50:15.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:15 smithi042 bash[30444]: audit 2023-12-07T15:50:14.734018+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:50:15.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:15 smithi042 bash[30444]: audit 2023-12-07T15:50:15.732928+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:50:15.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:15 smithi042 bash[24989]: cluster 2023-12-07T15:50:13.720701+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:50:15.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:15 smithi042 bash[24989]: cluster 2023-12-07T15:50:13.720903+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:50:15.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:15 smithi042 bash[24989]: audit 2023-12-07T15:50:14.734018+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:50:15.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:15 smithi042 bash[24989]: audit 2023-12-07T15:50:15.732928+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:50:16.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:15 smithi178 bash[25068]: cluster 2023-12-07T15:50:13.720701+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:50:16.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:15 smithi178 bash[25068]: cluster 2023-12-07T15:50:13.720903+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:50:16.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:15 smithi178 bash[25068]: audit 2023-12-07T15:50:14.734018+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:50:16.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:15 smithi178 bash[25068]: audit 2023-12-07T15:50:15.732928+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:50:17.017 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:16 smithi042 bash[24989]: cluster 2023-12-07T15:50:15.742762+0000 mon.a (mon.0) 309 : cluster [INF] osd.1 [v2:172.21.15.42:6810/1679103318,v1:172.21.15.42:6811/1679103318] boot 2023-12-07T15:50:17.017 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:16 smithi042 bash[24989]: cluster 2023-12-07T15:50:15.742848+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-07T15:50:17.017 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:16 smithi042 bash[24989]: audit 2023-12-07T15:50:15.744097+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:50:17.017 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:16 smithi042 bash[24989]: cluster 2023-12-07T15:50:16.075240+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-07T15:50:17.017 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:16 smithi042 bash[30444]: cluster 2023-12-07T15:50:15.742762+0000 mon.a (mon.0) 309 : cluster [INF] osd.1 [v2:172.21.15.42:6810/1679103318,v1:172.21.15.42:6811/1679103318] boot 2023-12-07T15:50:17.018 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:16 smithi042 bash[30444]: cluster 2023-12-07T15:50:15.742848+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-07T15:50:17.018 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:16 smithi042 bash[30444]: audit 2023-12-07T15:50:15.744097+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:50:17.018 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:16 smithi042 bash[30444]: cluster 2023-12-07T15:50:16.075240+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-07T15:50:17.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:16 smithi178 bash[25068]: cluster 2023-12-07T15:50:15.742762+0000 mon.a (mon.0) 309 : cluster [INF] osd.1 [v2:172.21.15.42:6810/1679103318,v1:172.21.15.42:6811/1679103318] boot 2023-12-07T15:50:17.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:16 smithi178 bash[25068]: cluster 2023-12-07T15:50:15.742848+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-07T15:50:17.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:16 smithi178 bash[25068]: audit 2023-12-07T15:50:15.744097+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:50:17.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:16 smithi178 bash[25068]: cluster 2023-12-07T15:50:16.075240+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-07T15:50:17.215 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-07T15:50:17.215 INFO:teuthology.orchestra.run.smithi042.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-07T15:50:17.215 INFO:teuthology.orchestra.run.smithi042.stderr: stderr: 10+0 records in 2023-12-07T15:50:17.215 INFO:teuthology.orchestra.run.smithi042.stderr:10+0 records out 2023-12-07T15:50:17.215 INFO:teuthology.orchestra.run.smithi042.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.018476 s, 568 MB/s 2023-12-07T15:50:17.216 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping successful for: 2023-12-07T15:50:18.291 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi042:vg_nvme/lv_2 2023-12-07T15:50:18.851 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:18 smithi042 bash[24989]: cluster 2023-12-07T15:50:17.658529+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-07T15:50:18.851 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:18 smithi042 bash[30444]: cluster 2023-12-07T15:50:17.658529+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-07T15:50:19.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:18 smithi178 bash[25068]: cluster 2023-12-07T15:50:17.658529+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-07T15:50:19.850 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:19 smithi042 bash[24989]: cluster 2023-12-07T15:50:18.075904+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:50:19.850 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:19 smithi042 bash[30444]: cluster 2023-12-07T15:50:18.075904+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:50:20.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:19 smithi178 bash[25068]: cluster 2023-12-07T15:50:18.075904+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:50:21.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:21 smithi042 bash[24989]: cluster 2023-12-07T15:50:20.076450+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-07T15:50:21.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:21 smithi042 bash[24989]: audit 2023-12-07T15:50:21.567609+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:21.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:21 smithi042 bash[24989]: audit 2023-12-07T15:50:21.569189+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:50:21.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:21 smithi042 bash[24989]: audit 2023-12-07T15:50:21.570589+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:50:21.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:21 smithi042 bash[24989]: audit 2023-12-07T15:50:21.580490+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:21.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:21 smithi042 bash[24989]: audit 2023-12-07T15:50:21.587731+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:21.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:21 smithi042 bash[30444]: cluster 2023-12-07T15:50:20.076450+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-07T15:50:21.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:21 smithi042 bash[30444]: audit 2023-12-07T15:50:21.567609+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:21.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:21 smithi042 bash[30444]: audit 2023-12-07T15:50:21.569189+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:50:21.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:21 smithi042 bash[30444]: audit 2023-12-07T15:50:21.570589+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:50:21.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:21 smithi042 bash[30444]: audit 2023-12-07T15:50:21.580490+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:21.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:21 smithi042 bash[30444]: audit 2023-12-07T15:50:21.587731+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:22.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:21 smithi178 bash[25068]: cluster 2023-12-07T15:50:20.076450+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-07T15:50:22.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:21 smithi178 bash[25068]: audit 2023-12-07T15:50:21.567609+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:22.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:21 smithi178 bash[25068]: audit 2023-12-07T15:50:21.569189+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:50:22.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:21 smithi178 bash[25068]: audit 2023-12-07T15:50:21.570589+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:50:22.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:21 smithi178 bash[25068]: audit 2023-12-07T15:50:21.580490+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:22.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:21 smithi178 bash[25068]: audit 2023-12-07T15:50:21.587731+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:23.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:22 smithi178 bash[25068]: cephadm 2023-12-07T15:50:21.559922+0000 mgr.y (mgr.14152) 106 : cephadm [INF] Detected new or changed devices on smithi042 2023-12-07T15:50:23.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:22 smithi178 bash[25068]: cephadm 2023-12-07T15:50:21.571590+0000 mgr.y (mgr.14152) 107 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 8125M 2023-12-07T15:50:23.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:22 smithi178 bash[25068]: audit 2023-12-07T15:50:22.036359+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:50:23.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:22 smithi178 bash[25068]: audit 2023-12-07T15:50:22.042555+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:50:23.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:22 smithi178 bash[25068]: audit 2023-12-07T15:50:22.043921+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:23.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:22 smithi042 bash[24989]: cephadm 2023-12-07T15:50:21.559922+0000 mgr.y (mgr.14152) 106 : cephadm [INF] Detected new or changed devices on smithi042 2023-12-07T15:50:23.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:22 smithi042 bash[24989]: cephadm 2023-12-07T15:50:21.571590+0000 mgr.y (mgr.14152) 107 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 8125M 2023-12-07T15:50:23.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:22 smithi042 bash[24989]: audit 2023-12-07T15:50:22.036359+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:50:23.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:22 smithi042 bash[24989]: audit 2023-12-07T15:50:22.042555+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:50:23.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:22 smithi042 bash[24989]: audit 2023-12-07T15:50:22.043921+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:23.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:22 smithi042 bash[30444]: cephadm 2023-12-07T15:50:21.559922+0000 mgr.y (mgr.14152) 106 : cephadm [INF] Detected new or changed devices on smithi042 2023-12-07T15:50:23.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:22 smithi042 bash[30444]: cephadm 2023-12-07T15:50:21.571590+0000 mgr.y (mgr.14152) 107 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 8125M 2023-12-07T15:50:23.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:22 smithi042 bash[30444]: audit 2023-12-07T15:50:22.036359+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:50:23.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:22 smithi042 bash[30444]: audit 2023-12-07T15:50:22.042555+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:50:23.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:22 smithi042 bash[30444]: audit 2023-12-07T15:50:22.043921+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:24.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:23 smithi178 bash[25068]: audit 2023-12-07T15:50:22.029637+0000 mgr.y (mgr.14152) 108 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:24.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:23 smithi178 bash[25068]: cluster 2023-12-07T15:50:22.076817+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:50:24.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:23 smithi042 bash[24989]: audit 2023-12-07T15:50:22.029637+0000 mgr.y (mgr.14152) 108 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:24.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:23 smithi042 bash[24989]: cluster 2023-12-07T15:50:22.076817+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:50:24.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:23 smithi042 bash[30444]: audit 2023-12-07T15:50:22.029637+0000 mgr.y (mgr.14152) 108 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:24.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:23 smithi042 bash[30444]: cluster 2023-12-07T15:50:22.076817+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:50:25.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:25 smithi042 bash[24989]: cluster 2023-12-07T15:50:24.077217+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-07T15:50:25.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:25 smithi042 bash[30444]: cluster 2023-12-07T15:50:24.077217+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-07T15:50:26.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:25 smithi178 bash[25068]: cluster 2023-12-07T15:50:24.077217+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-07T15:50:28.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:27 smithi178 bash[25068]: cluster 2023-12-07T15:50:26.077746+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-07T15:50:28.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:27 smithi042 bash[24989]: cluster 2023-12-07T15:50:26.077746+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-07T15:50:28.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:27 smithi042 bash[30444]: cluster 2023-12-07T15:50:26.077746+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-07T15:50:29.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:28 smithi178 bash[25068]: audit 2023-12-07T15:50:27.955362+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.42:0/2733380686' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bf23d2da-7e55-4df6-bd8f-718aecd99af6"}]: dispatch 2023-12-07T15:50:29.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:28 smithi178 bash[25068]: audit 2023-12-07T15:50:27.956063+0000 mon.a (mon.0) 321 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bf23d2da-7e55-4df6-bd8f-718aecd99af6"}]: dispatch 2023-12-07T15:50:29.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:28 smithi178 bash[25068]: audit 2023-12-07T15:50:27.963934+0000 mon.a (mon.0) 322 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bf23d2da-7e55-4df6-bd8f-718aecd99af6"}]': finished 2023-12-07T15:50:29.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:28 smithi178 bash[25068]: cluster 2023-12-07T15:50:27.964205+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-07T15:50:29.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:28 smithi178 bash[25068]: audit 2023-12-07T15:50:27.964396+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:50:29.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:28 smithi178 bash[25068]: audit 2023-12-07T15:50:28.679993+0000 mon.a (mon.0) 325 : audit [DBG] from='client.? 172.21.15.42:0/2666150700' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:50:29.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:28 smithi042 bash[24989]: audit 2023-12-07T15:50:27.955362+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.42:0/2733380686' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bf23d2da-7e55-4df6-bd8f-718aecd99af6"}]: dispatch 2023-12-07T15:50:29.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:28 smithi042 bash[24989]: audit 2023-12-07T15:50:27.956063+0000 mon.a (mon.0) 321 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bf23d2da-7e55-4df6-bd8f-718aecd99af6"}]: dispatch 2023-12-07T15:50:29.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:28 smithi042 bash[24989]: audit 2023-12-07T15:50:27.963934+0000 mon.a (mon.0) 322 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bf23d2da-7e55-4df6-bd8f-718aecd99af6"}]': finished 2023-12-07T15:50:29.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:28 smithi042 bash[24989]: cluster 2023-12-07T15:50:27.964205+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-07T15:50:29.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:28 smithi042 bash[24989]: audit 2023-12-07T15:50:27.964396+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:50:29.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:28 smithi042 bash[24989]: audit 2023-12-07T15:50:28.679993+0000 mon.a (mon.0) 325 : audit [DBG] from='client.? 172.21.15.42:0/2666150700' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:50:29.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:28 smithi042 bash[30444]: audit 2023-12-07T15:50:27.955362+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.42:0/2733380686' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bf23d2da-7e55-4df6-bd8f-718aecd99af6"}]: dispatch 2023-12-07T15:50:29.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:28 smithi042 bash[30444]: audit 2023-12-07T15:50:27.956063+0000 mon.a (mon.0) 321 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bf23d2da-7e55-4df6-bd8f-718aecd99af6"}]: dispatch 2023-12-07T15:50:29.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:28 smithi042 bash[30444]: audit 2023-12-07T15:50:27.963934+0000 mon.a (mon.0) 322 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bf23d2da-7e55-4df6-bd8f-718aecd99af6"}]': finished 2023-12-07T15:50:29.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:28 smithi042 bash[30444]: cluster 2023-12-07T15:50:27.964205+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-07T15:50:29.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:28 smithi042 bash[30444]: audit 2023-12-07T15:50:27.964396+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:50:29.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:28 smithi042 bash[30444]: audit 2023-12-07T15:50:28.679993+0000 mon.a (mon.0) 325 : audit [DBG] from='client.? 172.21.15.42:0/2666150700' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:50:30.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:29 smithi178 bash[25068]: cluster 2023-12-07T15:50:28.078250+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:50:30.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:29 smithi042 bash[24989]: cluster 2023-12-07T15:50:28.078250+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:50:30.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:29 smithi042 bash[30444]: cluster 2023-12-07T15:50:28.078250+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:50:32.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:31 smithi178 bash[25068]: cluster 2023-12-07T15:50:30.078827+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-07T15:50:32.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:31 smithi042 bash[24989]: cluster 2023-12-07T15:50:30.078827+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-07T15:50:32.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:31 smithi042 bash[30444]: cluster 2023-12-07T15:50:30.078827+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-07T15:50:34.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:33 smithi178 bash[25068]: cluster 2023-12-07T15:50:32.079226+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-07T15:50:34.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:33 smithi042 bash[24989]: cluster 2023-12-07T15:50:32.079226+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-07T15:50:34.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:33 smithi042 bash[30444]: cluster 2023-12-07T15:50:32.079226+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-07T15:50:35.790 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:35 smithi042 bash[24989]: cluster 2023-12-07T15:50:34.079660+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-07T15:50:35.790 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:35 smithi042 bash[30444]: cluster 2023-12-07T15:50:34.079660+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-07T15:50:36.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:35 smithi178 bash[25068]: cluster 2023-12-07T15:50:34.079660+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-07T15:50:38.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:37 smithi178 bash[25068]: cluster 2023-12-07T15:50:36.080219+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-07T15:50:38.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:37 smithi042 bash[30444]: cluster 2023-12-07T15:50:36.080219+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-07T15:50:38.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:37 smithi042 bash[24989]: cluster 2023-12-07T15:50:36.080219+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-07T15:50:38.837 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:38 smithi042 bash[30444]: audit 2023-12-07T15:50:38.304894+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T15:50:38.837 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:38 smithi042 bash[30444]: audit 2023-12-07T15:50:38.306191+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:38.837 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:38 smithi042 bash[24989]: audit 2023-12-07T15:50:38.304894+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T15:50:38.837 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:38 smithi042 bash[24989]: audit 2023-12-07T15:50:38.306191+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:39.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:38 smithi178 bash[25068]: audit 2023-12-07T15:50:38.304894+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T15:50:39.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:38 smithi178 bash[25068]: audit 2023-12-07T15:50:38.306191+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:39.832 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:39 smithi042 bash[24989]: cluster 2023-12-07T15:50:38.080757+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-07T15:50:39.832 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:39 smithi042 bash[24989]: cephadm 2023-12-07T15:50:38.307224+0000 mgr.y (mgr.14152) 118 : cephadm [INF] Deploying daemon osd.2 on smithi042 2023-12-07T15:50:39.832 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:39 smithi042 bash[30444]: cluster 2023-12-07T15:50:38.080757+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-07T15:50:39.832 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:39 smithi042 bash[30444]: cephadm 2023-12-07T15:50:38.307224+0000 mgr.y (mgr.14152) 118 : cephadm [INF] Deploying daemon osd.2 on smithi042 2023-12-07T15:50:40.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:39 smithi178 bash[25068]: cluster 2023-12-07T15:50:38.080757+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-07T15:50:40.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:39 smithi178 bash[25068]: cephadm 2023-12-07T15:50:38.307224+0000 mgr.y (mgr.14152) 118 : cephadm [INF] Deploying daemon osd.2 on smithi042 2023-12-07T15:50:41.060 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:40 smithi042 bash[24989]: cluster 2023-12-07T15:50:40.081276+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-07T15:50:41.061 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:40 smithi042 bash[30444]: cluster 2023-12-07T15:50:40.081276+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-07T15:50:41.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:40 smithi178 bash[25068]: cluster 2023-12-07T15:50:40.081276+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-07T15:50:43.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:43 smithi178 bash[25068]: cluster 2023-12-07T15:50:42.081858+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-07T15:50:43.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:43 smithi178 bash[25068]: audit 2023-12-07T15:50:42.550534+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:43.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:43 smithi178 bash[25068]: audit 2023-12-07T15:50:42.559855+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:50:43.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:43 smithi178 bash[25068]: audit 2023-12-07T15:50:42.561717+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:43.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:43 smithi178 bash[25068]: audit 2023-12-07T15:50:42.563858+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:50:43.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:43 smithi042 bash[24989]: cluster 2023-12-07T15:50:42.081858+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-07T15:50:43.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:43 smithi042 bash[24989]: audit 2023-12-07T15:50:42.550534+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:43.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:43 smithi042 bash[24989]: audit 2023-12-07T15:50:42.559855+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:50:43.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:43 smithi042 bash[24989]: audit 2023-12-07T15:50:42.561717+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:43.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:43 smithi042 bash[24989]: audit 2023-12-07T15:50:42.563858+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:50:43.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:43 smithi042 bash[30444]: cluster 2023-12-07T15:50:42.081858+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-07T15:50:43.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:43 smithi042 bash[30444]: audit 2023-12-07T15:50:42.550534+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:43.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:43 smithi042 bash[30444]: audit 2023-12-07T15:50:42.559855+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:50:43.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:43 smithi042 bash[30444]: audit 2023-12-07T15:50:42.561717+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:43.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:43 smithi042 bash[30444]: audit 2023-12-07T15:50:42.563858+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:50:45.727 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:45 smithi042 bash[24989]: cluster 2023-12-07T15:50:44.082458+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-07T15:50:45.727 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:45 smithi042 bash[30444]: cluster 2023-12-07T15:50:44.082458+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-07T15:50:45.854 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:45 smithi178 bash[25068]: cluster 2023-12-07T15:50:44.082458+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-07T15:50:47.604 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:47 smithi178 bash[25068]: cluster 2023-12-07T15:50:46.083061+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-07T15:50:47.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:47 smithi178 bash[25068]: audit 2023-12-07T15:50:46.267753+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:47.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:47 smithi178 bash[25068]: audit 2023-12-07T15:50:46.274377+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:47.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:47 smithi042 bash[24989]: cluster 2023-12-07T15:50:46.083061+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-07T15:50:47.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:47 smithi042 bash[24989]: audit 2023-12-07T15:50:46.267753+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:47.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:47 smithi042 bash[24989]: audit 2023-12-07T15:50:46.274377+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:47.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:47 smithi042 bash[30444]: cluster 2023-12-07T15:50:46.083061+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-07T15:50:47.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:47 smithi042 bash[30444]: audit 2023-12-07T15:50:46.267753+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:47.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:47 smithi042 bash[30444]: audit 2023-12-07T15:50:46.274377+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:49.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:49 smithi042 bash[24989]: cluster 2023-12-07T15:50:48.083627+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-07T15:50:49.366 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:49 smithi042 bash[30444]: cluster 2023-12-07T15:50:48.083627+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-07T15:50:49.533 INFO:teuthology.orchestra.run.smithi042.stdout:Created osd(s) 2 on host 'smithi042' 2023-12-07T15:50:49.604 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:49 smithi178 bash[25068]: cluster 2023-12-07T15:50:48.083627+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-07T15:50:50.212 DEBUG:teuthology.orchestra.run.smithi042:osd.2> sudo journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.2.service 2023-12-07T15:50:50.215 INFO:tasks.cephadm:Deploying osd.3 on smithi042 with /dev/vg_nvme/lv_1... 2023-12-07T15:50:50.215 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-07T15:50:50.340 INFO:journalctl@ceph.osd.2.smithi042.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:50:50.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:50 smithi178 bash[25068]: audit 2023-12-07T15:50:49.530894+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:50.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:50 smithi178 bash[25068]: audit 2023-12-07T15:50:49.550307+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:50:50.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:50 smithi178 bash[25068]: audit 2023-12-07T15:50:49.552956+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:50.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:50 smithi178 bash[25068]: audit 2023-12-07T15:50:49.554688+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:50:50.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:50 smithi178 bash[25068]: audit 2023-12-07T15:50:49.694388+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.42:6818/3082102009,v1:172.21.15.42:6819/3082102009]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T15:50:50.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:50 smithi178 bash[25068]: audit 2023-12-07T15:50:49.695062+0000 mon.a (mon.0) 338 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T15:50:50.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:50 smithi042 bash[30444]: audit 2023-12-07T15:50:49.530894+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:50.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:50 smithi042 bash[30444]: audit 2023-12-07T15:50:49.550307+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:50:50.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:50 smithi042 bash[30444]: audit 2023-12-07T15:50:49.552956+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:50.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:50 smithi042 bash[30444]: audit 2023-12-07T15:50:49.554688+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:50:50.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:50 smithi042 bash[30444]: audit 2023-12-07T15:50:49.694388+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.42:6818/3082102009,v1:172.21.15.42:6819/3082102009]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T15:50:50.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:50 smithi042 bash[30444]: audit 2023-12-07T15:50:49.695062+0000 mon.a (mon.0) 338 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T15:50:50.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:50 smithi042 bash[24989]: audit 2023-12-07T15:50:49.530894+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:50.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:50 smithi042 bash[24989]: audit 2023-12-07T15:50:49.550307+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:50:50.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:50 smithi042 bash[24989]: audit 2023-12-07T15:50:49.552956+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:50.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:50 smithi042 bash[24989]: audit 2023-12-07T15:50:49.554688+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:50:50.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:50 smithi042 bash[24989]: audit 2023-12-07T15:50:49.694388+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.42:6818/3082102009,v1:172.21.15.42:6819/3082102009]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T15:50:50.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:50 smithi042 bash[24989]: audit 2023-12-07T15:50:49.695062+0000 mon.a (mon.0) 338 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T15:50:51.616 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 15:50:51 smithi042 bash[39456]: debug 2023-12-07T15:50:51.552+0000 7f82bd6cd700 -1 osd.2 0 waiting for initial osdmap 2023-12-07T15:50:51.616 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 15:50:51 smithi042 bash[39456]: debug 2023-12-07T15:50:51.556+0000 7f82b9066700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T15:50:51.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:51 smithi042 bash[24989]: cluster 2023-12-07T15:50:50.084072+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-07T15:50:51.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:51 smithi042 bash[24989]: audit 2023-12-07T15:50:50.541010+0000 mon.a (mon.0) 339 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T15:50:51.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:51 smithi042 bash[24989]: cluster 2023-12-07T15:50:50.541137+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-07T15:50:51.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:51 smithi042 bash[24989]: audit 2023-12-07T15:50:50.541584+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:50:51.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:51 smithi042 bash[24989]: audit 2023-12-07T15:50:50.543102+0000 mon.c (mon.1) 8 : audit [INF] from='osd.2 [v2:172.21.15.42:6818/3082102009,v1:172.21.15.42:6819/3082102009]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T15:50:51.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:51 smithi042 bash[24989]: audit 2023-12-07T15:50:50.543789+0000 mon.a (mon.0) 342 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T15:50:51.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:51 smithi042 bash[30444]: cluster 2023-12-07T15:50:50.084072+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-07T15:50:51.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:51 smithi042 bash[30444]: audit 2023-12-07T15:50:50.541010+0000 mon.a (mon.0) 339 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T15:50:51.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:51 smithi042 bash[30444]: cluster 2023-12-07T15:50:50.541137+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-07T15:50:51.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:51 smithi042 bash[30444]: audit 2023-12-07T15:50:50.541584+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:50:51.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:51 smithi042 bash[30444]: audit 2023-12-07T15:50:50.543102+0000 mon.c (mon.1) 8 : audit [INF] from='osd.2 [v2:172.21.15.42:6818/3082102009,v1:172.21.15.42:6819/3082102009]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T15:50:51.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:51 smithi042 bash[30444]: audit 2023-12-07T15:50:50.543789+0000 mon.a (mon.0) 342 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T15:50:51.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:51 smithi178 bash[25068]: cluster 2023-12-07T15:50:50.084072+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-07T15:50:51.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:51 smithi178 bash[25068]: audit 2023-12-07T15:50:50.541010+0000 mon.a (mon.0) 339 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T15:50:51.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:51 smithi178 bash[25068]: cluster 2023-12-07T15:50:50.541137+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-07T15:50:51.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:51 smithi178 bash[25068]: audit 2023-12-07T15:50:50.541584+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:50:51.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:51 smithi178 bash[25068]: audit 2023-12-07T15:50:50.543102+0000 mon.c (mon.1) 8 : audit [INF] from='osd.2 [v2:172.21.15.42:6818/3082102009,v1:172.21.15.42:6819/3082102009]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T15:50:51.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:51 smithi178 bash[25068]: audit 2023-12-07T15:50:50.543789+0000 mon.a (mon.0) 342 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T15:50:52.560 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:52 smithi042 bash[24989]: audit 2023-12-07T15:50:51.543822+0000 mon.a (mon.0) 343 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2023-12-07T15:50:52.560 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:52 smithi042 bash[24989]: cluster 2023-12-07T15:50:51.544075+0000 mon.a (mon.0) 344 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-07T15:50:52.560 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:52 smithi042 bash[24989]: audit 2023-12-07T15:50:51.544906+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:50:52.560 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:52 smithi042 bash[24989]: audit 2023-12-07T15:50:51.553823+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:50:52.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:52 smithi178 bash[25068]: audit 2023-12-07T15:50:51.543822+0000 mon.a (mon.0) 343 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2023-12-07T15:50:52.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:52 smithi178 bash[25068]: cluster 2023-12-07T15:50:51.544075+0000 mon.a (mon.0) 344 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-07T15:50:52.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:52 smithi178 bash[25068]: audit 2023-12-07T15:50:51.544906+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:50:52.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:52 smithi178 bash[25068]: audit 2023-12-07T15:50:51.553823+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:50:52.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:52 smithi042 bash[30444]: audit 2023-12-07T15:50:51.543822+0000 mon.a (mon.0) 343 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2023-12-07T15:50:52.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:52 smithi042 bash[30444]: cluster 2023-12-07T15:50:51.544075+0000 mon.a (mon.0) 344 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-07T15:50:52.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:52 smithi042 bash[30444]: audit 2023-12-07T15:50:51.544906+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:50:52.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:52 smithi042 bash[30444]: audit 2023-12-07T15:50:51.553823+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:50:53.767 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-07T15:50:53.767 INFO:teuthology.orchestra.run.smithi042.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-07T15:50:53.767 INFO:teuthology.orchestra.run.smithi042.stderr: stderr: 10+0 records in 2023-12-07T15:50:53.767 INFO:teuthology.orchestra.run.smithi042.stderr:10+0 records out 2023-12-07T15:50:53.767 INFO:teuthology.orchestra.run.smithi042.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0142795 s, 734 MB/s 2023-12-07T15:50:53.767 INFO:teuthology.orchestra.run.smithi042.stderr:--> Zapping successful for: 2023-12-07T15:50:53.814 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:53 smithi042 bash[24989]: cluster 2023-12-07T15:50:50.706690+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:50:53.814 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:53 smithi042 bash[24989]: cluster 2023-12-07T15:50:50.706870+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:50:53.814 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:53 smithi042 bash[24989]: cluster 2023-12-07T15:50:52.084556+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:50:53.814 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:53 smithi042 bash[24989]: cluster 2023-12-07T15:50:52.554391+0000 mon.a (mon.0) 347 : cluster [INF] osd.2 [v2:172.21.15.42:6818/3082102009,v1:172.21.15.42:6819/3082102009] boot 2023-12-07T15:50:53.814 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:53 smithi042 bash[24989]: cluster 2023-12-07T15:50:52.554502+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-07T15:50:53.814 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:53 smithi042 bash[24989]: audit 2023-12-07T15:50:52.555264+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:50:53.814 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:53 smithi042 bash[30444]: cluster 2023-12-07T15:50:50.706690+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:50:53.815 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:53 smithi042 bash[30444]: cluster 2023-12-07T15:50:50.706870+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:50:53.815 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:53 smithi042 bash[30444]: cluster 2023-12-07T15:50:52.084556+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:50:53.815 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:53 smithi042 bash[30444]: cluster 2023-12-07T15:50:52.554391+0000 mon.a (mon.0) 347 : cluster [INF] osd.2 [v2:172.21.15.42:6818/3082102009,v1:172.21.15.42:6819/3082102009] boot 2023-12-07T15:50:53.815 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:53 smithi042 bash[30444]: cluster 2023-12-07T15:50:52.554502+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-07T15:50:53.815 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:53 smithi042 bash[30444]: audit 2023-12-07T15:50:52.555264+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:50:53.854 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:53 smithi178 bash[25068]: cluster 2023-12-07T15:50:50.706690+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:50:53.854 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:53 smithi178 bash[25068]: cluster 2023-12-07T15:50:50.706870+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:50:53.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:53 smithi178 bash[25068]: cluster 2023-12-07T15:50:52.084556+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:50:53.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:53 smithi178 bash[25068]: cluster 2023-12-07T15:50:52.554391+0000 mon.a (mon.0) 347 : cluster [INF] osd.2 [v2:172.21.15.42:6818/3082102009,v1:172.21.15.42:6819/3082102009] boot 2023-12-07T15:50:53.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:53 smithi178 bash[25068]: cluster 2023-12-07T15:50:52.554502+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-07T15:50:53.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:53 smithi178 bash[25068]: audit 2023-12-07T15:50:52.555264+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:50:54.653 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:54 smithi042 bash[24989]: cluster 2023-12-07T15:50:53.563581+0000 mon.a (mon.0) 350 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-07T15:50:54.976 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:54 smithi042 bash[24989]: audit 2023-12-07T15:50:54.125376+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:50:54.976 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:54 smithi042 bash[24989]: audit 2023-12-07T15:50:54.127769+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:50:54.976 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:54 smithi042 bash[24989]: audit 2023-12-07T15:50:54.199620+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' 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-07T15:50:54.976 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:54 smithi042 bash[30444]: cluster 2023-12-07T15:50:53.563581+0000 mon.a (mon.0) 350 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-07T15:50:54.976 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:54 smithi042 bash[30444]: audit 2023-12-07T15:50:54.125376+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:50:54.976 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:54 smithi042 bash[30444]: audit 2023-12-07T15:50:54.127769+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:50:54.976 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:54 smithi042 bash[30444]: audit 2023-12-07T15:50:54.199620+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' 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-07T15:50:54.977 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi042:vg_nvme/lv_1 2023-12-07T15:50:55.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:54 smithi178 bash[25068]: cluster 2023-12-07T15:50:53.563581+0000 mon.a (mon.0) 350 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-07T15:50:55.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:54 smithi178 bash[25068]: audit 2023-12-07T15:50:54.125376+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:50:55.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:54 smithi178 bash[25068]: audit 2023-12-07T15:50:54.127769+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:50:55.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:54 smithi178 bash[25068]: audit 2023-12-07T15:50:54.199620+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' 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-07T15:50:56.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:55 smithi178 bash[25068]: cluster 2023-12-07T15:50:54.085020+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:50:56.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:55 smithi178 bash[25068]: audit 2023-12-07T15:50:54.700520+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' 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-07T15:50:56.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:55 smithi178 bash[25068]: cluster 2023-12-07T15:50:54.700711+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-07T15:50:56.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:55 smithi178 bash[25068]: audit 2023-12-07T15:50:54.702366+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-07T15:50:56.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:55 smithi042 bash[24989]: cluster 2023-12-07T15:50:54.085020+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:50:56.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:55 smithi042 bash[24989]: audit 2023-12-07T15:50:54.700520+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' 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-07T15:50:56.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:55 smithi042 bash[24989]: cluster 2023-12-07T15:50:54.700711+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-07T15:50:56.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:55 smithi042 bash[24989]: audit 2023-12-07T15:50:54.702366+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-07T15:50:56.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:55 smithi042 bash[30444]: cluster 2023-12-07T15:50:54.085020+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:50:56.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:55 smithi042 bash[30444]: audit 2023-12-07T15:50:54.700520+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' 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-07T15:50:56.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:55 smithi042 bash[30444]: cluster 2023-12-07T15:50:54.700711+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-07T15:50:56.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:55 smithi042 bash[30444]: audit 2023-12-07T15:50:54.702366+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-07T15:50:57.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:56 smithi178 bash[25068]: audit 2023-12-07T15:50:55.704609+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-07T15:50:57.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:56 smithi178 bash[25068]: cluster 2023-12-07T15:50:55.704804+0000 mon.a (mon.0) 358 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-07T15:50:57.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:56 smithi042 bash[24989]: audit 2023-12-07T15:50:55.704609+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-07T15:50:57.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:56 smithi042 bash[24989]: cluster 2023-12-07T15:50:55.704804+0000 mon.a (mon.0) 358 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-07T15:50:57.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:56 smithi042 bash[30444]: audit 2023-12-07T15:50:55.704609+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-07T15:50:57.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:56 smithi042 bash[30444]: cluster 2023-12-07T15:50:55.704804+0000 mon.a (mon.0) 358 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-07T15:50:57.991 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:57 smithi042 bash[24989]: cluster 2023-12-07T15:50:56.085479+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v102: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:50:57.991 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:57 smithi042 bash[24989]: cluster 2023-12-07T15:50:56.724106+0000 mon.a (mon.0) 359 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-07T15:50:57.991 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:57 smithi042 bash[24989]: cluster 2023-12-07T15:50:56.724167+0000 mon.a (mon.0) 360 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2023-12-07T15:50:57.991 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:57 smithi042 bash[24989]: audit 2023-12-07T15:50:57.101955+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:57.991 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:57 smithi042 bash[30444]: cluster 2023-12-07T15:50:56.085479+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v102: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:50:57.991 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:57 smithi042 bash[30444]: cluster 2023-12-07T15:50:56.724106+0000 mon.a (mon.0) 359 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-07T15:50:57.991 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:57 smithi042 bash[30444]: cluster 2023-12-07T15:50:56.724167+0000 mon.a (mon.0) 360 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2023-12-07T15:50:57.991 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:57 smithi042 bash[30444]: audit 2023-12-07T15:50:57.101955+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:58.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:57 smithi178 bash[25068]: cluster 2023-12-07T15:50:56.085479+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v102: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:50:58.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:57 smithi178 bash[25068]: cluster 2023-12-07T15:50:56.724106+0000 mon.a (mon.0) 359 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-07T15:50:58.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:57 smithi178 bash[25068]: cluster 2023-12-07T15:50:56.724167+0000 mon.a (mon.0) 360 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2023-12-07T15:50:58.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:57 smithi178 bash[25068]: audit 2023-12-07T15:50:57.101955+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:59.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:58 smithi178 bash[25068]: audit 2023-12-07T15:50:58.411917+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:50:59.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:58 smithi178 bash[25068]: audit 2023-12-07T15:50:58.417435+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:50:59.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:58 smithi178 bash[25068]: audit 2023-12-07T15:50:58.418641+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:59.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:58 smithi178 bash[25068]: audit 2023-12-07T15:50:58.704761+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:59.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:58 smithi178 bash[25068]: audit 2023-12-07T15:50:58.706073+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:50:59.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:58 smithi178 bash[25068]: audit 2023-12-07T15:50:58.707296+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:50:59.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:58 smithi178 bash[25068]: audit 2023-12-07T15:50:58.708403+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:50:59.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:58 smithi178 bash[25068]: audit 2023-12-07T15:50:58.715147+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:59.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:58 smithi042 bash[24989]: audit 2023-12-07T15:50:58.411917+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:50:59.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:58 smithi042 bash[24989]: audit 2023-12-07T15:50:58.417435+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:50:59.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:58 smithi042 bash[24989]: audit 2023-12-07T15:50:58.418641+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:59.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:58 smithi042 bash[24989]: audit 2023-12-07T15:50:58.704761+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:59.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:58 smithi042 bash[24989]: audit 2023-12-07T15:50:58.706073+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:50:59.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:58 smithi042 bash[24989]: audit 2023-12-07T15:50:58.707296+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:50:59.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:58 smithi042 bash[24989]: audit 2023-12-07T15:50:58.708403+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:50:59.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:58 smithi042 bash[24989]: audit 2023-12-07T15:50:58.715147+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:59.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:58 smithi042 bash[30444]: audit 2023-12-07T15:50:58.411917+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:50:59.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:58 smithi042 bash[30444]: audit 2023-12-07T15:50:58.417435+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:50:59.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:58 smithi042 bash[30444]: audit 2023-12-07T15:50:58.418641+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:59.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:58 smithi042 bash[30444]: audit 2023-12-07T15:50:58.704761+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:50:59.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:58 smithi042 bash[30444]: audit 2023-12-07T15:50:58.706073+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:50:59.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:58 smithi042 bash[30444]: audit 2023-12-07T15:50:58.707296+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:50:59.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:58 smithi042 bash[30444]: audit 2023-12-07T15:50:58.708403+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:50:59.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:58 smithi042 bash[30444]: audit 2023-12-07T15:50:58.715147+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:00.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:59 smithi178 bash[25068]: cluster 2023-12-07T15:50:58.085921+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:00.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:59 smithi178 bash[25068]: audit 2023-12-07T15:50:58.409129+0000 mgr.y (mgr.14152) 129 : audit [DBG] from='client.14307 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:00.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:59 smithi178 bash[25068]: cephadm 2023-12-07T15:50:58.696809+0000 mgr.y (mgr.14152) 130 : cephadm [INF] Detected new or changed devices on smithi042 2023-12-07T15:51:00.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:59 smithi178 bash[25068]: cephadm 2023-12-07T15:50:58.709255+0000 mgr.y (mgr.14152) 131 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 5417M 2023-12-07T15:51:00.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:59 smithi178 bash[25068]: audit 2023-12-07T15:50:58.720893+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:00.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:50:59 smithi178 bash[25068]: audit 2023-12-07T15:50:58.926956+0000 mon.a (mon.0) 371 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T15:51:00.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:59 smithi042 bash[30444]: cluster 2023-12-07T15:50:58.085921+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:00.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:59 smithi042 bash[30444]: audit 2023-12-07T15:50:58.409129+0000 mgr.y (mgr.14152) 129 : audit [DBG] from='client.14307 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:00.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:59 smithi042 bash[30444]: cephadm 2023-12-07T15:50:58.696809+0000 mgr.y (mgr.14152) 130 : cephadm [INF] Detected new or changed devices on smithi042 2023-12-07T15:51:00.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:59 smithi042 bash[30444]: cephadm 2023-12-07T15:50:58.709255+0000 mgr.y (mgr.14152) 131 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 5417M 2023-12-07T15:51:00.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:59 smithi042 bash[30444]: audit 2023-12-07T15:50:58.720893+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:00.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:50:59 smithi042 bash[30444]: audit 2023-12-07T15:50:58.926956+0000 mon.a (mon.0) 371 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T15:51:00.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:59 smithi042 bash[24989]: cluster 2023-12-07T15:50:58.085921+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:00.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:59 smithi042 bash[24989]: audit 2023-12-07T15:50:58.409129+0000 mgr.y (mgr.14152) 129 : audit [DBG] from='client.14307 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi042:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:00.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:59 smithi042 bash[24989]: cephadm 2023-12-07T15:50:58.696809+0000 mgr.y (mgr.14152) 130 : cephadm [INF] Detected new or changed devices on smithi042 2023-12-07T15:51:00.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:59 smithi042 bash[24989]: cephadm 2023-12-07T15:50:58.709255+0000 mgr.y (mgr.14152) 131 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 5417M 2023-12-07T15:51:00.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:59 smithi042 bash[24989]: audit 2023-12-07T15:50:58.720893+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:00.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:50:59 smithi042 bash[24989]: audit 2023-12-07T15:50:58.926956+0000 mon.a (mon.0) 371 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T15:51:01.994 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[24989]: audit 2023-12-07T15:50:59.825490+0000 mon.a (mon.0) 372 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T15:51:01.994 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[24989]: audit 2023-12-07T15:50:59.825840+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:51:01.994 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[24989]: audit 2023-12-07T15:50:59.827959+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:51:01.994 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[24989]: audit 2023-12-07T15:50:59.833097+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:51:01.994 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[24989]: audit 2023-12-07T15:50:59.835483+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T15:51:01.995 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[24989]: audit 2023-12-07T15:50:59.835720+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:51:01.995 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[24989]: audit 2023-12-07T15:50:59.836068+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:51:01.995 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[24989]: audit 2023-12-07T15:50:59.836414+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:51:01.995 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[24989]: cluster 2023-12-07T15:51:00.086456+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 449 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:01.995 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[24989]: audit 2023-12-07T15:51:00.733432+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T15:51:01.995 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[24989]: audit 2023-12-07T15:51:00.737359+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:51:01.995 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[24989]: audit 2023-12-07T15:51:00.737752+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:51:01.995 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[24989]: audit 2023-12-07T15:51:00.738104+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:51:01.995 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[30444]: audit 2023-12-07T15:50:59.825490+0000 mon.a (mon.0) 372 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T15:51:01.995 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[30444]: audit 2023-12-07T15:50:59.825840+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:51:01.996 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[30444]: audit 2023-12-07T15:50:59.827959+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:51:01.996 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[30444]: audit 2023-12-07T15:50:59.833097+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:51:01.996 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[30444]: audit 2023-12-07T15:50:59.835483+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T15:51:01.996 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[30444]: audit 2023-12-07T15:50:59.835720+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:51:01.996 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[30444]: audit 2023-12-07T15:50:59.836068+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:51:01.996 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[30444]: audit 2023-12-07T15:50:59.836414+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:51:01.996 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[30444]: cluster 2023-12-07T15:51:00.086456+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 449 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:01.996 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[30444]: audit 2023-12-07T15:51:00.733432+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T15:51:01.996 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[30444]: audit 2023-12-07T15:51:00.737359+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:51:01.996 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[30444]: audit 2023-12-07T15:51:00.737752+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:51:01.996 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:01 smithi042 bash[30444]: audit 2023-12-07T15:51:00.738104+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:51:02.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:01 smithi178 bash[25068]: audit 2023-12-07T15:50:59.825490+0000 mon.a (mon.0) 372 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T15:51:02.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:01 smithi178 bash[25068]: audit 2023-12-07T15:50:59.825840+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:51:02.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:01 smithi178 bash[25068]: audit 2023-12-07T15:50:59.827959+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:51:02.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:01 smithi178 bash[25068]: audit 2023-12-07T15:50:59.833097+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:51:02.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:01 smithi178 bash[25068]: audit 2023-12-07T15:50:59.835483+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T15:51:02.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:01 smithi178 bash[25068]: audit 2023-12-07T15:50:59.835720+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:51:02.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:01 smithi178 bash[25068]: audit 2023-12-07T15:50:59.836068+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:51:02.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:01 smithi178 bash[25068]: audit 2023-12-07T15:50:59.836414+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:51:02.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:01 smithi178 bash[25068]: cluster 2023-12-07T15:51:00.086456+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 449 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:02.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:01 smithi178 bash[25068]: audit 2023-12-07T15:51:00.733432+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T15:51:02.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:01 smithi178 bash[25068]: audit 2023-12-07T15:51:00.737359+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:51:02.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:01 smithi178 bash[25068]: audit 2023-12-07T15:51:00.737752+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:51:02.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:01 smithi178 bash[25068]: audit 2023-12-07T15:51:00.738104+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:51:03.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:02 smithi178 bash[25068]: audit 2023-12-07T15:51:00.737900+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T15:51:03.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:02 smithi178 bash[25068]: audit 2023-12-07T15:51:01.622133+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T15:51:03.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:02 smithi178 bash[25068]: audit 2023-12-07T15:51:01.655952+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:03.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:02 smithi042 bash[30444]: audit 2023-12-07T15:51:00.737900+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T15:51:03.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:02 smithi042 bash[30444]: audit 2023-12-07T15:51:01.622133+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T15:51:03.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:02 smithi042 bash[30444]: audit 2023-12-07T15:51:01.655952+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:03.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:02 smithi042 bash[24989]: audit 2023-12-07T15:51:00.737900+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T15:51:03.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:02 smithi042 bash[24989]: audit 2023-12-07T15:51:01.622133+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T15:51:03.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:02 smithi042 bash[24989]: audit 2023-12-07T15:51:01.655952+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:04.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:03 smithi178 bash[25068]: cluster 2023-12-07T15:51:02.086963+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 22 op/s 2023-12-07T15:51:04.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:03 smithi042 bash[24989]: cluster 2023-12-07T15:51:02.086963+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 22 op/s 2023-12-07T15:51:04.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:03 smithi042 bash[30444]: cluster 2023-12-07T15:51:02.086963+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 22 op/s 2023-12-07T15:51:05.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:04 smithi178 bash[25068]: audit 2023-12-07T15:51:04.616053+0000 mon.a (mon.0) 383 : audit [INF] from='client.? 172.21.15.42:0/1662701791' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "16180c3b-94ae-4d04-b3e4-561091b2d446"}]: dispatch 2023-12-07T15:51:05.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:04 smithi178 bash[25068]: audit 2023-12-07T15:51:04.624131+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.42:0/1662701791' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "16180c3b-94ae-4d04-b3e4-561091b2d446"}]': finished 2023-12-07T15:51:05.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:04 smithi178 bash[25068]: cluster 2023-12-07T15:51:04.624329+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-07T15:51:05.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:04 smithi178 bash[25068]: audit 2023-12-07T15:51:04.624701+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:51:05.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:04 smithi042 bash[30444]: audit 2023-12-07T15:51:04.616053+0000 mon.a (mon.0) 383 : audit [INF] from='client.? 172.21.15.42:0/1662701791' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "16180c3b-94ae-4d04-b3e4-561091b2d446"}]: dispatch 2023-12-07T15:51:05.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:04 smithi042 bash[30444]: audit 2023-12-07T15:51:04.624131+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.42:0/1662701791' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "16180c3b-94ae-4d04-b3e4-561091b2d446"}]': finished 2023-12-07T15:51:05.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:04 smithi042 bash[30444]: cluster 2023-12-07T15:51:04.624329+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-07T15:51:05.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:04 smithi042 bash[30444]: audit 2023-12-07T15:51:04.624701+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:51:05.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:04 smithi042 bash[24989]: audit 2023-12-07T15:51:04.616053+0000 mon.a (mon.0) 383 : audit [INF] from='client.? 172.21.15.42:0/1662701791' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "16180c3b-94ae-4d04-b3e4-561091b2d446"}]: dispatch 2023-12-07T15:51:05.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:04 smithi042 bash[24989]: audit 2023-12-07T15:51:04.624131+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.42:0/1662701791' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "16180c3b-94ae-4d04-b3e4-561091b2d446"}]': finished 2023-12-07T15:51:05.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:04 smithi042 bash[24989]: cluster 2023-12-07T15:51:04.624329+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-07T15:51:05.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:04 smithi042 bash[24989]: audit 2023-12-07T15:51:04.624701+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:51:06.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:05 smithi178 bash[25068]: cluster 2023-12-07T15:51:04.087504+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2023-12-07T15:51:06.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:05 smithi178 bash[25068]: audit 2023-12-07T15:51:05.333467+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.42:0/469871180' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:51:06.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:05 smithi042 bash[24989]: cluster 2023-12-07T15:51:04.087504+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2023-12-07T15:51:06.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:05 smithi042 bash[24989]: audit 2023-12-07T15:51:05.333467+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.42:0/469871180' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:51:06.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:05 smithi042 bash[30444]: cluster 2023-12-07T15:51:04.087504+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2023-12-07T15:51:06.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:05 smithi042 bash[30444]: audit 2023-12-07T15:51:05.333467+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.42:0/469871180' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:51:08.053 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:07 smithi042 bash[24989]: cluster 2023-12-07T15:51:06.088204+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 11 op/s 2023-12-07T15:51:08.053 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:07 smithi042 bash[30444]: cluster 2023-12-07T15:51:06.088204+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 11 op/s 2023-12-07T15:51:08.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:07 smithi178 bash[25068]: cluster 2023-12-07T15:51:06.088204+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 11 op/s 2023-12-07T15:51:10.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:09 smithi178 bash[25068]: cluster 2023-12-07T15:51:08.088930+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-12-07T15:51:10.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:09 smithi042 bash[24989]: cluster 2023-12-07T15:51:08.088930+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-12-07T15:51:10.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:09 smithi042 bash[30444]: cluster 2023-12-07T15:51:08.088930+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-12-07T15:51:12.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:11 smithi178 bash[25068]: cluster 2023-12-07T15:51:10.089558+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-12-07T15:51:12.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:11 smithi042 bash[24989]: cluster 2023-12-07T15:51:10.089558+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-12-07T15:51:12.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:11 smithi042 bash[30444]: cluster 2023-12-07T15:51:10.089558+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-12-07T15:51:14.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:13 smithi178 bash[25068]: cluster 2023-12-07T15:51:12.090138+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:14.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:13 smithi042 bash[24989]: cluster 2023-12-07T15:51:12.090138+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:14.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:13 smithi042 bash[30444]: cluster 2023-12-07T15:51:12.090138+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:15.698 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:15 smithi042 bash[24989]: cluster 2023-12-07T15:51:14.090705+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:16.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:15 smithi178 bash[25068]: cluster 2023-12-07T15:51:14.090705+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:16.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:15 smithi178 bash[25068]: audit 2023-12-07T15:51:15.159755+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-07T15:51:16.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:15 smithi178 bash[25068]: audit 2023-12-07T15:51:15.161047+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:16.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:15 smithi042 bash[24989]: audit 2023-12-07T15:51:15.159755+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-07T15:51:16.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:15 smithi042 bash[24989]: audit 2023-12-07T15:51:15.161047+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:16.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:15 smithi042 bash[30444]: cluster 2023-12-07T15:51:14.090705+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:16.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:15 smithi042 bash[30444]: audit 2023-12-07T15:51:15.159755+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-07T15:51:16.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:15 smithi042 bash[30444]: audit 2023-12-07T15:51:15.161047+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:17.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:16 smithi178 bash[25068]: cephadm 2023-12-07T15:51:15.162159+0000 mgr.y (mgr.14152) 140 : cephadm [INF] Deploying daemon osd.3 on smithi042 2023-12-07T15:51:17.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:16 smithi042 bash[24989]: cephadm 2023-12-07T15:51:15.162159+0000 mgr.y (mgr.14152) 140 : cephadm [INF] Deploying daemon osd.3 on smithi042 2023-12-07T15:51:17.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:16 smithi042 bash[30444]: cephadm 2023-12-07T15:51:15.162159+0000 mgr.y (mgr.14152) 140 : cephadm [INF] Deploying daemon osd.3 on smithi042 2023-12-07T15:51:17.984 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:17 smithi042 bash[24989]: cluster 2023-12-07T15:51:16.091277+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:17.985 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:17 smithi042 bash[30444]: cluster 2023-12-07T15:51:16.091277+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:18.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:17 smithi178 bash[25068]: cluster 2023-12-07T15:51:16.091277+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:19.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:19 smithi042 bash[24989]: cluster 2023-12-07T15:51:18.091874+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:19.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:19 smithi042 bash[24989]: audit 2023-12-07T15:51:19.512217+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:19.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:19 smithi042 bash[24989]: audit 2023-12-07T15:51:19.537690+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:51:19.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:19 smithi042 bash[24989]: audit 2023-12-07T15:51:19.539682+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:19.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:19 smithi042 bash[24989]: audit 2023-12-07T15:51:19.540972+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:51:19.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:19 smithi042 bash[30444]: cluster 2023-12-07T15:51:18.091874+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:19.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:19 smithi042 bash[30444]: audit 2023-12-07T15:51:19.512217+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:19.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:19 smithi042 bash[30444]: audit 2023-12-07T15:51:19.537690+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:51:19.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:19 smithi042 bash[30444]: audit 2023-12-07T15:51:19.539682+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:19.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:19 smithi042 bash[30444]: audit 2023-12-07T15:51:19.540972+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:51:20.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:19 smithi178 bash[25068]: cluster 2023-12-07T15:51:18.091874+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:20.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:19 smithi178 bash[25068]: audit 2023-12-07T15:51:19.512217+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:20.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:19 smithi178 bash[25068]: audit 2023-12-07T15:51:19.537690+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:51:20.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:19 smithi178 bash[25068]: audit 2023-12-07T15:51:19.539682+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:20.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:19 smithi178 bash[25068]: audit 2023-12-07T15:51:19.540972+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:51:21.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:21 smithi042 bash[24989]: cluster 2023-12-07T15:51:20.092478+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:21.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:21 smithi042 bash[30444]: cluster 2023-12-07T15:51:20.092478+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:22.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:21 smithi178 bash[25068]: cluster 2023-12-07T15:51:20.092478+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:24.007 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:23 smithi042 bash[30444]: cluster 2023-12-07T15:51:22.093042+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:24.007 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:23 smithi042 bash[30444]: audit 2023-12-07T15:51:23.533320+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:24.008 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:23 smithi042 bash[24989]: cluster 2023-12-07T15:51:22.093042+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:24.008 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:23 smithi042 bash[24989]: audit 2023-12-07T15:51:23.533320+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:24.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:23 smithi178 bash[25068]: cluster 2023-12-07T15:51:22.093042+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:24.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:23 smithi178 bash[25068]: audit 2023-12-07T15:51:23.533320+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:24.823 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:24 smithi042 bash[24989]: audit 2023-12-07T15:51:23.812305+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:24.824 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:24 smithi042 bash[24989]: cluster 2023-12-07T15:51:24.093650+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:25.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:24 smithi178 bash[25068]: audit 2023-12-07T15:51:23.812305+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:25.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:24 smithi178 bash[25068]: cluster 2023-12-07T15:51:24.093650+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:25.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:24 smithi042 bash[30444]: audit 2023-12-07T15:51:23.812305+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:25.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:24 smithi042 bash[30444]: cluster 2023-12-07T15:51:24.093650+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:26.570 INFO:teuthology.orchestra.run.smithi042.stdout:Created osd(s) 3 on host 'smithi042' 2023-12-07T15:51:27.289 DEBUG:teuthology.orchestra.run.smithi042:osd.3> sudo journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.3.service 2023-12-07T15:51:27.292 INFO:tasks.cephadm:Deploying osd.4 on smithi178 with /dev/vg_nvme/lv_4... 2023-12-07T15:51:27.292 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-07T15:51:27.508 INFO:journalctl@ceph.osd.3.smithi042.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:51:27.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:27 smithi178 bash[25068]: cluster 2023-12-07T15:51:26.094331+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:27.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:27 smithi178 bash[25068]: audit 2023-12-07T15:51:26.568271+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:27.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:27 smithi178 bash[25068]: audit 2023-12-07T15:51:26.586846+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:51:27.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:27 smithi178 bash[25068]: audit 2023-12-07T15:51:26.589435+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:27.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:27 smithi178 bash[25068]: audit 2023-12-07T15:51:26.591052+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:51:27.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:27 smithi178 bash[25068]: audit 2023-12-07T15:51:27.066117+0000 mon.a (mon.0) 399 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1817988385,v1:172.21.15.42:6827/1817988385]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-07T15:51:27.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:27 smithi042 bash[24989]: cluster 2023-12-07T15:51:26.094331+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:27.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:27 smithi042 bash[24989]: audit 2023-12-07T15:51:26.568271+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:27.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:27 smithi042 bash[24989]: audit 2023-12-07T15:51:26.586846+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:51:27.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:27 smithi042 bash[24989]: audit 2023-12-07T15:51:26.589435+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:27.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:27 smithi042 bash[24989]: audit 2023-12-07T15:51:26.591052+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:51:27.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:27 smithi042 bash[24989]: audit 2023-12-07T15:51:27.066117+0000 mon.a (mon.0) 399 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1817988385,v1:172.21.15.42:6827/1817988385]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-07T15:51:27.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:27 smithi042 bash[30444]: cluster 2023-12-07T15:51:26.094331+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:27.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:27 smithi042 bash[30444]: audit 2023-12-07T15:51:26.568271+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:27.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:27 smithi042 bash[30444]: audit 2023-12-07T15:51:26.586846+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:51:27.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:27 smithi042 bash[30444]: audit 2023-12-07T15:51:26.589435+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:27.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:27 smithi042 bash[30444]: audit 2023-12-07T15:51:26.591052+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:51:27.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:27 smithi042 bash[30444]: audit 2023-12-07T15:51:27.066117+0000 mon.a (mon.0) 399 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1817988385,v1:172.21.15.42:6827/1817988385]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-07T15:51:28.804 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:28 smithi178 bash[25068]: audit 2023-12-07T15:51:27.680763+0000 mon.a (mon.0) 400 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1817988385,v1:172.21.15.42:6827/1817988385]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-07T15:51:28.805 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:28 smithi178 bash[25068]: cluster 2023-12-07T15:51:27.681009+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-07T15:51:28.805 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:28 smithi178 bash[25068]: audit 2023-12-07T15:51:27.681274+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:51:28.805 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:28 smithi178 bash[25068]: audit 2023-12-07T15:51:27.682316+0000 mon.a (mon.0) 403 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1817988385,v1:172.21.15.42:6827/1817988385]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T15:51:29.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:28 smithi042 bash[24989]: audit 2023-12-07T15:51:27.680763+0000 mon.a (mon.0) 400 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1817988385,v1:172.21.15.42:6827/1817988385]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-07T15:51:29.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:28 smithi042 bash[24989]: cluster 2023-12-07T15:51:27.681009+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-07T15:51:29.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:28 smithi042 bash[24989]: audit 2023-12-07T15:51:27.681274+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:51:29.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:28 smithi042 bash[24989]: audit 2023-12-07T15:51:27.682316+0000 mon.a (mon.0) 403 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1817988385,v1:172.21.15.42:6827/1817988385]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T15:51:29.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:28 smithi042 bash[30444]: audit 2023-12-07T15:51:27.680763+0000 mon.a (mon.0) 400 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1817988385,v1:172.21.15.42:6827/1817988385]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-07T15:51:29.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:28 smithi042 bash[30444]: cluster 2023-12-07T15:51:27.681009+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-07T15:51:29.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:28 smithi042 bash[30444]: audit 2023-12-07T15:51:27.681274+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:51:29.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:28 smithi042 bash[30444]: audit 2023-12-07T15:51:27.682316+0000 mon.a (mon.0) 403 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1817988385,v1:172.21.15.42:6827/1817988385]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T15:51:29.117 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 15:51:28 smithi042 bash[42637]: debug 2023-12-07T15:51:28.687+0000 7fcc1d11c700 -1 osd.3 0 waiting for initial osdmap 2023-12-07T15:51:29.117 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 15:51:28 smithi042 bash[42637]: debug 2023-12-07T15:51:28.695+0000 7fcc172b2700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T15:51:29.979 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:29 smithi178 bash[25068]: cluster 2023-12-07T15:51:28.094955+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:29.979 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:29 smithi178 bash[25068]: audit 2023-12-07T15:51:28.683377+0000 mon.a (mon.0) 404 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1817988385,v1:172.21.15.42:6827/1817988385]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2023-12-07T15:51:29.979 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:29 smithi178 bash[25068]: cluster 2023-12-07T15:51:28.683616+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2023-12-07T15:51:29.980 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:29 smithi178 bash[25068]: audit 2023-12-07T15:51:28.684441+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:51:29.980 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:29 smithi178 bash[25068]: audit 2023-12-07T15:51:28.693292+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:51:30.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:29 smithi042 bash[24989]: cluster 2023-12-07T15:51:28.094955+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:30.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:29 smithi042 bash[24989]: audit 2023-12-07T15:51:28.683377+0000 mon.a (mon.0) 404 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1817988385,v1:172.21.15.42:6827/1817988385]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2023-12-07T15:51:30.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:29 smithi042 bash[24989]: cluster 2023-12-07T15:51:28.683616+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2023-12-07T15:51:30.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:29 smithi042 bash[24989]: audit 2023-12-07T15:51:28.684441+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:51:30.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:29 smithi042 bash[24989]: audit 2023-12-07T15:51:28.693292+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:51:30.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:29 smithi042 bash[30444]: cluster 2023-12-07T15:51:28.094955+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:51:30.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:29 smithi042 bash[30444]: audit 2023-12-07T15:51:28.683377+0000 mon.a (mon.0) 404 : audit [INF] from='osd.3 [v2:172.21.15.42:6826/1817988385,v1:172.21.15.42:6827/1817988385]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]': finished 2023-12-07T15:51:30.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:29 smithi042 bash[30444]: cluster 2023-12-07T15:51:28.683616+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2023-12-07T15:51:30.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:29 smithi042 bash[30444]: audit 2023-12-07T15:51:28.684441+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:51:30.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:29 smithi042 bash[30444]: audit 2023-12-07T15:51:28.693292+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:51:30.504 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-07T15:51:30.504 INFO:teuthology.orchestra.run.smithi178.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-07T15:51:30.504 INFO:teuthology.orchestra.run.smithi178.stderr: stderr: 10+0 records in 2023-12-07T15:51:30.504 INFO:teuthology.orchestra.run.smithi178.stderr:10+0 records out 2023-12-07T15:51:30.505 INFO:teuthology.orchestra.run.smithi178.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0146619 s, 715 MB/s 2023-12-07T15:51:30.505 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping successful for: 2023-12-07T15:51:30.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:30 smithi178 bash[25068]: cluster 2023-12-07T15:51:28.028956+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:51:30.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:30 smithi178 bash[25068]: cluster 2023-12-07T15:51:28.029155+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:51:30.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:30 smithi178 bash[25068]: cluster 2023-12-07T15:51:29.694724+0000 mon.a (mon.0) 408 : cluster [INF] osd.3 [v2:172.21.15.42:6826/1817988385,v1:172.21.15.42:6827/1817988385] boot 2023-12-07T15:51:30.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:30 smithi178 bash[25068]: cluster 2023-12-07T15:51:29.694790+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-07T15:51:30.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:30 smithi178 bash[25068]: audit 2023-12-07T15:51:29.696044+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:51:30.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:30 smithi042 bash[24989]: cluster 2023-12-07T15:51:28.028956+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:51:30.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:30 smithi042 bash[24989]: cluster 2023-12-07T15:51:28.029155+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:51:30.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:30 smithi042 bash[24989]: cluster 2023-12-07T15:51:29.694724+0000 mon.a (mon.0) 408 : cluster [INF] osd.3 [v2:172.21.15.42:6826/1817988385,v1:172.21.15.42:6827/1817988385] boot 2023-12-07T15:51:30.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:30 smithi042 bash[24989]: cluster 2023-12-07T15:51:29.694790+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-07T15:51:30.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:30 smithi042 bash[24989]: audit 2023-12-07T15:51:29.696044+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:51:30.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:30 smithi042 bash[30444]: cluster 2023-12-07T15:51:28.028956+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:51:30.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:30 smithi042 bash[30444]: cluster 2023-12-07T15:51:28.029155+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:51:30.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:30 smithi042 bash[30444]: cluster 2023-12-07T15:51:29.694724+0000 mon.a (mon.0) 408 : cluster [INF] osd.3 [v2:172.21.15.42:6826/1817988385,v1:172.21.15.42:6827/1817988385] boot 2023-12-07T15:51:30.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:30 smithi042 bash[30444]: cluster 2023-12-07T15:51:29.694790+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-07T15:51:30.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:30 smithi042 bash[30444]: audit 2023-12-07T15:51:29.696044+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:51:31.144 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi178:vg_nvme/lv_4 2023-12-07T15:51:32.086 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:31 smithi178 bash[25068]: cluster 2023-12-07T15:51:30.095559+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:32.087 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:31 smithi178 bash[25068]: cluster 2023-12-07T15:51:30.711653+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2023-12-07T15:51:32.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:31 smithi042 bash[24989]: cluster 2023-12-07T15:51:30.095559+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:32.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:31 smithi042 bash[24989]: cluster 2023-12-07T15:51:30.711653+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2023-12-07T15:51:32.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:31 smithi042 bash[30444]: cluster 2023-12-07T15:51:30.095559+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:32.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:31 smithi042 bash[30444]: cluster 2023-12-07T15:51:30.711653+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2023-12-07T15:51:34.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:33 smithi178 bash[25068]: cluster 2023-12-07T15:51:32.096320+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:34.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:33 smithi178 bash[25068]: audit 2023-12-07T15:51:33.695030+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:34.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:33 smithi178 bash[25068]: audit 2023-12-07T15:51:33.697220+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:34.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:33 smithi178 bash[25068]: audit 2023-12-07T15:51:33.698879+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:34.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:33 smithi178 bash[25068]: audit 2023-12-07T15:51:33.700315+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:34.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:33 smithi178 bash[25068]: audit 2023-12-07T15:51:33.701812+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:34.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:33 smithi042 bash[24989]: cluster 2023-12-07T15:51:32.096320+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:34.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:33 smithi042 bash[24989]: audit 2023-12-07T15:51:33.695030+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:34.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:33 smithi042 bash[24989]: audit 2023-12-07T15:51:33.697220+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:34.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:33 smithi042 bash[24989]: audit 2023-12-07T15:51:33.698879+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:34.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:33 smithi042 bash[24989]: audit 2023-12-07T15:51:33.700315+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:34.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:33 smithi042 bash[24989]: audit 2023-12-07T15:51:33.701812+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:34.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:33 smithi042 bash[30444]: cluster 2023-12-07T15:51:32.096320+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:34.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:33 smithi042 bash[30444]: audit 2023-12-07T15:51:33.695030+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:34.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:33 smithi042 bash[30444]: audit 2023-12-07T15:51:33.697220+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:34.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:33 smithi042 bash[30444]: audit 2023-12-07T15:51:33.698879+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:34.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:33 smithi042 bash[30444]: audit 2023-12-07T15:51:33.700315+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:34.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:33 smithi042 bash[30444]: audit 2023-12-07T15:51:33.701812+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:35.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:34 smithi178 bash[25068]: cephadm 2023-12-07T15:51:33.683504+0000 mgr.y (mgr.14152) 150 : cephadm [INF] Detected new or changed devices on smithi042 2023-12-07T15:51:35.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:34 smithi178 bash[25068]: cephadm 2023-12-07T15:51:33.702942+0000 mgr.y (mgr.14152) 151 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 4062M 2023-12-07T15:51:35.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:34 smithi178 bash[25068]: audit 2023-12-07T15:51:33.709970+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:35.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:34 smithi178 bash[25068]: audit 2023-12-07T15:51:33.724581+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:35.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:34 smithi178 bash[25068]: audit 2023-12-07T15:51:34.135806+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:51:35.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:34 smithi178 bash[25068]: audit 2023-12-07T15:51:34.142984+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:51:35.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:34 smithi178 bash[25068]: audit 2023-12-07T15:51:34.144674+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:35.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:34 smithi042 bash[24989]: cephadm 2023-12-07T15:51:33.683504+0000 mgr.y (mgr.14152) 150 : cephadm [INF] Detected new or changed devices on smithi042 2023-12-07T15:51:35.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:34 smithi042 bash[24989]: cephadm 2023-12-07T15:51:33.702942+0000 mgr.y (mgr.14152) 151 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 4062M 2023-12-07T15:51:35.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:34 smithi042 bash[24989]: audit 2023-12-07T15:51:33.709970+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:35.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:34 smithi042 bash[24989]: audit 2023-12-07T15:51:33.724581+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:35.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:34 smithi042 bash[24989]: audit 2023-12-07T15:51:34.135806+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:51:35.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:34 smithi042 bash[24989]: audit 2023-12-07T15:51:34.142984+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:51:35.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:34 smithi042 bash[24989]: audit 2023-12-07T15:51:34.144674+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:35.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:34 smithi042 bash[30444]: cephadm 2023-12-07T15:51:33.683504+0000 mgr.y (mgr.14152) 150 : cephadm [INF] Detected new or changed devices on smithi042 2023-12-07T15:51:35.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:34 smithi042 bash[30444]: cephadm 2023-12-07T15:51:33.702942+0000 mgr.y (mgr.14152) 151 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 4062M 2023-12-07T15:51:35.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:34 smithi042 bash[30444]: audit 2023-12-07T15:51:33.709970+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:35.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:34 smithi042 bash[30444]: audit 2023-12-07T15:51:33.724581+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:35.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:34 smithi042 bash[30444]: audit 2023-12-07T15:51:34.135806+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:51:35.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:34 smithi042 bash[30444]: audit 2023-12-07T15:51:34.142984+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:51:35.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:34 smithi042 bash[30444]: audit 2023-12-07T15:51:34.144674+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:36.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:35 smithi178 bash[25068]: cluster 2023-12-07T15:51:34.096916+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:36.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:35 smithi178 bash[25068]: audit 2023-12-07T15:51:34.129064+0000 mgr.y (mgr.14152) 153 : audit [DBG] from='client.24227 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:36.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:35 smithi042 bash[24989]: cluster 2023-12-07T15:51:34.096916+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:36.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:35 smithi042 bash[24989]: audit 2023-12-07T15:51:34.129064+0000 mgr.y (mgr.14152) 153 : audit [DBG] from='client.24227 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:36.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:35 smithi042 bash[30444]: cluster 2023-12-07T15:51:34.096916+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:36.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:35 smithi042 bash[30444]: audit 2023-12-07T15:51:34.129064+0000 mgr.y (mgr.14152) 153 : audit [DBG] from='client.24227 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:37.929 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:37 smithi178 bash[25068]: cluster 2023-12-07T15:51:36.097522+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:38.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:37 smithi042 bash[24989]: cluster 2023-12-07T15:51:36.097522+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:38.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:37 smithi042 bash[30444]: cluster 2023-12-07T15:51:36.097522+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:39.854 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:39 smithi178 bash[25068]: cluster 2023-12-07T15:51:38.098161+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:40.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:39 smithi042 bash[24989]: cluster 2023-12-07T15:51:38.098161+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:40.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:39 smithi042 bash[30444]: cluster 2023-12-07T15:51:38.098161+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:41.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:40 smithi178 bash[25068]: audit 2023-12-07T15:51:40.390794+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.178:0/651187778' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "48333d20-9a62-4a76-bd34-5affc7abcefe"}]: dispatch 2023-12-07T15:51:41.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:40 smithi178 bash[25068]: audit 2023-12-07T15:51:40.391502+0000 mon.a (mon.0) 422 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "48333d20-9a62-4a76-bd34-5affc7abcefe"}]: dispatch 2023-12-07T15:51:41.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:40 smithi178 bash[25068]: audit 2023-12-07T15:51:40.400665+0000 mon.a (mon.0) 423 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "48333d20-9a62-4a76-bd34-5affc7abcefe"}]': finished 2023-12-07T15:51:41.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:40 smithi178 bash[25068]: cluster 2023-12-07T15:51:40.400812+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-07T15:51:41.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:40 smithi178 bash[25068]: audit 2023-12-07T15:51:40.401208+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:51:41.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:40 smithi042 bash[24989]: audit 2023-12-07T15:51:40.390794+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.178:0/651187778' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "48333d20-9a62-4a76-bd34-5affc7abcefe"}]: dispatch 2023-12-07T15:51:41.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:40 smithi042 bash[24989]: audit 2023-12-07T15:51:40.391502+0000 mon.a (mon.0) 422 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "48333d20-9a62-4a76-bd34-5affc7abcefe"}]: dispatch 2023-12-07T15:51:41.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:40 smithi042 bash[24989]: audit 2023-12-07T15:51:40.400665+0000 mon.a (mon.0) 423 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "48333d20-9a62-4a76-bd34-5affc7abcefe"}]': finished 2023-12-07T15:51:41.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:40 smithi042 bash[24989]: cluster 2023-12-07T15:51:40.400812+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-07T15:51:41.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:40 smithi042 bash[24989]: audit 2023-12-07T15:51:40.401208+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:51:41.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:40 smithi042 bash[30444]: audit 2023-12-07T15:51:40.390794+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.178:0/651187778' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "48333d20-9a62-4a76-bd34-5affc7abcefe"}]: dispatch 2023-12-07T15:51:41.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:40 smithi042 bash[30444]: audit 2023-12-07T15:51:40.391502+0000 mon.a (mon.0) 422 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "48333d20-9a62-4a76-bd34-5affc7abcefe"}]: dispatch 2023-12-07T15:51:41.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:40 smithi042 bash[30444]: audit 2023-12-07T15:51:40.400665+0000 mon.a (mon.0) 423 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "48333d20-9a62-4a76-bd34-5affc7abcefe"}]': finished 2023-12-07T15:51:41.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:40 smithi042 bash[30444]: cluster 2023-12-07T15:51:40.400812+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-07T15:51:41.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:40 smithi042 bash[30444]: audit 2023-12-07T15:51:40.401208+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:51:42.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:41 smithi178 bash[25068]: cluster 2023-12-07T15:51:40.098725+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:42.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:41 smithi178 bash[25068]: audit 2023-12-07T15:51:41.092081+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.178:0/2609746795' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:51:42.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:41 smithi042 bash[24989]: cluster 2023-12-07T15:51:40.098725+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:42.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:41 smithi042 bash[24989]: audit 2023-12-07T15:51:41.092081+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.178:0/2609746795' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:51:42.115 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:41 smithi042 bash[30444]: cluster 2023-12-07T15:51:40.098725+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:42.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:41 smithi042 bash[30444]: audit 2023-12-07T15:51:41.092081+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.178:0/2609746795' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:51:43.854 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:43 smithi178 bash[25068]: cluster 2023-12-07T15:51:42.099297+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:44.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:43 smithi042 bash[24989]: cluster 2023-12-07T15:51:42.099297+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:44.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:43 smithi042 bash[30444]: cluster 2023-12-07T15:51:42.099297+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:46.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:45 smithi178 bash[25068]: cluster 2023-12-07T15:51:44.099869+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:46.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:45 smithi042 bash[24989]: cluster 2023-12-07T15:51:44.099869+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:46.115 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:45 smithi042 bash[30444]: cluster 2023-12-07T15:51:44.099869+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:48.007 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:47 smithi178 bash[25068]: cluster 2023-12-07T15:51:46.100486+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:48.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:47 smithi042 bash[24989]: cluster 2023-12-07T15:51:46.100486+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:48.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:47 smithi042 bash[30444]: cluster 2023-12-07T15:51:46.100486+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:50.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:49 smithi178 bash[25068]: cluster 2023-12-07T15:51:48.101052+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:50.115 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:49 smithi042 bash[30444]: cluster 2023-12-07T15:51:48.101052+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:50.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:49 smithi042 bash[24989]: cluster 2023-12-07T15:51:48.101052+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:51.966 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:51 smithi178 bash[25068]: cluster 2023-12-07T15:51:50.101610+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:51.966 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:51 smithi178 bash[25068]: audit 2023-12-07T15:51:50.842568+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-07T15:51:51.966 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:51 smithi178 bash[25068]: audit 2023-12-07T15:51:50.844171+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:52.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:51 smithi042 bash[24989]: cluster 2023-12-07T15:51:50.101610+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:52.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:51 smithi042 bash[24989]: audit 2023-12-07T15:51:50.842568+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-07T15:51:52.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:51 smithi042 bash[24989]: audit 2023-12-07T15:51:50.844171+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:52.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:51 smithi042 bash[30444]: cluster 2023-12-07T15:51:50.101610+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:52.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:51 smithi042 bash[30444]: audit 2023-12-07T15:51:50.842568+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-07T15:51:52.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:51 smithi042 bash[30444]: audit 2023-12-07T15:51:50.844171+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:53.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:52 smithi178 bash[25068]: cephadm 2023-12-07T15:51:50.845581+0000 mgr.y (mgr.14152) 162 : cephadm [INF] Deploying daemon osd.4 on smithi178 2023-12-07T15:51:53.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:52 smithi042 bash[24989]: cephadm 2023-12-07T15:51:50.845581+0000 mgr.y (mgr.14152) 162 : cephadm [INF] Deploying daemon osd.4 on smithi178 2023-12-07T15:51:53.115 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:52 smithi042 bash[30444]: cephadm 2023-12-07T15:51:50.845581+0000 mgr.y (mgr.14152) 162 : cephadm [INF] Deploying daemon osd.4 on smithi178 2023-12-07T15:51:54.079 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:53 smithi178 bash[25068]: cluster 2023-12-07T15:51:52.102185+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:54.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:53 smithi042 bash[24989]: cluster 2023-12-07T15:51:52.102185+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:54.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:53 smithi042 bash[30444]: cluster 2023-12-07T15:51:52.102185+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:55.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:54 smithi178 bash[25068]: audit 2023-12-07T15:51:54.127681+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:51:55.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:54 smithi178 bash[25068]: audit 2023-12-07T15:51:54.130363+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:51:55.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:54 smithi042 bash[24989]: audit 2023-12-07T15:51:54.127681+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:51:55.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:54 smithi042 bash[24989]: audit 2023-12-07T15:51:54.130363+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:51:55.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:54 smithi042 bash[30444]: audit 2023-12-07T15:51:54.127681+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:51:55.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:54 smithi042 bash[30444]: audit 2023-12-07T15:51:54.130363+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:51:56.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:55 smithi178 bash[25068]: cluster 2023-12-07T15:51:54.102807+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:56.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:55 smithi178 bash[25068]: audit 2023-12-07T15:51:55.177179+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:56.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:55 smithi178 bash[25068]: audit 2023-12-07T15:51:55.204611+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:51:56.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:55 smithi178 bash[25068]: audit 2023-12-07T15:51:55.207017+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:56.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:55 smithi178 bash[25068]: audit 2023-12-07T15:51:55.208642+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:51:56.115 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:55 smithi042 bash[30444]: cluster 2023-12-07T15:51:54.102807+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:56.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:55 smithi042 bash[30444]: audit 2023-12-07T15:51:55.177179+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:56.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:55 smithi042 bash[30444]: audit 2023-12-07T15:51:55.204611+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:51:56.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:55 smithi042 bash[30444]: audit 2023-12-07T15:51:55.207017+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:56.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:55 smithi042 bash[30444]: audit 2023-12-07T15:51:55.208642+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:51:56.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:55 smithi042 bash[24989]: cluster 2023-12-07T15:51:54.102807+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:56.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:55 smithi042 bash[24989]: audit 2023-12-07T15:51:55.177179+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:51:56.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:55 smithi042 bash[24989]: audit 2023-12-07T15:51:55.204611+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:51:56.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:55 smithi042 bash[24989]: audit 2023-12-07T15:51:55.207017+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:56.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:55 smithi042 bash[24989]: audit 2023-12-07T15:51:55.208642+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:51:57.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:57 smithi178 bash[25068]: cluster 2023-12-07T15:51:56.103388+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:58.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:57 smithi042 bash[24989]: cluster 2023-12-07T15:51:56.103388+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:51:58.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:57 smithi042 bash[30444]: cluster 2023-12-07T15:51:56.103388+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:52:00.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:59 smithi178 bash[25068]: cluster 2023-12-07T15:51:58.103970+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:52:00.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:59 smithi178 bash[25068]: audit 2023-12-07T15:51:59.300919+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:00.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:51:59 smithi178 bash[25068]: audit 2023-12-07T15:51:59.576927+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:00.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:59 smithi042 bash[24989]: cluster 2023-12-07T15:51:58.103970+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:52:00.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:59 smithi042 bash[24989]: audit 2023-12-07T15:51:59.300919+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:00.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:51:59 smithi042 bash[24989]: audit 2023-12-07T15:51:59.576927+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:00.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:59 smithi042 bash[30444]: cluster 2023-12-07T15:51:58.103970+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:52:00.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:59 smithi042 bash[30444]: audit 2023-12-07T15:51:59.300919+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:00.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:51:59 smithi042 bash[30444]: audit 2023-12-07T15:51:59.576927+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:02.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:01 smithi178 bash[25068]: cluster 2023-12-07T15:52:00.104561+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:52:02.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:01 smithi042 bash[24989]: cluster 2023-12-07T15:52:00.104561+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:52:02.115 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:01 smithi042 bash[30444]: cluster 2023-12-07T15:52:00.104561+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:52:02.404 INFO:teuthology.orchestra.run.smithi178.stdout:Created osd(s) 4 on host 'smithi178' 2023-12-07T15:52:03.219 DEBUG:teuthology.orchestra.run.smithi178:osd.4> sudo journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.4.service 2023-12-07T15:52:03.222 INFO:tasks.cephadm:Deploying osd.5 on smithi178 with /dev/vg_nvme/lv_3... 2023-12-07T15:52:03.223 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-07T15:52:03.408 INFO:journalctl@ceph.osd.4.smithi178.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:52:03.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:03 smithi178 bash[25068]: cluster 2023-12-07T15:52:02.105115+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:52:03.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:03 smithi178 bash[25068]: audit 2023-12-07T15:52:02.402764+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:03.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:03 smithi178 bash[25068]: audit 2023-12-07T15:52:02.403683+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:52:03.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:03 smithi178 bash[25068]: audit 2023-12-07T15:52:02.407120+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:03.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:03 smithi178 bash[25068]: audit 2023-12-07T15:52:02.408851+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:52:03.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:03 smithi178 bash[25068]: audit 2023-12-07T15:52:02.673169+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.178:6800/2530503124,v1:172.21.15.178:6801/2530503124]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T15:52:03.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:03 smithi178 bash[25068]: audit 2023-12-07T15:52:02.673885+0000 mon.a (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T15:52:03.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:03 smithi042 bash[24989]: cluster 2023-12-07T15:52:02.105115+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:52:03.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:03 smithi042 bash[24989]: audit 2023-12-07T15:52:02.402764+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:03.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:03 smithi042 bash[24989]: audit 2023-12-07T15:52:02.403683+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:52:03.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:03 smithi042 bash[24989]: audit 2023-12-07T15:52:02.407120+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:03.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:03 smithi042 bash[24989]: audit 2023-12-07T15:52:02.408851+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:52:03.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:03 smithi042 bash[24989]: audit 2023-12-07T15:52:02.673169+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.178:6800/2530503124,v1:172.21.15.178:6801/2530503124]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T15:52:03.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:03 smithi042 bash[24989]: audit 2023-12-07T15:52:02.673885+0000 mon.a (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T15:52:03.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:03 smithi042 bash[30444]: cluster 2023-12-07T15:52:02.105115+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:52:03.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:03 smithi042 bash[30444]: audit 2023-12-07T15:52:02.402764+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:03.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:03 smithi042 bash[30444]: audit 2023-12-07T15:52:02.403683+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:52:03.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:03 smithi042 bash[30444]: audit 2023-12-07T15:52:02.407120+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:03.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:03 smithi042 bash[30444]: audit 2023-12-07T15:52:02.408851+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:52:03.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:03 smithi042 bash[30444]: audit 2023-12-07T15:52:02.673169+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.178:6800/2530503124,v1:172.21.15.178:6801/2530503124]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T15:52:03.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:03 smithi042 bash[30444]: audit 2023-12-07T15:52:02.673885+0000 mon.a (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T15:52:04.605 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 15:52:04 smithi178 bash[28401]: debug 2023-12-07T15:52:04.425+0000 7f908aec6700 -1 osd.4 0 waiting for initial osdmap 2023-12-07T15:52:04.605 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 15:52:04 smithi178 bash[28401]: debug 2023-12-07T15:52:04.433+0000 7f908505c700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T15:52:04.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:04 smithi178 bash[25068]: audit 2023-12-07T15:52:03.413696+0000 mon.a (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-07T15:52:04.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:04 smithi178 bash[25068]: cluster 2023-12-07T15:52:03.413818+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-07T15:52:04.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:04 smithi178 bash[25068]: audit 2023-12-07T15:52:03.414042+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:52:04.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:04 smithi178 bash[25068]: audit 2023-12-07T15:52:03.414676+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.178:6800/2530503124,v1:172.21.15.178:6801/2530503124]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:52:04.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:04 smithi178 bash[25068]: audit 2023-12-07T15:52:03.415135+0000 mon.a (mon.0) 444 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:52:04.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:04 smithi042 bash[24989]: audit 2023-12-07T15:52:03.413696+0000 mon.a (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-07T15:52:04.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:04 smithi042 bash[24989]: cluster 2023-12-07T15:52:03.413818+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-07T15:52:04.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:04 smithi042 bash[24989]: audit 2023-12-07T15:52:03.414042+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:52:04.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:04 smithi042 bash[24989]: audit 2023-12-07T15:52:03.414676+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.178:6800/2530503124,v1:172.21.15.178:6801/2530503124]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:52:04.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:04 smithi042 bash[24989]: audit 2023-12-07T15:52:03.415135+0000 mon.a (mon.0) 444 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:52:04.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:04 smithi042 bash[30444]: audit 2023-12-07T15:52:03.413696+0000 mon.a (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-07T15:52:04.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:04 smithi042 bash[30444]: cluster 2023-12-07T15:52:03.413818+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-07T15:52:04.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:04 smithi042 bash[30444]: audit 2023-12-07T15:52:03.414042+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:52:04.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:04 smithi042 bash[30444]: audit 2023-12-07T15:52:03.414676+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.178:6800/2530503124,v1:172.21.15.178:6801/2530503124]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:52:04.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:04 smithi042 bash[30444]: audit 2023-12-07T15:52:03.415135+0000 mon.a (mon.0) 444 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:52:05.760 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:05 smithi178 bash[25068]: cluster 2023-12-07T15:52:04.105696+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-07T15:52:05.760 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:05 smithi178 bash[25068]: audit 2023-12-07T15:52:04.417895+0000 mon.a (mon.0) 445 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2023-12-07T15:52:05.760 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:05 smithi178 bash[25068]: cluster 2023-12-07T15:52:04.418037+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2023-12-07T15:52:05.760 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:05 smithi178 bash[25068]: audit 2023-12-07T15:52:04.418862+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:52:05.760 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:05 smithi178 bash[25068]: audit 2023-12-07T15:52:04.426262+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:52:05.865 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:05 smithi042 bash[30444]: cluster 2023-12-07T15:52:04.105696+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-07T15:52:05.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:05 smithi042 bash[30444]: audit 2023-12-07T15:52:04.417895+0000 mon.a (mon.0) 445 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2023-12-07T15:52:05.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:05 smithi042 bash[30444]: cluster 2023-12-07T15:52:04.418037+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2023-12-07T15:52:05.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:05 smithi042 bash[30444]: audit 2023-12-07T15:52:04.418862+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:52:05.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:05 smithi042 bash[30444]: audit 2023-12-07T15:52:04.426262+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:52:05.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:05 smithi042 bash[24989]: cluster 2023-12-07T15:52:04.105696+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-07T15:52:05.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:05 smithi042 bash[24989]: audit 2023-12-07T15:52:04.417895+0000 mon.a (mon.0) 445 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2023-12-07T15:52:05.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:05 smithi042 bash[24989]: cluster 2023-12-07T15:52:04.418037+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2023-12-07T15:52:05.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:05 smithi042 bash[24989]: audit 2023-12-07T15:52:04.418862+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:52:05.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:05 smithi042 bash[24989]: audit 2023-12-07T15:52:04.426262+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:52:06.694 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:06 smithi178 bash[25068]: cluster 2023-12-07T15:52:03.684303+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:52:06.694 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:06 smithi178 bash[25068]: cluster 2023-12-07T15:52:03.684529+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:52:06.694 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:06 smithi178 bash[25068]: cluster 2023-12-07T15:52:05.429527+0000 mon.a (mon.0) 449 : cluster [INF] osd.4 [v2:172.21.15.178:6800/2530503124,v1:172.21.15.178:6801/2530503124] boot 2023-12-07T15:52:06.694 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:06 smithi178 bash[25068]: cluster 2023-12-07T15:52:05.429647+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-07T15:52:06.694 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:06 smithi178 bash[25068]: audit 2023-12-07T15:52:05.430687+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:52:06.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:06 smithi042 bash[24989]: cluster 2023-12-07T15:52:03.684303+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:52:06.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:06 smithi042 bash[24989]: cluster 2023-12-07T15:52:03.684529+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:52:06.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:06 smithi042 bash[24989]: cluster 2023-12-07T15:52:05.429527+0000 mon.a (mon.0) 449 : cluster [INF] osd.4 [v2:172.21.15.178:6800/2530503124,v1:172.21.15.178:6801/2530503124] boot 2023-12-07T15:52:06.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:06 smithi042 bash[24989]: cluster 2023-12-07T15:52:05.429647+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-07T15:52:06.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:06 smithi042 bash[24989]: audit 2023-12-07T15:52:05.430687+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:52:06.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:06 smithi042 bash[30444]: cluster 2023-12-07T15:52:03.684303+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:52:06.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:06 smithi042 bash[30444]: cluster 2023-12-07T15:52:03.684529+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:52:06.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:06 smithi042 bash[30444]: cluster 2023-12-07T15:52:05.429527+0000 mon.a (mon.0) 449 : cluster [INF] osd.4 [v2:172.21.15.178:6800/2530503124,v1:172.21.15.178:6801/2530503124] boot 2023-12-07T15:52:06.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:06 smithi042 bash[30444]: cluster 2023-12-07T15:52:05.429647+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-07T15:52:06.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:06 smithi042 bash[30444]: audit 2023-12-07T15:52:05.430687+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:52:07.014 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-07T15:52:07.014 INFO:teuthology.orchestra.run.smithi178.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-07T15:52:07.015 INFO:teuthology.orchestra.run.smithi178.stderr: stderr: 10+0 records in 2023-12-07T15:52:07.015 INFO:teuthology.orchestra.run.smithi178.stderr:10+0 records out 2023-12-07T15:52:07.015 INFO:teuthology.orchestra.run.smithi178.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0123087 s, 852 MB/s 2023-12-07T15:52:07.015 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping successful for: 2023-12-07T15:52:07.807 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:07 smithi178 bash[25068]: cluster 2023-12-07T15:52:06.106268+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:52:07.807 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:07 smithi178 bash[25068]: cluster 2023-12-07T15:52:06.448916+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-07T15:52:07.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:07 smithi042 bash[24989]: cluster 2023-12-07T15:52:06.106268+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:52:07.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:07 smithi042 bash[24989]: cluster 2023-12-07T15:52:06.448916+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-07T15:52:07.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:07 smithi042 bash[30444]: cluster 2023-12-07T15:52:06.106268+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:52:07.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:07 smithi042 bash[30444]: cluster 2023-12-07T15:52:06.448916+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-07T15:52:08.566 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi178:vg_nvme/lv_3 2023-12-07T15:52:08.748 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:08 smithi178 bash[25068]: cluster 2023-12-07T15:52:07.448952+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-07T15:52:08.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:08 smithi042 bash[24989]: cluster 2023-12-07T15:52:07.448952+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-07T15:52:08.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:08 smithi042 bash[30444]: cluster 2023-12-07T15:52:07.448952+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-07T15:52:09.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:09 smithi178 bash[25068]: cluster 2023-12-07T15:52:08.106859+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v150: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:09.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:09 smithi178 bash[25068]: cluster 2023-12-07T15:52:08.459934+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-07T15:52:09.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:09 smithi042 bash[24989]: cluster 2023-12-07T15:52:08.106859+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v150: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:09.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:09 smithi042 bash[24989]: cluster 2023-12-07T15:52:08.459934+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-07T15:52:09.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:09 smithi042 bash[30444]: cluster 2023-12-07T15:52:08.106859+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v150: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:09.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:09 smithi042 bash[30444]: cluster 2023-12-07T15:52:08.459934+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-07T15:52:10.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:10 smithi178 bash[25068]: cluster 2023-12-07T15:52:09.469967+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2023-12-07T15:52:10.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:10 smithi042 bash[24989]: cluster 2023-12-07T15:52:09.469967+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2023-12-07T15:52:10.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:10 smithi042 bash[30444]: cluster 2023-12-07T15:52:09.469967+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2023-12-07T15:52:11.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:11 smithi178 bash[25068]: cluster 2023-12-07T15:52:10.107447+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v153: 1 pgs: 1 remapped+peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:11.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:11 smithi042 bash[24989]: cluster 2023-12-07T15:52:10.107447+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v153: 1 pgs: 1 remapped+peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:11.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:11 smithi042 bash[30444]: cluster 2023-12-07T15:52:10.107447+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v153: 1 pgs: 1 remapped+peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:13.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:13 smithi178 bash[25068]: cluster 2023-12-07T15:52:12.108055+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 91 KiB/s, 0 objects/s recovering 2023-12-07T15:52:13.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:13 smithi178 bash[25068]: cephadm 2023-12-07T15:52:12.227665+0000 mgr.y (mgr.14152) 174 : cephadm [INF] Detected new or changed devices on smithi178 2023-12-07T15:52:13.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:13 smithi178 bash[25068]: audit 2023-12-07T15:52:12.235840+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:13.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:13 smithi178 bash[25068]: audit 2023-12-07T15:52:12.238035+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:52:13.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:13 smithi178 bash[25068]: cephadm 2023-12-07T15:52:12.239326+0000 mgr.y (mgr.14152) 175 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 17270M 2023-12-07T15:52:13.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:13 smithi178 bash[25068]: audit 2023-12-07T15:52:12.246375+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:13.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:13 smithi178 bash[25068]: audit 2023-12-07T15:52:12.253370+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:13.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:13 smithi178 bash[25068]: audit 2023-12-07T15:52:12.748881+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:52:13.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:13 smithi178 bash[25068]: audit 2023-12-07T15:52:12.755233+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:52:13.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:13 smithi178 bash[25068]: audit 2023-12-07T15:52:12.757018+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:13.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:13 smithi042 bash[24989]: cluster 2023-12-07T15:52:12.108055+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 91 KiB/s, 0 objects/s recovering 2023-12-07T15:52:13.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:13 smithi042 bash[24989]: cephadm 2023-12-07T15:52:12.227665+0000 mgr.y (mgr.14152) 174 : cephadm [INF] Detected new or changed devices on smithi178 2023-12-07T15:52:13.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:13 smithi042 bash[24989]: audit 2023-12-07T15:52:12.235840+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:13.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:13 smithi042 bash[24989]: audit 2023-12-07T15:52:12.238035+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:52:13.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:13 smithi042 bash[24989]: cephadm 2023-12-07T15:52:12.239326+0000 mgr.y (mgr.14152) 175 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 17270M 2023-12-07T15:52:13.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:13 smithi042 bash[24989]: audit 2023-12-07T15:52:12.246375+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:13.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:13 smithi042 bash[24989]: audit 2023-12-07T15:52:12.253370+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:13.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:13 smithi042 bash[24989]: audit 2023-12-07T15:52:12.748881+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:52:13.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:13 smithi042 bash[24989]: audit 2023-12-07T15:52:12.755233+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:52:13.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:13 smithi042 bash[24989]: audit 2023-12-07T15:52:12.757018+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:13.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:13 smithi042 bash[30444]: cluster 2023-12-07T15:52:12.108055+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 91 KiB/s, 0 objects/s recovering 2023-12-07T15:52:13.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:13 smithi042 bash[30444]: cephadm 2023-12-07T15:52:12.227665+0000 mgr.y (mgr.14152) 174 : cephadm [INF] Detected new or changed devices on smithi178 2023-12-07T15:52:13.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:13 smithi042 bash[30444]: audit 2023-12-07T15:52:12.235840+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:13.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:13 smithi042 bash[30444]: audit 2023-12-07T15:52:12.238035+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:52:13.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:13 smithi042 bash[30444]: cephadm 2023-12-07T15:52:12.239326+0000 mgr.y (mgr.14152) 175 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 17270M 2023-12-07T15:52:13.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:13 smithi042 bash[30444]: audit 2023-12-07T15:52:12.246375+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:13.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:13 smithi042 bash[30444]: audit 2023-12-07T15:52:12.253370+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:13.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:13 smithi042 bash[30444]: audit 2023-12-07T15:52:12.748881+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:52:13.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:13 smithi042 bash[30444]: audit 2023-12-07T15:52:12.755233+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:52:13.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:13 smithi042 bash[30444]: audit 2023-12-07T15:52:12.757018+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:14.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:14 smithi178 bash[25068]: audit 2023-12-07T15:52:12.741795+0000 mgr.y (mgr.14152) 176 : audit [DBG] from='client.24254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:14.615 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:14 smithi042 bash[24989]: audit 2023-12-07T15:52:12.741795+0000 mgr.y (mgr.14152) 176 : audit [DBG] from='client.24254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:14.615 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:14 smithi042 bash[30444]: audit 2023-12-07T15:52:12.741795+0000 mgr.y (mgr.14152) 176 : audit [DBG] from='client.24254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:15.518 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:15 smithi178 bash[25068]: cluster 2023-12-07T15:52:14.108625+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2023-12-07T15:52:15.615 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:15 smithi042 bash[24989]: cluster 2023-12-07T15:52:14.108625+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2023-12-07T15:52:15.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:15 smithi042 bash[30444]: cluster 2023-12-07T15:52:14.108625+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2023-12-07T15:52:18.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:17 smithi178 bash[25068]: cluster 2023-12-07T15:52:16.109245+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; 65 KiB/s, 0 objects/s recovering 2023-12-07T15:52:18.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:17 smithi042 bash[24989]: cluster 2023-12-07T15:52:16.109245+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; 65 KiB/s, 0 objects/s recovering 2023-12-07T15:52:18.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:17 smithi042 bash[30444]: cluster 2023-12-07T15:52:16.109245+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; 65 KiB/s, 0 objects/s recovering 2023-12-07T15:52:20.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:19 smithi178 bash[25068]: cluster 2023-12-07T15:52:18.109871+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; 53 KiB/s, 0 objects/s recovering 2023-12-07T15:52:20.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:19 smithi178 bash[25068]: audit 2023-12-07T15:52:19.049036+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.178:0/1668314679' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "faf64d53-c79f-4240-88a2-5788350f01cb"}]: dispatch 2023-12-07T15:52:20.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:19 smithi178 bash[25068]: audit 2023-12-07T15:52:19.049883+0000 mon.a (mon.0) 463 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "faf64d53-c79f-4240-88a2-5788350f01cb"}]: dispatch 2023-12-07T15:52:20.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:19 smithi178 bash[25068]: audit 2023-12-07T15:52:19.059762+0000 mon.a (mon.0) 464 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "faf64d53-c79f-4240-88a2-5788350f01cb"}]': finished 2023-12-07T15:52:20.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:19 smithi178 bash[25068]: cluster 2023-12-07T15:52:19.060055+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-07T15:52:20.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:19 smithi178 bash[25068]: audit 2023-12-07T15:52:19.060286+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:52:20.115 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:19 smithi042 bash[30444]: cluster 2023-12-07T15:52:18.109871+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; 53 KiB/s, 0 objects/s recovering 2023-12-07T15:52:20.115 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:19 smithi042 bash[30444]: audit 2023-12-07T15:52:19.049036+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.178:0/1668314679' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "faf64d53-c79f-4240-88a2-5788350f01cb"}]: dispatch 2023-12-07T15:52:20.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:19 smithi042 bash[30444]: audit 2023-12-07T15:52:19.049883+0000 mon.a (mon.0) 463 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "faf64d53-c79f-4240-88a2-5788350f01cb"}]: dispatch 2023-12-07T15:52:20.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:19 smithi042 bash[30444]: audit 2023-12-07T15:52:19.059762+0000 mon.a (mon.0) 464 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "faf64d53-c79f-4240-88a2-5788350f01cb"}]': finished 2023-12-07T15:52:20.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:19 smithi042 bash[30444]: cluster 2023-12-07T15:52:19.060055+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-07T15:52:20.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:19 smithi042 bash[30444]: audit 2023-12-07T15:52:19.060286+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:52:20.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:19 smithi042 bash[24989]: cluster 2023-12-07T15:52:18.109871+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; 53 KiB/s, 0 objects/s recovering 2023-12-07T15:52:20.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:19 smithi042 bash[24989]: audit 2023-12-07T15:52:19.049036+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.178:0/1668314679' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "faf64d53-c79f-4240-88a2-5788350f01cb"}]: dispatch 2023-12-07T15:52:20.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:19 smithi042 bash[24989]: audit 2023-12-07T15:52:19.049883+0000 mon.a (mon.0) 463 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "faf64d53-c79f-4240-88a2-5788350f01cb"}]: dispatch 2023-12-07T15:52:20.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:19 smithi042 bash[24989]: audit 2023-12-07T15:52:19.059762+0000 mon.a (mon.0) 464 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "faf64d53-c79f-4240-88a2-5788350f01cb"}]': finished 2023-12-07T15:52:20.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:19 smithi042 bash[24989]: cluster 2023-12-07T15:52:19.060055+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-07T15:52:20.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:19 smithi042 bash[24989]: audit 2023-12-07T15:52:19.060286+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:52:21.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:20 smithi178 bash[25068]: audit 2023-12-07T15:52:19.789039+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.178:0/82484485' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:52:21.115 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:20 smithi042 bash[30444]: audit 2023-12-07T15:52:19.789039+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.178:0/82484485' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:52:21.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:20 smithi042 bash[24989]: audit 2023-12-07T15:52:19.789039+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.178:0/82484485' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:52:22.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:21 smithi178 bash[25068]: cluster 2023-12-07T15:52:20.110448+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-07T15:52:22.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:21 smithi042 bash[24989]: cluster 2023-12-07T15:52:20.110448+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-07T15:52:22.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:21 smithi042 bash[30444]: cluster 2023-12-07T15:52:20.110448+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-07T15:52:24.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:23 smithi178 bash[25068]: cluster 2023-12-07T15:52:22.111050+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:24.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:23 smithi042 bash[24989]: cluster 2023-12-07T15:52:22.111050+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:24.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:23 smithi042 bash[30444]: cluster 2023-12-07T15:52:22.111050+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:26.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:25 smithi178 bash[25068]: cluster 2023-12-07T15:52:24.111653+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:26.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:25 smithi042 bash[24989]: cluster 2023-12-07T15:52:24.111653+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:26.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:25 smithi042 bash[30444]: cluster 2023-12-07T15:52:24.111653+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:27.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:27 smithi178 bash[25068]: cluster 2023-12-07T15:52:26.112266+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:28.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:27 smithi042 bash[24989]: cluster 2023-12-07T15:52:26.112266+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:28.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:27 smithi042 bash[30444]: cluster 2023-12-07T15:52:26.112266+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:29.850 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:29 smithi178 bash[25068]: cluster 2023-12-07T15:52:28.112826+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:29.851 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:29 smithi178 bash[25068]: audit 2023-12-07T15:52:29.566198+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-07T15:52:29.851 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:29 smithi178 bash[25068]: audit 2023-12-07T15:52:29.567865+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:30.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:29 smithi042 bash[24989]: cluster 2023-12-07T15:52:28.112826+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:30.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:29 smithi042 bash[24989]: audit 2023-12-07T15:52:29.566198+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-07T15:52:30.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:29 smithi042 bash[24989]: audit 2023-12-07T15:52:29.567865+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:30.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:29 smithi042 bash[30444]: cluster 2023-12-07T15:52:28.112826+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:30.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:29 smithi042 bash[30444]: audit 2023-12-07T15:52:29.566198+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-07T15:52:30.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:29 smithi042 bash[30444]: audit 2023-12-07T15:52:29.567865+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:31.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:30 smithi178 bash[25068]: cephadm 2023-12-07T15:52:29.569335+0000 mgr.y (mgr.14152) 185 : cephadm [INF] Deploying daemon osd.5 on smithi178 2023-12-07T15:52:31.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:30 smithi042 bash[24989]: cephadm 2023-12-07T15:52:29.569335+0000 mgr.y (mgr.14152) 185 : cephadm [INF] Deploying daemon osd.5 on smithi178 2023-12-07T15:52:31.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:30 smithi042 bash[30444]: cephadm 2023-12-07T15:52:29.569335+0000 mgr.y (mgr.14152) 185 : cephadm [INF] Deploying daemon osd.5 on smithi178 2023-12-07T15:52:31.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:31 smithi178 bash[25068]: cluster 2023-12-07T15:52:30.113440+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:32.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:31 smithi042 bash[24989]: cluster 2023-12-07T15:52:30.113440+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:32.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:31 smithi042 bash[30444]: cluster 2023-12-07T15:52:30.113440+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:34.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:33 smithi178 bash[25068]: cluster 2023-12-07T15:52:32.114059+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:34.115 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:33 smithi042 bash[30444]: cluster 2023-12-07T15:52:32.114059+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:34.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:33 smithi042 bash[24989]: cluster 2023-12-07T15:52:32.114059+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:35.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:34 smithi178 bash[25068]: audit 2023-12-07T15:52:33.907369+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:35.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:34 smithi178 bash[25068]: audit 2023-12-07T15:52:33.930840+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:52:35.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:34 smithi178 bash[25068]: audit 2023-12-07T15:52:33.933667+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:35.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:34 smithi178 bash[25068]: audit 2023-12-07T15:52:33.935131+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:52:35.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:34 smithi178 bash[25068]: cluster 2023-12-07T15:52:34.114608+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:35.365 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:34 smithi042 bash[24989]: audit 2023-12-07T15:52:33.907369+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:35.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:34 smithi042 bash[24989]: audit 2023-12-07T15:52:33.930840+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:52:35.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:34 smithi042 bash[24989]: audit 2023-12-07T15:52:33.933667+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:35.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:34 smithi042 bash[24989]: audit 2023-12-07T15:52:33.935131+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:52:35.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:34 smithi042 bash[24989]: cluster 2023-12-07T15:52:34.114608+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:35.366 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:34 smithi042 bash[30444]: audit 2023-12-07T15:52:33.907369+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:35.366 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:34 smithi042 bash[30444]: audit 2023-12-07T15:52:33.930840+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:52:35.366 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:34 smithi042 bash[30444]: audit 2023-12-07T15:52:33.933667+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:35.366 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:34 smithi042 bash[30444]: audit 2023-12-07T15:52:33.935131+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:52:35.366 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:34 smithi042 bash[30444]: cluster 2023-12-07T15:52:34.114608+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:37.980 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:37 smithi178 bash[25068]: cluster 2023-12-07T15:52:36.115212+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:38.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:37 smithi042 bash[24989]: cluster 2023-12-07T15:52:36.115212+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:38.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:37 smithi042 bash[30444]: cluster 2023-12-07T15:52:36.115212+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:39.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:38 smithi178 bash[25068]: audit 2023-12-07T15:52:37.829018+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:39.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:38 smithi178 bash[25068]: audit 2023-12-07T15:52:37.836861+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:39.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:38 smithi178 bash[25068]: cluster 2023-12-07T15:52:38.115804+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-07T15:52:39.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:38 smithi042 bash[24989]: audit 2023-12-07T15:52:37.829018+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:39.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:38 smithi042 bash[24989]: audit 2023-12-07T15:52:37.836861+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:39.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:38 smithi042 bash[24989]: cluster 2023-12-07T15:52:38.115804+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-07T15:52:39.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:38 smithi042 bash[30444]: audit 2023-12-07T15:52:37.829018+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:39.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:38 smithi042 bash[30444]: audit 2023-12-07T15:52:37.836861+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:39.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:38 smithi042 bash[30444]: cluster 2023-12-07T15:52:38.115804+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-07T15:52:41.076 INFO:teuthology.orchestra.run.smithi178.stdout:Created osd(s) 5 on host 'smithi178' 2023-12-07T15:52:41.323 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:41 smithi178 bash[25068]: cluster 2023-12-07T15:52:40.116494+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:41.323 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:41 smithi178 bash[25068]: audit 2023-12-07T15:52:41.074657+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:41.323 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:41 smithi178 bash[25068]: audit 2023-12-07T15:52:41.112907+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:52:41.324 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:41 smithi178 bash[25068]: audit 2023-12-07T15:52:41.115640+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:41.324 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:41 smithi178 bash[25068]: audit 2023-12-07T15:52:41.117368+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:52:41.615 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:41 smithi042 bash[24989]: cluster 2023-12-07T15:52:40.116494+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:41.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:41 smithi042 bash[24989]: audit 2023-12-07T15:52:41.074657+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:41.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:41 smithi042 bash[24989]: audit 2023-12-07T15:52:41.112907+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:52:41.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:41 smithi042 bash[24989]: audit 2023-12-07T15:52:41.115640+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:41.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:41 smithi042 bash[24989]: audit 2023-12-07T15:52:41.117368+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:52:41.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:41 smithi042 bash[30444]: cluster 2023-12-07T15:52:40.116494+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:41.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:41 smithi042 bash[30444]: audit 2023-12-07T15:52:41.074657+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:41.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:41 smithi042 bash[30444]: audit 2023-12-07T15:52:41.112907+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:52:41.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:41 smithi042 bash[30444]: audit 2023-12-07T15:52:41.115640+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:41.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:41 smithi042 bash[30444]: audit 2023-12-07T15:52:41.117368+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:52:41.820 DEBUG:teuthology.orchestra.run.smithi178:osd.5> sudo journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.5.service 2023-12-07T15:52:41.823 INFO:tasks.cephadm:Deploying osd.6 on smithi178 with /dev/vg_nvme/lv_2... 2023-12-07T15:52:41.823 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-07T15:52:42.022 INFO:journalctl@ceph.osd.5.smithi178.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:52:42.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:42 smithi178 bash[25068]: audit 2023-12-07T15:52:41.240379+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.178:6808/779881795,v1:172.21.15.178:6809/779881795]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T15:52:42.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:42 smithi178 bash[25068]: audit 2023-12-07T15:52:41.241155+0000 mon.a (mon.0) 479 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T15:52:42.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:42 smithi042 bash[30444]: audit 2023-12-07T15:52:41.240379+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.178:6808/779881795,v1:172.21.15.178:6809/779881795]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T15:52:42.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:42 smithi042 bash[30444]: audit 2023-12-07T15:52:41.241155+0000 mon.a (mon.0) 479 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T15:52:42.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:42 smithi042 bash[24989]: audit 2023-12-07T15:52:41.240379+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.178:6808/779881795,v1:172.21.15.178:6809/779881795]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T15:52:42.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:42 smithi042 bash[24989]: audit 2023-12-07T15:52:41.241155+0000 mon.a (mon.0) 479 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T15:52:43.605 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 15:52:43 smithi178 bash[31487]: debug 2023-12-07T15:52:43.193+0000 7fd44c475700 -1 osd.5 0 waiting for initial osdmap 2023-12-07T15:52:43.605 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 15:52:43 smithi178 bash[31487]: debug 2023-12-07T15:52:43.205+0000 7fd44660b700 -1 osd.5 38 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T15:52:43.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:43 smithi178 bash[25068]: cluster 2023-12-07T15:52:42.117176+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:43.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:43 smithi178 bash[25068]: audit 2023-12-07T15:52:42.185454+0000 mon.a (mon.0) 480 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-07T15:52:43.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:43 smithi178 bash[25068]: cluster 2023-12-07T15:52:42.185563+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-07T15:52:43.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:43 smithi178 bash[25068]: audit 2023-12-07T15:52:42.185770+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:52:43.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:43 smithi178 bash[25068]: audit 2023-12-07T15:52:42.186562+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.178:6808/779881795,v1:172.21.15.178:6809/779881795]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:52:43.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:43 smithi178 bash[25068]: audit 2023-12-07T15:52:42.187202+0000 mon.a (mon.0) 483 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:52:43.615 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:43 smithi042 bash[30444]: cluster 2023-12-07T15:52:42.117176+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:43.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:43 smithi042 bash[30444]: audit 2023-12-07T15:52:42.185454+0000 mon.a (mon.0) 480 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-07T15:52:43.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:43 smithi042 bash[30444]: cluster 2023-12-07T15:52:42.185563+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-07T15:52:43.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:43 smithi042 bash[30444]: audit 2023-12-07T15:52:42.185770+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:52:43.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:43 smithi042 bash[30444]: audit 2023-12-07T15:52:42.186562+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.178:6808/779881795,v1:172.21.15.178:6809/779881795]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:52:43.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:43 smithi042 bash[30444]: audit 2023-12-07T15:52:42.187202+0000 mon.a (mon.0) 483 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:52:43.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:43 smithi042 bash[24989]: cluster 2023-12-07T15:52:42.117176+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:43.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:43 smithi042 bash[24989]: audit 2023-12-07T15:52:42.185454+0000 mon.a (mon.0) 480 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-07T15:52:43.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:43 smithi042 bash[24989]: cluster 2023-12-07T15:52:42.185563+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-07T15:52:43.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:43 smithi042 bash[24989]: audit 2023-12-07T15:52:42.185770+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:52:43.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:43 smithi042 bash[24989]: audit 2023-12-07T15:52:42.186562+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.178:6808/779881795,v1:172.21.15.178:6809/779881795]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:52:43.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:43 smithi042 bash[24989]: audit 2023-12-07T15:52:42.187202+0000 mon.a (mon.0) 483 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:52:44.459 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:44 smithi178 bash[25068]: audit 2023-12-07T15:52:43.190048+0000 mon.a (mon.0) 484 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2023-12-07T15:52:44.459 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:44 smithi178 bash[25068]: cluster 2023-12-07T15:52:43.190257+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2023-12-07T15:52:44.460 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:44 smithi178 bash[25068]: audit 2023-12-07T15:52:43.191040+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:52:44.460 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:44 smithi178 bash[25068]: audit 2023-12-07T15:52:43.198774+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:52:44.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:44 smithi042 bash[24989]: audit 2023-12-07T15:52:43.190048+0000 mon.a (mon.0) 484 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2023-12-07T15:52:44.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:44 smithi042 bash[24989]: cluster 2023-12-07T15:52:43.190257+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2023-12-07T15:52:44.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:44 smithi042 bash[24989]: audit 2023-12-07T15:52:43.191040+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:52:44.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:44 smithi042 bash[24989]: audit 2023-12-07T15:52:43.198774+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:52:44.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:44 smithi042 bash[30444]: audit 2023-12-07T15:52:43.190048+0000 mon.a (mon.0) 484 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2023-12-07T15:52:44.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:44 smithi042 bash[30444]: cluster 2023-12-07T15:52:43.190257+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2023-12-07T15:52:44.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:44 smithi042 bash[30444]: audit 2023-12-07T15:52:43.191040+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:52:44.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:44 smithi042 bash[30444]: audit 2023-12-07T15:52:43.198774+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:52:45.580 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:45 smithi178 bash[25068]: cluster 2023-12-07T15:52:42.223115+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:52:45.580 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:45 smithi178 bash[25068]: cluster 2023-12-07T15:52:42.223280+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:52:45.580 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:45 smithi178 bash[25068]: cluster 2023-12-07T15:52:44.117859+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:45.580 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:45 smithi178 bash[25068]: cluster 2023-12-07T15:52:44.193303+0000 mon.a (mon.0) 488 : cluster [INF] osd.5 [v2:172.21.15.178:6808/779881795,v1:172.21.15.178:6809/779881795] boot 2023-12-07T15:52:45.580 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:45 smithi178 bash[25068]: cluster 2023-12-07T15:52:44.193379+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-07T15:52:45.581 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:45 smithi178 bash[25068]: audit 2023-12-07T15:52:44.193713+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:52:45.581 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:45 smithi178 bash[25068]: cluster 2023-12-07T15:52:45.193988+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-07T15:52:45.615 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:45 smithi042 bash[30444]: cluster 2023-12-07T15:52:42.223115+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:52:45.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:45 smithi042 bash[30444]: cluster 2023-12-07T15:52:42.223280+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:52:45.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:45 smithi042 bash[30444]: cluster 2023-12-07T15:52:44.117859+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:45.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:45 smithi042 bash[30444]: cluster 2023-12-07T15:52:44.193303+0000 mon.a (mon.0) 488 : cluster [INF] osd.5 [v2:172.21.15.178:6808/779881795,v1:172.21.15.178:6809/779881795] boot 2023-12-07T15:52:45.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:45 smithi042 bash[30444]: cluster 2023-12-07T15:52:44.193379+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-07T15:52:45.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:45 smithi042 bash[30444]: audit 2023-12-07T15:52:44.193713+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:52:45.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:45 smithi042 bash[30444]: cluster 2023-12-07T15:52:45.193988+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-07T15:52:45.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:45 smithi042 bash[24989]: cluster 2023-12-07T15:52:42.223115+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:52:45.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:45 smithi042 bash[24989]: cluster 2023-12-07T15:52:42.223280+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:52:45.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:45 smithi042 bash[24989]: cluster 2023-12-07T15:52:44.117859+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:52:45.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:45 smithi042 bash[24989]: cluster 2023-12-07T15:52:44.193303+0000 mon.a (mon.0) 488 : cluster [INF] osd.5 [v2:172.21.15.178:6808/779881795,v1:172.21.15.178:6809/779881795] boot 2023-12-07T15:52:45.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:45 smithi042 bash[24989]: cluster 2023-12-07T15:52:44.193379+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-07T15:52:45.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:45 smithi042 bash[24989]: audit 2023-12-07T15:52:44.193713+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:52:45.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:45 smithi042 bash[24989]: cluster 2023-12-07T15:52:45.193988+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-07T15:52:45.950 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-07T15:52:45.950 INFO:teuthology.orchestra.run.smithi178.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-07T15:52:45.950 INFO:teuthology.orchestra.run.smithi178.stderr: stderr: 10+0 records in 2023-12-07T15:52:45.950 INFO:teuthology.orchestra.run.smithi178.stderr:10+0 records out 2023-12-07T15:52:45.950 INFO:teuthology.orchestra.run.smithi178.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0163419 s, 642 MB/s 2023-12-07T15:52:45.951 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping successful for: 2023-12-07T15:52:47.452 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:47 smithi178 bash[25068]: cluster 2023-12-07T15:52:46.118523+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v176: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:52:47.452 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:47 smithi178 bash[25068]: cluster 2023-12-07T15:52:46.196379+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-07T15:52:47.452 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:47 smithi178 bash[25068]: cluster 2023-12-07T15:52:46.202926+0000 mon.a (mon.0) 493 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-07T15:52:47.453 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:47 smithi178 bash[25068]: cluster 2023-12-07T15:52:46.703309+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-07T15:52:47.453 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi178:vg_nvme/lv_2 2023-12-07T15:52:47.615 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:47 smithi042 bash[30444]: cluster 2023-12-07T15:52:46.118523+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v176: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:52:47.615 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:47 smithi042 bash[30444]: cluster 2023-12-07T15:52:46.196379+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-07T15:52:47.615 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:47 smithi042 bash[30444]: cluster 2023-12-07T15:52:46.202926+0000 mon.a (mon.0) 493 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-07T15:52:47.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:47 smithi042 bash[30444]: cluster 2023-12-07T15:52:46.703309+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-07T15:52:47.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:47 smithi042 bash[24989]: cluster 2023-12-07T15:52:46.118523+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v176: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:52:47.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:47 smithi042 bash[24989]: cluster 2023-12-07T15:52:46.196379+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-07T15:52:47.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:47 smithi042 bash[24989]: cluster 2023-12-07T15:52:46.202926+0000 mon.a (mon.0) 493 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-07T15:52:47.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:47 smithi042 bash[24989]: cluster 2023-12-07T15:52:46.703309+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-07T15:52:49.080 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:48 smithi178 bash[25068]: cluster 2023-12-07T15:52:47.712993+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2023-12-07T15:52:49.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:48 smithi042 bash[24989]: cluster 2023-12-07T15:52:47.712993+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2023-12-07T15:52:49.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:48 smithi042 bash[30444]: cluster 2023-12-07T15:52:47.712993+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2023-12-07T15:52:50.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:49 smithi178 bash[25068]: cluster 2023-12-07T15:52:48.119267+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v180: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:52:50.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:49 smithi042 bash[24989]: cluster 2023-12-07T15:52:48.119267+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v180: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:52:50.115 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:49 smithi042 bash[30444]: cluster 2023-12-07T15:52:48.119267+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v180: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:52:51.037 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:50 smithi178 bash[25068]: cluster 2023-12-07T15:52:50.119937+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 105 KiB/s, 0 objects/s recovering 2023-12-07T15:52:51.037 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:50 smithi178 bash[25068]: cluster 2023-12-07T15:52:50.718428+0000 mon.a (mon.0) 496 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-07T15:52:51.037 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:50 smithi178 bash[25068]: cluster 2023-12-07T15:52:50.718491+0000 mon.a (mon.0) 497 : cluster [INF] Cluster is now healthy 2023-12-07T15:52:51.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:50 smithi042 bash[24989]: cluster 2023-12-07T15:52:50.119937+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 105 KiB/s, 0 objects/s recovering 2023-12-07T15:52:51.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:50 smithi042 bash[24989]: cluster 2023-12-07T15:52:50.718428+0000 mon.a (mon.0) 496 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-07T15:52:51.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:50 smithi042 bash[24989]: cluster 2023-12-07T15:52:50.718491+0000 mon.a (mon.0) 497 : cluster [INF] Cluster is now healthy 2023-12-07T15:52:51.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:50 smithi042 bash[30444]: cluster 2023-12-07T15:52:50.119937+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 105 KiB/s, 0 objects/s recovering 2023-12-07T15:52:51.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:50 smithi042 bash[30444]: cluster 2023-12-07T15:52:50.718428+0000 mon.a (mon.0) 496 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-07T15:52:51.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:50 smithi042 bash[30444]: cluster 2023-12-07T15:52:50.718491+0000 mon.a (mon.0) 497 : cluster [INF] Cluster is now healthy 2023-12-07T15:52:52.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:51 smithi178 bash[25068]: cephadm 2023-12-07T15:52:50.880389+0000 mgr.y (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi178 2023-12-07T15:52:52.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:51 smithi178 bash[25068]: audit 2023-12-07T15:52:50.890315+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:52.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:51 smithi178 bash[25068]: audit 2023-12-07T15:52:50.892709+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:52:52.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:51 smithi178 bash[25068]: audit 2023-12-07T15:52:50.894476+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:52:52.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:51 smithi178 bash[25068]: cephadm 2023-12-07T15:52:50.895775+0000 mgr.y (mgr.14152) 198 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 8635M 2023-12-07T15:52:52.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:51 smithi178 bash[25068]: audit 2023-12-07T15:52:50.903037+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:52.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:51 smithi178 bash[25068]: audit 2023-12-07T15:52:50.910818+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:52.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:51 smithi178 bash[25068]: audit 2023-12-07T15:52:51.394969+0000 mgr.y (mgr.14152) 199 : audit [DBG] from='client.24281 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:52.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:51 smithi178 bash[25068]: audit 2023-12-07T15:52:51.401882+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:52:52.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:51 smithi178 bash[25068]: audit 2023-12-07T15:52:51.408427+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:52:52.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:51 smithi178 bash[25068]: audit 2023-12-07T15:52:51.410315+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:52.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:51 smithi042 bash[24989]: cephadm 2023-12-07T15:52:50.880389+0000 mgr.y (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi178 2023-12-07T15:52:52.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:51 smithi042 bash[24989]: audit 2023-12-07T15:52:50.890315+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:52.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:51 smithi042 bash[24989]: audit 2023-12-07T15:52:50.892709+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:52:52.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:51 smithi042 bash[24989]: audit 2023-12-07T15:52:50.894476+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:52:52.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:51 smithi042 bash[24989]: cephadm 2023-12-07T15:52:50.895775+0000 mgr.y (mgr.14152) 198 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 8635M 2023-12-07T15:52:52.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:51 smithi042 bash[24989]: audit 2023-12-07T15:52:50.903037+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:52.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:51 smithi042 bash[24989]: audit 2023-12-07T15:52:50.910818+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:52.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:51 smithi042 bash[24989]: audit 2023-12-07T15:52:51.394969+0000 mgr.y (mgr.14152) 199 : audit [DBG] from='client.24281 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:52.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:51 smithi042 bash[24989]: audit 2023-12-07T15:52:51.401882+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:52:52.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:51 smithi042 bash[24989]: audit 2023-12-07T15:52:51.408427+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:52:52.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:51 smithi042 bash[24989]: audit 2023-12-07T15:52:51.410315+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:52.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:51 smithi042 bash[30444]: cephadm 2023-12-07T15:52:50.880389+0000 mgr.y (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi178 2023-12-07T15:52:52.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:51 smithi042 bash[30444]: audit 2023-12-07T15:52:50.890315+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:52.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:51 smithi042 bash[30444]: audit 2023-12-07T15:52:50.892709+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:52:52.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:51 smithi042 bash[30444]: audit 2023-12-07T15:52:50.894476+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:52:52.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:51 smithi042 bash[30444]: cephadm 2023-12-07T15:52:50.895775+0000 mgr.y (mgr.14152) 198 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 8635M 2023-12-07T15:52:52.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:51 smithi042 bash[30444]: audit 2023-12-07T15:52:50.903037+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:52.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:51 smithi042 bash[30444]: audit 2023-12-07T15:52:50.910818+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:52:52.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:51 smithi042 bash[30444]: audit 2023-12-07T15:52:51.394969+0000 mgr.y (mgr.14152) 199 : audit [DBG] from='client.24281 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:52.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:51 smithi042 bash[30444]: audit 2023-12-07T15:52:51.401882+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:52:52.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:51 smithi042 bash[30444]: audit 2023-12-07T15:52:51.408427+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:52:52.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:51 smithi042 bash[30444]: audit 2023-12-07T15:52:51.410315+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:53.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:52 smithi178 bash[25068]: cluster 2023-12-07T15:52:52.120582+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; 86 KiB/s, 0 objects/s recovering 2023-12-07T15:52:53.365 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:52 smithi042 bash[24989]: cluster 2023-12-07T15:52:52.120582+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; 86 KiB/s, 0 objects/s recovering 2023-12-07T15:52:53.365 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:52 smithi042 bash[30444]: cluster 2023-12-07T15:52:52.120582+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; 86 KiB/s, 0 objects/s recovering 2023-12-07T15:52:54.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:54 smithi178 bash[25068]: audit 2023-12-07T15:52:54.130316+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:52:54.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:54 smithi178 bash[25068]: audit 2023-12-07T15:52:54.133314+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:52:54.615 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:54 smithi042 bash[24989]: audit 2023-12-07T15:52:54.130316+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:52:54.615 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:54 smithi042 bash[24989]: audit 2023-12-07T15:52:54.133314+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:52:54.615 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:54 smithi042 bash[30444]: audit 2023-12-07T15:52:54.130316+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:52:54.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:54 smithi042 bash[30444]: audit 2023-12-07T15:52:54.133314+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:52:55.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:55 smithi178 bash[25068]: cluster 2023-12-07T15:52:54.121177+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; 65 KiB/s, 0 objects/s recovering 2023-12-07T15:52:55.615 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:55 smithi042 bash[24989]: cluster 2023-12-07T15:52:54.121177+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; 65 KiB/s, 0 objects/s recovering 2023-12-07T15:52:55.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:55 smithi042 bash[30444]: cluster 2023-12-07T15:52:54.121177+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; 65 KiB/s, 0 objects/s recovering 2023-12-07T15:52:58.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:57 smithi178 bash[25068]: cluster 2023-12-07T15:52:56.121879+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; 55 KiB/s, 0 objects/s recovering 2023-12-07T15:52:58.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:57 smithi178 bash[25068]: audit 2023-12-07T15:52:57.588351+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.178:0/1280332091' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc8dd93e-1e42-4440-808e-033632fa87ee"}]: dispatch 2023-12-07T15:52:58.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:57 smithi178 bash[25068]: audit 2023-12-07T15:52:57.589252+0000 mon.a (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc8dd93e-1e42-4440-808e-033632fa87ee"}]: dispatch 2023-12-07T15:52:58.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:57 smithi178 bash[25068]: audit 2023-12-07T15:52:57.598470+0000 mon.a (mon.0) 509 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dc8dd93e-1e42-4440-808e-033632fa87ee"}]': finished 2023-12-07T15:52:58.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:57 smithi178 bash[25068]: cluster 2023-12-07T15:52:57.598702+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-07T15:52:58.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:57 smithi178 bash[25068]: audit 2023-12-07T15:52:57.599091+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:52:58.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:57 smithi042 bash[24989]: cluster 2023-12-07T15:52:56.121879+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; 55 KiB/s, 0 objects/s recovering 2023-12-07T15:52:58.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:57 smithi042 bash[24989]: audit 2023-12-07T15:52:57.588351+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.178:0/1280332091' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc8dd93e-1e42-4440-808e-033632fa87ee"}]: dispatch 2023-12-07T15:52:58.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:57 smithi042 bash[24989]: audit 2023-12-07T15:52:57.589252+0000 mon.a (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc8dd93e-1e42-4440-808e-033632fa87ee"}]: dispatch 2023-12-07T15:52:58.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:57 smithi042 bash[24989]: audit 2023-12-07T15:52:57.598470+0000 mon.a (mon.0) 509 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dc8dd93e-1e42-4440-808e-033632fa87ee"}]': finished 2023-12-07T15:52:58.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:57 smithi042 bash[24989]: cluster 2023-12-07T15:52:57.598702+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-07T15:52:58.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:57 smithi042 bash[24989]: audit 2023-12-07T15:52:57.599091+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:52:58.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:57 smithi042 bash[30444]: cluster 2023-12-07T15:52:56.121879+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; 55 KiB/s, 0 objects/s recovering 2023-12-07T15:52:58.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:57 smithi042 bash[30444]: audit 2023-12-07T15:52:57.588351+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.178:0/1280332091' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc8dd93e-1e42-4440-808e-033632fa87ee"}]: dispatch 2023-12-07T15:52:58.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:57 smithi042 bash[30444]: audit 2023-12-07T15:52:57.589252+0000 mon.a (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc8dd93e-1e42-4440-808e-033632fa87ee"}]: dispatch 2023-12-07T15:52:58.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:57 smithi042 bash[30444]: audit 2023-12-07T15:52:57.598470+0000 mon.a (mon.0) 509 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dc8dd93e-1e42-4440-808e-033632fa87ee"}]': finished 2023-12-07T15:52:58.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:57 smithi042 bash[30444]: cluster 2023-12-07T15:52:57.598702+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-07T15:52:58.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:57 smithi042 bash[30444]: audit 2023-12-07T15:52:57.599091+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:52:59.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:58 smithi178 bash[25068]: audit 2023-12-07T15:52:58.295579+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.178:0/763315465' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:52:59.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:58 smithi042 bash[24989]: audit 2023-12-07T15:52:58.295579+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.178:0/763315465' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:52:59.115 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:58 smithi042 bash[30444]: audit 2023-12-07T15:52:58.295579+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.178:0/763315465' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:53:00.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:52:59 smithi178 bash[25068]: cluster 2023-12-07T15:52:58.122520+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-07T15:53:00.115 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:52:59 smithi042 bash[30444]: cluster 2023-12-07T15:52:58.122520+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-07T15:53:00.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:52:59 smithi042 bash[24989]: cluster 2023-12-07T15:52:58.122520+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-07T15:53:01.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:01 smithi178 bash[25068]: cluster 2023-12-07T15:53:00.123200+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:02.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:01 smithi042 bash[24989]: cluster 2023-12-07T15:53:00.123200+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:02.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:01 smithi042 bash[30444]: cluster 2023-12-07T15:53:00.123200+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:04.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:03 smithi178 bash[25068]: cluster 2023-12-07T15:53:02.123815+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:04.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:03 smithi042 bash[24989]: cluster 2023-12-07T15:53:02.123815+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:04.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:03 smithi042 bash[30444]: cluster 2023-12-07T15:53:02.123815+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:06.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:05 smithi178 bash[25068]: cluster 2023-12-07T15:53:04.124430+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:06.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:05 smithi042 bash[24989]: cluster 2023-12-07T15:53:04.124430+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:06.115 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:05 smithi042 bash[30444]: cluster 2023-12-07T15:53:04.124430+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:07.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:07 smithi178 bash[25068]: cluster 2023-12-07T15:53:06.125023+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:08.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:07 smithi042 bash[24989]: cluster 2023-12-07T15:53:06.125023+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:08.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:07 smithi042 bash[30444]: cluster 2023-12-07T15:53:06.125023+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:09.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:08 smithi178 bash[25068]: audit 2023-12-07T15:53:08.374208+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-07T15:53:09.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:08 smithi178 bash[25068]: audit 2023-12-07T15:53:08.375948+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:09.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:08 smithi042 bash[24989]: audit 2023-12-07T15:53:08.374208+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-07T15:53:09.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:08 smithi042 bash[24989]: audit 2023-12-07T15:53:08.375948+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:09.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:08 smithi042 bash[30444]: audit 2023-12-07T15:53:08.374208+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-07T15:53:09.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:08 smithi042 bash[30444]: audit 2023-12-07T15:53:08.375948+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:10.018 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:09 smithi178 bash[25068]: cluster 2023-12-07T15:53:08.125674+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:10.018 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:09 smithi178 bash[25068]: cephadm 2023-12-07T15:53:08.377326+0000 mgr.y (mgr.14152) 209 : cephadm [INF] Deploying daemon osd.6 on smithi178 2023-12-07T15:53:10.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:09 smithi042 bash[24989]: cluster 2023-12-07T15:53:08.125674+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:10.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:09 smithi042 bash[24989]: cephadm 2023-12-07T15:53:08.377326+0000 mgr.y (mgr.14152) 209 : cephadm [INF] Deploying daemon osd.6 on smithi178 2023-12-07T15:53:10.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:09 smithi042 bash[30444]: cluster 2023-12-07T15:53:08.125674+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:10.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:09 smithi042 bash[30444]: cephadm 2023-12-07T15:53:08.377326+0000 mgr.y (mgr.14152) 209 : cephadm [INF] Deploying daemon osd.6 on smithi178 2023-12-07T15:53:12.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:11 smithi178 bash[25068]: cluster 2023-12-07T15:53:10.126296+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:12.115 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:11 smithi042 bash[30444]: cluster 2023-12-07T15:53:10.126296+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:12.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:11 smithi042 bash[24989]: cluster 2023-12-07T15:53:10.126296+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:13.059 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:12 smithi178 bash[25068]: cluster 2023-12-07T15:53:12.126884+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-07T15:53:13.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:12 smithi042 bash[24989]: cluster 2023-12-07T15:53:12.126884+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-07T15:53:13.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:12 smithi042 bash[30444]: cluster 2023-12-07T15:53:12.126884+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-07T15:53:14.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:14 smithi178 bash[25068]: audit 2023-12-07T15:53:13.004284+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:14.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:14 smithi178 bash[25068]: audit 2023-12-07T15:53:13.039474+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:14.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:14 smithi178 bash[25068]: audit 2023-12-07T15:53:13.042153+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:14.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:14 smithi178 bash[25068]: audit 2023-12-07T15:53:13.043905+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:14.365 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:14 smithi042 bash[24989]: audit 2023-12-07T15:53:13.004284+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:14.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:14 smithi042 bash[24989]: audit 2023-12-07T15:53:13.039474+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:14.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:14 smithi042 bash[24989]: audit 2023-12-07T15:53:13.042153+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:14.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:14 smithi042 bash[24989]: audit 2023-12-07T15:53:13.043905+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:14.366 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:14 smithi042 bash[30444]: audit 2023-12-07T15:53:13.004284+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:14.366 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:14 smithi042 bash[30444]: audit 2023-12-07T15:53:13.039474+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:14.366 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:14 smithi042 bash[30444]: audit 2023-12-07T15:53:13.042153+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:14.366 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:14 smithi042 bash[30444]: audit 2023-12-07T15:53:13.043905+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:15.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:15 smithi178 bash[25068]: cluster 2023-12-07T15:53:14.127479+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:15.365 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:15 smithi042 bash[24989]: cluster 2023-12-07T15:53:14.127479+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:15.366 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:15 smithi042 bash[30444]: cluster 2023-12-07T15:53:14.127479+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:17.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:17 smithi178 bash[25068]: cluster 2023-12-07T15:53:16.128102+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:17.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:17 smithi178 bash[25068]: audit 2023-12-07T15:53:17.100480+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:17.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:17 smithi178 bash[25068]: audit 2023-12-07T15:53:17.379280+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:18.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:17 smithi042 bash[24989]: cluster 2023-12-07T15:53:16.128102+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:18.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:17 smithi042 bash[24989]: audit 2023-12-07T15:53:17.100480+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:18.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:17 smithi042 bash[24989]: audit 2023-12-07T15:53:17.379280+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:18.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:17 smithi042 bash[30444]: cluster 2023-12-07T15:53:16.128102+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:18.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:17 smithi042 bash[30444]: audit 2023-12-07T15:53:17.100480+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:18.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:17 smithi042 bash[30444]: audit 2023-12-07T15:53:17.379280+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:19.758 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:19 smithi178 bash[25068]: cluster 2023-12-07T15:53:18.128681+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:20.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:19 smithi042 bash[24989]: cluster 2023-12-07T15:53:18.128681+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:20.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:19 smithi042 bash[30444]: cluster 2023-12-07T15:53:18.128681+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:20.328 INFO:teuthology.orchestra.run.smithi178.stdout:Created osd(s) 6 on host 'smithi178' 2023-12-07T15:53:21.092 DEBUG:teuthology.orchestra.run.smithi178:osd.6> sudo journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.6.service 2023-12-07T15:53:21.095 INFO:tasks.cephadm:Deploying osd.7 on smithi178 with /dev/vg_nvme/lv_1... 2023-12-07T15:53:21.095 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-07T15:53:21.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:21 smithi178 bash[25068]: cluster 2023-12-07T15:53:20.129284+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:21.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:21 smithi178 bash[25068]: audit 2023-12-07T15:53:20.326312+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:21.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:21 smithi178 bash[25068]: audit 2023-12-07T15:53:20.356019+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:21.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:21 smithi178 bash[25068]: audit 2023-12-07T15:53:20.358638+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:21.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:21 smithi178 bash[25068]: audit 2023-12-07T15:53:20.360540+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:21.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:21 smithi178 bash[25068]: audit 2023-12-07T15:53:20.551721+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.178:6816/3795061975,v1:172.21.15.178:6817/3795061975]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T15:53:21.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:21 smithi178 bash[25068]: audit 2023-12-07T15:53:20.552353+0000 mon.a (mon.0) 524 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T15:53:21.596 INFO:journalctl@ceph.osd.6.smithi178.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:53:21.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:21 smithi042 bash[24989]: cluster 2023-12-07T15:53:20.129284+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:21.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:21 smithi042 bash[24989]: audit 2023-12-07T15:53:20.326312+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:21.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:21 smithi042 bash[24989]: audit 2023-12-07T15:53:20.356019+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:21.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:21 smithi042 bash[24989]: audit 2023-12-07T15:53:20.358638+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:21.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:21 smithi042 bash[24989]: audit 2023-12-07T15:53:20.360540+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:21.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:21 smithi042 bash[24989]: audit 2023-12-07T15:53:20.551721+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.178:6816/3795061975,v1:172.21.15.178:6817/3795061975]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T15:53:21.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:21 smithi042 bash[24989]: audit 2023-12-07T15:53:20.552353+0000 mon.a (mon.0) 524 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T15:53:21.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:21 smithi042 bash[30444]: cluster 2023-12-07T15:53:20.129284+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:21.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:21 smithi042 bash[30444]: audit 2023-12-07T15:53:20.326312+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:21.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:21 smithi042 bash[30444]: audit 2023-12-07T15:53:20.356019+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:21.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:21 smithi042 bash[30444]: audit 2023-12-07T15:53:20.358638+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:21.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:21 smithi042 bash[30444]: audit 2023-12-07T15:53:20.360540+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:21.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:21 smithi042 bash[30444]: audit 2023-12-07T15:53:20.551721+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.178:6816/3795061975,v1:172.21.15.178:6817/3795061975]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T15:53:21.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:21 smithi042 bash[30444]: audit 2023-12-07T15:53:20.552353+0000 mon.a (mon.0) 524 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T15:53:22.605 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 15:53:22 smithi178 bash[34593]: debug 2023-12-07T15:53:22.348+0000 7fb96a184700 -1 osd.6 0 waiting for initial osdmap 2023-12-07T15:53:22.605 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 15:53:22 smithi178 bash[34593]: debug 2023-12-07T15:53:22.360+0000 7fb962b17700 -1 osd.6 46 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T15:53:22.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:22 smithi178 bash[25068]: audit 2023-12-07T15:53:21.339113+0000 mon.a (mon.0) 525 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-07T15:53:22.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:22 smithi178 bash[25068]: cluster 2023-12-07T15:53:21.339246+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-07T15:53:22.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:22 smithi178 bash[25068]: audit 2023-12-07T15:53:21.339503+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:53:22.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:22 smithi178 bash[25068]: audit 2023-12-07T15:53:21.340426+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.178:6816/3795061975,v1:172.21.15.178:6817/3795061975]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:53:22.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:22 smithi178 bash[25068]: audit 2023-12-07T15:53:21.341144+0000 mon.a (mon.0) 528 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:53:22.615 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:22 smithi042 bash[30444]: audit 2023-12-07T15:53:21.339113+0000 mon.a (mon.0) 525 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-07T15:53:22.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:22 smithi042 bash[30444]: cluster 2023-12-07T15:53:21.339246+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-07T15:53:22.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:22 smithi042 bash[30444]: audit 2023-12-07T15:53:21.339503+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:53:22.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:22 smithi042 bash[30444]: audit 2023-12-07T15:53:21.340426+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.178:6816/3795061975,v1:172.21.15.178:6817/3795061975]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:53:22.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:22 smithi042 bash[30444]: audit 2023-12-07T15:53:21.341144+0000 mon.a (mon.0) 528 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:53:22.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:22 smithi042 bash[24989]: audit 2023-12-07T15:53:21.339113+0000 mon.a (mon.0) 525 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-07T15:53:22.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:22 smithi042 bash[24989]: cluster 2023-12-07T15:53:21.339246+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-07T15:53:22.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:22 smithi042 bash[24989]: audit 2023-12-07T15:53:21.339503+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:53:22.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:22 smithi042 bash[24989]: audit 2023-12-07T15:53:21.340426+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.178:6816/3795061975,v1:172.21.15.178:6817/3795061975]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:53:22.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:22 smithi042 bash[24989]: audit 2023-12-07T15:53:21.341144+0000 mon.a (mon.0) 528 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:53:23.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:23 smithi178 bash[25068]: cluster 2023-12-07T15:53:22.129870+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:23.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:23 smithi178 bash[25068]: audit 2023-12-07T15:53:22.343351+0000 mon.a (mon.0) 529 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2023-12-07T15:53:23.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:23 smithi178 bash[25068]: cluster 2023-12-07T15:53:22.343541+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2023-12-07T15:53:23.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:23 smithi178 bash[25068]: audit 2023-12-07T15:53:22.344339+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:53:23.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:23 smithi178 bash[25068]: audit 2023-12-07T15:53:22.351580+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:53:23.615 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:23 smithi042 bash[24989]: cluster 2023-12-07T15:53:22.129870+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:23.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:23 smithi042 bash[24989]: audit 2023-12-07T15:53:22.343351+0000 mon.a (mon.0) 529 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2023-12-07T15:53:23.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:23 smithi042 bash[24989]: cluster 2023-12-07T15:53:22.343541+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2023-12-07T15:53:23.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:23 smithi042 bash[24989]: audit 2023-12-07T15:53:22.344339+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:53:23.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:23 smithi042 bash[24989]: audit 2023-12-07T15:53:22.351580+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:53:23.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:23 smithi042 bash[30444]: cluster 2023-12-07T15:53:22.129870+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:23.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:23 smithi042 bash[30444]: audit 2023-12-07T15:53:22.343351+0000 mon.a (mon.0) 529 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2023-12-07T15:53:23.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:23 smithi042 bash[30444]: cluster 2023-12-07T15:53:22.343541+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2023-12-07T15:53:23.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:23 smithi042 bash[30444]: audit 2023-12-07T15:53:22.344339+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:53:23.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:23 smithi042 bash[30444]: audit 2023-12-07T15:53:22.351580+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:53:24.673 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:24 smithi178 bash[25068]: cluster 2023-12-07T15:53:21.571175+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:53:24.673 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:24 smithi178 bash[25068]: cluster 2023-12-07T15:53:21.571350+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:53:24.673 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:24 smithi178 bash[25068]: cluster 2023-12-07T15:53:23.354642+0000 mon.a (mon.0) 533 : cluster [INF] osd.6 [v2:172.21.15.178:6816/3795061975,v1:172.21.15.178:6817/3795061975] boot 2023-12-07T15:53:24.673 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:24 smithi178 bash[25068]: cluster 2023-12-07T15:53:23.354769+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-07T15:53:24.673 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:24 smithi178 bash[25068]: audit 2023-12-07T15:53:23.355511+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:53:24.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:24 smithi042 bash[24989]: cluster 2023-12-07T15:53:21.571175+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:53:24.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:24 smithi042 bash[24989]: cluster 2023-12-07T15:53:21.571350+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:53:24.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:24 smithi042 bash[24989]: cluster 2023-12-07T15:53:23.354642+0000 mon.a (mon.0) 533 : cluster [INF] osd.6 [v2:172.21.15.178:6816/3795061975,v1:172.21.15.178:6817/3795061975] boot 2023-12-07T15:53:24.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:24 smithi042 bash[24989]: cluster 2023-12-07T15:53:23.354769+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-07T15:53:24.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:24 smithi042 bash[24989]: audit 2023-12-07T15:53:23.355511+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:53:24.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:24 smithi042 bash[30444]: cluster 2023-12-07T15:53:21.571175+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:53:24.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:24 smithi042 bash[30444]: cluster 2023-12-07T15:53:21.571350+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:53:24.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:24 smithi042 bash[30444]: cluster 2023-12-07T15:53:23.354642+0000 mon.a (mon.0) 533 : cluster [INF] osd.6 [v2:172.21.15.178:6816/3795061975,v1:172.21.15.178:6817/3795061975] boot 2023-12-07T15:53:24.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:24 smithi042 bash[30444]: cluster 2023-12-07T15:53:23.354769+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-07T15:53:24.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:24 smithi042 bash[30444]: audit 2023-12-07T15:53:23.355511+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:53:25.217 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-07T15:53:25.217 INFO:teuthology.orchestra.run.smithi178.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-07T15:53:25.217 INFO:teuthology.orchestra.run.smithi178.stderr: stderr: 10+0 records in 2023-12-07T15:53:25.217 INFO:teuthology.orchestra.run.smithi178.stderr:10+0 records out 2023-12-07T15:53:25.218 INFO:teuthology.orchestra.run.smithi178.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0143721 s, 730 MB/s 2023-12-07T15:53:25.218 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping successful for: 2023-12-07T15:53:25.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:25 smithi178 bash[25068]: cluster 2023-12-07T15:53:24.130453+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:25.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:25 smithi178 bash[25068]: cluster 2023-12-07T15:53:24.371669+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-07T15:53:25.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:25 smithi042 bash[24989]: cluster 2023-12-07T15:53:24.130453+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:25.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:25 smithi042 bash[24989]: cluster 2023-12-07T15:53:24.371669+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-07T15:53:25.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:25 smithi042 bash[30444]: cluster 2023-12-07T15:53:24.130453+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:53:25.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:25 smithi042 bash[30444]: cluster 2023-12-07T15:53:24.371669+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-07T15:53:26.732 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:26 smithi178 bash[25068]: cluster 2023-12-07T15:53:25.379299+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-07T15:53:26.733 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi178:vg_nvme/lv_1 2023-12-07T15:53:26.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:26 smithi042 bash[24989]: cluster 2023-12-07T15:53:25.379299+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-07T15:53:26.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:26 smithi042 bash[30444]: cluster 2023-12-07T15:53:25.379299+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-07T15:53:27.719 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:27 smithi178 bash[25068]: cluster 2023-12-07T15:53:26.131029+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:27.719 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:27 smithi178 bash[25068]: cluster 2023-12-07T15:53:26.388683+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-07T15:53:27.719 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:27 smithi178 bash[25068]: cluster 2023-12-07T15:53:26.717095+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2023-12-07T15:53:27.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:27 smithi042 bash[30444]: cluster 2023-12-07T15:53:26.131029+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:27.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:27 smithi042 bash[30444]: cluster 2023-12-07T15:53:26.388683+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-07T15:53:27.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:27 smithi042 bash[30444]: cluster 2023-12-07T15:53:26.717095+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2023-12-07T15:53:27.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:27 smithi042 bash[24989]: cluster 2023-12-07T15:53:26.131029+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:27.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:27 smithi042 bash[24989]: cluster 2023-12-07T15:53:26.388683+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-07T15:53:27.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:27 smithi042 bash[24989]: cluster 2023-12-07T15:53:26.717095+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2023-12-07T15:53:29.038 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:28 smithi178 bash[25068]: cluster 2023-12-07T15:53:27.726744+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e52: 7 total, 7 up, 7 in 2023-12-07T15:53:29.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:28 smithi042 bash[24989]: cluster 2023-12-07T15:53:27.726744+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e52: 7 total, 7 up, 7 in 2023-12-07T15:53:29.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:28 smithi042 bash[30444]: cluster 2023-12-07T15:53:27.726744+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e52: 7 total, 7 up, 7 in 2023-12-07T15:53:30.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:29 smithi178 bash[25068]: cluster 2023-12-07T15:53:28.131616+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:30.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:29 smithi042 bash[24989]: cluster 2023-12-07T15:53:28.131616+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:30.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:29 smithi042 bash[30444]: cluster 2023-12-07T15:53:28.131616+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:31.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:31 smithi178 bash[25068]: cluster 2023-12-07T15:53:30.132275+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 109 KiB/s, 0 objects/s recovering 2023-12-07T15:53:31.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:31 smithi178 bash[25068]: cephadm 2023-12-07T15:53:30.513595+0000 mgr.y (mgr.14152) 221 : cephadm [INF] Detected new or changed devices on smithi178 2023-12-07T15:53:31.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:31 smithi178 bash[25068]: audit 2023-12-07T15:53:30.524250+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:31.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:31 smithi178 bash[25068]: audit 2023-12-07T15:53:30.526272+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:53:31.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:31 smithi178 bash[25068]: audit 2023-12-07T15:53:30.527989+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:53:31.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:31 smithi178 bash[25068]: audit 2023-12-07T15:53:30.529674+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:53:31.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:31 smithi178 bash[25068]: cephadm 2023-12-07T15:53:30.530821+0000 mgr.y (mgr.14152) 222 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 5756M 2023-12-07T15:53:31.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:31 smithi178 bash[25068]: audit 2023-12-07T15:53:30.538108+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:31.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:31 smithi178 bash[25068]: audit 2023-12-07T15:53:30.545110+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:31.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:31 smithi178 bash[25068]: audit 2023-12-07T15:53:31.052920+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:53:31.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:31 smithi178 bash[25068]: audit 2023-12-07T15:53:31.059275+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:53:31.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:31 smithi178 bash[25068]: audit 2023-12-07T15:53:31.061110+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:31.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[24989]: cluster 2023-12-07T15:53:30.132275+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 109 KiB/s, 0 objects/s recovering 2023-12-07T15:53:31.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[24989]: cephadm 2023-12-07T15:53:30.513595+0000 mgr.y (mgr.14152) 221 : cephadm [INF] Detected new or changed devices on smithi178 2023-12-07T15:53:31.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[24989]: audit 2023-12-07T15:53:30.524250+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:31.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[24989]: audit 2023-12-07T15:53:30.526272+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:53:31.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[24989]: audit 2023-12-07T15:53:30.527989+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:53:31.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[24989]: audit 2023-12-07T15:53:30.529674+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:53:31.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[24989]: cephadm 2023-12-07T15:53:30.530821+0000 mgr.y (mgr.14152) 222 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 5756M 2023-12-07T15:53:31.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[24989]: audit 2023-12-07T15:53:30.538108+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:31.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[24989]: audit 2023-12-07T15:53:30.545110+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:31.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[24989]: audit 2023-12-07T15:53:31.052920+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:53:31.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[24989]: audit 2023-12-07T15:53:31.059275+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:53:31.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[24989]: audit 2023-12-07T15:53:31.061110+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:31.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[30444]: cluster 2023-12-07T15:53:30.132275+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 109 KiB/s, 0 objects/s recovering 2023-12-07T15:53:31.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[30444]: cephadm 2023-12-07T15:53:30.513595+0000 mgr.y (mgr.14152) 221 : cephadm [INF] Detected new or changed devices on smithi178 2023-12-07T15:53:31.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[30444]: audit 2023-12-07T15:53:30.524250+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:31.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[30444]: audit 2023-12-07T15:53:30.526272+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:53:31.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[30444]: audit 2023-12-07T15:53:30.527989+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:53:31.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[30444]: audit 2023-12-07T15:53:30.529674+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:53:31.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[30444]: cephadm 2023-12-07T15:53:30.530821+0000 mgr.y (mgr.14152) 222 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 5756M 2023-12-07T15:53:31.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[30444]: audit 2023-12-07T15:53:30.538108+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:31.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[30444]: audit 2023-12-07T15:53:30.545110+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:31.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[30444]: audit 2023-12-07T15:53:31.052920+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:53:31.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[30444]: audit 2023-12-07T15:53:31.059275+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:53:31.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:31 smithi042 bash[30444]: audit 2023-12-07T15:53:31.061110+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:33.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:32 smithi178 bash[25068]: audit 2023-12-07T15:53:31.046039+0000 mgr.y (mgr.14152) 223 : audit [DBG] from='client.24308 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:33.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:32 smithi042 bash[24989]: audit 2023-12-07T15:53:31.046039+0000 mgr.y (mgr.14152) 223 : audit [DBG] from='client.24308 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:33.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:32 smithi042 bash[30444]: audit 2023-12-07T15:53:31.046039+0000 mgr.y (mgr.14152) 223 : audit [DBG] from='client.24308 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:34.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:33 smithi042 bash[24989]: cluster 2023-12-07T15:53:32.132817+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-07T15:53:34.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:33 smithi042 bash[30444]: cluster 2023-12-07T15:53:32.132817+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-07T15:53:34.120 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:33 smithi178 bash[25068]: cluster 2023-12-07T15:53:32.132817+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-07T15:53:36.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:35 smithi178 bash[25068]: cluster 2023-12-07T15:53:34.133415+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 67 KiB/s, 0 objects/s recovering 2023-12-07T15:53:36.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:35 smithi042 bash[24989]: cluster 2023-12-07T15:53:34.133415+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 67 KiB/s, 0 objects/s recovering 2023-12-07T15:53:36.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:35 smithi042 bash[30444]: cluster 2023-12-07T15:53:34.133415+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 67 KiB/s, 0 objects/s recovering 2023-12-07T15:53:38.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:37 smithi178 bash[25068]: cluster 2023-12-07T15:53:36.133998+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-07T15:53:38.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:37 smithi178 bash[25068]: audit 2023-12-07T15:53:37.278068+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.178:0/1107276074' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab510f6f-81f5-4848-b2b2-9bc08ba6de89"}]: dispatch 2023-12-07T15:53:38.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:37 smithi178 bash[25068]: audit 2023-12-07T15:53:37.278997+0000 mon.a (mon.0) 550 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab510f6f-81f5-4848-b2b2-9bc08ba6de89"}]: dispatch 2023-12-07T15:53:38.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:37 smithi178 bash[25068]: audit 2023-12-07T15:53:37.288352+0000 mon.a (mon.0) 551 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ab510f6f-81f5-4848-b2b2-9bc08ba6de89"}]': finished 2023-12-07T15:53:38.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:37 smithi178 bash[25068]: cluster 2023-12-07T15:53:37.288579+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-07T15:53:38.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:37 smithi178 bash[25068]: audit 2023-12-07T15:53:37.288786+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:53:38.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:37 smithi042 bash[24989]: cluster 2023-12-07T15:53:36.133998+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-07T15:53:38.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:37 smithi042 bash[24989]: audit 2023-12-07T15:53:37.278068+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.178:0/1107276074' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab510f6f-81f5-4848-b2b2-9bc08ba6de89"}]: dispatch 2023-12-07T15:53:38.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:37 smithi042 bash[24989]: audit 2023-12-07T15:53:37.278997+0000 mon.a (mon.0) 550 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab510f6f-81f5-4848-b2b2-9bc08ba6de89"}]: dispatch 2023-12-07T15:53:38.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:37 smithi042 bash[24989]: audit 2023-12-07T15:53:37.288352+0000 mon.a (mon.0) 551 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ab510f6f-81f5-4848-b2b2-9bc08ba6de89"}]': finished 2023-12-07T15:53:38.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:37 smithi042 bash[24989]: cluster 2023-12-07T15:53:37.288579+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-07T15:53:38.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:37 smithi042 bash[24989]: audit 2023-12-07T15:53:37.288786+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:53:38.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:37 smithi042 bash[30444]: cluster 2023-12-07T15:53:36.133998+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-07T15:53:38.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:37 smithi042 bash[30444]: audit 2023-12-07T15:53:37.278068+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.178:0/1107276074' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab510f6f-81f5-4848-b2b2-9bc08ba6de89"}]: dispatch 2023-12-07T15:53:38.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:37 smithi042 bash[30444]: audit 2023-12-07T15:53:37.278997+0000 mon.a (mon.0) 550 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab510f6f-81f5-4848-b2b2-9bc08ba6de89"}]: dispatch 2023-12-07T15:53:38.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:37 smithi042 bash[30444]: audit 2023-12-07T15:53:37.288352+0000 mon.a (mon.0) 551 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ab510f6f-81f5-4848-b2b2-9bc08ba6de89"}]': finished 2023-12-07T15:53:38.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:37 smithi042 bash[30444]: cluster 2023-12-07T15:53:37.288579+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-07T15:53:38.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:37 smithi042 bash[30444]: audit 2023-12-07T15:53:37.288786+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:53:39.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:38 smithi178 bash[25068]: audit 2023-12-07T15:53:38.022547+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.178:0/3124881760' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:53:39.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:38 smithi042 bash[24989]: audit 2023-12-07T15:53:38.022547+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.178:0/3124881760' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:53:39.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:38 smithi042 bash[30444]: audit 2023-12-07T15:53:38.022547+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.178:0/3124881760' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:53:40.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:39 smithi178 bash[25068]: cluster 2023-12-07T15:53:38.134626+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v215: 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-07T15:53:40.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:39 smithi042 bash[24989]: cluster 2023-12-07T15:53:38.134626+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v215: 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-07T15:53:40.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:39 smithi042 bash[30444]: cluster 2023-12-07T15:53:38.134626+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v215: 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-07T15:53:42.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:41 smithi178 bash[25068]: cluster 2023-12-07T15:53:40.135224+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:42.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:41 smithi042 bash[24989]: cluster 2023-12-07T15:53:40.135224+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:42.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:41 smithi042 bash[30444]: cluster 2023-12-07T15:53:40.135224+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:44.064 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:43 smithi178 bash[25068]: cluster 2023-12-07T15:53:42.135789+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:44.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:43 smithi042 bash[24989]: cluster 2023-12-07T15:53:42.135789+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:44.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:43 smithi042 bash[30444]: cluster 2023-12-07T15:53:42.135789+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:45.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:44 smithi178 bash[25068]: cluster 2023-12-07T15:53:44.136378+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:45.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:44 smithi042 bash[24989]: cluster 2023-12-07T15:53:44.136378+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:45.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:44 smithi042 bash[30444]: cluster 2023-12-07T15:53:44.136378+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:48.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:47 smithi178 bash[25068]: cluster 2023-12-07T15:53:46.137018+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:48.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:47 smithi042 bash[24989]: cluster 2023-12-07T15:53:46.137018+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:48.115 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:47 smithi042 bash[30444]: cluster 2023-12-07T15:53:46.137018+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:48.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:48 smithi178 bash[25068]: audit 2023-12-07T15:53:48.222045+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-07T15:53:48.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:48 smithi178 bash[25068]: audit 2023-12-07T15:53:48.223867+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:48 smithi042 bash[24989]: audit 2023-12-07T15:53:48.222045+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-07T15:53:49.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:48 smithi042 bash[24989]: audit 2023-12-07T15:53:48.223867+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:48 smithi042 bash[30444]: audit 2023-12-07T15:53:48.222045+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-07T15:53:49.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:48 smithi042 bash[30444]: audit 2023-12-07T15:53:48.223867+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:49 smithi178 bash[25068]: cluster 2023-12-07T15:53:48.137594+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:50.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:49 smithi178 bash[25068]: cephadm 2023-12-07T15:53:48.225323+0000 mgr.y (mgr.14152) 233 : cephadm [INF] Deploying daemon osd.7 on smithi178 2023-12-07T15:53:50.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:49 smithi042 bash[24989]: cluster 2023-12-07T15:53:48.137594+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:50.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:49 smithi042 bash[24989]: cephadm 2023-12-07T15:53:48.225323+0000 mgr.y (mgr.14152) 233 : cephadm [INF] Deploying daemon osd.7 on smithi178 2023-12-07T15:53:50.115 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:49 smithi042 bash[30444]: cluster 2023-12-07T15:53:48.137594+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:50.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:49 smithi042 bash[30444]: cephadm 2023-12-07T15:53:48.225323+0000 mgr.y (mgr.14152) 233 : cephadm [INF] Deploying daemon osd.7 on smithi178 2023-12-07T15:53:51.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:51 smithi178 bash[25068]: cluster 2023-12-07T15:53:50.138274+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:52.115 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:51 smithi042 bash[30444]: cluster 2023-12-07T15:53:50.138274+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:52.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:51 smithi042 bash[24989]: cluster 2023-12-07T15:53:50.138274+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:53.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:53 smithi178 bash[25068]: cluster 2023-12-07T15:53:52.138913+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:53.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:53 smithi178 bash[25068]: audit 2023-12-07T15:53:52.516374+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:53.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:53 smithi178 bash[25068]: audit 2023-12-07T15:53:52.523560+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:53 smithi178 bash[25068]: audit 2023-12-07T15:53:52.525840+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:53 smithi178 bash[25068]: audit 2023-12-07T15:53:52.527161+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.865 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:53 smithi042 bash[30444]: cluster 2023-12-07T15:53:52.138913+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:53.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:53 smithi042 bash[30444]: audit 2023-12-07T15:53:52.516374+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:53.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:53 smithi042 bash[30444]: audit 2023-12-07T15:53:52.523560+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:53 smithi042 bash[30444]: audit 2023-12-07T15:53:52.525840+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:53 smithi042 bash[30444]: audit 2023-12-07T15:53:52.527161+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:53 smithi042 bash[24989]: cluster 2023-12-07T15:53:52.138913+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:53.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:53 smithi042 bash[24989]: audit 2023-12-07T15:53:52.516374+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:53.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:53 smithi042 bash[24989]: audit 2023-12-07T15:53:52.523560+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:53 smithi042 bash[24989]: audit 2023-12-07T15:53:52.525840+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:53 smithi042 bash[24989]: audit 2023-12-07T15:53:52.527161+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:54 smithi178 bash[25068]: audit 2023-12-07T15:53:54.134829+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:53:54.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:54 smithi178 bash[25068]: audit 2023-12-07T15:53:54.137146+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:53:54.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:54 smithi042 bash[24989]: audit 2023-12-07T15:53:54.134829+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:53:54.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:54 smithi042 bash[24989]: audit 2023-12-07T15:53:54.137146+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:53:54.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:54 smithi042 bash[30444]: audit 2023-12-07T15:53:54.134829+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:53:54.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:54 smithi042 bash[30444]: audit 2023-12-07T15:53:54.137146+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:53:55.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:55 smithi178 bash[25068]: cluster 2023-12-07T15:53:54.139322+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:55.865 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:55 smithi042 bash[24989]: cluster 2023-12-07T15:53:54.139322+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:55.865 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:55 smithi042 bash[30444]: cluster 2023-12-07T15:53:54.139322+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:58.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:57 smithi178 bash[25068]: cluster 2023-12-07T15:53:56.139883+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:58.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:57 smithi178 bash[25068]: audit 2023-12-07T15:53:56.745091+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:58.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:57 smithi178 bash[25068]: audit 2023-12-07T15:53:56.751888+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:58.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:57 smithi042 bash[24989]: cluster 2023-12-07T15:53:56.139883+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:58.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:57 smithi042 bash[24989]: audit 2023-12-07T15:53:56.745091+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:58.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:57 smithi042 bash[24989]: audit 2023-12-07T15:53:56.751888+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:58.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:57 smithi042 bash[30444]: cluster 2023-12-07T15:53:56.139883+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:53:58.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:57 smithi042 bash[30444]: audit 2023-12-07T15:53:56.745091+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:58.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:57 smithi042 bash[30444]: audit 2023-12-07T15:53:56.751888+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:53:59.754 INFO:teuthology.orchestra.run.smithi178.stdout:Created osd(s) 7 on host 'smithi178' 2023-12-07T15:54:00.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:53:59 smithi178 bash[25068]: cluster 2023-12-07T15:53:58.140536+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:54:00.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:53:59 smithi042 bash[24989]: cluster 2023-12-07T15:53:58.140536+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:54:00.115 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:53:59 smithi042 bash[30444]: cluster 2023-12-07T15:53:58.140536+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:54:00.480 DEBUG:teuthology.orchestra.run.smithi178:osd.7> sudo journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.7.service 2023-12-07T15:54:00.482 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-07T15:54:00.483 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-07T15:54:00.826 INFO:journalctl@ceph.osd.7.smithi178.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:54:01.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:00 smithi178 bash[25068]: audit 2023-12-07T15:53:59.752367+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:54:01.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:00 smithi178 bash[25068]: audit 2023-12-07T15:53:59.777751+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:01.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:00 smithi178 bash[25068]: audit 2023-12-07T15:53:59.780394+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:01.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:00 smithi178 bash[25068]: audit 2023-12-07T15:53:59.782127+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:01.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:00 smithi178 bash[25068]: audit 2023-12-07T15:54:00.118729+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.178:6824/3871969898,v1:172.21.15.178:6825/3871969898]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T15:54:01.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:00 smithi178 bash[25068]: audit 2023-12-07T15:54:00.119704+0000 mon.a (mon.0) 568 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T15:54:01.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:00 smithi042 bash[24989]: audit 2023-12-07T15:53:59.752367+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:54:01.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:00 smithi042 bash[24989]: audit 2023-12-07T15:53:59.777751+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:01.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:00 smithi042 bash[24989]: audit 2023-12-07T15:53:59.780394+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:01.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:00 smithi042 bash[24989]: audit 2023-12-07T15:53:59.782127+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:01.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:00 smithi042 bash[24989]: audit 2023-12-07T15:54:00.118729+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.178:6824/3871969898,v1:172.21.15.178:6825/3871969898]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T15:54:01.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:00 smithi042 bash[24989]: audit 2023-12-07T15:54:00.119704+0000 mon.a (mon.0) 568 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T15:54:01.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:00 smithi042 bash[30444]: audit 2023-12-07T15:53:59.752367+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:54:01.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:00 smithi042 bash[30444]: audit 2023-12-07T15:53:59.777751+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:01.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:00 smithi042 bash[30444]: audit 2023-12-07T15:53:59.780394+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:01.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:00 smithi042 bash[30444]: audit 2023-12-07T15:53:59.782127+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:01.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:00 smithi042 bash[30444]: audit 2023-12-07T15:54:00.118729+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.178:6824/3871969898,v1:172.21.15.178:6825/3871969898]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T15:54:01.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:00 smithi042 bash[30444]: audit 2023-12-07T15:54:00.119704+0000 mon.a (mon.0) 568 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T15:54:01.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:01 smithi042 bash[24989]: cluster 2023-12-07T15:54:00.141237+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:54:01.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:01 smithi042 bash[24989]: audit 2023-12-07T15:54:00.769419+0000 mon.a (mon.0) 569 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-07T15:54:01.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:01 smithi042 bash[24989]: cluster 2023-12-07T15:54:00.769562+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2023-12-07T15:54:01.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:01 smithi042 bash[24989]: audit 2023-12-07T15:54:00.769826+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:54:01.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:01 smithi042 bash[24989]: audit 2023-12-07T15:54:00.770959+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.178:6824/3871969898,v1:172.21.15.178:6825/3871969898]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:54:01.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:01 smithi042 bash[24989]: audit 2023-12-07T15:54:00.772078+0000 mon.a (mon.0) 572 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:54:01.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:01 smithi042 bash[30444]: cluster 2023-12-07T15:54:00.141237+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:54:01.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:01 smithi042 bash[30444]: audit 2023-12-07T15:54:00.769419+0000 mon.a (mon.0) 569 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-07T15:54:01.866 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:01 smithi042 bash[30444]: cluster 2023-12-07T15:54:00.769562+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2023-12-07T15:54:01.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:01 smithi042 bash[30444]: audit 2023-12-07T15:54:00.769826+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:54:01.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:01 smithi042 bash[30444]: audit 2023-12-07T15:54:00.770959+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.178:6824/3871969898,v1:172.21.15.178:6825/3871969898]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:54:01.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:01 smithi042 bash[30444]: audit 2023-12-07T15:54:00.772078+0000 mon.a (mon.0) 572 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:54:02.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 15:54:01 smithi178 bash[37737]: debug 2023-12-07T15:54:01.779+0000 7f7362252700 -1 osd.7 0 waiting for initial osdmap 2023-12-07T15:54:02.106 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 15:54:01 smithi178 bash[37737]: debug 2023-12-07T15:54:01.795+0000 7f735d3ea700 -1 osd.7 55 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T15:54:02.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:01 smithi178 bash[25068]: cluster 2023-12-07T15:54:00.141237+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:54:02.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:01 smithi178 bash[25068]: audit 2023-12-07T15:54:00.769419+0000 mon.a (mon.0) 569 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-07T15:54:02.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:01 smithi178 bash[25068]: cluster 2023-12-07T15:54:00.769562+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2023-12-07T15:54:02.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:01 smithi178 bash[25068]: audit 2023-12-07T15:54:00.769826+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:54:02.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:01 smithi178 bash[25068]: audit 2023-12-07T15:54:00.770959+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.178:6824/3871969898,v1:172.21.15.178:6825/3871969898]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:54:02.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:01 smithi178 bash[25068]: audit 2023-12-07T15:54:00.772078+0000 mon.a (mon.0) 572 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T15:54:02.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:02 smithi178 bash[25068]: audit 2023-12-07T15:54:01.777636+0000 mon.a (mon.0) 573 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2023-12-07T15:54:02.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:02 smithi178 bash[25068]: cluster 2023-12-07T15:54:01.777717+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e55: 8 total, 7 up, 8 in 2023-12-07T15:54:02.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:02 smithi178 bash[25068]: audit 2023-12-07T15:54:01.777898+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:54:02.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:02 smithi178 bash[25068]: audit 2023-12-07T15:54:01.786858+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:54:02.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:02 smithi178 bash[25068]: cluster 2023-12-07T15:54:02.141873+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:54:03.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:02 smithi042 bash[24989]: audit 2023-12-07T15:54:01.777636+0000 mon.a (mon.0) 573 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2023-12-07T15:54:03.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:02 smithi042 bash[24989]: cluster 2023-12-07T15:54:01.777717+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e55: 8 total, 7 up, 8 in 2023-12-07T15:54:03.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:02 smithi042 bash[24989]: audit 2023-12-07T15:54:01.777898+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:54:03.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:02 smithi042 bash[24989]: audit 2023-12-07T15:54:01.786858+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:54:03.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:02 smithi042 bash[24989]: cluster 2023-12-07T15:54:02.141873+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:54:03.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:02 smithi042 bash[30444]: audit 2023-12-07T15:54:01.777636+0000 mon.a (mon.0) 573 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2023-12-07T15:54:03.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:02 smithi042 bash[30444]: cluster 2023-12-07T15:54:01.777717+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e55: 8 total, 7 up, 8 in 2023-12-07T15:54:03.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:02 smithi042 bash[30444]: audit 2023-12-07T15:54:01.777898+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:54:03.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:02 smithi042 bash[30444]: audit 2023-12-07T15:54:01.786858+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:54:03.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:02 smithi042 bash[30444]: cluster 2023-12-07T15:54:02.141873+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:54:03.583 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T15:54:03.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:03 smithi178 bash[25068]: cluster 2023-12-07T15:54:01.100442+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:54:03.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:03 smithi178 bash[25068]: cluster 2023-12-07T15:54:01.100634+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:54:03.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:03 smithi178 bash[25068]: cluster 2023-12-07T15:54:02.782446+0000 mon.a (mon.0) 577 : cluster [INF] osd.7 [v2:172.21.15.178:6824/3871969898,v1:172.21.15.178:6825/3871969898] boot 2023-12-07T15:54:03.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:03 smithi178 bash[25068]: cluster 2023-12-07T15:54:02.782512+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-07T15:54:03.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:03 smithi178 bash[25068]: audit 2023-12-07T15:54:02.783274+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:54:03.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:03 smithi178 bash[25068]: audit 2023-12-07T15:54:03.582841+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.42:0/830778715' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T15:54:04.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:03 smithi042 bash[30444]: cluster 2023-12-07T15:54:01.100442+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:54:04.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:03 smithi042 bash[30444]: cluster 2023-12-07T15:54:01.100634+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:54:04.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:03 smithi042 bash[30444]: cluster 2023-12-07T15:54:02.782446+0000 mon.a (mon.0) 577 : cluster [INF] osd.7 [v2:172.21.15.178:6824/3871969898,v1:172.21.15.178:6825/3871969898] boot 2023-12-07T15:54:04.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:03 smithi042 bash[30444]: cluster 2023-12-07T15:54:02.782512+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-07T15:54:04.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:03 smithi042 bash[30444]: audit 2023-12-07T15:54:02.783274+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:54:04.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:03 smithi042 bash[30444]: audit 2023-12-07T15:54:03.582841+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.42:0/830778715' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T15:54:04.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:03 smithi042 bash[24989]: cluster 2023-12-07T15:54:01.100442+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:54:04.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:03 smithi042 bash[24989]: cluster 2023-12-07T15:54:01.100634+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:54:04.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:03 smithi042 bash[24989]: cluster 2023-12-07T15:54:02.782446+0000 mon.a (mon.0) 577 : cluster [INF] osd.7 [v2:172.21.15.178:6824/3871969898,v1:172.21.15.178:6825/3871969898] boot 2023-12-07T15:54:04.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:03 smithi042 bash[24989]: cluster 2023-12-07T15:54:02.782512+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-07T15:54:04.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:03 smithi042 bash[24989]: audit 2023-12-07T15:54:02.783274+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:54:04.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:03 smithi042 bash[24989]: audit 2023-12-07T15:54:03.582841+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.42:0/830778715' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T15:54:04.282 INFO:teuthology.orchestra.run.smithi042.stdout:{"epoch":56,"num_osds":8,"num_up_osds":8,"osd_up_since":1701964442,"num_in_osds":8,"osd_in_since":1701964417,"num_remapped_pgs":1} 2023-12-07T15:54:04.283 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-07T15:54:05.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:04 smithi178 bash[25068]: cluster 2023-12-07T15:54:03.798591+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-07T15:54:05.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:04 smithi178 bash[25068]: cluster 2023-12-07T15:54:04.142502+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:05.115 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:04 smithi042 bash[30444]: cluster 2023-12-07T15:54:03.798591+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-07T15:54:05.115 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:04 smithi042 bash[30444]: cluster 2023-12-07T15:54:04.142502+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:05.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:04 smithi042 bash[24989]: cluster 2023-12-07T15:54:03.798591+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-07T15:54:05.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:04 smithi042 bash[24989]: cluster 2023-12-07T15:54:04.142502+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:06.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:05 smithi178 bash[25068]: cluster 2023-12-07T15:54:04.802889+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-07T15:54:06.115 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:05 smithi042 bash[30444]: cluster 2023-12-07T15:54:04.802889+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-07T15:54:06.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:05 smithi042 bash[24989]: cluster 2023-12-07T15:54:04.802889+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-07T15:54:07.011 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:54:07.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:06 smithi178 bash[25068]: cluster 2023-12-07T15:54:05.813599+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-07T15:54:07.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:06 smithi178 bash[25068]: cluster 2023-12-07T15:54:06.143156+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v235: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:07.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:06 smithi042 bash[24989]: cluster 2023-12-07T15:54:05.813599+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-07T15:54:07.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:06 smithi042 bash[24989]: cluster 2023-12-07T15:54:06.143156+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v235: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:07.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:06 smithi042 bash[30444]: cluster 2023-12-07T15:54:05.813599+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-07T15:54:07.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:06 smithi042 bash[30444]: cluster 2023-12-07T15:54:06.143156+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v235: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:08.048 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:07 smithi042 bash[30444]: cluster 2023-12-07T15:54:06.823297+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-07T15:54:08.048 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:07 smithi042 bash[30444]: cephadm 2023-12-07T15:54:07.290637+0000 mgr.y (mgr.14152) 243 : cephadm [INF] Detected new or changed devices on smithi178 2023-12-07T15:54:08.048 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:07 smithi042 bash[30444]: audit 2023-12-07T15:54:07.301769+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:54:08.048 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:07 smithi042 bash[30444]: audit 2023-12-07T15:54:07.303765+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:08.048 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:07 smithi042 bash[30444]: audit 2023-12-07T15:54:07.305401+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:08.048 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:07 smithi042 bash[30444]: audit 2023-12-07T15:54:07.306939+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:08.048 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:07 smithi042 bash[30444]: audit 2023-12-07T15:54:07.308534+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:08.048 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:07 smithi042 bash[30444]: cephadm 2023-12-07T15:54:07.309904+0000 mgr.y (mgr.14152) 244 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 4317M 2023-12-07T15:54:08.049 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:07 smithi042 bash[30444]: audit 2023-12-07T15:54:07.317612+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:54:08.049 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:07 smithi042 bash[30444]: audit 2023-12-07T15:54:07.324801+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:54:08.049 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:07 smithi042 bash[24989]: cluster 2023-12-07T15:54:06.823297+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-07T15:54:08.049 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:07 smithi042 bash[24989]: cephadm 2023-12-07T15:54:07.290637+0000 mgr.y (mgr.14152) 243 : cephadm [INF] Detected new or changed devices on smithi178 2023-12-07T15:54:08.049 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:07 smithi042 bash[24989]: audit 2023-12-07T15:54:07.301769+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:54:08.049 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:07 smithi042 bash[24989]: audit 2023-12-07T15:54:07.303765+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:08.049 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:07 smithi042 bash[24989]: audit 2023-12-07T15:54:07.305401+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:08.049 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:07 smithi042 bash[24989]: audit 2023-12-07T15:54:07.306939+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:08.049 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:07 smithi042 bash[24989]: audit 2023-12-07T15:54:07.308534+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:08.049 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:07 smithi042 bash[24989]: cephadm 2023-12-07T15:54:07.309904+0000 mgr.y (mgr.14152) 244 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 4317M 2023-12-07T15:54:08.049 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:07 smithi042 bash[24989]: audit 2023-12-07T15:54:07.317612+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:54:08.049 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:07 smithi042 bash[24989]: audit 2023-12-07T15:54:07.324801+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:54:08.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:07 smithi178 bash[25068]: cluster 2023-12-07T15:54:06.823297+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-07T15:54:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:07 smithi178 bash[25068]: cephadm 2023-12-07T15:54:07.290637+0000 mgr.y (mgr.14152) 243 : cephadm [INF] Detected new or changed devices on smithi178 2023-12-07T15:54:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:07 smithi178 bash[25068]: audit 2023-12-07T15:54:07.301769+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:54:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:07 smithi178 bash[25068]: audit 2023-12-07T15:54:07.303765+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:07 smithi178 bash[25068]: audit 2023-12-07T15:54:07.305401+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:07 smithi178 bash[25068]: audit 2023-12-07T15:54:07.306939+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:07 smithi178 bash[25068]: audit 2023-12-07T15:54:07.308534+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:07 smithi178 bash[25068]: cephadm 2023-12-07T15:54:07.309904+0000 mgr.y (mgr.14152) 244 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 4317M 2023-12-07T15:54:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:07 smithi178 bash[25068]: audit 2023-12-07T15:54:07.317612+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:54:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:07 smithi178 bash[25068]: audit 2023-12-07T15:54:07.324801+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:54:09.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:08 smithi178 bash[25068]: cluster 2023-12-07T15:54:08.143721+0000 mgr.y (mgr.14152) 245 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 119 KiB/s, 0 objects/s recovering 2023-12-07T15:54:09.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:08 smithi042 bash[24989]: cluster 2023-12-07T15:54:08.143721+0000 mgr.y (mgr.14152) 245 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 119 KiB/s, 0 objects/s recovering 2023-12-07T15:54:09.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:08 smithi042 bash[30444]: cluster 2023-12-07T15:54:08.143721+0000 mgr.y (mgr.14152) 245 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 119 KiB/s, 0 objects/s recovering 2023-12-07T15:54:10.048 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T15:54:10.048 INFO:teuthology.orchestra.run.smithi042.stdout:{"epoch":60,"fsid":"b31e98c6-9517-11ee-95a2-87774f69a715","created":"2023-12-07T15:46:50.519213+0000","modified":"2023-12-07T15:54:06.815467+0000","last_up_change":"2023-12-07T15:54:02.774423+0000","last_in_change":"2023-12-07T15:53:37.280591+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-07T15:50:54.643373+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"b1cef6d8-891d-41ca-b75c-57c6f4d00dbd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6802","nonce":3315357911},{"type":"v1","addr":"172.21.15.42:6803","nonce":3315357911}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6804","nonce":3315357911},{"type":"v1","addr":"172.21.15.42:6805","nonce":3315357911}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6808","nonce":3315357911},{"type":"v1","addr":"172.21.15.42:6809","nonce":3315357911}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6806","nonce":3315357911},{"type":"v1","addr":"172.21.15.42:6807","nonce":3315357911}]},"public_addr":"172.21.15.42:6803/3315357911","cluster_addr":"172.21.15.42:6805/3315357911","heartbeat_back_addr":"172.21.15.42:6809/3315357911","heartbeat_front_addr":"172.21.15.42:6807/3315357911","state":["exists","up"]},{"osd":1,"uuid":"29b405b6-bb23-45aa-900d-8b1d2a30cd44","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6810","nonce":1679103318},{"type":"v1","addr":"172.21.15.42:6811","nonce":1679103318}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6812","nonce":1679103318},{"type":"v1","addr":"172.21.15.42:6813","nonce":1679103318}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6816","nonce":1679103318},{"type":"v1","addr":"172.21.15.42:6817","nonce":1679103318}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6814","nonce":1679103318},{"type":"v1","addr":"172.21.15.42:6815","nonce":1679103318}]},"public_addr":"172.21.15.42:6811/1679103318","cluster_addr":"172.21.15.42:6813/1679103318","heartbeat_back_addr":"172.21.15.42:6817/1679103318","heartbeat_front_addr":"172.21.15.42:6815/1679103318","state":["exists","up"]},{"osd":2,"uuid":"bf23d2da-7e55-4df6-bd8f-718aecd99af6","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.42:6818","nonce":3082102009},{"type":"v1","addr":"172.21.15.42:6819","nonce":3082102009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6820","nonce":3082102009},{"type":"v1","addr":"172.21.15.42:6821","nonce":3082102009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6824","nonce":3082102009},{"type":"v1","addr":"172.21.15.42:6825","nonce":3082102009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6822","nonce":3082102009},{"type":"v1","addr":"172.21.15.42:6823","nonce":3082102009}]},"public_addr":"172.21.15.42:6819/3082102009","cluster_addr":"172.21.15.42:6821/3082102009","heartbeat_back_addr":"172.21.15.42:6825/3082102009","heartbeat_front_addr":"172.21.15.42:6823/3082102009","state":["exists","up"]},{"osd":3,"uuid":"16180c3b-94ae-4d04-b3e4-561091b2d446","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6826","nonce":1817988385},{"type":"v1","addr":"172.21.15.42:6827","nonce":1817988385}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6828","nonce":1817988385},{"type":"v1","addr":"172.21.15.42:6829","nonce":1817988385}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6832","nonce":1817988385},{"type":"v1","addr":"172.21.15.42:6833","nonce":1817988385}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6830","nonce":1817988385},{"type":"v1","addr":"172.21.15.42:6831","nonce":1817988385}]},"public_addr":"172.21.15.42:6827/1817988385","cluster_addr":"172.21.15.42:6829/1817988385","heartbeat_back_addr":"172.21.15.42:6833/1817988385","heartbeat_front_addr":"172.21.15.42:6831/1817988385","state":["exists","up"]},{"osd":4,"uuid":"48333d20-9a62-4a76-bd34-5affc7abcefe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6800","nonce":2530503124},{"type":"v1","addr":"172.21.15.178:6801","nonce":2530503124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6802","nonce":2530503124},{"type":"v1","addr":"172.21.15.178:6803","nonce":2530503124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6806","nonce":2530503124},{"type":"v1","addr":"172.21.15.178:6807","nonce":2530503124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6804","nonce":2530503124},{"type":"v1","addr":"172.21.15.178:6805","nonce":2530503124}]},"public_addr":"172.21.15.178:6801/2530503124","cluster_addr":"172.21.15.178:6803/2530503124","heartbeat_back_addr":"172.21.15.178:6807/2530503124","heartbeat_front_addr":"172.21.15.178:6805/2530503124","state":["exists","up"]},{"osd":5,"uuid":"faf64d53-c79f-4240-88a2-5788350f01cb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6808","nonce":779881795},{"type":"v1","addr":"172.21.15.178:6809","nonce":779881795}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6810","nonce":779881795},{"type":"v1","addr":"172.21.15.178:6811","nonce":779881795}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6814","nonce":779881795},{"type":"v1","addr":"172.21.15.178:6815","nonce":779881795}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6812","nonce":779881795},{"type":"v1","addr":"172.21.15.178:6813","nonce":779881795}]},"public_addr":"172.21.15.178:6809/779881795","cluster_addr":"172.21.15.178:6811/779881795","heartbeat_back_addr":"172.21.15.178:6815/779881795","heartbeat_front_addr":"172.21.15.178:6813/779881795","state":["exists","up"]},{"osd":6,"uuid":"dc8dd93e-1e42-4440-808e-033632fa87ee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":51,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6816","nonce":3795061975},{"type":"v1","addr":"172.21.15.178:6817","nonce":3795061975}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6818","nonce":3795061975},{"type":"v1","addr":"172.21.15.178:6819","nonce":3795061975}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6822","nonce":3795061975},{"type":"v1","addr":"172.21.15.178:6823","nonce":3795061975}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6820","nonce":3795061975},{"type":"v1","addr":"172.21.15.178:6821","nonce":3795061975}]},"public_addr":"172.21.15.178:6817/3795061975","cluster_addr":"172.21.15.178:6819/3795061975","heartbeat_back_addr":"172.21.15.178:6823/3795061975","heartbeat_front_addr":"172.21.15.178:6821/3795061975","state":["exists","up"]},{"osd":7,"uuid":"ab510f6f-81f5-4848-b2b2-9bc08ba6de89","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":56,"up_thru":59,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6824","nonce":3871969898},{"type":"v1","addr":"172.21.15.178:6825","nonce":3871969898}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6826","nonce":3871969898},{"type":"v1","addr":"172.21.15.178:6827","nonce":3871969898}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6830","nonce":3871969898},{"type":"v1","addr":"172.21.15.178:6831","nonce":3871969898}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6828","nonce":3871969898},{"type":"v1","addr":"172.21.15.178:6829","nonce":3871969898}]},"public_addr":"172.21.15.178:6825/3871969898","cluster_addr":"172.21.15.178:6827/3871969898","heartbeat_back_addr":"172.21.15.178:6831/3871969898","heartbeat_front_addr":"172.21.15.178:6829/3871969898","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-07T15:49:36.657300+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-07T15:50:13.720912+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-07T15:50:50.706876+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-07T15:51:28.029161+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-07T15:52:03.684537+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-07T15:52:42.223285+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-07T15:53:21.571355+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-07T15:54:01.100640+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.42:0/242317444":"2023-12-08T15:47:53.982033+0000","172.21.15.42:0/403884585":"2023-12-08T15:47:53.982033+0000","172.21.15.42:6801/2211044117":"2023-12-08T15:47:53.982033+0000","172.21.15.42:0/2253096720":"2023-12-08T15:47:53.982033+0000","172.21.15.42:6800/2211044117":"2023-12-08T15:47:53.982033+0000","172.21.15.42:0/1433352221":"2023-12-08T15:47:21.989873+0000","172.21.15.42:6800/544628887":"2023-12-08T15:47:21.989873+0000","172.21.15.42:6801/544628887":"2023-12-08T15:47:21.989873+0000","172.21.15.42:0/1275181729":"2023-12-08T15:47:21.989873+0000","172.21.15.42:0/1049115118":"2023-12-08T15:47:21.989873+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-07T15:54:10.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:10 smithi178 bash[25068]: audit 2023-12-07T15:54:10.046432+0000 mon.a (mon.0) 591 : audit [DBG] from='client.? 172.21.15.42:0/807090026' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T15:54:10.365 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:10 smithi042 bash[24989]: audit 2023-12-07T15:54:10.046432+0000 mon.a (mon.0) 591 : audit [DBG] from='client.? 172.21.15.42:0/807090026' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T15:54:10.365 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:10 smithi042 bash[30444]: audit 2023-12-07T15:54:10.046432+0000 mon.a (mon.0) 591 : audit [DBG] from='client.? 172.21.15.42:0/807090026' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T15:54:10.772 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-07T15:50:54.643373+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-12-07T15:54:10.773 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-07T15:54:11.365 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:11 smithi042 bash[24989]: cluster 2023-12-07T15:54:10.144376+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-07T15:54:11.366 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:11 smithi042 bash[30444]: cluster 2023-12-07T15:54:10.144376+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-07T15:54:11.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:11 smithi178 bash[25068]: cluster 2023-12-07T15:54:10.144376+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-07T15:54:13.509 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:54:13.865 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:13 smithi042 bash[30444]: cluster 2023-12-07T15:54:12.145129+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-12-07T15:54:13.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:13 smithi042 bash[24989]: cluster 2023-12-07T15:54:12.145129+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-12-07T15:54:14.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:13 smithi178 bash[25068]: cluster 2023-12-07T15:54:12.145129+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-12-07T15:54:16.045 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:15 smithi042 bash[24989]: cluster 2023-12-07T15:54:14.145824+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-12-07T15:54:16.046 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:15 smithi042 bash[30444]: cluster 2023-12-07T15:54:14.145824+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-12-07T15:54:16.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:15 smithi178 bash[25068]: cluster 2023-12-07T15:54:14.145824+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-12-07T15:54:16.389 INFO:teuthology.orchestra.run.smithi042.stdout:pg_num: 1 2023-12-07T15:54:17.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:16 smithi178 bash[25068]: audit 2023-12-07T15:54:16.388808+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.42:0/3508078631' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-07T15:54:17.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:16 smithi042 bash[24989]: audit 2023-12-07T15:54:16.388808+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.42:0/3508078631' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-07T15:54:17.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:16 smithi042 bash[30444]: audit 2023-12-07T15:54:16.388808+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.42:0/3508078631' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-07T15:54:17.169 INFO:tasks.cephadm:Adding prometheus.a on smithi178 2023-12-07T15:54:17.169 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph orch apply prometheus '1;smithi178=a' 2023-12-07T15:54:18.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:17 smithi178 bash[25068]: cluster 2023-12-07T15:54:16.146446+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v241: 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-07T15:54:18.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:17 smithi042 bash[24989]: cluster 2023-12-07T15:54:16.146446+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v241: 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-07T15:54:18.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:17 smithi042 bash[30444]: cluster 2023-12-07T15:54:16.146446+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v241: 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-07T15:54:20.098 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:19 smithi178 bash[25068]: cluster 2023-12-07T15:54:18.147103+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s, 0 objects/s recovering 2023-12-07T15:54:20.115 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:19 smithi042 bash[24989]: cluster 2023-12-07T15:54:18.147103+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s, 0 objects/s recovering 2023-12-07T15:54:20.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:19 smithi042 bash[30444]: cluster 2023-12-07T15:54:18.147103+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s, 0 objects/s recovering 2023-12-07T15:54:20.522 INFO:teuthology.orchestra.run.smithi178.stdout:Scheduled prometheus update... 2023-12-07T15:54:21.347 DEBUG:teuthology.orchestra.run.smithi178:prometheus.a> sudo journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@prometheus.a.service 2023-12-07T15:54:21.350 INFO:tasks.cephadm:Adding node-exporter.a on smithi042 2023-12-07T15:54:21.350 INFO:tasks.cephadm:Adding node-exporter.b on smithi178 2023-12-07T15:54:21.350 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph orch apply node-exporter '2;smithi042=a;smithi178=b' 2023-12-07T15:54:21.569 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:54:21.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:21 smithi178 bash[25068]: cluster 2023-12-07T15:54:20.147720+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:21.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:21 smithi178 bash[25068]: audit 2023-12-07T15:54:20.509944+0000 mgr.y (mgr.14152) 252 : audit [DBG] from='client.24350 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi178=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:21.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:21 smithi178 bash[25068]: cephadm 2023-12-07T15:54:20.513499+0000 mgr.y (mgr.14152) 253 : cephadm [INF] Saving service prometheus spec with placement smithi178=a;count:1 2023-12-07T15:54:21.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:21 smithi178 bash[25068]: audit 2023-12-07T15:54:20.520613+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:54:21.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:21 smithi178 bash[25068]: audit 2023-12-07T15:54:20.527463+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:21 smithi178 bash[25068]: audit 2023-12-07T15:54:20.529999+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:21 smithi178 bash[25068]: audit 2023-12-07T15:54:20.531682+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:21 smithi178 bash[25068]: audit 2023-12-07T15:54:20.805845+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:54:21.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:21 smithi178 bash[25068]: audit 2023-12-07T15:54:20.813951+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-07T15:54:21.840 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:21 smithi042 bash[30444]: cluster 2023-12-07T15:54:20.147720+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:21.840 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:21 smithi042 bash[30444]: audit 2023-12-07T15:54:20.509944+0000 mgr.y (mgr.14152) 252 : audit [DBG] from='client.24350 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi178=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:21.840 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:21 smithi042 bash[30444]: cephadm 2023-12-07T15:54:20.513499+0000 mgr.y (mgr.14152) 253 : cephadm [INF] Saving service prometheus spec with placement smithi178=a;count:1 2023-12-07T15:54:21.841 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:21 smithi042 bash[30444]: audit 2023-12-07T15:54:20.520613+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:54:21.841 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:21 smithi042 bash[30444]: audit 2023-12-07T15:54:20.527463+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.841 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:21 smithi042 bash[30444]: audit 2023-12-07T15:54:20.529999+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.841 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:21 smithi042 bash[30444]: audit 2023-12-07T15:54:20.531682+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.841 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:21 smithi042 bash[30444]: audit 2023-12-07T15:54:20.805845+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:54:21.841 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:21 smithi042 bash[30444]: audit 2023-12-07T15:54:20.813951+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-07T15:54:21.841 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:21 smithi042 bash[24989]: cluster 2023-12-07T15:54:20.147720+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:21.841 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:21 smithi042 bash[24989]: audit 2023-12-07T15:54:20.509944+0000 mgr.y (mgr.14152) 252 : audit [DBG] from='client.24350 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi178=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:21.841 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:21 smithi042 bash[24989]: cephadm 2023-12-07T15:54:20.513499+0000 mgr.y (mgr.14152) 253 : cephadm [INF] Saving service prometheus spec with placement smithi178=a;count:1 2023-12-07T15:54:21.841 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:21 smithi042 bash[24989]: audit 2023-12-07T15:54:20.520613+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:54:21.841 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:21 smithi042 bash[24989]: audit 2023-12-07T15:54:20.527463+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.841 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:21 smithi042 bash[24989]: audit 2023-12-07T15:54:20.529999+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.841 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:21 smithi042 bash[24989]: audit 2023-12-07T15:54:20.531682+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.841 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:21 smithi042 bash[24989]: audit 2023-12-07T15:54:20.805845+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' 2023-12-07T15:54:21.842 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:21 smithi042 bash[24989]: audit 2023-12-07T15:54:20.813951+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-07T15:54:22.105 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:21 smithi178 bash[25979]: ignoring --setuser ceph since I am not root 2023-12-07T15:54:22.105 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:21 smithi178 bash[25979]: ignoring --setgroup ceph since I am not root 2023-12-07T15:54:22.105 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:21 smithi178 bash[25979]: debug 2023-12-07T15:54:21.862+0000 7f0916ee4700 1 -- 172.21.15.178:0/253074814 <== mon.2 v2:172.21.15.178:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5608b3cf4340 con 0x5608b4a70400 2023-12-07T15:54:22.105 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:22 smithi178 bash[25979]: debug 2023-12-07T15:54:22.022+0000 7f091f940000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T15:54:22.116 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:21 smithi042 bash[25262]: ignoring --setuser ceph since I am not root 2023-12-07T15:54:22.116 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:21 smithi042 bash[25262]: ignoring --setgroup ceph since I am not root 2023-12-07T15:54:22.117 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:21 smithi042 bash[25262]: debug 2023-12-07T15:54:21.862+0000 7f5b1a06f700 1 -- 172.21.15.42:0/2705879933 <== mon.0 v2:172.21.15.42:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f675d3c340 con 0x55f676ab8400 2023-12-07T15:54:22.117 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:22 smithi042 bash[25262]: debug 2023-12-07T15:54:22.018+0000 7f5b22acb000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T15:54:22.994 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:22 smithi178 bash[25068]: audit 2023-12-07T15:54:21.819828+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-07T15:54:22.994 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:22 smithi178 bash[25068]: cluster 2023-12-07T15:54:21.819921+0000 mon.a (mon.0) 599 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-07T15:54:22.995 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:22 smithi178 bash[25979]: debug 2023-12-07T15:54:22.698+0000 7f091f940000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T15:54:22.995 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:22 smithi178 bash[25979]: debug 2023-12-07T15:54:22.826+0000 7f091f940000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T15:54:22.996 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:22 smithi042 bash[24989]: audit 2023-12-07T15:54:21.819828+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-07T15:54:22.996 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:22 smithi042 bash[24989]: cluster 2023-12-07T15:54:21.819921+0000 mon.a (mon.0) 599 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-07T15:54:22.996 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:22 smithi042 bash[30444]: audit 2023-12-07T15:54:21.819828+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.42:0/3012204425' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-07T15:54:22.996 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:22 smithi042 bash[30444]: cluster 2023-12-07T15:54:21.819921+0000 mon.a (mon.0) 599 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-07T15:54:22.997 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:22 smithi042 bash[25262]: debug 2023-12-07T15:54:22.702+0000 7f5b22acb000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T15:54:22.997 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:22 smithi042 bash[25262]: debug 2023-12-07T15:54:22.826+0000 7f5b22acb000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T15:54:23.332 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:22 smithi178 bash[25979]: debug 2023-12-07T15:54:22.990+0000 7f091f940000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:54:23.335 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:22 smithi042 bash[25262]: debug 2023-12-07T15:54:22.990+0000 7f5b22acb000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:54:23.605 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:23 smithi178 bash[25979]: debug 2023-12-07T15:54:23.322+0000 7f091f940000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T15:54:23.605 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:23 smithi178 bash[25979]: debug 2023-12-07T15:54:23.414+0000 7f091f940000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T15:54:23.615 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:23 smithi042 bash[25262]: debug 2023-12-07T15:54:23.330+0000 7f5b22acb000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T15:54:23.615 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:23 smithi042 bash[25262]: debug 2023-12-07T15:54:23.426+0000 7f5b22acb000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T15:54:23.855 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:23 smithi178 bash[25979]: debug 2023-12-07T15:54:23.614+0000 7f091f940000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T15:54:24.116 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:23 smithi042 bash[25262]: debug 2023-12-07T15:54:23.634+0000 7f5b22acb000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T15:54:24.806 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:24 smithi178 bash[25979]: debug 2023-12-07T15:54:24.486+0000 7f091f940000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T15:54:24.806 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:24 smithi178 bash[25979]: debug 2023-12-07T15:54:24.594+0000 7f091f940000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T15:54:24.839 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:24 smithi042 bash[25262]: debug 2023-12-07T15:54:24.514+0000 7f5b22acb000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T15:54:24.839 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:24 smithi042 bash[25262]: debug 2023-12-07T15:54:24.626+0000 7f5b22acb000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T15:54:25.105 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:24 smithi178 bash[25979]: debug 2023-12-07T15:54:24.802+0000 7f091f940000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T15:54:25.115 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:24 smithi042 bash[25262]: debug 2023-12-07T15:54:24.834+0000 7f5b22acb000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T15:54:25.474 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:25 smithi178 bash[25979]: debug 2023-12-07T15:54:25.146+0000 7f091f940000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T15:54:25.536 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:25 smithi042 bash[25262]: debug 2023-12-07T15:54:25.194+0000 7f5b22acb000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T15:54:25.843 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:25 smithi178 bash[25979]: debug 2023-12-07T15:54:25.470+0000 7f091f940000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T15:54:25.865 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:25 smithi042 bash[25262]: debug 2023-12-07T15:54:25.530+0000 7f5b22acb000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T15:54:26.105 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:25 smithi178 bash[25979]: debug 2023-12-07T15:54:25.838+0000 7f091f940000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T15:54:26.199 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:25 smithi042 bash[25262]: debug 2023-12-07T15:54:25.918+0000 7f5b22acb000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T15:54:26.605 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:26 smithi178 bash[25979]: debug 2023-12-07T15:54:26.110+0000 7f091f940000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:54:26.615 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:26 smithi042 bash[25262]: debug 2023-12-07T15:54:26.194+0000 7f5b22acb000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:54:27.050 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:26 smithi178 bash[25979]: debug 2023-12-07T15:54:26.786+0000 7f091f940000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T15:54:27.050 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:26 smithi178 bash[25979]: debug 2023-12-07T15:54:26.890+0000 7f091f940000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T15:54:27.178 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:26 smithi042 bash[25262]: debug 2023-12-07T15:54:26.902+0000 7f5b22acb000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T15:54:27.178 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:27 smithi042 bash[25262]: debug 2023-12-07T15:54:27.010+0000 7f5b22acb000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T15:54:27.355 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:27 smithi178 bash[25979]: debug 2023-12-07T15:54:27.046+0000 7f091f940000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T15:54:27.355 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:27 smithi178 bash[25979]: debug 2023-12-07T15:54:27.154+0000 7f091f940000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T15:54:27.355 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:27 smithi178 bash[25979]: debug 2023-12-07T15:54:27.290+0000 7f091f940000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T15:54:27.435 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:27 smithi042 bash[25262]: debug 2023-12-07T15:54:27.174+0000 7f5b22acb000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T15:54:27.435 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:27 smithi042 bash[25262]: debug 2023-12-07T15:54:27.286+0000 7f5b22acb000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T15:54:27.733 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:27 smithi042 bash[25262]: debug 2023-12-07T15:54:27.430+0000 7f5b22acb000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T15:54:27.855 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:27 smithi178 bash[25979]: debug 2023-12-07T15:54:27.582+0000 7f091f940000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T15:54:27.855 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:27 smithi178 bash[25979]: debug 2023-12-07T15:54:27.702+0000 7f091f940000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T15:54:28.047 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:27 smithi042 bash[25262]: debug 2023-12-07T15:54:27.730+0000 7f5b22acb000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T15:54:28.047 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:27 smithi042 bash[25262]: debug 2023-12-07T15:54:27.854+0000 7f5b22acb000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T15:54:28.355 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:27 smithi178 bash[25979]: debug 2023-12-07T15:54:27.882+0000 7f091f940000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T15:54:28.355 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:28 smithi178 bash[25979]: debug 2023-12-07T15:54:28.010+0000 7f091f940000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T15:54:28.365 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:28 smithi042 bash[25262]: debug 2023-12-07T15:54:28.042+0000 7f5b22acb000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T15:54:28.365 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:28 smithi042 bash[25262]: debug 2023-12-07T15:54:28.166+0000 7f5b22acb000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T15:54:29.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:28 smithi178 bash[25068]: cluster 2023-12-07T15:54:28.893181+0000 mon.a (mon.0) 600 : cluster [DBG] Standby manager daemon x restarted 2023-12-07T15:54:29.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:28 smithi178 bash[25068]: cluster 2023-12-07T15:54:28.893342+0000 mon.a (mon.0) 601 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:54:29.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:28 smithi178 bash[25068]: audit 2023-12-07T15:54:28.898420+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.? 172.21.15.178:0/2373188787' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:54:29.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:28 smithi178 bash[25068]: audit 2023-12-07T15:54:28.900839+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.? 172.21.15.178:0/2373188787' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:54:29.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:28 smithi178 bash[25068]: audit 2023-12-07T15:54:28.908272+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.? 172.21.15.178:0/2373188787' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:54:29.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:28 smithi178 bash[25068]: audit 2023-12-07T15:54:28.909370+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.? 172.21.15.178:0/2373188787' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:54:29.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:28 smithi178 bash[25979]: debug 2023-12-07T15:54:28.866+0000 7f091f940000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T15:54:29.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:28 smithi178 bash[25979]: [07/Dec/2023:15:54:28] ENGINE Bus STARTING 2023-12-07T15:54:29.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:29 smithi178 bash[25979]: CherryPy Checker: 2023-12-07T15:54:29.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:29 smithi178 bash[25979]: The Application mounted at '' has an empty config. 2023-12-07T15:54:29.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:29 smithi178 bash[25979]: [07/Dec/2023:15:54:29] ENGINE Serving on http://:::9283 2023-12-07T15:54:29.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:29 smithi178 bash[25979]: [07/Dec/2023:15:54:29] ENGINE Bus STARTED 2023-12-07T15:54:29.365 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:29 smithi042 bash[25262]: debug 2023-12-07T15:54:29.054+0000 7f5b22acb000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T15:54:29.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:28 smithi042 bash[24989]: cluster 2023-12-07T15:54:28.893181+0000 mon.a (mon.0) 600 : cluster [DBG] Standby manager daemon x restarted 2023-12-07T15:54:29.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:28 smithi042 bash[24989]: cluster 2023-12-07T15:54:28.893342+0000 mon.a (mon.0) 601 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:54:29.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:28 smithi042 bash[24989]: audit 2023-12-07T15:54:28.898420+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.? 172.21.15.178:0/2373188787' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:54:29.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:28 smithi042 bash[24989]: audit 2023-12-07T15:54:28.900839+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.? 172.21.15.178:0/2373188787' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:54:29.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:28 smithi042 bash[24989]: audit 2023-12-07T15:54:28.908272+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.? 172.21.15.178:0/2373188787' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:54:29.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:28 smithi042 bash[24989]: audit 2023-12-07T15:54:28.909370+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.? 172.21.15.178:0/2373188787' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:54:29.366 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:28 smithi042 bash[30444]: cluster 2023-12-07T15:54:28.893181+0000 mon.a (mon.0) 600 : cluster [DBG] Standby manager daemon x restarted 2023-12-07T15:54:29.366 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:28 smithi042 bash[30444]: cluster 2023-12-07T15:54:28.893342+0000 mon.a (mon.0) 601 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:54:29.366 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:28 smithi042 bash[30444]: audit 2023-12-07T15:54:28.898420+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.? 172.21.15.178:0/2373188787' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:54:29.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:28 smithi042 bash[30444]: audit 2023-12-07T15:54:28.900839+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.? 172.21.15.178:0/2373188787' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:54:29.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:28 smithi042 bash[30444]: audit 2023-12-07T15:54:28.908272+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.? 172.21.15.178:0/2373188787' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:54:29.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:28 smithi042 bash[30444]: audit 2023-12-07T15:54:28.909370+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.? 172.21.15.178:0/2373188787' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:54:30.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:29 smithi178 bash[25068]: cluster 2023-12-07T15:54:28.957338+0000 mon.a (mon.0) 606 : cluster [DBG] mgrmap e17: y(active, since 6m), standbys: x 2023-12-07T15:54:30.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:29 smithi178 bash[25068]: cluster 2023-12-07T15:54:29.083278+0000 mon.a (mon.0) 607 : cluster [INF] Active manager daemon y restarted 2023-12-07T15:54:30.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:29 smithi178 bash[25068]: cluster 2023-12-07T15:54:29.084247+0000 mon.a (mon.0) 608 : cluster [INF] Activating manager daemon y 2023-12-07T15:54:30.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:29 smithi178 bash[25068]: cluster 2023-12-07T15:54:29.088637+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-07T15:54:30.366 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[25262]: [07/Dec/2023:15:54:30] ENGINE Bus STARTING 2023-12-07T15:54:30.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:29 smithi042 bash[24989]: cluster 2023-12-07T15:54:28.957338+0000 mon.a (mon.0) 606 : cluster [DBG] mgrmap e17: y(active, since 6m), standbys: x 2023-12-07T15:54:30.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:29 smithi042 bash[24989]: cluster 2023-12-07T15:54:29.083278+0000 mon.a (mon.0) 607 : cluster [INF] Active manager daemon y restarted 2023-12-07T15:54:30.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:29 smithi042 bash[24989]: cluster 2023-12-07T15:54:29.084247+0000 mon.a (mon.0) 608 : cluster [INF] Activating manager daemon y 2023-12-07T15:54:30.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:29 smithi042 bash[24989]: cluster 2023-12-07T15:54:29.088637+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-07T15:54:30.366 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:29 smithi042 bash[30444]: cluster 2023-12-07T15:54:28.957338+0000 mon.a (mon.0) 606 : cluster [DBG] mgrmap e17: y(active, since 6m), standbys: x 2023-12-07T15:54:30.366 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:29 smithi042 bash[30444]: cluster 2023-12-07T15:54:29.083278+0000 mon.a (mon.0) 607 : cluster [INF] Active manager daemon y restarted 2023-12-07T15:54:30.366 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:29 smithi042 bash[30444]: cluster 2023-12-07T15:54:29.084247+0000 mon.a (mon.0) 608 : cluster [INF] Activating manager daemon y 2023-12-07T15:54:30.366 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:29 smithi042 bash[30444]: cluster 2023-12-07T15:54:29.088637+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-07T15:54:30.689 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[25262]: CherryPy Checker: 2023-12-07T15:54:30.689 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[25262]: The Application mounted at '' has an empty config. 2023-12-07T15:54:30.689 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[25262]: [07/Dec/2023:15:54:30] ENGINE Serving on http://:::9283 2023-12-07T15:54:30.689 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[25262]: [07/Dec/2023:15:54:30] ENGINE Bus STARTED 2023-12-07T15:54:31.002 INFO:teuthology.orchestra.run.smithi178.stdout:Scheduled node-exporter update... 2023-12-07T15:54:31.256 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: cluster 2023-12-07T15:54:29.975500+0000 mon.a (mon.0) 610 : cluster [DBG] mgrmap e18: y(active, starting, since 0.891589s), standbys: x 2023-12-07T15:54:31.257 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:29.979613+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:54:31.257 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:29.979797+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:54:31.257 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:29.979993+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:54:31.257 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:29.982072+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T15:54:31.257 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:29.982597+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T15:54:31.257 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:29.983053+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:54:31.257 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:29.983407+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:54:31.257 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:29.983819+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:54:31.257 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:29.984354+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:54:31.257 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:29.984668+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:54:31.257 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:29.985011+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:54:31.257 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:29.985316+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:54:31.258 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:29.985631+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:54:31.258 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:29.985953+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T15:54:31.258 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:29.986185+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T15:54:31.258 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:29.986745+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T15:54:31.258 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: cluster 2023-12-07T15:54:29.998005+0000 mon.a (mon.0) 627 : cluster [INF] Manager daemon y is now available 2023-12-07T15:54:31.258 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:30.037833+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:31.258 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:30.041689+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:31.258 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:30.044829+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:31.258 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:30.047035+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:31.258 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:30.067508+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:31.258 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:30.085921+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:54:31.258 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:30 smithi178 bash[25068]: audit 2023-12-07T15:54:30.092506+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:54:31.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: cluster 2023-12-07T15:54:29.975500+0000 mon.a (mon.0) 610 : cluster [DBG] mgrmap e18: y(active, starting, since 0.891589s), standbys: x 2023-12-07T15:54:31.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:29.979613+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:54:31.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:29.979797+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:54:31.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:29.979993+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:54:31.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:29.982072+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T15:54:31.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:29.982597+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T15:54:31.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:29.983053+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:54:31.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:29.983407+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:54:31.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:29.983819+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:54:31.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:29.984354+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:54:31.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:29.984668+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:54:31.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:29.985011+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:54:31.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:29.985316+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:54:31.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:29.985631+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:54:31.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:29.985953+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T15:54:31.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:29.986185+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T15:54:31.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:29.986745+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T15:54:31.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: cluster 2023-12-07T15:54:29.998005+0000 mon.a (mon.0) 627 : cluster [INF] Manager daemon y is now available 2023-12-07T15:54:31.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:30.037833+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:31.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: cluster 2023-12-07T15:54:29.975500+0000 mon.a (mon.0) 610 : cluster [DBG] mgrmap e18: y(active, starting, since 0.891589s), standbys: x 2023-12-07T15:54:31.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:29.979613+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:54:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:29.979797+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:54:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:29.979993+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:54:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:29.982072+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T15:54:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:29.982597+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T15:54:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:29.983053+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:54:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:29.983407+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:54:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:29.983819+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:54:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:29.984354+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:54:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:29.984668+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:54:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:29.985011+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:54:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:29.985316+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:54:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:29.985631+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:54:31.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:29.985953+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T15:54:31.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:29.986185+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T15:54:31.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:29.986745+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T15:54:31.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: cluster 2023-12-07T15:54:29.998005+0000 mon.a (mon.0) 627 : cluster [INF] Manager daemon y is now available 2023-12-07T15:54:31.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:30.037833+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:31.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:30.041689+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:31.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:30.044829+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:31.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:30.047035+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:31.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:30.067508+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:31.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:30.085921+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:54:31.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[30444]: audit 2023-12-07T15:54:30.092506+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:54:31.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:30.041689+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:31.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:30.044829+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:31.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:30.047035+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:31.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:30.067508+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:31.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:30.085921+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:54:31.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:30 smithi042 bash[24989]: audit 2023-12-07T15:54:30.092506+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:54:31.857 DEBUG:teuthology.orchestra.run.smithi042:node-exporter.a> sudo journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@node-exporter.a.service 2023-12-07T15:54:31.859 DEBUG:teuthology.orchestra.run.smithi178:node-exporter.b> sudo journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@node-exporter.b.service 2023-12-07T15:54:31.862 INFO:tasks.cephadm:Adding alertmanager.a on smithi042 2023-12-07T15:54:31.862 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph orch apply alertmanager '1;smithi042=a' 2023-12-07T15:54:31.912 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:54:31.988 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:54:32.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:31 smithi178 bash[25068]: cluster 2023-12-07T15:54:30.989060+0000 mon.a (mon.0) 635 : cluster [DBG] mgrmap e19: y(active, since 1.90516s), standbys: x 2023-12-07T15:54:32.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:31 smithi178 bash[25068]: cephadm 2023-12-07T15:54:30.997878+0000 mgr.y (mgr.24367) 2 : cephadm [INF] Saving service node-exporter spec with placement smithi042=a;smithi178=b;count:2 2023-12-07T15:54:32.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:31 smithi178 bash[25068]: cluster 2023-12-07T15:54:30.999602+0000 mgr.y (mgr.24367) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:32.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:31 smithi178 bash[25068]: audit 2023-12-07T15:54:31.001482+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:32.366 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:31 smithi042 bash[25262]: [07/Dec/2023:15:54:31] ENGINE Bus STARTING 2023-12-07T15:54:32.366 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:32 smithi042 bash[25262]: [07/Dec/2023:15:54:32] ENGINE Serving on https://172.21.15.42:7150 2023-12-07T15:54:32.366 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:54:32 smithi042 bash[25262]: [07/Dec/2023:15:54:32] ENGINE Bus STARTED 2023-12-07T15:54:32.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:31 smithi042 bash[24989]: cluster 2023-12-07T15:54:30.989060+0000 mon.a (mon.0) 635 : cluster [DBG] mgrmap e19: y(active, since 1.90516s), standbys: x 2023-12-07T15:54:32.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:31 smithi042 bash[24989]: cephadm 2023-12-07T15:54:30.997878+0000 mgr.y (mgr.24367) 2 : cephadm [INF] Saving service node-exporter spec with placement smithi042=a;smithi178=b;count:2 2023-12-07T15:54:32.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:31 smithi042 bash[24989]: cluster 2023-12-07T15:54:30.999602+0000 mgr.y (mgr.24367) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:32.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:31 smithi042 bash[24989]: audit 2023-12-07T15:54:31.001482+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:32.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:31 smithi042 bash[30444]: cluster 2023-12-07T15:54:30.989060+0000 mon.a (mon.0) 635 : cluster [DBG] mgrmap e19: y(active, since 1.90516s), standbys: x 2023-12-07T15:54:32.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:31 smithi042 bash[30444]: cephadm 2023-12-07T15:54:30.997878+0000 mgr.y (mgr.24367) 2 : cephadm [INF] Saving service node-exporter spec with placement smithi042=a;smithi178=b;count:2 2023-12-07T15:54:32.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:31 smithi042 bash[30444]: cluster 2023-12-07T15:54:30.999602+0000 mgr.y (mgr.24367) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:32.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:31 smithi042 bash[30444]: audit 2023-12-07T15:54:31.001482+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:33.274 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:33 smithi178 bash[25068]: cephadm 2023-12-07T15:54:31.934633+0000 mgr.y (mgr.24367) 4 : cephadm [INF] [07/Dec/2023:15:54:31] ENGINE Bus STARTING 2023-12-07T15:54:33.275 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:33 smithi178 bash[25068]: cluster 2023-12-07T15:54:31.984089+0000 mgr.y (mgr.24367) 5 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:33.275 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:33 smithi178 bash[25068]: cluster 2023-12-07T15:54:32.016599+0000 mon.a (mon.0) 637 : cluster [DBG] mgrmap e20: y(active, since 2s), standbys: x 2023-12-07T15:54:33.275 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:33 smithi178 bash[25068]: cephadm 2023-12-07T15:54:32.059569+0000 mgr.y (mgr.24367) 6 : cephadm [INF] [07/Dec/2023:15:54:32] ENGINE Serving on https://172.21.15.42:7150 2023-12-07T15:54:33.275 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:33 smithi178 bash[25068]: cephadm 2023-12-07T15:54:32.060389+0000 mgr.y (mgr.24367) 7 : cephadm [INF] [07/Dec/2023:15:54:32] ENGINE Bus STARTED 2023-12-07T15:54:33.275 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:33 smithi178 bash[25068]: audit 2023-12-07T15:54:32.069417+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:33.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:33 smithi042 bash[24989]: cephadm 2023-12-07T15:54:31.934633+0000 mgr.y (mgr.24367) 4 : cephadm [INF] [07/Dec/2023:15:54:31] ENGINE Bus STARTING 2023-12-07T15:54:33.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:33 smithi042 bash[24989]: cluster 2023-12-07T15:54:31.984089+0000 mgr.y (mgr.24367) 5 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:33.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:33 smithi042 bash[24989]: cluster 2023-12-07T15:54:32.016599+0000 mon.a (mon.0) 637 : cluster [DBG] mgrmap e20: y(active, since 2s), standbys: x 2023-12-07T15:54:33.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:33 smithi042 bash[24989]: cephadm 2023-12-07T15:54:32.059569+0000 mgr.y (mgr.24367) 6 : cephadm [INF] [07/Dec/2023:15:54:32] ENGINE Serving on https://172.21.15.42:7150 2023-12-07T15:54:33.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:33 smithi042 bash[24989]: cephadm 2023-12-07T15:54:32.060389+0000 mgr.y (mgr.24367) 7 : cephadm [INF] [07/Dec/2023:15:54:32] ENGINE Bus STARTED 2023-12-07T15:54:33.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:33 smithi042 bash[24989]: audit 2023-12-07T15:54:32.069417+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:33.366 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:33 smithi042 bash[30444]: cephadm 2023-12-07T15:54:31.934633+0000 mgr.y (mgr.24367) 4 : cephadm [INF] [07/Dec/2023:15:54:31] ENGINE Bus STARTING 2023-12-07T15:54:33.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:33 smithi042 bash[30444]: cluster 2023-12-07T15:54:31.984089+0000 mgr.y (mgr.24367) 5 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:33.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:33 smithi042 bash[30444]: cluster 2023-12-07T15:54:32.016599+0000 mon.a (mon.0) 637 : cluster [DBG] mgrmap e20: y(active, since 2s), standbys: x 2023-12-07T15:54:33.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:33 smithi042 bash[30444]: cephadm 2023-12-07T15:54:32.059569+0000 mgr.y (mgr.24367) 6 : cephadm [INF] [07/Dec/2023:15:54:32] ENGINE Serving on https://172.21.15.42:7150 2023-12-07T15:54:33.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:33 smithi042 bash[30444]: cephadm 2023-12-07T15:54:32.060389+0000 mgr.y (mgr.24367) 7 : cephadm [INF] [07/Dec/2023:15:54:32] ENGINE Bus STARTED 2023-12-07T15:54:33.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:33 smithi042 bash[30444]: audit 2023-12-07T15:54:32.069417+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:34 smithi178 bash[25068]: audit 2023-12-07T15:54:33.931097+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:34 smithi178 bash[25068]: cluster 2023-12-07T15:54:33.984541+0000 mgr.y (mgr.24367) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:34 smithi178 bash[25068]: audit 2023-12-07T15:54:34.001966+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:34 smithi178 bash[25068]: audit 2023-12-07T15:54:34.422195+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:34 smithi178 bash[25068]: cephadm 2023-12-07T15:54:34.424374+0000 mgr.y (mgr.24367) 9 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2023-12-07T15:54:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:34 smithi178 bash[25068]: audit 2023-12-07T15:54:34.478953+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:34 smithi178 bash[25068]: cephadm 2023-12-07T15:54:34.480957+0000 mgr.y (mgr.24367) 10 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2023-12-07T15:54:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:34 smithi178 bash[25068]: cephadm 2023-12-07T15:54:34.542694+0000 mgr.y (mgr.24367) 11 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:54:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:34 smithi178 bash[25068]: cephadm 2023-12-07T15:54:34.598492+0000 mgr.y (mgr.24367) 12 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:54:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:34 smithi178 bash[25068]: audit 2023-12-07T15:54:34.666299+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:34 smithi178 bash[25068]: audit 2023-12-07T15:54:34.729170+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:34 smithi178 bash[25068]: audit 2023-12-07T15:54:34.737953+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:34 smithi178 bash[25068]: cephadm 2023-12-07T15:54:34.761938+0000 mgr.y (mgr.24367) 13 : cephadm [INF] Deploying daemon prometheus.a on smithi178 2023-12-07T15:54:35.335 INFO:teuthology.orchestra.run.smithi178.stdout:Scheduled alertmanager update... 2023-12-07T15:54:35.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[24989]: audit 2023-12-07T15:54:33.931097+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:35.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[24989]: cluster 2023-12-07T15:54:33.984541+0000 mgr.y (mgr.24367) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:35.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[24989]: audit 2023-12-07T15:54:34.001966+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:35.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[24989]: audit 2023-12-07T15:54:34.422195+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:35.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[24989]: cephadm 2023-12-07T15:54:34.424374+0000 mgr.y (mgr.24367) 9 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2023-12-07T15:54:35.367 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[24989]: audit 2023-12-07T15:54:34.478953+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:35.367 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[24989]: cephadm 2023-12-07T15:54:34.480957+0000 mgr.y (mgr.24367) 10 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2023-12-07T15:54:35.367 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[24989]: cephadm 2023-12-07T15:54:34.542694+0000 mgr.y (mgr.24367) 11 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:54:35.367 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[24989]: cephadm 2023-12-07T15:54:34.598492+0000 mgr.y (mgr.24367) 12 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:54:35.367 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[24989]: audit 2023-12-07T15:54:34.666299+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:35.367 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[24989]: audit 2023-12-07T15:54:34.729170+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:35.367 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[24989]: audit 2023-12-07T15:54:34.737953+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:35.367 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[24989]: cephadm 2023-12-07T15:54:34.761938+0000 mgr.y (mgr.24367) 13 : cephadm [INF] Deploying daemon prometheus.a on smithi178 2023-12-07T15:54:35.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[30444]: audit 2023-12-07T15:54:33.931097+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:35.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[30444]: cluster 2023-12-07T15:54:33.984541+0000 mgr.y (mgr.24367) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:35.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[30444]: audit 2023-12-07T15:54:34.001966+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:35.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[30444]: audit 2023-12-07T15:54:34.422195+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:35.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[30444]: cephadm 2023-12-07T15:54:34.424374+0000 mgr.y (mgr.24367) 9 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2023-12-07T15:54:35.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[30444]: audit 2023-12-07T15:54:34.478953+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:35.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[30444]: cephadm 2023-12-07T15:54:34.480957+0000 mgr.y (mgr.24367) 10 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2023-12-07T15:54:35.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[30444]: cephadm 2023-12-07T15:54:34.542694+0000 mgr.y (mgr.24367) 11 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:54:35.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[30444]: cephadm 2023-12-07T15:54:34.598492+0000 mgr.y (mgr.24367) 12 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:54:35.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[30444]: audit 2023-12-07T15:54:34.666299+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:35.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[30444]: audit 2023-12-07T15:54:34.729170+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:35.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[30444]: audit 2023-12-07T15:54:34.737953+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:35.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:34 smithi042 bash[30444]: cephadm 2023-12-07T15:54:34.761938+0000 mgr.y (mgr.24367) 13 : cephadm [INF] Deploying daemon prometheus.a on smithi178 2023-12-07T15:54:36.495 DEBUG:teuthology.orchestra.run.smithi042:alertmanager.a> sudo journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@alertmanager.a.service 2023-12-07T15:54:36.498 INFO:tasks.cephadm:Adding grafana.a on smithi178 2023-12-07T15:54:36.498 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph orch apply grafana '1;smithi178=a' 2023-12-07T15:54:36.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:36 smithi178 bash[25068]: audit 2023-12-07T15:54:35.323151+0000 mgr.y (mgr.24367) 14 : audit [DBG] from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi042=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:36.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:36 smithi178 bash[25068]: cephadm 2023-12-07T15:54:35.326574+0000 mgr.y (mgr.24367) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi042=a;count:1 2023-12-07T15:54:36.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:36 smithi178 bash[25068]: audit 2023-12-07T15:54:35.333631+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:36.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:36 smithi042 bash[24989]: audit 2023-12-07T15:54:35.323151+0000 mgr.y (mgr.24367) 14 : audit [DBG] from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi042=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:36.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:36 smithi042 bash[24989]: cephadm 2023-12-07T15:54:35.326574+0000 mgr.y (mgr.24367) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi042=a;count:1 2023-12-07T15:54:36.616 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:36 smithi042 bash[24989]: audit 2023-12-07T15:54:35.333631+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:36.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:36 smithi042 bash[30444]: audit 2023-12-07T15:54:35.323151+0000 mgr.y (mgr.24367) 14 : audit [DBG] from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi042=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:36.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:36 smithi042 bash[30444]: cephadm 2023-12-07T15:54:35.326574+0000 mgr.y (mgr.24367) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi042=a;count:1 2023-12-07T15:54:36.616 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:36 smithi042 bash[30444]: audit 2023-12-07T15:54:35.333631+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:36.675 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:54:38.115 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:37 smithi178 bash[25068]: cluster 2023-12-07T15:54:35.985144+0000 mgr.y (mgr.24367) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:38.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:37 smithi042 bash[24989]: cluster 2023-12-07T15:54:35.985144+0000 mgr.y (mgr.24367) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:38.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:37 smithi042 bash[30444]: cluster 2023-12-07T15:54:35.985144+0000 mgr.y (mgr.24367) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:40.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:39 smithi178 bash[25068]: cluster 2023-12-07T15:54:37.985833+0000 mgr.y (mgr.24367) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:40.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:39 smithi042 bash[24989]: cluster 2023-12-07T15:54:37.985833+0000 mgr.y (mgr.24367) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:40.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:39 smithi042 bash[30444]: cluster 2023-12-07T15:54:37.985833+0000 mgr.y (mgr.24367) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:42.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:41 smithi178 bash[25068]: cluster 2023-12-07T15:54:39.986444+0000 mgr.y (mgr.24367) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:42.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:41 smithi042 bash[24989]: cluster 2023-12-07T15:54:39.986444+0000 mgr.y (mgr.24367) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:42.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:41 smithi042 bash[30444]: cluster 2023-12-07T15:54:39.986444+0000 mgr.y (mgr.24367) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:42.968 INFO:teuthology.orchestra.run.smithi178.stdout:Scheduled grafana update... 2023-12-07T15:54:44.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:43 smithi178 bash[25068]: cluster 2023-12-07T15:54:41.987134+0000 mgr.y (mgr.24367) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:44.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:43 smithi178 bash[25068]: audit 2023-12-07T15:54:42.965973+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:44.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:43 smithi042 bash[24989]: cluster 2023-12-07T15:54:41.987134+0000 mgr.y (mgr.24367) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:44.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:43 smithi042 bash[24989]: audit 2023-12-07T15:54:42.965973+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:44.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:43 smithi042 bash[30444]: cluster 2023-12-07T15:54:41.987134+0000 mgr.y (mgr.24367) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:44.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:43 smithi042 bash[30444]: audit 2023-12-07T15:54:42.965973+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:44.356 DEBUG:teuthology.orchestra.run.smithi178:grafana.a> sudo journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@grafana.a.service 2023-12-07T15:54:44.359 INFO:tasks.cephadm:Setting up client nodes... 2023-12-07T15:54:44.359 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-07T15:54:44.461 INFO:journalctl@ceph.grafana.a.smithi178.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:54:44.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:44 smithi042 bash[24989]: audit 2023-12-07T15:54:42.955439+0000 mgr.y (mgr.24367) 20 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi178=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:44.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:44 smithi042 bash[24989]: cephadm 2023-12-07T15:54:42.958790+0000 mgr.y (mgr.24367) 21 : cephadm [INF] Saving service grafana spec with placement smithi178=a;count:1 2023-12-07T15:54:44.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:44 smithi042 bash[30444]: audit 2023-12-07T15:54:42.955439+0000 mgr.y (mgr.24367) 20 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi178=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:44.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:44 smithi042 bash[30444]: cephadm 2023-12-07T15:54:42.958790+0000 mgr.y (mgr.24367) 21 : cephadm [INF] Saving service grafana spec with placement smithi178=a;count:1 2023-12-07T15:54:45.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:44 smithi178 bash[25068]: audit 2023-12-07T15:54:42.955439+0000 mgr.y (mgr.24367) 20 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi178=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:45.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:44 smithi178 bash[25068]: cephadm 2023-12-07T15:54:42.958790+0000 mgr.y (mgr.24367) 21 : cephadm [INF] Saving service grafana spec with placement smithi178=a;count:1 2023-12-07T15:54:46.066 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:45 smithi178 bash[25068]: cluster 2023-12-07T15:54:43.987765+0000 mgr.y (mgr.24367) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:46.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:45 smithi042 bash[24989]: cluster 2023-12-07T15:54:43.987765+0000 mgr.y (mgr.24367) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:46.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:45 smithi042 bash[30444]: cluster 2023-12-07T15:54:43.987765+0000 mgr.y (mgr.24367) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:47.781 INFO:teuthology.orchestra.run.smithi042.stdout:[client.0] 2023-12-07T15:54:47.781 INFO:teuthology.orchestra.run.smithi042.stdout: key = AQDH6nFlhvYuLhAAhElogM1HnilF4Xa5Ginfag== 2023-12-07T15:54:48.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:47 smithi178 bash[25068]: cluster 2023-12-07T15:54:45.988360+0000 mgr.y (mgr.24367) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:48.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:47 smithi042 bash[24989]: cluster 2023-12-07T15:54:45.988360+0000 mgr.y (mgr.24367) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:48.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:47 smithi042 bash[30444]: cluster 2023-12-07T15:54:45.988360+0000 mgr.y (mgr.24367) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:48.498 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-12-07T15:54:48.498 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-07T15:54:48.498 DEBUG:teuthology.orchestra.run.smithi042:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-07T15:54:48.525 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-07T15:54:48.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:48 smithi178 bash[25068]: audit 2023-12-07T15:54:47.774650+0000 mon.a (mon.0) 648 : audit [INF] from='client.? 172.21.15.42:0/3082719759' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-07T15:54:48.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:48 smithi178 bash[25068]: audit 2023-12-07T15:54:47.780710+0000 mon.a (mon.0) 649 : audit [INF] from='client.? 172.21.15.42:0/3082719759' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-07T15:54:49.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:48 smithi042 bash[24989]: audit 2023-12-07T15:54:47.774650+0000 mon.a (mon.0) 648 : audit [INF] from='client.? 172.21.15.42:0/3082719759' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-07T15:54:49.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:48 smithi042 bash[24989]: audit 2023-12-07T15:54:47.780710+0000 mon.a (mon.0) 649 : audit [INF] from='client.? 172.21.15.42:0/3082719759' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-07T15:54:49.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:48 smithi042 bash[30444]: audit 2023-12-07T15:54:47.774650+0000 mon.a (mon.0) 648 : audit [INF] from='client.? 172.21.15.42:0/3082719759' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-07T15:54:49.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:48 smithi042 bash[30444]: audit 2023-12-07T15:54:47.780710+0000 mon.a (mon.0) 649 : audit [INF] from='client.? 172.21.15.42:0/3082719759' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-07T15:54:50.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:49 smithi178 bash[25068]: cluster 2023-12-07T15:54:47.989014+0000 mgr.y (mgr.24367) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:50.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:49 smithi042 bash[30444]: cluster 2023-12-07T15:54:47.989014+0000 mgr.y (mgr.24367) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:50.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:49 smithi042 bash[24989]: cluster 2023-12-07T15:54:47.989014+0000 mgr.y (mgr.24367) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:50.865 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:50 smithi042 systemd[1]: Started Ceph node-exporter.a for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T15:54:50.865 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:50 smithi042 bash[45123]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2023-12-07T15:54:50.882 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:50 smithi178 bash[25068]: audit 2023-12-07T15:54:49.858618+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:50.882 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:50 smithi178 bash[25068]: cephadm 2023-12-07T15:54:49.863157+0000 mgr.y (mgr.24367) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi042 2023-12-07T15:54:50.882 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:50 smithi178 bash[25068]: audit 2023-12-07T15:54:50.078501+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:50.882 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:50 smithi178 bash[25068]: audit 2023-12-07T15:54:50.600491+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:51.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:50 smithi042 bash[24989]: audit 2023-12-07T15:54:49.858618+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:51.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:50 smithi042 bash[24989]: cephadm 2023-12-07T15:54:49.863157+0000 mgr.y (mgr.24367) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi042 2023-12-07T15:54:51.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:50 smithi042 bash[24989]: audit 2023-12-07T15:54:50.078501+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:51.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:50 smithi042 bash[24989]: audit 2023-12-07T15:54:50.600491+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:51.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:50 smithi042 bash[30444]: audit 2023-12-07T15:54:49.858618+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:51.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:50 smithi042 bash[30444]: cephadm 2023-12-07T15:54:49.863157+0000 mgr.y (mgr.24367) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi042 2023-12-07T15:54:51.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:50 smithi042 bash[30444]: audit 2023-12-07T15:54:50.078501+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:51.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:50 smithi042 bash[30444]: audit 2023-12-07T15:54:50.600491+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:51.422 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:51 smithi178 systemd[1]: Started Ceph node-exporter.b for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T15:54:51.437 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:51 smithi042 bash[45123]: v1.3.1: Pulling from prometheus/node-exporter 2023-12-07T15:54:51.437 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:51 smithi042 bash[45123]: aa2a8d90b84c: Pulling fs layer 2023-12-07T15:54:51.437 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:51 smithi042 bash[45123]: b45d31ee2d7f: Pulling fs layer 2023-12-07T15:54:51.437 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:51 smithi042 bash[45123]: b5db1e299295: Pulling fs layer 2023-12-07T15:54:51.712 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:51 smithi042 bash[45123]: b45d31ee2d7f: Verifying Checksum 2023-12-07T15:54:51.712 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:51 smithi042 bash[45123]: b45d31ee2d7f: Download complete 2023-12-07T15:54:51.712 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:51 smithi042 bash[45123]: aa2a8d90b84c: Download complete 2023-12-07T15:54:51.884 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:51 smithi178 bash[40403]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2023-12-07T15:54:52.116 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:51 smithi042 bash[45123]: b5db1e299295: Verifying Checksum 2023-12-07T15:54:52.116 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:51 smithi042 bash[45123]: b5db1e299295: Download complete 2023-12-07T15:54:52.116 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:51 smithi042 bash[45123]: aa2a8d90b84c: Pull complete 2023-12-07T15:54:52.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:51 smithi042 bash[24989]: cluster 2023-12-07T15:54:49.989460+0000 mgr.y (mgr.24367) 26 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:52.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:51 smithi042 bash[24989]: cephadm 2023-12-07T15:54:50.602439+0000 mgr.y (mgr.24367) 27 : cephadm [INF] Deploying daemon node-exporter.b on smithi178 2023-12-07T15:54:52.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:51 smithi042 bash[24989]: audit 2023-12-07T15:54:51.412345+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:52.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:51 smithi042 bash[24989]: audit 2023-12-07T15:54:51.415224+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:52.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:51 smithi042 bash[24989]: audit 2023-12-07T15:54:51.417314+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:52.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:51 smithi042 bash[24989]: audit 2023-12-07T15:54:51.418698+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:52.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:51 smithi042 bash[30444]: cluster 2023-12-07T15:54:49.989460+0000 mgr.y (mgr.24367) 26 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:52.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:51 smithi042 bash[30444]: cephadm 2023-12-07T15:54:50.602439+0000 mgr.y (mgr.24367) 27 : cephadm [INF] Deploying daemon node-exporter.b on smithi178 2023-12-07T15:54:52.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:51 smithi042 bash[30444]: audit 2023-12-07T15:54:51.412345+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:52.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:51 smithi042 bash[30444]: audit 2023-12-07T15:54:51.415224+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:52.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:51 smithi042 bash[30444]: audit 2023-12-07T15:54:51.417314+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:52.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:51 smithi042 bash[30444]: audit 2023-12-07T15:54:51.418698+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:52.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:51 smithi178 bash[25068]: cluster 2023-12-07T15:54:49.989460+0000 mgr.y (mgr.24367) 26 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:52.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:51 smithi178 bash[25068]: cephadm 2023-12-07T15:54:50.602439+0000 mgr.y (mgr.24367) 27 : cephadm [INF] Deploying daemon node-exporter.b on smithi178 2023-12-07T15:54:52.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:51 smithi178 bash[25068]: audit 2023-12-07T15:54:51.412345+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:52.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:51 smithi178 bash[25068]: audit 2023-12-07T15:54:51.415224+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:52.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:51 smithi178 bash[25068]: audit 2023-12-07T15:54:51.417314+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:52.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:51 smithi178 bash[25068]: audit 2023-12-07T15:54:51.418698+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:52.616 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:52 smithi042 bash[45123]: b45d31ee2d7f: Pull complete 2023-12-07T15:54:52.855 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:52 smithi178 bash[40403]: v1.3.1: Pulling from prometheus/node-exporter 2023-12-07T15:54:52.856 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:54:52 smithi178 bash[40261]: ts=2023-12-07T15:54:52.572Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-07T15:54:53.116 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:52 smithi042 bash[45123]: b5db1e299295: Pull complete 2023-12-07T15:54:53.116 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:52 smithi042 bash[45123]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2023-12-07T15:54:53.116 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:52 smithi042 bash[45123]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2023-12-07T15:54:53.192 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:52 smithi178 bash[40403]: aa2a8d90b84c: Pulling fs layer 2023-12-07T15:54:53.192 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:52 smithi178 bash[40403]: b45d31ee2d7f: Pulling fs layer 2023-12-07T15:54:53.192 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:52 smithi178 bash[40403]: b5db1e299295: Pulling fs layer 2023-12-07T15:54:53.565 INFO:teuthology.orchestra.run.smithi178.stdout:[client.1] 2023-12-07T15:54:53.565 INFO:teuthology.orchestra.run.smithi178.stdout: key = AQDN6nFlGegsIRAA/+zM8e71yYnk3EWk5U0htA== 2023-12-07T15:54:53.597 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:53 smithi178 bash[40403]: b45d31ee2d7f: Download complete 2023-12-07T15:54:53.597 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:53 smithi178 bash[40403]: aa2a8d90b84c: Verifying Checksum 2023-12-07T15:54:53.597 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:53 smithi178 bash[40403]: aa2a8d90b84c: Download complete 2023-12-07T15:54:53.597 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:53 smithi178 bash[40403]: b5db1e299295: Verifying Checksum 2023-12-07T15:54:53.597 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:53 smithi178 bash[40403]: b5db1e299295: Download complete 2023-12-07T15:54:53.597 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:53 smithi178 bash[40403]: aa2a8d90b84c: Pull complete 2023-12-07T15:54:54.148 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:53 smithi178 bash[25068]: cluster 2023-12-07T15:54:51.990006+0000 mgr.y (mgr.24367) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:54.148 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:53 smithi178 bash[25068]: audit 2023-12-07T15:54:53.555551+0000 mon.b (mon.2) 25 : audit [INF] from='client.? 172.21.15.178:0/1451095282' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-07T15:54:54.148 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:53 smithi178 bash[25068]: audit 2023-12-07T15:54:53.556205+0000 mon.a (mon.0) 657 : 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-07T15:54:54.148 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:53 smithi178 bash[25068]: audit 2023-12-07T15:54:53.564236+0000 mon.a (mon.0) 658 : 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-07T15:54:54.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:53 smithi042 bash[30444]: cluster 2023-12-07T15:54:51.990006+0000 mgr.y (mgr.24367) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:54.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:53 smithi042 bash[30444]: audit 2023-12-07T15:54:53.555551+0000 mon.b (mon.2) 25 : audit [INF] from='client.? 172.21.15.178:0/1451095282' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-07T15:54:54.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:53 smithi042 bash[30444]: audit 2023-12-07T15:54:53.556205+0000 mon.a (mon.0) 657 : 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-07T15:54:54.186 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:53 smithi042 bash[30444]: audit 2023-12-07T15:54:53.564236+0000 mon.a (mon.0) 658 : 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-07T15:54:54.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:53 smithi042 bash[24989]: cluster 2023-12-07T15:54:51.990006+0000 mgr.y (mgr.24367) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:54.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:53 smithi042 bash[24989]: audit 2023-12-07T15:54:53.555551+0000 mon.b (mon.2) 25 : audit [INF] from='client.? 172.21.15.178:0/1451095282' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-07T15:54:54.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:53 smithi042 bash[24989]: audit 2023-12-07T15:54:53.556205+0000 mon.a (mon.0) 657 : 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-07T15:54:54.186 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:53 smithi042 bash[24989]: audit 2023-12-07T15:54:53.564236+0000 mon.a (mon.0) 658 : 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-07T15:54:54.605 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:54 smithi178 bash[40403]: b45d31ee2d7f: Pull complete 2023-12-07T15:54:54.617 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.229Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-07T15:54:54.617 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.229Z 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-07T15:54:54.617 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.230Z 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-07T15:54:54.617 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.230Z 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-07T15:54:54.617 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-07T15:54:54.617 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=arp 2023-12-07T15:54:54.617 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-07T15:54:54.617 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-07T15:54:54.617 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-07T15:54:54.617 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-07T15:54:54.617 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-07T15:54:54.617 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-07T15:54:54.617 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-07T15:54:54.618 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-07T15:54:54.618 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=edac 2023-12-07T15:54:54.618 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-07T15:54:54.618 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-07T15:54:54.618 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-07T15:54:54.618 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-07T15:54:54.618 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-07T15:54:54.618 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-07T15:54:54.618 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-07T15:54:54.618 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-07T15:54:54.618 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-07T15:54:54.618 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-07T15:54:54.618 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-07T15:54:54.618 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-07T15:54:54.618 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-07T15:54:54.618 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-07T15:54:54.618 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-07T15:54:54.619 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-07T15:54:54.619 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=os 2023-12-07T15:54:54.619 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-07T15:54:54.619 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-07T15:54:54.619 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-07T15:54:54.619 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-07T15:54:54.619 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-07T15:54:54.619 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-07T15:54:54.619 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=stat 2023-12-07T15:54:54.619 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-07T15:54:54.619 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-07T15:54:54.619 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-07T15:54:54.619 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=time 2023-12-07T15:54:54.619 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-07T15:54:54.619 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=uname 2023-12-07T15:54:54.619 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-07T15:54:54.619 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-07T15:54:54.619 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.231Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-07T15:54:54.620 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.232Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-07T15:54:54.620 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 15:54:54 smithi042 bash[45123]: ts=2023-12-07T15:54:54.232Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-07T15:54:54.816 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2023-12-07T15:54:54.816 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-07T15:54:54.816 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-07T15:54:54.839 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-07T15:54:54.839 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-07T15:54:54.839 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-07T15:54:55.105 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:54 smithi178 bash[40403]: b5db1e299295: Pull complete 2023-12-07T15:54:55.606 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:55 smithi178 bash[40403]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2023-12-07T15:54:55.606 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:55 smithi178 bash[40403]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2023-12-07T15:54:56.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:55 smithi178 bash[25068]: cluster 2023-12-07T15:54:53.990550+0000 mgr.y (mgr.24367) 29 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:56.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:55 smithi178 bash[25068]: audit 2023-12-07T15:54:54.901674+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:56.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:55 smithi178 bash[25068]: audit 2023-12-07T15:54:55.087185+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:56.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:55 smithi042 bash[24989]: cluster 2023-12-07T15:54:53.990550+0000 mgr.y (mgr.24367) 29 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:56.367 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:55 smithi042 bash[24989]: audit 2023-12-07T15:54:54.901674+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:56.367 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:55 smithi042 bash[24989]: audit 2023-12-07T15:54:55.087185+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:56.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:55 smithi042 bash[30444]: cluster 2023-12-07T15:54:53.990550+0000 mgr.y (mgr.24367) 29 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:56.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:55 smithi042 bash[30444]: audit 2023-12-07T15:54:54.901674+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:56.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:55 smithi042 bash[30444]: audit 2023-12-07T15:54:55.087185+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:56.606 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.419Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-07T15:54:56.606 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.419Z 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-07T15:54:56.606 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.420Z 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-07T15:54:56.606 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.420Z 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-07T15:54:56.607 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.422Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-07T15:54:56.607 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.422Z caller=node_exporter.go:115 level=info collector=arp 2023-12-07T15:54:56.607 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.422Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-07T15:54:56.607 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.422Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-07T15:54:56.607 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.422Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-07T15:54:56.607 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.422Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-07T15:54:56.607 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.422Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-07T15:54:56.607 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.422Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-07T15:54:56.607 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.422Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-07T15:54:56.607 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.422Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-07T15:54:56.607 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.422Z caller=node_exporter.go:115 level=info collector=edac 2023-12-07T15:54:56.608 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.422Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-07T15:54:56.608 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.422Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-07T15:54:56.608 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.422Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-07T15:54:56.608 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.422Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-07T15:54:56.608 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-07T15:54:56.608 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-07T15:54:56.608 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-07T15:54:56.608 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-07T15:54:56.608 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-07T15:54:56.608 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-07T15:54:56.608 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-07T15:54:56.609 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-07T15:54:56.609 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-07T15:54:56.609 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-07T15:54:56.609 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-07T15:54:56.609 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-07T15:54:56.609 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=os 2023-12-07T15:54:56.609 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-07T15:54:56.609 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-07T15:54:56.609 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-07T15:54:56.609 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-07T15:54:56.609 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-07T15:54:56.609 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-07T15:54:56.610 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=stat 2023-12-07T15:54:56.610 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-07T15:54:56.610 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-07T15:54:56.610 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-07T15:54:56.610 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=time 2023-12-07T15:54:56.610 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-07T15:54:56.610 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=uname 2023-12-07T15:54:56.610 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-07T15:54:56.610 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-07T15:54:56.610 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-07T15:54:56.610 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-07T15:54:56.611 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 15:54:56 smithi178 bash[40403]: ts=2023-12-07T15:54:56.423Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-07T15:54:57.583 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:54:58.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:57 smithi178 bash[25068]: cluster 2023-12-07T15:54:55.991139+0000 mgr.y (mgr.24367) 30 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:58.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:57 smithi178 bash[25068]: audit 2023-12-07T15:54:56.632018+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:58.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:57 smithi178 bash[25068]: audit 2023-12-07T15:54:56.640503+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:58.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:57 smithi178 bash[25068]: cephadm 2023-12-07T15:54:56.655511+0000 mgr.y (mgr.24367) 31 : cephadm [INF] Deploying daemon alertmanager.a on smithi042 2023-12-07T15:54:58.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:57 smithi042 bash[24989]: cluster 2023-12-07T15:54:55.991139+0000 mgr.y (mgr.24367) 30 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:58.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:57 smithi042 bash[24989]: audit 2023-12-07T15:54:56.632018+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:58.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:57 smithi042 bash[24989]: audit 2023-12-07T15:54:56.640503+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:58.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:57 smithi042 bash[24989]: cephadm 2023-12-07T15:54:56.655511+0000 mgr.y (mgr.24367) 31 : cephadm [INF] Deploying daemon alertmanager.a on smithi042 2023-12-07T15:54:58.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:57 smithi042 bash[30444]: cluster 2023-12-07T15:54:55.991139+0000 mgr.y (mgr.24367) 30 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:58.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:57 smithi042 bash[30444]: audit 2023-12-07T15:54:56.632018+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:58.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:57 smithi042 bash[30444]: audit 2023-12-07T15:54:56.640503+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:54:58.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:57 smithi042 bash[30444]: cephadm 2023-12-07T15:54:56.655511+0000 mgr.y (mgr.24367) 31 : cephadm [INF] Deploying daemon alertmanager.a on smithi042 2023-12-07T15:54:58.855 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:54:58 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:54:58] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:55:00.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:54:59 smithi178 bash[25068]: cluster 2023-12-07T15:54:57.991800+0000 mgr.y (mgr.24367) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:00.107 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:54:59 smithi042 bash[30444]: cluster 2023-12-07T15:54:57.991800+0000 mgr.y (mgr.24367) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:00.107 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:54:59 smithi042 bash[24989]: cluster 2023-12-07T15:54:57.991800+0000 mgr.y (mgr.24367) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:01.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:01 smithi042 bash[24989]: cluster 2023-12-07T15:54:59.992425+0000 mgr.y (mgr.24367) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:01.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:01 smithi042 bash[30444]: cluster 2023-12-07T15:54:59.992425+0000 mgr.y (mgr.24367) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:02.058 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T15:55:02.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:01 smithi178 bash[25068]: cluster 2023-12-07T15:54:59.992425+0000 mgr.y (mgr.24367) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:03.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:02 smithi178 bash[25068]: audit 2023-12-07T15:55:02.047691+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.42:0/2875812632' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:02 smithi042 bash[24989]: audit 2023-12-07T15:55:02.047691+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.42:0/2875812632' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:02 smithi042 bash[30444]: audit 2023-12-07T15:55:02.047691+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.42:0/2875812632' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.471 INFO:teuthology.orchestra.run.smithi042.stdout:{"epoch":20,"active_gid":24367,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6800","nonce":572040153},{"type":"v1","addr":"172.21.15.42:6801","nonce":572040153}]},"active_addr":"172.21.15.42:6801/572040153","active_change":"2023-12-07T15:54:29.083890+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14463,"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.42:8443/","prometheus":"http://172.21.15.42: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":61,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.42:0","nonce":2275716789}]},{"addrvec":[{"type":"v2","addr":"172.21.15.42:0","nonce":2639079432}]},{"addrvec":[{"type":"v2","addr":"172.21.15.42:0","nonce":3068842798}]},{"addrvec":[{"type":"v2","addr":"172.21.15.42:0","nonce":3797074144}]}]}} 2023-12-07T15:55:03.475 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-07T15:55:03.475 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-07T15:55:03.475 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-07T15:55:04.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:03 smithi178 bash[25068]: cluster 2023-12-07T15:55:01.993049+0000 mgr.y (mgr.24367) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:04.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:03 smithi042 bash[24989]: cluster 2023-12-07T15:55:01.993049+0000 mgr.y (mgr.24367) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:04.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:03 smithi042 bash[30444]: cluster 2023-12-07T15:55:01.993049+0000 mgr.y (mgr.24367) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:04.866 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:55:04 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:55:04] "GET /metrics HTTP/1.1" 200 191505 "" "Prometheus/2.33.4" 2023-12-07T15:55:06.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:05 smithi178 bash[25068]: cluster 2023-12-07T15:55:03.993689+0000 mgr.y (mgr.24367) 35 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:06.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:05 smithi042 bash[24989]: cluster 2023-12-07T15:55:03.993689+0000 mgr.y (mgr.24367) 35 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:06.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:05 smithi042 bash[30444]: cluster 2023-12-07T15:55:03.993689+0000 mgr.y (mgr.24367) 35 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:06.640 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:55:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:07 smithi178 bash[25068]: cluster 2023-12-07T15:55:05.994304+0000 mgr.y (mgr.24367) 36 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:07 smithi178 bash[25068]: audit 2023-12-07T15:55:06.680969+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:07 smithi178 bash[25068]: audit 2023-12-07T15:55:06.710915+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:07 smithi178 bash[25068]: audit 2023-12-07T15:55:06.716537+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:07 smithi178 bash[25068]: audit 2023-12-07T15:55:06.722469+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T15:55:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:07 smithi178 bash[25068]: audit 2023-12-07T15:55:06.723252+0000 mgr.y (mgr.24367) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T15:55:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:07 smithi178 bash[25068]: audit 2023-12-07T15:55:06.730360+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:07 smithi178 bash[25068]: cephadm 2023-12-07T15:55:06.735722+0000 mgr.y (mgr.24367) 38 : cephadm [INF] Deploying daemon grafana.a on smithi178 2023-12-07T15:55:08.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:07 smithi042 bash[30444]: cluster 2023-12-07T15:55:05.994304+0000 mgr.y (mgr.24367) 36 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:08.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:07 smithi042 bash[30444]: audit 2023-12-07T15:55:06.680969+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:08.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:07 smithi042 bash[30444]: audit 2023-12-07T15:55:06.710915+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:08.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:07 smithi042 bash[30444]: audit 2023-12-07T15:55:06.716537+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:08.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:07 smithi042 bash[30444]: audit 2023-12-07T15:55:06.722469+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T15:55:08.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:07 smithi042 bash[30444]: audit 2023-12-07T15:55:06.723252+0000 mgr.y (mgr.24367) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T15:55:08.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:07 smithi042 bash[30444]: audit 2023-12-07T15:55:06.730360+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:08.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:07 smithi042 bash[30444]: cephadm 2023-12-07T15:55:06.735722+0000 mgr.y (mgr.24367) 38 : cephadm [INF] Deploying daemon grafana.a on smithi178 2023-12-07T15:55:08.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:07 smithi042 bash[24989]: cluster 2023-12-07T15:55:05.994304+0000 mgr.y (mgr.24367) 36 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:08.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:07 smithi042 bash[24989]: audit 2023-12-07T15:55:06.680969+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:08.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:07 smithi042 bash[24989]: audit 2023-12-07T15:55:06.710915+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:08.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:07 smithi042 bash[24989]: audit 2023-12-07T15:55:06.716537+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:08.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:07 smithi042 bash[24989]: audit 2023-12-07T15:55:06.722469+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T15:55:08.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:07 smithi042 bash[24989]: audit 2023-12-07T15:55:06.723252+0000 mgr.y (mgr.24367) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T15:55:08.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:07 smithi042 bash[24989]: audit 2023-12-07T15:55:06.730360+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:08.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:07 smithi042 bash[24989]: cephadm 2023-12-07T15:55:06.735722+0000 mgr.y (mgr.24367) 38 : cephadm [INF] Deploying daemon grafana.a on smithi178 2023-12-07T15:55:08.605 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:55:08 smithi042 bash[45940]: level=info ts=2023-12-07T15:55:08.444Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-07T15:55:08.855 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:55:08 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:55:08] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:55:09.942 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:09 smithi042 bash[24989]: cluster 2023-12-07T15:55:07.994985+0000 mgr.y (mgr.24367) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:09.942 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:09 smithi042 bash[30444]: cluster 2023-12-07T15:55:07.994985+0000 mgr.y (mgr.24367) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:10.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:09 smithi178 bash[25068]: cluster 2023-12-07T15:55:07.994985+0000 mgr.y (mgr.24367) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:10.281 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T15:55:10.281 INFO:teuthology.orchestra.run.smithi042.stdout:{"epoch":61,"fsid":"b31e98c6-9517-11ee-95a2-87774f69a715","created":"2023-12-07T15:46:50.519213+0000","modified":"2023-12-07T15:54:29.083375+0000","last_up_change":"2023-12-07T15:54:02.774423+0000","last_in_change":"2023-12-07T15:53:37.280591+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-07T15:50:54.643373+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"b1cef6d8-891d-41ca-b75c-57c6f4d00dbd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6802","nonce":3315357911},{"type":"v1","addr":"172.21.15.42:6803","nonce":3315357911}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6804","nonce":3315357911},{"type":"v1","addr":"172.21.15.42:6805","nonce":3315357911}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6808","nonce":3315357911},{"type":"v1","addr":"172.21.15.42:6809","nonce":3315357911}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6806","nonce":3315357911},{"type":"v1","addr":"172.21.15.42:6807","nonce":3315357911}]},"public_addr":"172.21.15.42:6803/3315357911","cluster_addr":"172.21.15.42:6805/3315357911","heartbeat_back_addr":"172.21.15.42:6809/3315357911","heartbeat_front_addr":"172.21.15.42:6807/3315357911","state":["exists","up"]},{"osd":1,"uuid":"29b405b6-bb23-45aa-900d-8b1d2a30cd44","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6810","nonce":1679103318},{"type":"v1","addr":"172.21.15.42:6811","nonce":1679103318}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6812","nonce":1679103318},{"type":"v1","addr":"172.21.15.42:6813","nonce":1679103318}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6816","nonce":1679103318},{"type":"v1","addr":"172.21.15.42:6817","nonce":1679103318}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6814","nonce":1679103318},{"type":"v1","addr":"172.21.15.42:6815","nonce":1679103318}]},"public_addr":"172.21.15.42:6811/1679103318","cluster_addr":"172.21.15.42:6813/1679103318","heartbeat_back_addr":"172.21.15.42:6817/1679103318","heartbeat_front_addr":"172.21.15.42:6815/1679103318","state":["exists","up"]},{"osd":2,"uuid":"bf23d2da-7e55-4df6-bd8f-718aecd99af6","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.42:6818","nonce":3082102009},{"type":"v1","addr":"172.21.15.42:6819","nonce":3082102009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6820","nonce":3082102009},{"type":"v1","addr":"172.21.15.42:6821","nonce":3082102009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6824","nonce":3082102009},{"type":"v1","addr":"172.21.15.42:6825","nonce":3082102009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6822","nonce":3082102009},{"type":"v1","addr":"172.21.15.42:6823","nonce":3082102009}]},"public_addr":"172.21.15.42:6819/3082102009","cluster_addr":"172.21.15.42:6821/3082102009","heartbeat_back_addr":"172.21.15.42:6825/3082102009","heartbeat_front_addr":"172.21.15.42:6823/3082102009","state":["exists","up"]},{"osd":3,"uuid":"16180c3b-94ae-4d04-b3e4-561091b2d446","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6826","nonce":1817988385},{"type":"v1","addr":"172.21.15.42:6827","nonce":1817988385}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6828","nonce":1817988385},{"type":"v1","addr":"172.21.15.42:6829","nonce":1817988385}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6832","nonce":1817988385},{"type":"v1","addr":"172.21.15.42:6833","nonce":1817988385}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6830","nonce":1817988385},{"type":"v1","addr":"172.21.15.42:6831","nonce":1817988385}]},"public_addr":"172.21.15.42:6827/1817988385","cluster_addr":"172.21.15.42:6829/1817988385","heartbeat_back_addr":"172.21.15.42:6833/1817988385","heartbeat_front_addr":"172.21.15.42:6831/1817988385","state":["exists","up"]},{"osd":4,"uuid":"48333d20-9a62-4a76-bd34-5affc7abcefe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6800","nonce":2530503124},{"type":"v1","addr":"172.21.15.178:6801","nonce":2530503124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6802","nonce":2530503124},{"type":"v1","addr":"172.21.15.178:6803","nonce":2530503124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6806","nonce":2530503124},{"type":"v1","addr":"172.21.15.178:6807","nonce":2530503124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6804","nonce":2530503124},{"type":"v1","addr":"172.21.15.178:6805","nonce":2530503124}]},"public_addr":"172.21.15.178:6801/2530503124","cluster_addr":"172.21.15.178:6803/2530503124","heartbeat_back_addr":"172.21.15.178:6807/2530503124","heartbeat_front_addr":"172.21.15.178:6805/2530503124","state":["exists","up"]},{"osd":5,"uuid":"faf64d53-c79f-4240-88a2-5788350f01cb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6808","nonce":779881795},{"type":"v1","addr":"172.21.15.178:6809","nonce":779881795}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6810","nonce":779881795},{"type":"v1","addr":"172.21.15.178:6811","nonce":779881795}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6814","nonce":779881795},{"type":"v1","addr":"172.21.15.178:6815","nonce":779881795}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6812","nonce":779881795},{"type":"v1","addr":"172.21.15.178:6813","nonce":779881795}]},"public_addr":"172.21.15.178:6809/779881795","cluster_addr":"172.21.15.178:6811/779881795","heartbeat_back_addr":"172.21.15.178:6815/779881795","heartbeat_front_addr":"172.21.15.178:6813/779881795","state":["exists","up"]},{"osd":6,"uuid":"dc8dd93e-1e42-4440-808e-033632fa87ee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":51,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6816","nonce":3795061975},{"type":"v1","addr":"172.21.15.178:6817","nonce":3795061975}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6818","nonce":3795061975},{"type":"v1","addr":"172.21.15.178:6819","nonce":3795061975}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6822","nonce":3795061975},{"type":"v1","addr":"172.21.15.178:6823","nonce":3795061975}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6820","nonce":3795061975},{"type":"v1","addr":"172.21.15.178:6821","nonce":3795061975}]},"public_addr":"172.21.15.178:6817/3795061975","cluster_addr":"172.21.15.178:6819/3795061975","heartbeat_back_addr":"172.21.15.178:6823/3795061975","heartbeat_front_addr":"172.21.15.178:6821/3795061975","state":["exists","up"]},{"osd":7,"uuid":"ab510f6f-81f5-4848-b2b2-9bc08ba6de89","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":56,"up_thru":59,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6824","nonce":3871969898},{"type":"v1","addr":"172.21.15.178:6825","nonce":3871969898}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6826","nonce":3871969898},{"type":"v1","addr":"172.21.15.178:6827","nonce":3871969898}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6830","nonce":3871969898},{"type":"v1","addr":"172.21.15.178:6831","nonce":3871969898}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6828","nonce":3871969898},{"type":"v1","addr":"172.21.15.178:6829","nonce":3871969898}]},"public_addr":"172.21.15.178:6825/3871969898","cluster_addr":"172.21.15.178:6827/3871969898","heartbeat_back_addr":"172.21.15.178:6831/3871969898","heartbeat_front_addr":"172.21.15.178:6829/3871969898","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-07T15:49:36.657300+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-07T15:50:13.720912+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-07T15:50:50.706876+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-07T15:51:28.029161+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-07T15:52:03.684537+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-07T15:52:42.223285+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-07T15:53:21.571355+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-07T15:54:01.100640+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.42:6800/3364279133":"2023-12-08T15:54:29.083306+0000","172.21.15.42:0/2447558861":"2023-12-08T15:54:29.083306+0000","172.21.15.42:0/1928704957":"2023-12-08T15:54:29.083306+0000","172.21.15.42:0/242317444":"2023-12-08T15:47:53.982033+0000","172.21.15.42:0/403884585":"2023-12-08T15:47:53.982033+0000","172.21.15.42:6801/2211044117":"2023-12-08T15:47:53.982033+0000","172.21.15.42:0/2253096720":"2023-12-08T15:47:53.982033+0000","172.21.15.42:0/1403997182":"2023-12-08T15:54:29.083306+0000","172.21.15.42:6800/2211044117":"2023-12-08T15:47:53.982033+0000","172.21.15.42:0/1433352221":"2023-12-08T15:47:21.989873+0000","172.21.15.42:6800/544628887":"2023-12-08T15:47:21.989873+0000","172.21.15.42:6801/544628887":"2023-12-08T15:47:21.989873+0000","172.21.15.42:0/1964395676":"2023-12-08T15:54:29.083306+0000","172.21.15.42:6801/3364279133":"2023-12-08T15:54:29.083306+0000","172.21.15.42:0/1275181729":"2023-12-08T15:47:21.989873+0000","172.21.15.42:0/1049115118":"2023-12-08T15:47:21.989873+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-07T15:55:10.616 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:55:10 smithi042 bash[45940]: level=info ts=2023-12-07T15:55:10.390Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000764904s 2023-12-07T15:55:10.991 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-07T15:55:10.991 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-07T15:55:11.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:11 smithi178 bash[25068]: cluster 2023-12-07T15:55:09.995573+0000 mgr.y (mgr.24367) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:11.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:11 smithi178 bash[25068]: audit 2023-12-07T15:55:10.097120+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:11.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:11 smithi178 bash[25068]: audit 2023-12-07T15:55:10.278515+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.42:0/3401096818' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T15:55:11.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:11 smithi042 bash[24989]: cluster 2023-12-07T15:55:09.995573+0000 mgr.y (mgr.24367) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:11.366 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:11 smithi042 bash[24989]: audit 2023-12-07T15:55:10.097120+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:11.367 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:11 smithi042 bash[24989]: audit 2023-12-07T15:55:10.278515+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.42:0/3401096818' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T15:55:11.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:11 smithi042 bash[30444]: cluster 2023-12-07T15:55:09.995573+0000 mgr.y (mgr.24367) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:11.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:11 smithi042 bash[30444]: audit 2023-12-07T15:55:10.097120+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:11.367 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:11 smithi042 bash[30444]: audit 2023-12-07T15:55:10.278515+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.42:0/3401096818' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T15:55:13.725 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:55:14.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:13 smithi178 bash[25068]: cluster 2023-12-07T15:55:11.996227+0000 mgr.y (mgr.24367) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:14.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:13 smithi042 bash[24989]: cluster 2023-12-07T15:55:11.996227+0000 mgr.y (mgr.24367) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:14.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:13 smithi042 bash[30444]: cluster 2023-12-07T15:55:11.996227+0000 mgr.y (mgr.24367) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:14.980 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:55:14 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:55:14] "GET /metrics HTTP/1.1" 200 191505 "" "Prometheus/2.33.4" 2023-12-07T15:55:15.759 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:15 smithi042 bash[30444]: cluster 2023-12-07T15:55:13.996837+0000 mgr.y (mgr.24367) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:15.759 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:15 smithi042 bash[24989]: cluster 2023-12-07T15:55:13.996837+0000 mgr.y (mgr.24367) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:16.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:15 smithi178 bash[25068]: cluster 2023-12-07T15:55:13.996837+0000 mgr.y (mgr.24367) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:16.573 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T15:55:16.573 INFO:teuthology.orchestra.run.smithi042.stdout:{"epoch":61,"fsid":"b31e98c6-9517-11ee-95a2-87774f69a715","created":"2023-12-07T15:46:50.519213+0000","modified":"2023-12-07T15:54:29.083375+0000","last_up_change":"2023-12-07T15:54:02.774423+0000","last_in_change":"2023-12-07T15:53:37.280591+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-07T15:50:54.643373+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"b1cef6d8-891d-41ca-b75c-57c6f4d00dbd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6802","nonce":3315357911},{"type":"v1","addr":"172.21.15.42:6803","nonce":3315357911}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6804","nonce":3315357911},{"type":"v1","addr":"172.21.15.42:6805","nonce":3315357911}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6808","nonce":3315357911},{"type":"v1","addr":"172.21.15.42:6809","nonce":3315357911}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6806","nonce":3315357911},{"type":"v1","addr":"172.21.15.42:6807","nonce":3315357911}]},"public_addr":"172.21.15.42:6803/3315357911","cluster_addr":"172.21.15.42:6805/3315357911","heartbeat_back_addr":"172.21.15.42:6809/3315357911","heartbeat_front_addr":"172.21.15.42:6807/3315357911","state":["exists","up"]},{"osd":1,"uuid":"29b405b6-bb23-45aa-900d-8b1d2a30cd44","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6810","nonce":1679103318},{"type":"v1","addr":"172.21.15.42:6811","nonce":1679103318}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6812","nonce":1679103318},{"type":"v1","addr":"172.21.15.42:6813","nonce":1679103318}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6816","nonce":1679103318},{"type":"v1","addr":"172.21.15.42:6817","nonce":1679103318}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6814","nonce":1679103318},{"type":"v1","addr":"172.21.15.42:6815","nonce":1679103318}]},"public_addr":"172.21.15.42:6811/1679103318","cluster_addr":"172.21.15.42:6813/1679103318","heartbeat_back_addr":"172.21.15.42:6817/1679103318","heartbeat_front_addr":"172.21.15.42:6815/1679103318","state":["exists","up"]},{"osd":2,"uuid":"bf23d2da-7e55-4df6-bd8f-718aecd99af6","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.42:6818","nonce":3082102009},{"type":"v1","addr":"172.21.15.42:6819","nonce":3082102009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6820","nonce":3082102009},{"type":"v1","addr":"172.21.15.42:6821","nonce":3082102009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6824","nonce":3082102009},{"type":"v1","addr":"172.21.15.42:6825","nonce":3082102009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6822","nonce":3082102009},{"type":"v1","addr":"172.21.15.42:6823","nonce":3082102009}]},"public_addr":"172.21.15.42:6819/3082102009","cluster_addr":"172.21.15.42:6821/3082102009","heartbeat_back_addr":"172.21.15.42:6825/3082102009","heartbeat_front_addr":"172.21.15.42:6823/3082102009","state":["exists","up"]},{"osd":3,"uuid":"16180c3b-94ae-4d04-b3e4-561091b2d446","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6826","nonce":1817988385},{"type":"v1","addr":"172.21.15.42:6827","nonce":1817988385}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6828","nonce":1817988385},{"type":"v1","addr":"172.21.15.42:6829","nonce":1817988385}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6832","nonce":1817988385},{"type":"v1","addr":"172.21.15.42:6833","nonce":1817988385}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.42:6830","nonce":1817988385},{"type":"v1","addr":"172.21.15.42:6831","nonce":1817988385}]},"public_addr":"172.21.15.42:6827/1817988385","cluster_addr":"172.21.15.42:6829/1817988385","heartbeat_back_addr":"172.21.15.42:6833/1817988385","heartbeat_front_addr":"172.21.15.42:6831/1817988385","state":["exists","up"]},{"osd":4,"uuid":"48333d20-9a62-4a76-bd34-5affc7abcefe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6800","nonce":2530503124},{"type":"v1","addr":"172.21.15.178:6801","nonce":2530503124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6802","nonce":2530503124},{"type":"v1","addr":"172.21.15.178:6803","nonce":2530503124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6806","nonce":2530503124},{"type":"v1","addr":"172.21.15.178:6807","nonce":2530503124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6804","nonce":2530503124},{"type":"v1","addr":"172.21.15.178:6805","nonce":2530503124}]},"public_addr":"172.21.15.178:6801/2530503124","cluster_addr":"172.21.15.178:6803/2530503124","heartbeat_back_addr":"172.21.15.178:6807/2530503124","heartbeat_front_addr":"172.21.15.178:6805/2530503124","state":["exists","up"]},{"osd":5,"uuid":"faf64d53-c79f-4240-88a2-5788350f01cb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6808","nonce":779881795},{"type":"v1","addr":"172.21.15.178:6809","nonce":779881795}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6810","nonce":779881795},{"type":"v1","addr":"172.21.15.178:6811","nonce":779881795}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6814","nonce":779881795},{"type":"v1","addr":"172.21.15.178:6815","nonce":779881795}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6812","nonce":779881795},{"type":"v1","addr":"172.21.15.178:6813","nonce":779881795}]},"public_addr":"172.21.15.178:6809/779881795","cluster_addr":"172.21.15.178:6811/779881795","heartbeat_back_addr":"172.21.15.178:6815/779881795","heartbeat_front_addr":"172.21.15.178:6813/779881795","state":["exists","up"]},{"osd":6,"uuid":"dc8dd93e-1e42-4440-808e-033632fa87ee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":51,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6816","nonce":3795061975},{"type":"v1","addr":"172.21.15.178:6817","nonce":3795061975}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6818","nonce":3795061975},{"type":"v1","addr":"172.21.15.178:6819","nonce":3795061975}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6822","nonce":3795061975},{"type":"v1","addr":"172.21.15.178:6823","nonce":3795061975}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6820","nonce":3795061975},{"type":"v1","addr":"172.21.15.178:6821","nonce":3795061975}]},"public_addr":"172.21.15.178:6817/3795061975","cluster_addr":"172.21.15.178:6819/3795061975","heartbeat_back_addr":"172.21.15.178:6823/3795061975","heartbeat_front_addr":"172.21.15.178:6821/3795061975","state":["exists","up"]},{"osd":7,"uuid":"ab510f6f-81f5-4848-b2b2-9bc08ba6de89","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":56,"up_thru":59,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6824","nonce":3871969898},{"type":"v1","addr":"172.21.15.178:6825","nonce":3871969898}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6826","nonce":3871969898},{"type":"v1","addr":"172.21.15.178:6827","nonce":3871969898}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6830","nonce":3871969898},{"type":"v1","addr":"172.21.15.178:6831","nonce":3871969898}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6828","nonce":3871969898},{"type":"v1","addr":"172.21.15.178:6829","nonce":3871969898}]},"public_addr":"172.21.15.178:6825/3871969898","cluster_addr":"172.21.15.178:6827/3871969898","heartbeat_back_addr":"172.21.15.178:6831/3871969898","heartbeat_front_addr":"172.21.15.178:6829/3871969898","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-07T15:49:36.657300+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-07T15:50:13.720912+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-07T15:50:50.706876+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-07T15:51:28.029161+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-07T15:52:03.684537+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-07T15:52:42.223285+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-07T15:53:21.571355+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-07T15:54:01.100640+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.42:6800/3364279133":"2023-12-08T15:54:29.083306+0000","172.21.15.42:0/2447558861":"2023-12-08T15:54:29.083306+0000","172.21.15.42:0/1928704957":"2023-12-08T15:54:29.083306+0000","172.21.15.42:0/242317444":"2023-12-08T15:47:53.982033+0000","172.21.15.42:0/403884585":"2023-12-08T15:47:53.982033+0000","172.21.15.42:6801/2211044117":"2023-12-08T15:47:53.982033+0000","172.21.15.42:0/2253096720":"2023-12-08T15:47:53.982033+0000","172.21.15.42:0/1403997182":"2023-12-08T15:54:29.083306+0000","172.21.15.42:6800/2211044117":"2023-12-08T15:47:53.982033+0000","172.21.15.42:0/1433352221":"2023-12-08T15:47:21.989873+0000","172.21.15.42:6800/544628887":"2023-12-08T15:47:21.989873+0000","172.21.15.42:6801/544628887":"2023-12-08T15:47:21.989873+0000","172.21.15.42:0/1964395676":"2023-12-08T15:54:29.083306+0000","172.21.15.42:6801/3364279133":"2023-12-08T15:54:29.083306+0000","172.21.15.42:0/1275181729":"2023-12-08T15:47:21.989873+0000","172.21.15.42:0/1049115118":"2023-12-08T15:47:21.989873+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-07T15:55:16.866 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:16 smithi042 bash[24989]: audit 2023-12-07T15:55:16.570168+0000 mon.a (mon.0) 670 : audit [DBG] from='client.? 172.21.15.42:0/1616097764' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T15:55:16.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:16 smithi042 bash[30444]: audit 2023-12-07T15:55:16.570168+0000 mon.a (mon.0) 670 : audit [DBG] from='client.? 172.21.15.42:0/1616097764' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T15:55:17.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:16 smithi178 bash[25068]: audit 2023-12-07T15:55:16.570168+0000 mon.a (mon.0) 670 : audit [DBG] from='client.? 172.21.15.42:0/1616097764' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T15:55:17.278 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-07T15:55:17.278 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-07T15:55:17.279 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-07T15:55:17.279 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-07T15:55:17.280 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-07T15:55:17.280 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-07T15:55:17.280 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-07T15:55:17.281 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-07T15:55:18.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:17 smithi178 bash[25068]: cluster 2023-12-07T15:55:15.997462+0000 mgr.y (mgr.24367) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:18.116 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:17 smithi042 bash[30444]: cluster 2023-12-07T15:55:15.997462+0000 mgr.y (mgr.24367) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:18.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:17 smithi042 bash[24989]: cluster 2023-12-07T15:55:15.997462+0000 mgr.y (mgr.24367) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:18.859 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:55:18 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:55:18] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:55:18.866 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:55:18 smithi042 bash[45940]: level=info ts=2023-12-07T15:55:18.394Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.004779317s 2023-12-07T15:55:20.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:19 smithi178 bash[25068]: cluster 2023-12-07T15:55:17.998268+0000 mgr.y (mgr.24367) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:20.116 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:55:20.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:19 smithi042 bash[24989]: cluster 2023-12-07T15:55:17.998268+0000 mgr.y (mgr.24367) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:20.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:19 smithi042 bash[30444]: cluster 2023-12-07T15:55:17.998268+0000 mgr.y (mgr.24367) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:20.118 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:55:20.119 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:55:20.119 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:55:20.119 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:55:20.120 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:55:20.122 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:55:20.126 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:55:22.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:21 smithi178 bash[25068]: cluster 2023-12-07T15:55:19.998936+0000 mgr.y (mgr.24367) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:22.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:21 smithi042 bash[24989]: cluster 2023-12-07T15:55:19.998936+0000 mgr.y (mgr.24367) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:22.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:21 smithi042 bash[30444]: cluster 2023-12-07T15:55:19.998936+0000 mgr.y (mgr.24367) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:23.911 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:23 smithi042 bash[24989]: cluster 2023-12-07T15:55:21.999657+0000 mgr.y (mgr.24367) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:23.911 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:23 smithi042 bash[30444]: cluster 2023-12-07T15:55:21.999657+0000 mgr.y (mgr.24367) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:24.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:24 smithi178 bash[25068]: cluster 2023-12-07T15:55:21.999657+0000 mgr.y (mgr.24367) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:24.993 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:55:24 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:55:24] "GET /metrics HTTP/1.1" 200 191492 "" "Prometheus/2.33.4" 2023-12-07T15:55:25.883 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:25 smithi042 bash[24989]: cluster 2023-12-07T15:55:24.000463+0000 mgr.y (mgr.24367) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:25.884 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:25 smithi042 bash[30444]: cluster 2023-12-07T15:55:24.000463+0000 mgr.y (mgr.24367) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:26.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:25 smithi178 bash[25068]: cluster 2023-12-07T15:55:24.000463+0000 mgr.y (mgr.24367) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:28.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:27 smithi178 bash[25068]: cluster 2023-12-07T15:55:26.001086+0000 mgr.y (mgr.24367) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:28.116 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:27 smithi042 bash[24989]: cluster 2023-12-07T15:55:26.001086+0000 mgr.y (mgr.24367) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:28.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:27 smithi042 bash[30444]: cluster 2023-12-07T15:55:26.001086+0000 mgr.y (mgr.24367) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:28.855 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:55:28 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:55:28] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:55:30.055 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:29 smithi042 bash[24989]: cluster 2023-12-07T15:55:28.001753+0000 mgr.y (mgr.24367) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:30.056 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:29 smithi042 bash[30444]: cluster 2023-12-07T15:55:28.001753+0000 mgr.y (mgr.24367) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:30.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:29 smithi178 bash[25068]: cluster 2023-12-07T15:55:28.001753+0000 mgr.y (mgr.24367) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:31.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:30 smithi178 bash[25068]: audit 2023-12-07T15:55:30.089357+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:55:31.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:30 smithi178 bash[25068]: audit 2023-12-07T15:55:30.096255+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:55:31.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:30 smithi042 bash[24989]: audit 2023-12-07T15:55:30.089357+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:55:31.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:30 smithi042 bash[24989]: audit 2023-12-07T15:55:30.096255+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:55:31.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:30 smithi042 bash[30444]: audit 2023-12-07T15:55:30.089357+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:55:31.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:30 smithi042 bash[30444]: audit 2023-12-07T15:55:30.096255+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:55:32.077 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:31 smithi042 bash[24989]: cluster 2023-12-07T15:55:30.002376+0000 mgr.y (mgr.24367) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:32.078 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:31 smithi042 bash[30444]: cluster 2023-12-07T15:55:30.002376+0000 mgr.y (mgr.24367) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:32.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:31 smithi178 bash[25068]: cluster 2023-12-07T15:55:30.002376+0000 mgr.y (mgr.24367) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:33.811 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:33 smithi042 bash[24989]: cluster 2023-12-07T15:55:32.003044+0000 mgr.y (mgr.24367) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:33.811 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:33 smithi042 bash[24989]: audit 2023-12-07T15:55:32.596700+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:33.811 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:33 smithi042 bash[24989]: audit 2023-12-07T15:55:32.599997+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:33.811 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:33 smithi042 bash[24989]: audit 2023-12-07T15:55:32.602038+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:33.811 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:33 smithi042 bash[24989]: audit 2023-12-07T15:55:32.603095+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:33.812 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:33 smithi042 bash[30444]: cluster 2023-12-07T15:55:32.003044+0000 mgr.y (mgr.24367) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:33.812 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:33 smithi042 bash[30444]: audit 2023-12-07T15:55:32.596700+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:33.812 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:33 smithi042 bash[30444]: audit 2023-12-07T15:55:32.599997+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:33.812 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:33 smithi042 bash[30444]: audit 2023-12-07T15:55:32.602038+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:33.812 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:33 smithi042 bash[30444]: audit 2023-12-07T15:55:32.603095+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:33.813 INFO:teuthology.orchestra.run.smithi042.stdout:133143986219 2023-12-07T15:55:33.813 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-07T15:55:33.855 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:33 smithi178 bash[41182]: t=2023-12-07T15:55:33+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2023-12-07T15:55:33.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:33 smithi178 bash[25068]: cluster 2023-12-07T15:55:32.003044+0000 mgr.y (mgr.24367) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:33.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:33 smithi178 bash[25068]: audit 2023-12-07T15:55:32.596700+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:33.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:33 smithi178 bash[25068]: audit 2023-12-07T15:55:32.599997+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:33.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:33 smithi178 bash[25068]: audit 2023-12-07T15:55:32.602038+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:33.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:33 smithi178 bash[25068]: audit 2023-12-07T15:55:32.603095+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:34.024 INFO:teuthology.orchestra.run.smithi042.stdout:111669149746 2023-12-07T15:55:34.024 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-07T15:55:34.166 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:33 smithi178 bash[41182]: t=2023-12-07T15:55:33+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2023-12-07T15:55:34.166 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:33 smithi178 bash[41182]: t=2023-12-07T15:55:33+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2023-12-07T15:55:34.166 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:33 smithi178 bash[41182]: t=2023-12-07T15:55:33+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2023-12-07T15:55:34.166 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2023-12-07T15:55:34.166 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2023-12-07T15:55:34.166 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2023-12-07T15:55:34.166 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2023-12-07T15:55:34.166 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-07T15:55:34.435 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2023-12-07T15:55:34.435 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2023-12-07T15:55:34.435 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2023-12-07T15:55:34.435 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2023-12-07T15:55:34.435 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2023-12-07T15:55:34.435 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2023-12-07T15:55:34.436 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="Add index user.login/user.email" 2023-12-07T15:55:34.436 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_service_account column to user" 2023-12-07T15:55:34.436 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2023-12-07T15:55:34.713 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2023-12-07T15:55:34.713 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2023-12-07T15:55:34.713 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2023-12-07T15:55:34.713 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2023-12-07T15:55:34.713 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2023-12-07T15:55:34.713 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_email - v1" 2023-12-07T15:55:34.713 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_org_id - v1" 2023-12-07T15:55:34.714 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_code - v1" 2023-12-07T15:55:34.905 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:55:34 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:55:34] "GET /metrics HTTP/1.1" 200 191495 "" "Prometheus/2.33.4" 2023-12-07T15:55:34.935 INFO:teuthology.orchestra.run.smithi042.stdout:77309411385 2023-12-07T15:55:34.936 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-07T15:55:34.965 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_status - v1" 2023-12-07T15:55:34.965 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2023-12-07T15:55:34.965 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="create temp_user v2" 2023-12-07T15:55:34.965 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v2" 2023-12-07T15:55:34.965 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v2" 2023-12-07T15:55:34.965 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v2" 2023-12-07T15:55:35.267 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:34 smithi178 bash[41182]: t=2023-12-07T15:55:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v2" 2023-12-07T15:55:35.267 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[41182]: t=2023-12-07T15:55:35+0000 lvl=info msg="Executing migration" logger=migrator id="copy temp_user v1 to v2" 2023-12-07T15:55:35.267 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[41182]: t=2023-12-07T15:55:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop temp_user_tmp_qwerty" 2023-12-07T15:55:35.267 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[41182]: t=2023-12-07T15:55:35+0000 lvl=info msg="Executing migration" logger=migrator id="Set created for temp users that will otherwise prematurely expire" 2023-12-07T15:55:35.267 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[41182]: t=2023-12-07T15:55:35+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2023-12-07T15:55:35.267 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[41182]: t=2023-12-07T15:55:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2023-12-07T15:55:35.268 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[41182]: t=2023-12-07T15:55:35+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2023-12-07T15:55:35.268 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[41182]: t=2023-12-07T15:55:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2023-12-07T15:55:35.519 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[41182]: t=2023-12-07T15:55:35+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2023-12-07T15:55:35.519 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[41182]: t=2023-12-07T15:55:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2023-12-07T15:55:35.519 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[41182]: t=2023-12-07T15:55:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2023-12-07T15:55:35.519 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[41182]: t=2023-12-07T15:55:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_user_id - v1" 2023-12-07T15:55:35.520 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[41182]: t=2023-12-07T15:55:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2023-12-07T15:55:35.805 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[41182]: t=2023-12-07T15:55:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2023-12-07T15:55:35.805 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[41182]: t=2023-12-07T15:55:35+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2023-12-07T15:55:35.805 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[41182]: t=2023-12-07T15:55:35+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2023-12-07T15:55:35.805 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[41182]: t=2023-12-07T15:55:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2023-12-07T15:55:35.805 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[41182]: t=2023-12-07T15:55:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2023-12-07T15:55:35.805 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[41182]: t=2023-12-07T15:55:35+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2023-12-07T15:55:35.805 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[41182]: t=2023-12-07T15:55:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2023-12-07T15:55:35.806 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[25068]: cluster 2023-12-07T15:55:34.003511+0000 mgr.y (mgr.24367) 52 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:35.806 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[25068]: audit 2023-12-07T15:55:35.113829+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:35.914 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:35 smithi042 bash[24989]: cluster 2023-12-07T15:55:34.003511+0000 mgr.y (mgr.24367) 52 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:35.914 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:35 smithi042 bash[24989]: audit 2023-12-07T15:55:35.113829+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:35.915 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:35 smithi042 bash[30444]: cluster 2023-12-07T15:55:34.003511+0000 mgr.y (mgr.24367) 52 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:35.915 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:35 smithi042 bash[30444]: audit 2023-12-07T15:55:35.113829+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:36.057 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[41182]: t=2023-12-07T15:55:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2023-12-07T15:55:36.057 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[41182]: t=2023-12-07T15:55:35+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2023-12-07T15:55:36.057 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:35 smithi178 bash[41182]: t=2023-12-07T15:55:35+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2023-12-07T15:55:36.057 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2023-12-07T15:55:36.163 INFO:teuthology.orchestra.run.smithi042.stdout:55834574914 2023-12-07T15:55:36.163 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-07T15:55:36.344 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2023-12-07T15:55:36.344 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2023-12-07T15:55:36.344 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2023-12-07T15:55:36.344 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2023-12-07T15:55:36.344 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2023-12-07T15:55:36.344 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2023-12-07T15:55:36.344 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2023-12-07T15:55:36.605 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2023-12-07T15:55:36.606 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2023-12-07T15:55:36.606 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2023-12-07T15:55:36.606 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2023-12-07T15:55:36.606 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2023-12-07T15:55:36.606 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2023-12-07T15:55:36.907 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2023-12-07T15:55:36.907 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2023-12-07T15:55:36.907 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2023-12-07T15:55:36.907 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2023-12-07T15:55:36.907 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2023-12-07T15:55:36.907 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2023-12-07T15:55:36.907 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2023-12-07T15:55:36.907 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2023-12-07T15:55:37.169 INFO:teuthology.orchestra.run.smithi042.stdout:240518168595 2023-12-07T15:55:37.169 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-07T15:55:37.176 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2023-12-07T15:55:37.176 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2023-12-07T15:55:37.176 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:36 smithi178 bash[41182]: t=2023-12-07T15:55:36+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2023-12-07T15:55:37.176 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2023-12-07T15:55:37.176 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2023-12-07T15:55:37.176 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2023-12-07T15:55:37.176 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2023-12-07T15:55:37.350 INFO:teuthology.orchestra.run.smithi042.stdout:34359738440 2023-12-07T15:55:37.350 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-07T15:55:37.393 INFO:teuthology.orchestra.run.smithi042.stdout:167503724579 2023-12-07T15:55:37.393 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-07T15:55:37.437 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[25068]: cluster 2023-12-07T15:55:36.004235+0000 mgr.y (mgr.24367) 53 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:37.437 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[25068]: audit 2023-12-07T15:55:36.414187+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:37.437 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2023-12-07T15:55:37.437 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2023-12-07T15:55:37.437 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_title" 2023-12-07T15:55:37.437 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="delete tags for deleted dashboards" 2023-12-07T15:55:37.437 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="delete stars for deleted dashboards" 2023-12-07T15:55:37.437 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_is_folder" 2023-12-07T15:55:37.437 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2023-12-07T15:55:37.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:37 smithi042 bash[30444]: cluster 2023-12-07T15:55:36.004235+0000 mgr.y (mgr.24367) 53 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:37.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:37 smithi042 bash[30444]: audit 2023-12-07T15:55:36.414187+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:37.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:37 smithi042 bash[24989]: cluster 2023-12-07T15:55:36.004235+0000 mgr.y (mgr.24367) 53 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:37.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:37 smithi042 bash[24989]: audit 2023-12-07T15:55:36.414187+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:37.751 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2023-12-07T15:55:37.751 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2023-12-07T15:55:37.751 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2023-12-07T15:55:37.751 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2023-12-07T15:55:37.751 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2023-12-07T15:55:37.751 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2023-12-07T15:55:37.751 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2023-12-07T15:55:38.016 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2023-12-07T15:55:38.016 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-07T15:55:38.016 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2023-12-07T15:55:38.016 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2023-12-07T15:55:38.016 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2023-12-07T15:55:38.016 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:37 smithi178 bash[41182]: t=2023-12-07T15:55:37+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2023-12-07T15:55:38.016 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2023-12-07T15:55:38.036 INFO:teuthology.orchestra.run.smithi042.stdout:201863462941 2023-12-07T15:55:38.036 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-07T15:55:38.277 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2023-12-07T15:55:38.277 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2023-12-07T15:55:38.277 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2023-12-07T15:55:38.277 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add uid column" 2023-12-07T15:55:38.277 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid value" 2023-12-07T15:55:38.277 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index datasource_org_id_uid" 2023-12-07T15:55:38.277 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index datasource_org_id_is_default" 2023-12-07T15:55:38.458 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:55:38.460 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:55:38.460 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:55:38.513 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:55:38.555 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2023-12-07T15:55:38.555 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2023-12-07T15:55:38.555 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2023-12-07T15:55:38.555 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2023-12-07T15:55:38.555 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2023-12-07T15:55:38.555 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2023-12-07T15:55:38.555 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2023-12-07T15:55:38.555 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2023-12-07T15:55:38.555 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2023-12-07T15:55:38.555 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2023-12-07T15:55:38.823 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:55:38] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:55:38.823 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2023-12-07T15:55:38.823 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2023-12-07T15:55:38.823 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2023-12-07T15:55:38.823 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2023-12-07T15:55:38.823 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2023-12-07T15:55:38.823 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2023-12-07T15:55:39.105 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add service account foreign key" 2023-12-07T15:55:39.106 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2023-12-07T15:55:39.106 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2023-12-07T15:55:39.106 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:38 smithi178 bash[41182]: t=2023-12-07T15:55:38+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2023-12-07T15:55:39.106 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2023-12-07T15:55:39.106 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2023-12-07T15:55:39.386 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2023-12-07T15:55:39.386 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2023-12-07T15:55:39.386 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2023-12-07T15:55:39.386 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2023-12-07T15:55:39.387 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="Add encrypted dashboard json column" 2023-12-07T15:55:39.387 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB" 2023-12-07T15:55:39.387 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2023-12-07T15:55:39.387 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2023-12-07T15:55:39.530 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:55:39.533 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:55:39.534 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:55:39.647 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[25068]: cluster 2023-12-07T15:55:38.004960+0000 mgr.y (mgr.24367) 54 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:39.647 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2023-12-07T15:55:39.647 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2023-12-07T15:55:39.647 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2023-12-07T15:55:39.647 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2023-12-07T15:55:39.647 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2023-12-07T15:55:39.647 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2023-12-07T15:55:39.647 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2023-12-07T15:55:39.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:39 smithi042 bash[24989]: cluster 2023-12-07T15:55:38.004960+0000 mgr.y (mgr.24367) 54 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:39.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:39 smithi042 bash[30444]: cluster 2023-12-07T15:55:38.004960+0000 mgr.y (mgr.24367) 54 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:39.916 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2023-12-07T15:55:39.916 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2023-12-07T15:55:39.916 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2023-12-07T15:55:39.916 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2023-12-07T15:55:39.916 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2023-12-07T15:55:39.916 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2023-12-07T15:55:40.177 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2023-12-07T15:55:40.177 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:39 smithi178 bash[41182]: t=2023-12-07T15:55:39+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2023-12-07T15:55:40.177 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2023-12-07T15:55:40.177 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2023-12-07T15:55:40.177 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2023-12-07T15:55:40.177 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add column week_start in preferences" 2023-12-07T15:55:40.177 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2023-12-07T15:55:40.177 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2023-12-07T15:55:40.487 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2023-12-07T15:55:40.487 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2023-12-07T15:55:40.487 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2023-12-07T15:55:40.487 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2023-12-07T15:55:40.488 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2023-12-07T15:55:40.488 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2023-12-07T15:55:40.488 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v2" 2023-12-07T15:55:40.488 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+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-07T15:55:40.546 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:55:40.757 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="copy alert_rule_tag v1 to v2" 2023-12-07T15:55:40.757 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="drop table alert_rule_tag_v1" 2023-12-07T15:55:40.757 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2023-12-07T15:55:40.757 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2023-12-07T15:55:40.757 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2023-12-07T15:55:40.757 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2023-12-07T15:55:40.758 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2023-12-07T15:55:41.042 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2023-12-07T15:55:41.042 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2023-12-07T15:55:41.042 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2023-12-07T15:55:41.042 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2023-12-07T15:55:41.042 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2023-12-07T15:55:41.042 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:40 smithi178 bash[41182]: t=2023-12-07T15:55:40+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2023-12-07T15:55:41.042 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2023-12-07T15:55:41.311 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[25068]: cluster 2023-12-07T15:55:40.005585+0000 mgr.y (mgr.24367) 55 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:41.311 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[25068]: audit 2023-12-07T15:55:40.251052+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:41.311 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[25068]: audit 2023-12-07T15:55:40.532699+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:41.312 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[25068]: cephadm 2023-12-07T15:55:40.536205+0000 mgr.y (mgr.24367) 56 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-07T15:55:41.312 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[25068]: cephadm 2023-12-07T15:55:40.540007+0000 mgr.y (mgr.24367) 57 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi042 2023-12-07T15:55:41.312 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2023-12-07T15:55:41.312 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2023-12-07T15:55:41.312 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2023-12-07T15:55:41.312 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2023-12-07T15:55:41.312 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2023-12-07T15:55:41.312 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2023-12-07T15:55:41.312 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add column secure_settings in alert_notification" 2023-12-07T15:55:41.313 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert.settings to mediumtext" 2023-12-07T15:55:41.606 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_notification_state_alert_id" 2023-12-07T15:55:41.606 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_rule_tag_alert_id" 2023-12-07T15:55:41.606 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2023-12-07T15:55:41.606 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2023-12-07T15:55:41.606 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2023-12-07T15:55:41.606 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2023-12-07T15:55:41.606 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2023-12-07T15:55:41.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:41 smithi042 bash[24989]: cluster 2023-12-07T15:55:40.005585+0000 mgr.y (mgr.24367) 55 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:41.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:41 smithi042 bash[24989]: audit 2023-12-07T15:55:40.251052+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:41.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:41 smithi042 bash[24989]: audit 2023-12-07T15:55:40.532699+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:41.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:41 smithi042 bash[24989]: cephadm 2023-12-07T15:55:40.536205+0000 mgr.y (mgr.24367) 56 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-07T15:55:41.617 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:41 smithi042 bash[24989]: cephadm 2023-12-07T15:55:40.540007+0000 mgr.y (mgr.24367) 57 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi042 2023-12-07T15:55:41.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:41 smithi042 bash[30444]: cluster 2023-12-07T15:55:40.005585+0000 mgr.y (mgr.24367) 55 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:41.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:41 smithi042 bash[30444]: audit 2023-12-07T15:55:40.251052+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:41.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:41 smithi042 bash[30444]: audit 2023-12-07T15:55:40.532699+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:55:41.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:41 smithi042 bash[30444]: cephadm 2023-12-07T15:55:40.536205+0000 mgr.y (mgr.24367) 56 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-07T15:55:41.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:41 smithi042 bash[30444]: cephadm 2023-12-07T15:55:40.540007+0000 mgr.y (mgr.24367) 57 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi042 2023-12-07T15:55:41.874 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2023-12-07T15:55:41.874 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2023-12-07T15:55:41.874 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2023-12-07T15:55:41.874 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2023-12-07T15:55:41.874 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2023-12-07T15:55:41.874 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2023-12-07T15:55:41.875 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2023-12-07T15:55:41.875 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2023-12-07T15:55:42.126 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2023-12-07T15:55:42.126 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table annotation_tag to annotation_tag_v2 - v2" 2023-12-07T15:55:42.126 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v3" 2023-12-07T15:55:42.127 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:41 smithi178 bash[41182]: t=2023-12-07T15:55:41+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-07T15:55:42.127 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="copy annotation_tag v2 to v3" 2023-12-07T15:55:42.127 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="drop table annotation_tag_v2" 2023-12-07T15:55:42.127 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2023-12-07T15:55:42.378 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2023-12-07T15:55:42.378 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2023-12-07T15:55:42.378 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2023-12-07T15:55:42.378 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2023-12-07T15:55:42.378 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2023-12-07T15:55:42.378 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2023-12-07T15:55:42.639 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2023-12-07T15:55:42.639 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2023-12-07T15:55:42.639 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2023-12-07T15:55:42.639 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2023-12-07T15:55:42.639 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2023-12-07T15:55:42.639 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2023-12-07T15:55:42.639 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2023-12-07T15:55:42.899 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2023-12-07T15:55:42.899 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for alert_id on annotation table" 2023-12-07T15:55:42.899 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2023-12-07T15:55:42.899 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2023-12-07T15:55:42.899 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2023-12-07T15:55:43.168 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2023-12-07T15:55:43.168 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2023-12-07T15:55:43.168 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:42 smithi178 bash[41182]: t=2023-12-07T15:55:42+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2023-12-07T15:55:43.168 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2023-12-07T15:55:43.168 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2023-12-07T15:55:43.168 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2023-12-07T15:55:43.169 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2023-12-07T15:55:43.169 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2023-12-07T15:55:43.470 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2023-12-07T15:55:43.470 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2023-12-07T15:55:43.470 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.team_id" 2023-12-07T15:55:43.470 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2023-12-07T15:55:43.470 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2023-12-07T15:55:43.471 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2023-12-07T15:55:43.471 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2023-12-07T15:55:43.747 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2023-12-07T15:55:43.748 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2023-12-07T15:55:43.748 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2023-12-07T15:55:43.748 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_user_id" 2023-12-07T15:55:43.748 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_team_id" 2023-12-07T15:55:43.748 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_org_id_role" 2023-12-07T15:55:43.748 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_permission" 2023-12-07T15:55:43.830 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:43 smithi042 bash[24989]: cluster 2023-12-07T15:55:42.006244+0000 mgr.y (mgr.24367) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:43.831 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:43 smithi042 bash[30444]: cluster 2023-12-07T15:55:42.006244+0000 mgr.y (mgr.24367) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:43.999 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[25068]: cluster 2023-12-07T15:55:42.006244+0000 mgr.y (mgr.24367) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:43.999 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2023-12-07T15:55:44.000 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="delete acl rules for deleted dashboards and folders" 2023-12-07T15:55:44.000 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2023-12-07T15:55:44.000 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2023-12-07T15:55:44.000 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2023-12-07T15:55:44.000 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:43 smithi178 bash[41182]: t=2023-12-07T15:55:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2023-12-07T15:55:44.268 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2023-12-07T15:55:44.268 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2023-12-07T15:55:44.269 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2023-12-07T15:55:44.269 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2023-12-07T15:55:44.269 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2023-12-07T15:55:44.269 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2023-12-07T15:55:44.269 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2023-12-07T15:55:44.529 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2023-12-07T15:55:44.529 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2023-12-07T15:55:44.529 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2023-12-07T15:55:44.529 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2023-12-07T15:55:44.529 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2023-12-07T15:55:44.529 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2023-12-07T15:55:44.530 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2023-12-07T15:55:44.530 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2023-12-07T15:55:44.831 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2023-12-07T15:55:44.831 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2023-12-07T15:55:44.831 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2023-12-07T15:55:44.831 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2023-12-07T15:55:44.831 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_auth_token.user_id" 2023-12-07T15:55:44.831 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add revoked_at to the user auth token" 2023-12-07T15:55:44.831 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2023-12-07T15:55:45.033 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:55:44 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:55:44] "GET /metrics HTTP/1.1" 200 191495 "" "Prometheus/2.33.4" 2023-12-07T15:55:45.100 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2023-12-07T15:55:45.100 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="create short_url table v1" 2023-12-07T15:55:45.100 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index short_url.org_id-uid" 2023-12-07T15:55:45.100 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition table" 2023-12-07T15:55:45.100 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition table" 2023-12-07T15:55:45.100 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:44 smithi178 bash[41182]: t=2023-12-07T15:55:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and title columns" 2023-12-07T15:55:45.100 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and uid columns" 2023-12-07T15:55:45.100 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition table data column to mediumtext in mysql" 2023-12-07T15:55:45.352 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and title columns" 2023-12-07T15:55:45.352 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and uid columns" 2023-12-07T15:55:45.352 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and title columns" 2023-12-07T15:55:45.353 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and uid columns" 2023-12-07T15:55:45.353 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add column paused in alert_definition" 2023-12-07T15:55:45.353 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition table" 2023-12-07T15:55:45.353 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition_version table" 2023-12-07T15:55:45.353 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition_version table" 2023-12-07T15:55:45.604 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+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-07T15:55:45.605 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+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-07T15:55:45.605 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition_version table data column to mediumtext in mysql" 2023-12-07T15:55:45.605 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition_version table" 2023-12-07T15:55:45.605 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_instance table" 2023-12-07T15:55:45.605 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+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-07T15:55:45.605 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, current_state columns" 2023-12-07T15:55:45.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[25068]: cluster 2023-12-07T15:55:44.006837+0000 mgr.y (mgr.24367) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:45.855 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+0000 lvl=info msg="Executing migration" logger=migrator id="add column current_state_end to alert_instance" 2023-12-07T15:55:45.856 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, def_uid, current_state on alert_instance" 2023-12-07T15:55:45.856 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, current_state on alert_instance" 2023-12-07T15:55:45.856 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_org_id to rule_org_id in alert_instance" 2023-12-07T15:55:45.856 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_uid to rule_uid in alert_instance" 2023-12-07T15:55:46.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:45 smithi042 bash[24989]: cluster 2023-12-07T15:55:44.006837+0000 mgr.y (mgr.24367) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:46.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:45 smithi042 bash[30444]: cluster 2023-12-07T15:55:44.006837+0000 mgr.y (mgr.24367) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:46.217 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, rule_uid, current_state on alert_instance" 2023-12-07T15:55:46.217 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, current_state on alert_instance" 2023-12-07T15:55:46.217 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:45 smithi178 bash[41182]: t=2023-12-07T15:55:45+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule table" 2023-12-07T15:55:46.217 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and title columns" 2023-12-07T15:55:46.217 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and uid columns" 2023-12-07T15:55:46.217 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2023-12-07T15:55:46.217 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule table data column to mediumtext in mysql" 2023-12-07T15:55:46.217 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule" 2023-12-07T15:55:46.469 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule" 2023-12-07T15:55:46.470 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule" 2023-12-07T15:55:46.470 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+0000 lvl=info msg="Executing migration" logger=migrator id="remove unique index from alert_rule on org_id, title columns" 2023-12-07T15:55:46.470 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespase_uid and title columns" 2023-12-07T15:55:46.470 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+0000 lvl=info msg="Executing migration" logger=migrator id="add dashboard_uid column to alert_rule" 2023-12-07T15:55:46.470 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+0000 lvl=info msg="Executing migration" logger=migrator id="add panel_id column to alert_rule" 2023-12-07T15:55:46.737 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+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-07T15:55:46.738 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule_version table" 2023-12-07T15:55:46.738 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+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-07T15:55:46.738 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+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-07T15:55:46.738 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule_version table data column to mediumtext in mysql" 2023-12-07T15:55:46.738 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule_version" 2023-12-07T15:55:46.738 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule_version" 2023-12-07T15:55:47.006 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule_version" 2023-12-07T15:55:47.007 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+0000 lvl=info msg="Executing migration" logger=migrator id=create_alert_configuration_table 2023-12-07T15:55:47.007 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add column default in alert_configuration" 2023-12-07T15:55:47.007 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+0000 lvl=info msg="Executing migration" logger=migrator id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2023-12-07T15:55:47.007 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+0000 lvl=info msg="Executing migration" logger=migrator id="add column org_id in alert_configuration" 2023-12-07T15:55:47.007 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:46 smithi178 bash[41182]: t=2023-12-07T15:55:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_configuration table on org_id column" 2023-12-07T15:55:47.007 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id=create_ngalert_configuration_table 2023-12-07T15:55:47.275 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index in ngalert_configuration on org_id column" 2023-12-07T15:55:47.275 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="clear migration entry \"remove unified alerting data\"" 2023-12-07T15:55:47.275 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="move dashboard alerts to unified alerting" 2023-12-07T15:55:47.275 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element table v1" 2023-12-07T15:55:47.275 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element org_id-folder_id-name-kind" 2023-12-07T15:55:47.275 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element_connection table v1" 2023-12-07T15:55:47.275 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element_connection element_id-kind-connection_id" 2023-12-07T15:55:47.275 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index library_element org_id_uid" 2023-12-07T15:55:47.577 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="clone move dashboard alerts to unified alerting" 2023-12-07T15:55:47.577 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="create data_keys table" 2023-12-07T15:55:47.577 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="create kv_store table v1" 2023-12-07T15:55:47.578 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index kv_store.org_id-namespace-key" 2023-12-07T15:55:47.578 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="update dashboard_uid and panel_id from existing annotations" 2023-12-07T15:55:47.578 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="create permission table" 2023-12-07T15:55:47.578 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index permission.role_id" 2023-12-07T15:55:47.829 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[25068]: cluster 2023-12-07T15:55:46.007419+0000 mgr.y (mgr.24367) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:47.829 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_id_action_scope" 2023-12-07T15:55:47.830 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="create role table" 2023-12-07T15:55:47.830 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="add column display_name" 2023-12-07T15:55:47.830 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="add column group_name" 2023-12-07T15:55:47.830 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index role.org_id" 2023-12-07T15:55:47.830 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_org_id_name" 2023-12-07T15:55:48.098 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index role_org_id_uid" 2023-12-07T15:55:48.098 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="create team role table" 2023-12-07T15:55:48.099 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.org_id" 2023-12-07T15:55:48.099 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:47 smithi178 bash[41182]: t=2023-12-07T15:55:47+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_role_org_id_team_id_role_id" 2023-12-07T15:55:48.099 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.team_id" 2023-12-07T15:55:48.099 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="Executing migration" logger=migrator id="create user role table" 2023-12-07T15:55:48.099 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.org_id" 2023-12-07T15:55:48.099 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_role_org_id_user_id_role_id" 2023-12-07T15:55:48.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:47 smithi042 bash[24989]: cluster 2023-12-07T15:55:46.007419+0000 mgr.y (mgr.24367) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:48.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:47 smithi042 bash[30444]: cluster 2023-12-07T15:55:46.007419+0000 mgr.y (mgr.24367) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:48.355 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.user_id" 2023-12-07T15:55:48.355 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="Executing migration" logger=migrator id="create builtin role table" 2023-12-07T15:55:48.356 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.role_id" 2023-12-07T15:55:48.356 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.name" 2023-12-07T15:55:48.356 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add column org_id to builtin_role table" 2023-12-07T15:55:48.356 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.org_id" 2023-12-07T15:55:48.356 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_org_id_role_id_role" 2023-12-07T15:55:48.643 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:55:48] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:55:48.643 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index role_org_id_uid" 2023-12-07T15:55:48.643 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role.uid" 2023-12-07T15:55:48.643 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="Executing migration" logger=migrator id="create seed assignment table" 2023-12-07T15:55:48.643 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_role_name" 2023-12-07T15:55:48.643 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="migrations completed" logger=migrator performed=381 skipped=0 duration=14.852128769s 2023-12-07T15:55:48.644 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="Created default organization" logger=sqlstore 2023-12-07T15:55:48.644 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2023-12-07T15:55:48.644 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2023-12-07T15:55:49.106 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2023-12-07T15:55:49.106 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2023-12-07T15:55:49.106 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2023-12-07T15:55:49.106 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+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-07T15:55:49.106 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2023-12-07T15:55:49.106 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="warming cache for startup" logger=ngalert 2023-12-07T15:55:49.106 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2023-12-07T15:55:49.106 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 15:55:48 smithi178 bash[41182]: t=2023-12-07T15:55:48+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2023-12-07T15:55:49.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:49 smithi042 bash[24989]: cluster 2023-12-07T15:55:48.007968+0000 mgr.y (mgr.24367) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:49.867 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:49 smithi042 bash[30444]: cluster 2023-12-07T15:55:48.007968+0000 mgr.y (mgr.24367) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:50.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:49 smithi178 bash[25068]: cluster 2023-12-07T15:55:48.007968+0000 mgr.y (mgr.24367) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:50.958 INFO:teuthology.orchestra.run.smithi042.stdout:55834574917 2023-12-07T15:55:51.789 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:51 smithi042 bash[24989]: cluster 2023-12-07T15:55:50.008605+0000 mgr.y (mgr.24367) 62 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:52.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:51 smithi178 bash[25068]: cluster 2023-12-07T15:55:50.008605+0000 mgr.y (mgr.24367) 62 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:52.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:51 smithi178 bash[25068]: audit 2023-12-07T15:55:50.956419+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.42:0/3387395259' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-07T15:55:52.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:51 smithi042 bash[24989]: audit 2023-12-07T15:55:50.956419+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.42:0/3387395259' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-07T15:55:52.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:51 smithi042 bash[30444]: cluster 2023-12-07T15:55:50.008605+0000 mgr.y (mgr.24367) 62 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:52.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:51 smithi042 bash[30444]: audit 2023-12-07T15:55:50.956419+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.42:0/3387395259' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-07T15:55:53.172 INFO:teuthology.orchestra.run.smithi042.stdout:111669149750 2023-12-07T15:55:54.084 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:53 smithi042 bash[24989]: cluster 2023-12-07T15:55:52.009280+0000 mgr.y (mgr.24367) 63 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:54.084 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:53 smithi042 bash[24989]: audit 2023-12-07T15:55:53.170349+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.42:0/1609777001' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-07T15:55:54.084 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:53 smithi042 bash[30444]: cluster 2023-12-07T15:55:52.009280+0000 mgr.y (mgr.24367) 63 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:54.085 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:53 smithi042 bash[30444]: audit 2023-12-07T15:55:53.170349+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.42:0/1609777001' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-07T15:55:54.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:53 smithi178 bash[25068]: cluster 2023-12-07T15:55:52.009280+0000 mgr.y (mgr.24367) 63 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:54.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:53 smithi178 bash[25068]: audit 2023-12-07T15:55:53.170349+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.42:0/1609777001' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-07T15:55:54.890 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:55:54 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:55:54] "GET /metrics HTTP/1.1" 200 191491 "" "Prometheus/2.33.4" 2023-12-07T15:55:55.059 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574914 got 55834574917 for osd.1 2023-12-07T15:55:55.059 DEBUG:teuthology.parallel:result is None 2023-12-07T15:55:55.350 INFO:teuthology.orchestra.run.smithi042.stdout:133143986223 2023-12-07T15:55:55.366 INFO:teuthology.orchestra.run.smithi042.stdout:77309411389 2023-12-07T15:55:56.071 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:55 smithi042 bash[24989]: cluster 2023-12-07T15:55:54.009962+0000 mgr.y (mgr.24367) 64 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:56.072 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:55 smithi042 bash[24989]: audit 2023-12-07T15:55:55.348389+0000 mon.a (mon.0) 681 : audit [DBG] from='client.? 172.21.15.42:0/786958433' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-07T15:55:56.072 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:55 smithi042 bash[24989]: audit 2023-12-07T15:55:55.364769+0000 mon.a (mon.0) 682 : audit [DBG] from='client.? 172.21.15.42:0/153253586' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-07T15:55:56.072 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:55 smithi042 bash[30444]: cluster 2023-12-07T15:55:54.009962+0000 mgr.y (mgr.24367) 64 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:56.072 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:55 smithi042 bash[30444]: audit 2023-12-07T15:55:55.348389+0000 mon.a (mon.0) 681 : audit [DBG] from='client.? 172.21.15.42:0/786958433' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-07T15:55:56.072 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:55 smithi042 bash[30444]: audit 2023-12-07T15:55:55.364769+0000 mon.a (mon.0) 682 : audit [DBG] from='client.? 172.21.15.42:0/153253586' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-07T15:55:56.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:55 smithi178 bash[25068]: cluster 2023-12-07T15:55:54.009962+0000 mgr.y (mgr.24367) 64 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:56.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:55 smithi178 bash[25068]: audit 2023-12-07T15:55:55.348389+0000 mon.a (mon.0) 681 : audit [DBG] from='client.? 172.21.15.42:0/786958433' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-07T15:55:56.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:55 smithi178 bash[25068]: audit 2023-12-07T15:55:55.364769+0000 mon.a (mon.0) 682 : audit [DBG] from='client.? 172.21.15.42:0/153253586' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-07T15:55:56.297 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149746 got 111669149750 for osd.3 2023-12-07T15:55:56.297 DEBUG:teuthology.parallel:result is None 2023-12-07T15:55:56.489 INFO:teuthology.orchestra.run.smithi042.stdout:240518168599 2023-12-07T15:55:56.654 INFO:teuthology.orchestra.run.smithi042.stdout:34359738444 2023-12-07T15:55:57.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:56 smithi178 bash[25068]: audit 2023-12-07T15:55:56.488270+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.42:0/2304318064' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-07T15:55:57.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:56 smithi178 bash[25068]: audit 2023-12-07T15:55:56.653039+0000 mon.a (mon.0) 683 : audit [DBG] from='client.? 172.21.15.42:0/2663197604' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-07T15:55:57.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:56 smithi042 bash[24989]: audit 2023-12-07T15:55:56.488270+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.42:0/2304318064' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-07T15:55:57.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:56 smithi042 bash[24989]: audit 2023-12-07T15:55:56.653039+0000 mon.a (mon.0) 683 : audit [DBG] from='client.? 172.21.15.42:0/2663197604' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-07T15:55:57.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:56 smithi042 bash[30444]: audit 2023-12-07T15:55:56.488270+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.42:0/2304318064' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-07T15:55:57.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:56 smithi042 bash[30444]: audit 2023-12-07T15:55:56.653039+0000 mon.a (mon.0) 683 : audit [DBG] from='client.? 172.21.15.42:0/2663197604' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-07T15:55:58.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:57 smithi178 bash[25068]: cluster 2023-12-07T15:55:56.010603+0000 mgr.y (mgr.24367) 65 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:58.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:57 smithi042 bash[24989]: cluster 2023-12-07T15:55:56.010603+0000 mgr.y (mgr.24367) 65 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:58.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:57 smithi042 bash[30444]: cluster 2023-12-07T15:55:56.010603+0000 mgr.y (mgr.24367) 65 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:55:58.336 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411385 got 77309411389 for osd.2 2023-12-07T15:55:58.336 DEBUG:teuthology.parallel:result is None 2023-12-07T15:55:58.594 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986219 got 133143986223 for osd.4 2023-12-07T15:55:58.594 DEBUG:teuthology.parallel:result is None 2023-12-07T15:55:58.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:55:58 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:55:58] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:55:58.939 INFO:teuthology.orchestra.run.smithi042.stdout:167503724584 2023-12-07T15:55:59.082 INFO:tasks.cephadm.ceph_manager.ceph:need seq 240518168595 got 240518168599 for osd.7 2023-12-07T15:55:59.082 DEBUG:teuthology.parallel:result is None 2023-12-07T15:55:59.297 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738440 got 34359738444 for osd.0 2023-12-07T15:55:59.297 DEBUG:teuthology.parallel:result is None 2023-12-07T15:55:59.323 INFO:teuthology.orchestra.run.smithi042.stdout:201863462945 2023-12-07T15:56:00.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:59 smithi178 bash[25068]: cluster 2023-12-07T15:55:58.011281+0000 mgr.y (mgr.24367) 66 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:00.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:59 smithi178 bash[25068]: audit 2023-12-07T15:55:58.937895+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.42:0/396100454' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-07T15:56:00.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:55:59 smithi178 bash[25068]: audit 2023-12-07T15:55:59.321994+0000 mon.a (mon.0) 684 : audit [DBG] from='client.? 172.21.15.42:0/175518697' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-07T15:56:00.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:59 smithi042 bash[30444]: cluster 2023-12-07T15:55:58.011281+0000 mgr.y (mgr.24367) 66 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:00.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:59 smithi042 bash[30444]: audit 2023-12-07T15:55:58.937895+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.42:0/396100454' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-07T15:56:00.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:55:59 smithi042 bash[30444]: audit 2023-12-07T15:55:59.321994+0000 mon.a (mon.0) 684 : audit [DBG] from='client.? 172.21.15.42:0/175518697' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-07T15:56:00.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:59 smithi042 bash[24989]: cluster 2023-12-07T15:55:58.011281+0000 mgr.y (mgr.24367) 66 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:00.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:59 smithi042 bash[24989]: audit 2023-12-07T15:55:58.937895+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.42:0/396100454' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-07T15:56:00.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:55:59 smithi042 bash[24989]: audit 2023-12-07T15:55:59.321994+0000 mon.a (mon.0) 684 : audit [DBG] from='client.? 172.21.15.42:0/175518697' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-07T15:56:00.501 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724579 got 167503724584 for osd.5 2023-12-07T15:56:00.501 DEBUG:teuthology.parallel:result is None 2023-12-07T15:56:00.743 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462941 got 201863462945 for osd.6 2023-12-07T15:56:00.743 DEBUG:teuthology.parallel:result is None 2023-12-07T15:56:00.743 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-07T15:56:00.744 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-07T15:56:01.024 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:56:00 smithi042 systemd[1]: Stopping Ceph alertmanager.a for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T15:56:01.024 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:56:00 smithi042 bash[50040]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-alertmanager.a 2023-12-07T15:56:01.024 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:56:00 smithi042 bash[45940]: level=info ts=2023-12-07T15:56:00.831Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-07T15:56:01.617 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:56:01 smithi042 bash[50049]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-alertmanager-a 2023-12-07T15:56:01.617 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:56:01 smithi042 bash[50107]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-alertmanager.a 2023-12-07T15:56:01.617 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:56:01 smithi042 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-07T15:56:01.617 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:56:01 smithi042 systemd[1]: Stopped Ceph alertmanager.a for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T15:56:01.617 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:56:01 smithi042 systemd[1]: Started Ceph alertmanager.a for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T15:56:01.975 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:01 smithi042 bash[30444]: cluster 2023-12-07T15:56:00.011908+0000 mgr.y (mgr.24367) 67 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:01.975 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:01 smithi042 bash[30444]: audit 2023-12-07T15:56:01.605364+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:01.975 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:01 smithi042 bash[24989]: cluster 2023-12-07T15:56:00.011908+0000 mgr.y (mgr.24367) 67 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:01.975 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:01 smithi042 bash[24989]: audit 2023-12-07T15:56:01.605364+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:02.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:01 smithi178 bash[25068]: cluster 2023-12-07T15:56:00.011908+0000 mgr.y (mgr.24367) 67 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:02.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:01 smithi178 bash[25068]: audit 2023-12-07T15:56:01.605364+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:03.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:02 smithi178 bash[25068]: cephadm 2023-12-07T15:56:01.607674+0000 mgr.y (mgr.24367) 68 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-07T15:56:03.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:02 smithi178 bash[25068]: cephadm 2023-12-07T15:56:01.613544+0000 mgr.y (mgr.24367) 69 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi178 2023-12-07T15:56:03.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:02 smithi042 bash[30444]: cephadm 2023-12-07T15:56:01.607674+0000 mgr.y (mgr.24367) 68 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-07T15:56:03.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:02 smithi042 bash[30444]: cephadm 2023-12-07T15:56:01.613544+0000 mgr.y (mgr.24367) 69 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi178 2023-12-07T15:56:03.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:02 smithi042 bash[24989]: cephadm 2023-12-07T15:56:01.607674+0000 mgr.y (mgr.24367) 68 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-07T15:56:03.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:02 smithi042 bash[24989]: cephadm 2023-12-07T15:56:01.613544+0000 mgr.y (mgr.24367) 69 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi178 2023-12-07T15:56:03.118 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:56:02 smithi042 bash[50134]: level=info ts=2023-12-07T15:56:02.769Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-07T15:56:03.118 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:56:02 smithi042 bash[50134]: level=info ts=2023-12-07T15:56:02.769Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-07T15:56:03.118 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:56:02 smithi042 bash[50134]: level=info ts=2023-12-07T15:56:02.773Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.42 port=9094 2023-12-07T15:56:03.118 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:56:02 smithi042 bash[50134]: level=info ts=2023-12-07T15:56:02.775Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-07T15:56:03.119 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:56:02 smithi042 bash[50134]: level=info ts=2023-12-07T15:56:02.827Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-07T15:56:03.119 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:56:02 smithi042 bash[50134]: level=info ts=2023-12-07T15:56:02.827Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-07T15:56:03.119 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:56:02 smithi042 bash[50134]: level=info ts=2023-12-07T15:56:02.831Z caller=main.go:518 msg=Listening address=:9093 2023-12-07T15:56:03.119 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:56:02 smithi042 bash[50134]: level=info ts=2023-12-07T15:56:02.831Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-07T15:56:04.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:03 smithi178 bash[25068]: cluster 2023-12-07T15:56:02.012608+0000 mgr.y (mgr.24367) 70 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:04.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:03 smithi042 bash[24989]: cluster 2023-12-07T15:56:02.012608+0000 mgr.y (mgr.24367) 70 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:04.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:03 smithi042 bash[30444]: cluster 2023-12-07T15:56:02.012608+0000 mgr.y (mgr.24367) 70 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:04.477 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:56:04.778 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:56:04 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:56:04] "GET /metrics HTTP/1.1" 200 191490 "" "Prometheus/2.33.4" 2023-12-07T15:56:05.117 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:56:04 smithi042 bash[50134]: level=info ts=2023-12-07T15:56:04.776Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.00104418s 2023-12-07T15:56:06.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:05 smithi178 bash[25068]: cluster 2023-12-07T15:56:04.013227+0000 mgr.y (mgr.24367) 71 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:06.106 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:05 smithi178 systemd[1]: Stopping Ceph prometheus.a for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T15:56:06.106 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:05 smithi178 bash[41754]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-prometheus.a 2023-12-07T15:56:06.106 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:05 smithi178 bash[40261]: ts=2023-12-07T15:56:05.990Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-07T15:56:06.107 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:05 smithi178 bash[40261]: ts=2023-12-07T15:56:05.990Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-07T15:56:06.107 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:05 smithi178 bash[40261]: ts=2023-12-07T15:56:05.990Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-07T15:56:06.107 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:05 smithi178 bash[40261]: ts=2023-12-07T15:56:05.990Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-07T15:56:06.107 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:05 smithi178 bash[40261]: ts=2023-12-07T15:56:05.990Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-07T15:56:06.107 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:05 smithi178 bash[40261]: ts=2023-12-07T15:56:05.991Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-07T15:56:06.107 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:05 smithi178 bash[40261]: ts=2023-12-07T15:56:05.991Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-07T15:56:06.107 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:05 smithi178 bash[40261]: ts=2023-12-07T15:56:05.991Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-07T15:56:06.107 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:05 smithi178 bash[40261]: ts=2023-12-07T15:56:05.990Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-07T15:56:06.107 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:05 smithi178 bash[40261]: ts=2023-12-07T15:56:05.992Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-07T15:56:06.107 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:05 smithi178 bash[40261]: ts=2023-12-07T15:56:05.992Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-07T15:56:06.107 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:05 smithi178 bash[40261]: ts=2023-12-07T15:56:05.992Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-07T15:56:06.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:05 smithi042 bash[24989]: cluster 2023-12-07T15:56:04.013227+0000 mgr.y (mgr.24367) 71 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:06.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:05 smithi042 bash[30444]: cluster 2023-12-07T15:56:04.013227+0000 mgr.y (mgr.24367) 71 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:06.804 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:06 smithi178 bash[41764]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-prometheus-a 2023-12-07T15:56:06.804 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:06 smithi178 bash[41800]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-prometheus.a 2023-12-07T15:56:06.805 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:06 smithi178 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-07T15:56:06.805 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:06 smithi178 systemd[1]: Stopped Ceph prometheus.a for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T15:56:06.805 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:06 smithi178 systemd[1]: Started Ceph prometheus.a for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T15:56:07.390 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T15:56:07.393 INFO:teuthology.orchestra.run.smithi042.stderr:dumped all 2023-12-07T15:56:07.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[24989]: cluster 2023-12-07T15:56:06.013885+0000 mgr.y (mgr.24367) 72 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:07.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[24989]: audit 2023-12-07T15:56:06.788546+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:07.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[24989]: audit 2023-12-07T15:56:06.796888+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T15:56:07.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[24989]: audit 2023-12-07T15:56:06.797658+0000 mgr.y (mgr.24367) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T15:56:07.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[24989]: audit 2023-12-07T15:56:06.799590+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.42:9093"}]: dispatch 2023-12-07T15:56:07.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[24989]: audit 2023-12-07T15:56:06.800306+0000 mgr.y (mgr.24367) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.42:9093"}]: dispatch 2023-12-07T15:56:07.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[24989]: audit 2023-12-07T15:56:06.806656+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:07.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[24989]: audit 2023-12-07T15:56:06.814613+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:56:07.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[24989]: audit 2023-12-07T15:56:06.815877+0000 mgr.y (mgr.24367) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:56:07.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[24989]: audit 2023-12-07T15:56:06.830987+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.178:9095"}]: dispatch 2023-12-07T15:56:07.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[24989]: audit 2023-12-07T15:56:06.831811+0000 mgr.y (mgr.24367) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.178:9095"}]: dispatch 2023-12-07T15:56:07.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[24989]: audit 2023-12-07T15:56:06.841674+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:07.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[24989]: audit 2023-12-07T15:56:06.852842+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T15:56:07.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[24989]: audit 2023-12-07T15:56:06.853469+0000 mgr.y (mgr.24367) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T15:56:07.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[24989]: audit 2023-12-07T15:56:06.866590+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.178:3000"}]: dispatch 2023-12-07T15:56:07.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[24989]: audit 2023-12-07T15:56:06.867208+0000 mgr.y (mgr.24367) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.178:3000"}]: dispatch 2023-12-07T15:56:07.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[24989]: audit 2023-12-07T15:56:06.873201+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:07.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[24989]: audit 2023-12-07T15:56:06.878506+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:07.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[24989]: audit 2023-12-07T15:56:06.880779+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:07.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[24989]: audit 2023-12-07T15:56:06.882366+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:07.869 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[30444]: cluster 2023-12-07T15:56:06.013885+0000 mgr.y (mgr.24367) 72 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:07.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[30444]: audit 2023-12-07T15:56:06.788546+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:07.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[30444]: audit 2023-12-07T15:56:06.796888+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T15:56:07.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[30444]: audit 2023-12-07T15:56:06.797658+0000 mgr.y (mgr.24367) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T15:56:07.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[30444]: audit 2023-12-07T15:56:06.799590+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.42:9093"}]: dispatch 2023-12-07T15:56:07.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[30444]: audit 2023-12-07T15:56:06.800306+0000 mgr.y (mgr.24367) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.42:9093"}]: dispatch 2023-12-07T15:56:07.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[30444]: audit 2023-12-07T15:56:06.806656+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:07.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[30444]: audit 2023-12-07T15:56:06.814613+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:56:07.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[30444]: audit 2023-12-07T15:56:06.815877+0000 mgr.y (mgr.24367) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:56:07.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[30444]: audit 2023-12-07T15:56:06.830987+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.178:9095"}]: dispatch 2023-12-07T15:56:07.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[30444]: audit 2023-12-07T15:56:06.831811+0000 mgr.y (mgr.24367) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.178:9095"}]: dispatch 2023-12-07T15:56:07.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[30444]: audit 2023-12-07T15:56:06.841674+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:07.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[30444]: audit 2023-12-07T15:56:06.852842+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T15:56:07.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[30444]: audit 2023-12-07T15:56:06.853469+0000 mgr.y (mgr.24367) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T15:56:07.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[30444]: audit 2023-12-07T15:56:06.866590+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.178:3000"}]: dispatch 2023-12-07T15:56:07.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[30444]: audit 2023-12-07T15:56:06.867208+0000 mgr.y (mgr.24367) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.178:3000"}]: dispatch 2023-12-07T15:56:07.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[30444]: audit 2023-12-07T15:56:06.873201+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:07.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[30444]: audit 2023-12-07T15:56:06.878506+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:07.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[30444]: audit 2023-12-07T15:56:06.880779+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:07.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:07 smithi042 bash[30444]: audit 2023-12-07T15:56:06.882366+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:08.043 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:08 smithi178 bash[41829]: ts=2023-12-07T15:56:08.034Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-07T15:56:08.043 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:08 smithi178 bash[41829]: ts=2023-12-07T15:56:08.034Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-07T15:56:08.043 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:08 smithi178 bash[41829]: ts=2023-12-07T15:56:08.034Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-07T15:56:08.043 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:08 smithi178 bash[41829]: ts=2023-12-07T15:56:08.034Z 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 smithi178 (none))" 2023-12-07T15:56:08.043 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:08 smithi178 bash[41829]: ts=2023-12-07T15:56:08.034Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-07T15:56:08.043 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:08 smithi178 bash[41829]: ts=2023-12-07T15:56:08.034Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-07T15:56:08.043 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:08 smithi178 bash[41829]: ts=2023-12-07T15:56:08.037Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-07T15:56:08.043 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:08 smithi178 bash[41829]: ts=2023-12-07T15:56:08.038Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-07T15:56:08.043 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:08 smithi178 bash[41829]: ts=2023-12-07T15:56:08.042Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-07T15:56:08.044 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:07 smithi178 bash[25068]: cluster 2023-12-07T15:56:06.013885+0000 mgr.y (mgr.24367) 72 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:08.044 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:07 smithi178 bash[25068]: audit 2023-12-07T15:56:06.788546+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:08.044 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:07 smithi178 bash[25068]: audit 2023-12-07T15:56:06.796888+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T15:56:08.044 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:07 smithi178 bash[25068]: audit 2023-12-07T15:56:06.797658+0000 mgr.y (mgr.24367) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T15:56:08.044 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:07 smithi178 bash[25068]: audit 2023-12-07T15:56:06.799590+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.42:9093"}]: dispatch 2023-12-07T15:56:08.044 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:07 smithi178 bash[25068]: audit 2023-12-07T15:56:06.800306+0000 mgr.y (mgr.24367) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.42:9093"}]: dispatch 2023-12-07T15:56:08.044 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:07 smithi178 bash[25068]: audit 2023-12-07T15:56:06.806656+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:08.044 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:07 smithi178 bash[25068]: audit 2023-12-07T15:56:06.814613+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:56:08.044 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:07 smithi178 bash[25068]: audit 2023-12-07T15:56:06.815877+0000 mgr.y (mgr.24367) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:56:08.044 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:07 smithi178 bash[25068]: audit 2023-12-07T15:56:06.830987+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.178:9095"}]: dispatch 2023-12-07T15:56:08.044 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:07 smithi178 bash[25068]: audit 2023-12-07T15:56:06.831811+0000 mgr.y (mgr.24367) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.178:9095"}]: dispatch 2023-12-07T15:56:08.044 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:07 smithi178 bash[25068]: audit 2023-12-07T15:56:06.841674+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:08.045 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:07 smithi178 bash[25068]: audit 2023-12-07T15:56:06.852842+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T15:56:08.045 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:07 smithi178 bash[25068]: audit 2023-12-07T15:56:06.853469+0000 mgr.y (mgr.24367) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T15:56:08.045 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:07 smithi178 bash[25068]: audit 2023-12-07T15:56:06.866590+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.178:3000"}]: dispatch 2023-12-07T15:56:08.045 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:07 smithi178 bash[25068]: audit 2023-12-07T15:56:06.867208+0000 mgr.y (mgr.24367) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.178:3000"}]: dispatch 2023-12-07T15:56:08.045 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:07 smithi178 bash[25068]: audit 2023-12-07T15:56:06.873201+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:08.045 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:07 smithi178 bash[25068]: audit 2023-12-07T15:56:06.878506+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:08.045 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:07 smithi178 bash[25068]: audit 2023-12-07T15:56:06.880779+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:08.045 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:07 smithi178 bash[25068]: audit 2023-12-07T15:56:06.882366+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:08.089 INFO:teuthology.orchestra.run.smithi042.stdout:{"pg_ready":true,"pg_map":{"version":51,"stamp":"2023-12-07T15:56:06.013571+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":48996,"kb_used_data":6244,"kb_used_omap":0,"kb_used_meta":42688,"kb_avail":749912220,"statfs":{"total":767960285184,"available":767910113280,"internally_reserved":0,"allocated":6393856,"data_stored":3550601,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43712512},"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.003974"},"pg_stats":[{"pgid":"1.0","version":"61'128","reported_seq":262,"reported_epoch":61,"state":"active+clean","last_fresh":"2023-12-07T15:54:30.373514+0000","last_change":"2023-12-07T15:54:06.830348+0000","last_active":"2023-12-07T15:54:30.373514+0000","last_peered":"2023-12-07T15:54:30.373514+0000","last_clean":"2023-12-07T15:54:30.373514+0000","last_became_active":"2023-12-07T15:54:06.829348+0000","last_became_peered":"2023-12-07T15:54:06.829348+0000","last_unstale":"2023-12-07T15:54:30.373514+0000","last_undegraded":"2023-12-07T15:54:30.373514+0000","last_fullsized":"2023-12-07T15:54:30.373514+0000","mapping_epoch":59,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":60,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-07T15:50:54.693570+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-07T15:50:54.693570+0000","last_clean_scrub_stamp":"2023-12-07T15:50:54.693570+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-08T16:04:10.012451+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":56,"seq":240518168602,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6100,"kb_used_data":1100,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739052,"statfs":{"total":95995035648,"available":95988789248,"internally_reserved":0,"allocated":1126400,"data_stored":773990,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 7 15:55:03 2023","interfaces":[{"interface":"back","average":{"1min":0.97599999999999998,"5min":0.97599999999999998,"15min":0.97599999999999998},"min":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.5289999999999999,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":0.94299999999999995},{"interface":"front","average":{"1min":1.0089999999999999,"5min":1.0089999999999999,"15min":1.0089999999999999},"min":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.6639999999999999,"5min":1.6639999999999999,"15min":1.6639999999999999},"last":0.80200000000000005}]},{"osd":1,"last update":"Thu Dec 7 15:55:03 2023","interfaces":[{"interface":"back","average":{"1min":0.94299999999999995,"5min":0.94299999999999995,"15min":0.94299999999999995},"min":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.351,"5min":1.351,"15min":1.351},"last":0.89600000000000002},{"interface":"front","average":{"1min":0.97399999999999998,"5min":0.97399999999999998,"15min":0.97399999999999998},"min":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"max":{"1min":1.127,"5min":1.127,"15min":1.127},"last":1}]},{"osd":2,"last update":"Thu Dec 7 15:55:03 2023","interfaces":[{"interface":"back","average":{"1min":0.94999999999999996,"5min":0.94999999999999996,"15min":0.94999999999999996},"min":{"1min":0.621,"5min":0.621,"15min":0.621},"max":{"1min":1.304,"5min":1.304,"15min":1.304},"last":0.86399999999999999},{"interface":"front","average":{"1min":1.0569999999999999,"5min":1.0569999999999999,"15min":1.0569999999999999},"min":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"max":{"1min":1.3320000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.1060000000000001}]},{"osd":3,"last update":"Thu Dec 7 15:55:03 2023","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.012,"15min":1.012},"min":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.355,"5min":1.355,"15min":1.355},"last":1.0489999999999999},{"interface":"front","average":{"1min":1.0629999999999999,"5min":1.0629999999999999,"15min":1.0629999999999999},"min":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"max":{"1min":1.359,"5min":1.359,"15min":1.359},"last":1.0269999999999999}]},{"osd":4,"last update":"Thu Dec 7 15:55:03 2023","interfaces":[{"interface":"back","average":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"min":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.294,"5min":1.294,"15min":1.294},"last":0.83899999999999997},{"interface":"front","average":{"1min":0.996,"5min":0.996,"15min":0.996},"min":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.4079999999999999,"5min":1.4079999999999999,"15min":1.4079999999999999},"last":0.752}]},{"osd":5,"last update":"Thu Dec 7 15:55:03 2023","interfaces":[{"interface":"back","average":{"1min":1.036,"5min":1.036,"15min":1.036},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":1.764,"5min":1.764,"15min":1.764},"last":0.67300000000000004},{"interface":"front","average":{"1min":1.02,"5min":1.02,"15min":1.02},"min":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.3280000000000001,"5min":1.3280000000000001,"15min":1.3280000000000001},"last":0.91600000000000004}]},{"osd":6,"last update":"Thu Dec 7 15:55:03 2023","interfaces":[{"interface":"back","average":{"1min":1.0760000000000001,"5min":1.0760000000000001,"15min":1.0760000000000001},"min":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.444,"5min":1.444,"15min":1.444},"last":1.0860000000000001},{"interface":"front","average":{"1min":1.117,"5min":1.117,"15min":1.117},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.5009999999999999,"5min":1.5009999999999999,"15min":1.5009999999999999},"last":1.1299999999999999}]}]},{"osd":6,"up_from":47,"seq":201863462947,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6172,"kb_used_data":1108,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93738980,"statfs":{"total":95995035648,"available":95988715520,"internally_reserved":0,"allocated":1134592,"data_stored":774578,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 7 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.94399999999999995,"15min":0.95799999999999996},"min":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.123,"5min":1.349,"15min":1.349},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.94299999999999995,"5min":0.93000000000000005,"15min":0.92800000000000005},"min":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.2669999999999999,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":1.046}]},{"osd":1,"last update":"Thu Dec 7 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.92600000000000005,"15min":0.92100000000000004},"min":{"1min":0.67100000000000004,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.327,"5min":1.327,"15min":1.327},"last":0.995},{"interface":"front","average":{"1min":0.95299999999999996,"5min":1.038,"15min":1.052},"min":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.27,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":0.84799999999999998}]},{"osd":2,"last update":"Thu Dec 7 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.91400000000000003,"5min":0.96299999999999997,"15min":0.97099999999999997},"min":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.196,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":1.018},{"interface":"front","average":{"1min":1.01,"5min":1.03,"15min":1.034},"min":{"1min":0.71899999999999997,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.3100000000000001,"5min":1.5529999999999999,"15min":1.5529999999999999},"last":1.171}]},{"osd":3,"last update":"Thu Dec 7 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":1.2909999999999999,"5min":1.0660000000000001,"15min":1.028},"min":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"max":{"1min":5.1120000000000001,"5min":5.1120000000000001,"15min":5.1120000000000001},"last":1.1279999999999999},{"interface":"front","average":{"1min":1.0369999999999999,"5min":1.0529999999999999,"15min":1.0549999999999999},"min":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"max":{"1min":1.48,"5min":1.48,"15min":1.48},"last":0.95099999999999996}]},{"osd":4,"last update":"Thu Dec 7 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.94999999999999996,"15min":0.94299999999999995},"min":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.5760000000000001,"5min":1.5760000000000001,"15min":1.5760000000000001},"last":0.82499999999999996},{"interface":"front","average":{"1min":1.1439999999999999,"5min":1.119,"15min":1.115},"min":{"1min":0.629,"5min":0.629,"15min":0.629},"max":{"1min":1.802,"5min":1.802,"15min":1.802},"last":1.1970000000000001}]},{"osd":5,"last update":"Thu Dec 7 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":1.069,"5min":1.0980000000000001,"15min":1.103},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.9870000000000001,"5min":1.9870000000000001,"15min":1.9870000000000001},"last":0.92900000000000005},{"interface":"front","average":{"1min":1.1970000000000001,"5min":1.1819999999999999,"15min":1.1799999999999999},"min":{"1min":0.70799999999999996,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":2.6680000000000001,"5min":2.6680000000000001,"15min":2.6680000000000001},"last":1.2470000000000001}]},{"osd":7,"last update":"Thu Dec 7 15:55:03 2023","interfaces":[{"interface":"back","average":{"1min":1.1830000000000001,"5min":1.1830000000000001,"15min":1.1830000000000001},"min":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":2.3300000000000001,"5min":2.3300000000000001,"15min":2.3300000000000001},"last":1.1040000000000001},{"interface":"front","average":{"1min":1.2689999999999999,"5min":1.2689999999999999,"15min":1.2689999999999999},"min":{"1min":0.624,"5min":0.624,"15min":0.624},"max":{"1min":1.9450000000000001,"5min":1.9450000000000001,"15min":1.9450000000000001},"last":1.2909999999999999}]}]},{"osd":1,"up_from":13,"seq":55834574921,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6352,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738800,"statfs":{"total":95995035648,"available":95988531200,"internally_reserved":0,"allocated":598016,"data_stored":245385,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 7 15:55:24 2023","interfaces":[{"interface":"back","average":{"1min":0.74199999999999999,"5min":0.68600000000000005,"15min":0.63700000000000001},"min":{"1min":0.46100000000000002,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.1040000000000001,"5min":1.109,"15min":1.109},"last":0.85099999999999998},{"interface":"front","average":{"1min":0.86899999999999999,"5min":0.80000000000000004,"15min":0.70599999999999996},"min":{"1min":0.52700000000000002,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":1.494,"5min":1.494,"15min":1.494},"last":0.72199999999999998}]},{"osd":2,"last update":"Thu Dec 7 15:55:59 2023","interfaces":[{"interface":"back","average":{"1min":0.83099999999999996,"5min":0.76800000000000002,"15min":0.73399999999999999},"min":{"1min":0.53500000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.208,"5min":1.208,"15min":1.208},"last":0.76700000000000002},{"interface":"front","average":{"1min":0.95099999999999996,"5min":0.876,"15min":0.80800000000000005},"min":{"1min":0.59299999999999997,"5min":0.505,"15min":0.505},"max":{"1min":1.216,"5min":1.329,"15min":1.329},"last":0.95999999999999996}]},{"osd":3,"last update":"Thu Dec 7 15:55:40 2023","interfaces":[{"interface":"back","average":{"1min":1.0089999999999999,"5min":0.92800000000000005,"15min":0.878},"min":{"1min":0.67400000000000004,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.464,"5min":1.464,"15min":1.464},"last":0.91200000000000003},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.91300000000000003,"15min":0.88900000000000001},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.2929999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":0.99399999999999999}]},{"osd":4,"last update":"Thu Dec 7 15:55:11 2023","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":1.028,"15min":1.012},"min":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.4870000000000001,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":1.3819999999999999},{"interface":"front","average":{"1min":1.157,"5min":1.137,"15min":1.121},"min":{"1min":0.78800000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"max":{"1min":1.794,"5min":1.794,"15min":1.794},"last":2.1070000000000002}]},{"osd":5,"last update":"Thu Dec 7 15:55:50 2023","interfaces":[{"interface":"back","average":{"1min":1.1220000000000001,"5min":1.1359999999999999,"15min":1.131},"min":{"1min":0.91000000000000003,"5min":0.77300000000000002,"15min":0.77300000000000002},"max":{"1min":1.464,"5min":1.581,"15min":1.581},"last":1.931},{"interface":"front","average":{"1min":1.218,"5min":1.276,"15min":1.278},"min":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"max":{"1min":1.5489999999999999,"5min":1.7889999999999999,"15min":1.7889999999999999},"last":1.54}]},{"osd":6,"last update":"Thu Dec 7 15:55:26 2023","interfaces":[{"interface":"back","average":{"1min":1.3360000000000001,"5min":1.3600000000000001,"15min":1.3640000000000001},"min":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"max":{"1min":1.5780000000000001,"5min":1.6919999999999999,"15min":1.6919999999999999},"last":1.9830000000000001},{"interface":"front","average":{"1min":1.292,"5min":1.288,"15min":1.288},"min":{"1min":1.0700000000000001,"5min":0.90000000000000002,"15min":0.90000000000000002},"max":{"1min":1.655,"5min":1.675,"15min":1.675},"last":1.5169999999999999}]},{"osd":7,"last update":"Thu Dec 7 15:56:03 2023","interfaces":[{"interface":"back","average":{"1min":1.367,"5min":1.383,"15min":1.3859999999999999},"min":{"1min":0.90700000000000003,"5min":0.90700000000000003,"15min":0.90700000000000003},"max":{"1min":1.742,"5min":1.845,"15min":1.845},"last":1.4139999999999999},{"interface":"front","average":{"1min":1.347,"5min":1.3109999999999999,"15min":1.3049999999999999},"min":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":2.016,"5min":2.016,"15min":2.016},"last":2.016}]}]},{"osd":0,"up_from":8,"seq":34359738447,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6940,"kb_used_data":1108,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738212,"statfs":{"total":95995035648,"available":95987929088,"internally_reserved":0,"allocated":1134592,"data_stored":774578,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5963776},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Dec 7 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.77400000000000002,"5min":0.71099999999999997,"15min":0.621},"min":{"1min":0.46100000000000002,"5min":0.443,"15min":0.443},"max":{"1min":1.109,"5min":1.355,"15min":1.355},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.86499999999999999,"5min":0.78300000000000003,"15min":0.67900000000000005},"min":{"1min":0.60699999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":1.1379999999999999,"5min":1.1559999999999999,"15min":1.1559999999999999},"last":1.0509999999999999}]},{"osd":2,"last update":"Thu Dec 7 15:56:01 2023","interfaces":[{"interface":"back","average":{"1min":0.80100000000000005,"5min":0.76300000000000001,"15min":0.72899999999999998},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":1.429,"5min":1.429,"15min":1.429},"last":0.71299999999999997},{"interface":"front","average":{"1min":0.88900000000000001,"5min":0.876,"15min":0.80200000000000005},"min":{"1min":0.58499999999999996,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.4710000000000001,"5min":1.4710000000000001,"15min":1.4710000000000001},"last":0.90400000000000003}]},{"osd":3,"last update":"Thu Dec 7 15:55:32 2023","interfaces":[{"interface":"back","average":{"1min":0.88,"5min":0.873,"15min":0.84699999999999998},"min":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.2230000000000001,"5min":1.254,"15min":1.254},"last":0.95399999999999996},{"interface":"front","average":{"1min":0.98599999999999999,"5min":0.92400000000000004,"15min":0.91000000000000003},"min":{"1min":0.52700000000000002,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":1.282,"5min":1.282,"15min":1.282},"last":0.99199999999999999}]},{"osd":4,"last update":"Thu Dec 7 15:55:14 2023","interfaces":[{"interface":"back","average":{"1min":1.141,"5min":1.105,"15min":1.087},"min":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"max":{"1min":1.7430000000000001,"5min":1.7430000000000001,"15min":1.7430000000000001},"last":1.429},{"interface":"front","average":{"1min":1.21,"5min":1.1639999999999999,"15min":1.1519999999999999},"min":{"1min":0.78700000000000003,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.7629999999999999,"5min":1.7629999999999999,"15min":1.7629999999999999},"last":1.024}]},{"osd":5,"last update":"Thu Dec 7 15:55:46 2023","interfaces":[{"interface":"back","average":{"1min":1.252,"5min":1.244,"15min":1.248},"min":{"1min":0.84899999999999998,"5min":0.75700000000000001,"15min":0.75700000000000001},"max":{"1min":1.907,"5min":1.907,"15min":1.907},"last":1.2829999999999999},{"interface":"front","average":{"1min":1.2330000000000001,"5min":1.2430000000000001,"15min":1.246},"min":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"max":{"1min":1.6539999999999999,"5min":1.6539999999999999,"15min":1.6539999999999999},"last":1.085}]},{"osd":6,"last update":"Thu Dec 7 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":1.323,"5min":1.2729999999999999,"15min":1.2649999999999999},"min":{"1min":0.91100000000000003,"5min":0.90700000000000003,"15min":0.90700000000000003},"max":{"1min":1.6639999999999999,"5min":1.6719999999999999,"15min":1.6719999999999999},"last":1.256},{"interface":"front","average":{"1min":1.2929999999999999,"5min":1.3109999999999999,"15min":1.3140000000000001},"min":{"1min":0.89500000000000002,"5min":0.89500000000000002,"15min":0.89500000000000002},"max":{"1min":1.5189999999999999,"5min":1.7250000000000001,"15min":1.7250000000000001},"last":1.1659999999999999}]},{"osd":7,"last update":"Thu Dec 7 15:56:04 2023","interfaces":[{"interface":"back","average":{"1min":1.3620000000000001,"5min":1.3620000000000001,"15min":1.3620000000000001},"min":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"max":{"1min":1.8140000000000001,"5min":1.8140000000000001,"15min":1.8140000000000001},"last":1.1870000000000001},{"interface":"front","average":{"1min":1.3919999999999999,"5min":1.387,"15min":1.3859999999999999},"min":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"max":{"1min":2.2120000000000002,"5min":2.2120000000000002,"15min":2.2120000000000002},"last":1.23}]}]},{"osd":2,"up_from":18,"seq":77309411392,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6292,"kb_used_data":588,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738860,"statfs":{"total":95995035648,"available":95988592640,"internally_reserved":0,"allocated":602112,"data_stored":245650,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 7 15:55:03 2023","interfaces":[{"interface":"back","average":{"1min":0.79600000000000004,"5min":0.71199999999999997,"15min":0.67500000000000004},"min":{"1min":0.42999999999999999,"5min":0.316,"15min":0.316},"max":{"1min":1.4319999999999999,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.80500000000000005,"5min":0.74299999999999999,"15min":0.70099999999999996},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.6830000000000001,"5min":1.6830000000000001,"15min":1.6830000000000001},"last":0.67600000000000005}]},{"osd":1,"last update":"Thu Dec 7 15:55:03 2023","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.76500000000000001,"15min":0.72099999999999997},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":2.0289999999999999,"5min":2.0289999999999999,"15min":2.0289999999999999},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.94699999999999995,"5min":0.84699999999999998,"15min":0.81200000000000006},"min":{"1min":0.49399999999999999,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.482,"5min":1.482,"15min":1.482},"last":0.64900000000000002}]},{"osd":3,"last update":"Thu Dec 7 15:55:39 2023","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.86399999999999999,"15min":0.84799999999999998},"min":{"1min":0.56799999999999995,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.044,"5min":2.302,"15min":2.302},"last":0.63500000000000001},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.95599999999999996,"15min":0.94199999999999995},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.3120000000000001,"5min":2.0030000000000001,"15min":2.0030000000000001},"last":0.73699999999999999}]},{"osd":4,"last update":"Thu Dec 7 15:55:13 2023","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.0660000000000001,"15min":1.0489999999999999},"min":{"1min":0.72099999999999997,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.4670000000000001,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":1.0669999999999999},{"interface":"front","average":{"1min":1.1100000000000001,"5min":1.099,"15min":1.077},"min":{"1min":0.79200000000000004,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.3520000000000001,"5min":1.762,"15min":1.762},"last":0.85499999999999998}]},{"osd":5,"last update":"Thu Dec 7 15:55:48 2023","interfaces":[{"interface":"back","average":{"1min":1.159,"5min":1.1559999999999999,"15min":1.1339999999999999},"min":{"1min":0.80900000000000005,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.542,"5min":1.8600000000000001,"15min":1.8600000000000001},"last":0.94499999999999995},{"interface":"front","average":{"1min":1.0820000000000001,"5min":1.1100000000000001,"15min":1.0940000000000001},"min":{"1min":0.77000000000000002,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.5249999999999999,"5min":1.6499999999999999,"15min":1.6499999999999999},"last":0.92900000000000005}]},{"osd":6,"last update":"Thu Dec 7 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":1.1539999999999999,"5min":1.2030000000000001,"15min":1.2110000000000001},"min":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"max":{"1min":1.456,"5min":1.6080000000000001,"15min":1.6080000000000001},"last":0.78600000000000003},{"interface":"front","average":{"1min":1.2789999999999999,"5min":1.2709999999999999,"15min":1.27},"min":{"1min":0.92300000000000004,"5min":0.92300000000000004,"15min":0.92300000000000004},"max":{"1min":1.6080000000000001,"5min":1.6080000000000001,"15min":1.6080000000000001},"last":0.97199999999999998}]},{"osd":7,"last update":"Thu Dec 7 15:55:03 2023","interfaces":[{"interface":"back","average":{"1min":1.3009999999999999,"5min":1.3009999999999999,"15min":1.3009999999999999},"min":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"max":{"1min":1.651,"5min":1.651,"15min":1.651},"last":1.0289999999999999},{"interface":"front","average":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"min":{"1min":0.90700000000000003,"5min":0.90700000000000003,"15min":0.90700000000000003},"max":{"1min":1.923,"5min":1.923,"15min":1.923},"last":0.80000000000000004}]}]},{"osd":3,"up_from":26,"seq":111669149753,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5716,"kb_used_data":588,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739436,"statfs":{"total":95995035648,"available":95989182464,"internally_reserved":0,"allocated":602112,"data_stored":245650,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 7 15:55:38 2023","interfaces":[{"interface":"back","average":{"1min":0.80700000000000005,"5min":0.76900000000000002,"15min":0.72899999999999998},"min":{"1min":0.53700000000000003,"5min":0.438,"15min":0.438},"max":{"1min":1.202,"5min":1.5309999999999999,"15min":1.5309999999999999},"last":0.78700000000000003},{"interface":"front","average":{"1min":0.86499999999999999,"5min":0.88300000000000001,"15min":0.86199999999999999},"min":{"1min":0.63,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.0900000000000001,"5min":1.5960000000000001,"15min":1.5960000000000001},"last":0.93100000000000005}]},{"osd":1,"last update":"Thu Dec 7 15:55:38 2023","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.80100000000000005,"15min":0.77100000000000002},"min":{"1min":0.57999999999999996,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.222,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.81000000000000005},{"interface":"front","average":{"1min":0.95999999999999996,"5min":0.875,"15min":0.83299999999999996},"min":{"1min":0.68899999999999995,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":1.29,"5min":1.345,"15min":1.345},"last":0.998}]},{"osd":2,"last update":"Thu Dec 7 15:55:38 2023","interfaces":[{"interface":"back","average":{"1min":1.0629999999999999,"5min":0.89100000000000001,"15min":0.82799999999999996},"min":{"1min":0.66200000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.4710000000000001,"5min":1.4710000000000001,"15min":1.4710000000000001},"last":0.91000000000000003},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.84499999999999997,"15min":0.82199999999999995},"min":{"1min":0.55800000000000005,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.2490000000000001,"5min":1.5369999999999999,"15min":1.5369999999999999},"last":0.95799999999999996}]},{"osd":4,"last update":"Thu Dec 7 15:55:10 2023","interfaces":[{"interface":"back","average":{"1min":1.119,"5min":1.1100000000000001,"15min":1.111},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.425,"5min":1.7130000000000001,"15min":1.7130000000000001},"last":1.0529999999999999},{"interface":"front","average":{"1min":1.0329999999999999,"5min":1.05,"15min":1.054},"min":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"max":{"1min":1.5189999999999999,"5min":1.677,"15min":1.677},"last":1.268}]},{"osd":5,"last update":"Thu Dec 7 15:55:53 2023","interfaces":[{"interface":"back","average":{"1min":1.294,"5min":1.2070000000000001,"15min":1.2110000000000001},"min":{"1min":0.96099999999999997,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.575,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":1.1160000000000001},{"interface":"front","average":{"1min":1.1060000000000001,"5min":1.1259999999999999,"15min":1.1399999999999999},"min":{"1min":0.72299999999999998,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.4399999999999999,"5min":1.8100000000000001,"15min":1.8100000000000001},"last":1.4199999999999999}]},{"osd":6,"last update":"Thu Dec 7 15:55:25 2023","interfaces":[{"interface":"back","average":{"1min":1.23,"5min":1.145,"15min":1.131},"min":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"max":{"1min":1.448,"5min":1.5069999999999999,"15min":1.5069999999999999},"last":1.45},{"interface":"front","average":{"1min":1.3720000000000001,"5min":1.26,"15min":1.2410000000000001},"min":{"1min":1.014,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.9379999999999999,"5min":1.9379999999999999,"15min":1.9379999999999999},"last":1.2290000000000001}]},{"osd":7,"last update":"Thu Dec 7 15:56:04 2023","interfaces":[{"interface":"back","average":{"1min":1.2350000000000001,"5min":1.248,"15min":1.25},"min":{"1min":0.83099999999999996,"5min":0.81899999999999995,"15min":0.81899999999999995},"max":{"1min":1.5309999999999999,"5min":1.7110000000000001,"15min":1.7110000000000001},"last":1.5009999999999999},{"interface":"front","average":{"1min":1.276,"5min":1.2829999999999999,"15min":1.284},"min":{"1min":0.89600000000000002,"5min":0.82699999999999996,"15min":0.82699999999999996},"max":{"1min":1.593,"5min":1.593,"15min":1.593},"last":1.512}]}]},{"osd":4,"up_from":31,"seq":133143986226,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5776,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739376,"statfs":{"total":95995035648,"available":95989121024,"internally_reserved":0,"allocated":598016,"data_stored":245385,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 7 15:55:13 2023","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.872,"15min":0.85299999999999998},"min":{"1min":0.67200000000000004,"5min":0.622,"15min":0.622},"max":{"1min":1.1830000000000001,"5min":1.1830000000000001,"15min":1.1830000000000001},"last":1.0249999999999999},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.88800000000000001,"15min":0.86399999999999999},"min":{"1min":0.67800000000000005,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.153,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":0.99099999999999999}]},{"osd":1,"last update":"Thu Dec 7 15:55:13 2023","interfaces":[{"interface":"back","average":{"1min":0.879,"5min":0.91700000000000004,"15min":0.92100000000000004},"min":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.1559999999999999,"5min":1.181,"15min":1.181},"last":0.92100000000000004},{"interface":"front","average":{"1min":0.96999999999999997,"5min":0.873,"15min":0.83299999999999996},"min":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.385,"5min":1.387,"15min":1.387},"last":0.74199999999999999}]},{"osd":2,"last update":"Thu Dec 7 15:55:13 2023","interfaces":[{"interface":"back","average":{"1min":0.97899999999999998,"5min":0.90800000000000003,"15min":0.878},"min":{"1min":0.629,"5min":0.629,"15min":0.629},"max":{"1min":1.3049999999999999,"5min":1.3300000000000001,"15min":1.3300000000000001},"last":0.94399999999999995},{"interface":"front","average":{"1min":0.91600000000000004,"5min":0.92500000000000004,"15min":0.91200000000000003},"min":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.2989999999999999,"5min":1.472,"15min":1.472},"last":1.0720000000000001}]},{"osd":3,"last update":"Thu Dec 7 15:55:13 2023","interfaces":[{"interface":"back","average":{"1min":0.98199999999999998,"5min":0.97999999999999998,"15min":0.96899999999999997},"min":{"1min":0.77300000000000002,"5min":0.622,"15min":0.622},"max":{"1min":1.2350000000000001,"5min":1.369,"15min":1.369},"last":0.872},{"interface":"front","average":{"1min":1.131,"5min":1.046,"15min":1.006},"min":{"1min":0.84699999999999998,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.4390000000000001,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":1.091}]},{"osd":5,"last update":"Thu Dec 7 15:55:49 2023","interfaces":[{"interface":"back","average":{"1min":0.98499999999999999,"5min":0.91400000000000003,"15min":0.871},"min":{"1min":0.60099999999999998,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.377,"5min":1.4990000000000001,"15min":1.4990000000000001},"last":0.77600000000000002},{"interface":"front","average":{"1min":1.0940000000000001,"5min":0.93200000000000005,"15min":0.88300000000000001},"min":{"1min":0.70299999999999996,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.405,"5min":1.405,"15min":1.405},"last":1.0489999999999999}]},{"osd":6,"last update":"Thu Dec 7 15:55:26 2023","interfaces":[{"interface":"back","average":{"1min":1.1200000000000001,"5min":1.0469999999999999,"15min":1.0349999999999999},"min":{"1min":0.64500000000000002,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.4299999999999999,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":1.125},{"interface":"front","average":{"1min":1.1359999999999999,"5min":1.125,"15min":1.123},"min":{"1min":0.62,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.474,"5min":1.6830000000000001,"15min":1.6830000000000001},"last":0.84499999999999997}]},{"osd":7,"last update":"Thu Dec 7 15:56:04 2023","interfaces":[{"interface":"back","average":{"1min":1.2050000000000001,"5min":1.1779999999999999,"15min":1.1739999999999999},"min":{"1min":0.78800000000000003,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.4530000000000001,"5min":1.5469999999999999,"15min":1.5469999999999999},"last":1.165},{"interface":"front","average":{"1min":1.2230000000000001,"5min":1.218,"15min":1.2170000000000001},"min":{"1min":0.80300000000000005,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.486,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":1.2130000000000001}]}]},{"osd":5,"up_from":39,"seq":167503724586,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5648,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739504,"statfs":{"total":95995035648,"available":95989252096,"internally_reserved":0,"allocated":598016,"data_stored":245385,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 7 15:55:47 2023","interfaces":[{"interface":"back","average":{"1min":0.98399999999999999,"5min":0.92400000000000004,"15min":0.91600000000000004},"min":{"1min":0.67600000000000005,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.3049999999999999,"5min":1.456,"15min":1.456},"last":0.623},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.93000000000000005,"15min":0.93300000000000005},"min":{"1min":0.64000000000000001,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.2529999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.93899999999999995}]},{"osd":1,"last update":"Thu Dec 7 15:55:47 2023","interfaces":[{"interface":"back","average":{"1min":1.002,"5min":0.95799999999999996,"15min":0.95399999999999996},"min":{"1min":0.70599999999999996,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.4159999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":0.70299999999999996},{"interface":"front","average":{"1min":0.95099999999999996,"5min":0.92900000000000005,"15min":0.92500000000000004},"min":{"1min":0.69999999999999996,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.284,"5min":1.29,"15min":1.29},"last":0.91300000000000003}]},{"osd":2,"last update":"Thu Dec 7 15:55:47 2023","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":0.93100000000000005,"15min":0.92500000000000004},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.2450000000000001,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":1.0049999999999999},{"interface":"front","average":{"1min":1.0740000000000001,"5min":1.006,"15min":0.98999999999999999},"min":{"1min":0.76800000000000002,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.365,"5min":1.623,"15min":1.623},"last":0.878}]},{"osd":3,"last update":"Thu Dec 7 15:55:47 2023","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":0.91800000000000004,"15min":0.89500000000000002},"min":{"1min":0.71899999999999997,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.371,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":0.75},{"interface":"front","average":{"1min":1.0429999999999999,"5min":1.0069999999999999,"15min":1.0029999999999999},"min":{"1min":0.68600000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.3859999999999999,"5min":1.5529999999999999,"15min":1.5529999999999999},"last":0.81999999999999995}]},{"osd":4,"last update":"Thu Dec 7 15:55:47 2023","interfaces":[{"interface":"back","average":{"1min":1.0449999999999999,"5min":0.89700000000000002,"15min":0.84999999999999998},"min":{"1min":0.57999999999999996,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.4350000000000001,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":1.0620000000000001},{"interface":"front","average":{"1min":1.054,"5min":0.93600000000000005,"15min":0.88600000000000001},"min":{"1min":0.623,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.4610000000000001,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":0.66200000000000003}]},{"osd":6,"last update":"Thu Dec 7 15:55:27 2023","interfaces":[{"interface":"back","average":{"1min":1.087,"5min":1.006,"15min":0.99199999999999999},"min":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.5409999999999999,"5min":1.5409999999999999,"15min":1.5409999999999999},"last":0.85099999999999998},{"interface":"front","average":{"1min":1.085,"5min":1.0920000000000001,"15min":1.093},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.4610000000000001,"5min":1.5109999999999999,"15min":1.5109999999999999},"last":0.72699999999999998}]},{"osd":7,"last update":"Thu Dec 7 15:56:05 2023","interfaces":[{"interface":"back","average":{"1min":1.121,"5min":1.129,"15min":1.131},"min":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.512,"5min":1.512,"15min":1.512},"last":0.98699999999999999},{"interface":"front","average":{"1min":1.135,"5min":1.1990000000000001,"15min":1.21},"min":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.5940000000000001,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":1.032}]}]}],"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-07T15:56:08.091 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-07T15:56:08.356 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:08 smithi178 bash[41829]: ts=2023-12-07T15:56:08.046Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-07T15:56:08.356 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:08 smithi178 bash[41829]: ts=2023-12-07T15:56:08.046Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=3.138µs 2023-12-07T15:56:08.356 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:08 smithi178 bash[41829]: ts=2023-12-07T15:56:08.047Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-07T15:56:08.356 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:08 smithi178 bash[41829]: ts=2023-12-07T15:56:08.207Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2023-12-07T15:56:08.356 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:08 smithi178 bash[41829]: ts=2023-12-07T15:56:08.209Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2023-12-07T15:56:08.356 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:08 smithi178 bash[41829]: ts=2023-12-07T15:56:08.209Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=85.118µs wal_replay_duration=162.572004ms total_replay_duration=162.699148ms 2023-12-07T15:56:08.356 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:08 smithi178 bash[41829]: ts=2023-12-07T15:56:08.214Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-07T15:56:08.356 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:08 smithi178 bash[41829]: ts=2023-12-07T15:56:08.214Z caller=main.go:947 level=info msg="TSDB started" 2023-12-07T15:56:08.356 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:08 smithi178 bash[41829]: ts=2023-12-07T15:56:08.214Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-07T15:56:08.356 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:08 smithi178 bash[41829]: ts=2023-12-07T15:56:08.241Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=26.506314ms db_storage=1.28µs remote_storage=2.057µs web_handler=634ns query_engine=1.093µs scrape=369.762µs scrape_sd=43.99µs notify=30.864µs notify_sd=13.989µs rules=25.607504ms 2023-12-07T15:56:08.357 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 15:56:08 smithi178 bash[41829]: ts=2023-12-07T15:56:08.241Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-07T15:56:09.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:08 smithi178 bash[25068]: audit 2023-12-07T15:56:07.384041+0000 mgr.y (mgr.24367) 79 : audit [DBG] from='client.24541 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T15:56:09.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:08 smithi042 bash[24989]: audit 2023-12-07T15:56:07.384041+0000 mgr.y (mgr.24367) 79 : audit [DBG] from='client.24541 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T15:56:09.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:08 smithi042 bash[30444]: audit 2023-12-07T15:56:07.384041+0000 mgr.y (mgr.24367) 79 : audit [DBG] from='client.24541 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T15:56:10.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:09 smithi178 bash[25068]: cluster 2023-12-07T15:56:08.014460+0000 mgr.y (mgr.24367) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:10.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:09 smithi042 bash[24989]: cluster 2023-12-07T15:56:08.014460+0000 mgr.y (mgr.24367) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:10.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:09 smithi042 bash[30444]: cluster 2023-12-07T15:56:08.014460+0000 mgr.y (mgr.24367) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:10.669 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:56:11.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:11 smithi178 bash[25068]: cluster 2023-12-07T15:56:10.015040+0000 mgr.y (mgr.24367) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:11.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:11 smithi178 bash[25068]: audit 2023-12-07T15:56:10.547275+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:11.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:11 smithi178 bash[25068]: audit 2023-12-07T15:56:10.682004+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:11.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:11 smithi178 bash[25068]: audit 2023-12-07T15:56:10.689048+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:11.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:11 smithi178 bash[25068]: audit 2023-12-07T15:56:10.697853+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:11.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:11 smithi178 bash[25068]: audit 2023-12-07T15:56:10.699720+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:11.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:11 smithi178 bash[25068]: audit 2023-12-07T15:56:10.700948+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:11.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:11 smithi042 bash[24989]: cluster 2023-12-07T15:56:10.015040+0000 mgr.y (mgr.24367) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:11.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:11 smithi042 bash[24989]: audit 2023-12-07T15:56:10.547275+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:11.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:11 smithi042 bash[24989]: audit 2023-12-07T15:56:10.682004+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:11.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:11 smithi042 bash[24989]: audit 2023-12-07T15:56:10.689048+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:11.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:11 smithi042 bash[24989]: audit 2023-12-07T15:56:10.697853+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:11.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:11 smithi042 bash[24989]: audit 2023-12-07T15:56:10.699720+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:11.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:11 smithi042 bash[24989]: audit 2023-12-07T15:56:10.700948+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:11.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:11 smithi042 bash[30444]: cluster 2023-12-07T15:56:10.015040+0000 mgr.y (mgr.24367) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:11.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:11 smithi042 bash[30444]: audit 2023-12-07T15:56:10.547275+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:11.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:11 smithi042 bash[30444]: audit 2023-12-07T15:56:10.682004+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:11.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:11 smithi042 bash[30444]: audit 2023-12-07T15:56:10.689048+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:11.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:11 smithi042 bash[30444]: audit 2023-12-07T15:56:10.697853+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:11.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:11 smithi042 bash[30444]: audit 2023-12-07T15:56:10.699720+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:11.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:11 smithi042 bash[30444]: audit 2023-12-07T15:56:10.700948+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:13.095 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:56:12 smithi042 bash[50134]: level=info ts=2023-12-07T15:56:12.779Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.00395907s 2023-12-07T15:56:13.443 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T15:56:13.446 INFO:teuthology.orchestra.run.smithi042.stderr:dumped all 2023-12-07T15:56:14.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:13 smithi178 bash[25068]: cluster 2023-12-07T15:56:12.015695+0000 mgr.y (mgr.24367) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:14.109 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:13 smithi042 bash[24989]: cluster 2023-12-07T15:56:12.015695+0000 mgr.y (mgr.24367) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:14.109 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:13 smithi042 bash[30444]: cluster 2023-12-07T15:56:12.015695+0000 mgr.y (mgr.24367) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:14.111 INFO:teuthology.orchestra.run.smithi042.stdout:{"pg_ready":true,"pg_map":{"version":54,"stamp":"2023-12-07T15:56:12.015366+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":48996,"kb_used_data":6244,"kb_used_omap":0,"kb_used_meta":42688,"kb_avail":749912220,"statfs":{"total":767960285184,"available":767910113280,"internally_reserved":0,"allocated":6393856,"data_stored":3550601,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43712512},"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.003745"},"pg_stats":[{"pgid":"1.0","version":"61'128","reported_seq":262,"reported_epoch":61,"state":"active+clean","last_fresh":"2023-12-07T15:54:30.373514+0000","last_change":"2023-12-07T15:54:06.830348+0000","last_active":"2023-12-07T15:54:30.373514+0000","last_peered":"2023-12-07T15:54:30.373514+0000","last_clean":"2023-12-07T15:54:30.373514+0000","last_became_active":"2023-12-07T15:54:06.829348+0000","last_became_peered":"2023-12-07T15:54:06.829348+0000","last_unstale":"2023-12-07T15:54:30.373514+0000","last_undegraded":"2023-12-07T15:54:30.373514+0000","last_fullsized":"2023-12-07T15:54:30.373514+0000","mapping_epoch":59,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":60,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-07T15:50:54.693570+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-07T15:50:54.693570+0000","last_clean_scrub_stamp":"2023-12-07T15:50:54.693570+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-08T16:04:10.012451+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":56,"seq":240518168603,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6100,"kb_used_data":1100,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739052,"statfs":{"total":95995035648,"available":95988789248,"internally_reserved":0,"allocated":1126400,"data_stored":773990,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 7 15:56:07 2023","interfaces":[{"interface":"back","average":{"1min":0.86899999999999999,"5min":0.95399999999999996,"15min":0.96799999999999997},"min":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.0860000000000001,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":0.69899999999999995},{"interface":"front","average":{"1min":0.98799999999999999,"5min":1.004,"15min":1.0069999999999999},"min":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.3080000000000001,"5min":1.6639999999999999,"15min":1.6639999999999999},"last":1.119}]},{"osd":1,"last update":"Thu Dec 7 15:56:07 2023","interfaces":[{"interface":"back","average":{"1min":0.93100000000000005,"5min":0.93999999999999995,"15min":0.94199999999999995},"min":{"1min":0.67800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.504,"5min":1.504,"15min":1.504},"last":1.1759999999999999},{"interface":"front","average":{"1min":1.0289999999999999,"5min":0.98499999999999999,"15min":0.97699999999999998},"min":{"1min":0.79600000000000004,"5min":0.77200000000000002,"15min":0.77200000000000002},"max":{"1min":1.298,"5min":1.298,"15min":1.298},"last":0.64600000000000002}]},{"osd":2,"last update":"Thu Dec 7 15:56:07 2023","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":0.95799999999999996,"15min":0.95199999999999996},"min":{"1min":0.68700000000000006,"5min":0.621,"15min":0.621},"max":{"1min":1.2030000000000001,"5min":1.304,"15min":1.304},"last":0.76000000000000001},{"interface":"front","average":{"1min":1.129,"5min":1.071,"15min":1.0609999999999999},"min":{"1min":0.79300000000000004,"5min":0.75600000000000001,"15min":0.75600000000000001},"max":{"1min":1.4359999999999999,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":1.0549999999999999}]},{"osd":3,"last update":"Thu Dec 7 15:56:07 2023","interfaces":[{"interface":"back","average":{"1min":1.0269999999999999,"5min":1.0149999999999999,"15min":1.0129999999999999},"min":{"1min":0.65300000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.2430000000000001,"5min":1.355,"15min":1.355},"last":0.79700000000000004},{"interface":"front","average":{"1min":1.1180000000000001,"5min":1.0740000000000001,"15min":1.0660000000000001},"min":{"1min":0.82699999999999996,"5min":0.81299999999999994,"15min":0.81299999999999994},"max":{"1min":1.359,"5min":1.359,"15min":1.359},"last":1.2310000000000001}]},{"osd":4,"last update":"Thu Dec 7 15:56:07 2023","interfaces":[{"interface":"back","average":{"1min":0.94999999999999996,"5min":0.90000000000000002,"15min":0.89200000000000002},"min":{"1min":0.61499999999999999,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.2729999999999999,"5min":1.294,"15min":1.294},"last":0.84799999999999998},{"interface":"front","average":{"1min":1.0900000000000001,"5min":1.014,"15min":1.002},"min":{"1min":0.748,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.379,"5min":1.4079999999999999,"15min":1.4079999999999999},"last":0.61599999999999999}]},{"osd":5,"last update":"Thu Dec 7 15:56:07 2023","interfaces":[{"interface":"back","average":{"1min":1.1379999999999999,"5min":1.056,"15min":1.042},"min":{"1min":0.67300000000000004,"5min":0.497,"15min":0.497},"max":{"1min":1.498,"5min":1.764,"15min":1.764},"last":0.96499999999999997},{"interface":"front","average":{"1min":1.0780000000000001,"5min":1.0309999999999999,"15min":1.0229999999999999},"min":{"1min":0.78800000000000003,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.3600000000000001,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":0.93799999999999994}]},{"osd":6,"last update":"Thu Dec 7 15:56:07 2023","interfaces":[{"interface":"back","average":{"1min":1.145,"5min":1.089,"15min":1.0800000000000001},"min":{"1min":0.79700000000000004,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.4219999999999999,"5min":1.444,"15min":1.444},"last":0.90300000000000002},{"interface":"front","average":{"1min":1.242,"5min":1.1419999999999999,"15min":1.125},"min":{"1min":0.83899999999999997,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.6679999999999999,"5min":1.6679999999999999,"15min":1.6679999999999999},"last":0.86599999999999999}]}]},{"osd":6,"up_from":47,"seq":201863462948,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6172,"kb_used_data":1108,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93738980,"statfs":{"total":95995035648,"available":95988715520,"internally_reserved":0,"allocated":1134592,"data_stored":774578,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 7 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.94399999999999995,"15min":0.95799999999999996},"min":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.123,"5min":1.349,"15min":1.349},"last":0.73699999999999999},{"interface":"front","average":{"1min":0.94299999999999995,"5min":0.93000000000000005,"15min":0.92800000000000005},"min":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.2669999999999999,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":1.109}]},{"osd":1,"last update":"Thu Dec 7 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.92600000000000005,"15min":0.92100000000000004},"min":{"1min":0.67100000000000004,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.327,"5min":1.327,"15min":1.327},"last":0.63700000000000001},{"interface":"front","average":{"1min":0.95299999999999996,"5min":1.038,"15min":1.052},"min":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.27,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":1.125}]},{"osd":2,"last update":"Thu Dec 7 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.91400000000000003,"5min":0.96299999999999997,"15min":0.97099999999999997},"min":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.196,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":1.0109999999999999},{"interface":"front","average":{"1min":1.01,"5min":1.03,"15min":1.034},"min":{"1min":0.71899999999999997,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.3100000000000001,"5min":1.5529999999999999,"15min":1.5529999999999999},"last":1.1519999999999999}]},{"osd":3,"last update":"Thu Dec 7 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":1.2909999999999999,"5min":1.0660000000000001,"15min":1.028},"min":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"max":{"1min":5.1120000000000001,"5min":5.1120000000000001,"15min":5.1120000000000001},"last":0.81000000000000005},{"interface":"front","average":{"1min":1.0369999999999999,"5min":1.0529999999999999,"15min":1.0549999999999999},"min":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"max":{"1min":1.48,"5min":1.48,"15min":1.48},"last":1.196}]},{"osd":4,"last update":"Thu Dec 7 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.94999999999999996,"15min":0.94299999999999995},"min":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.5760000000000001,"5min":1.5760000000000001,"15min":1.5760000000000001},"last":1.032},{"interface":"front","average":{"1min":1.1439999999999999,"5min":1.119,"15min":1.115},"min":{"1min":0.629,"5min":0.629,"15min":0.629},"max":{"1min":1.802,"5min":1.802,"15min":1.802},"last":0.78800000000000003}]},{"osd":5,"last update":"Thu Dec 7 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":1.069,"5min":1.0980000000000001,"15min":1.103},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.9870000000000001,"5min":1.9870000000000001,"15min":1.9870000000000001},"last":1.2749999999999999},{"interface":"front","average":{"1min":1.1970000000000001,"5min":1.1819999999999999,"15min":1.1799999999999999},"min":{"1min":0.70799999999999996,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":2.6680000000000001,"5min":2.6680000000000001,"15min":2.6680000000000001},"last":0.76800000000000002}]},{"osd":7,"last update":"Thu Dec 7 15:56:07 2023","interfaces":[{"interface":"back","average":{"1min":1.04,"5min":1.1539999999999999,"15min":1.173},"min":{"1min":0.69099999999999995,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.6890000000000001,"5min":2.3300000000000001,"15min":2.3300000000000001},"last":1.4039999999999999},{"interface":"front","average":{"1min":1.222,"5min":1.2589999999999999,"15min":1.2649999999999999},"min":{"1min":0.74199999999999999,"5min":0.624,"15min":0.624},"max":{"1min":1.7170000000000001,"5min":1.9450000000000001,"15min":1.9450000000000001},"last":1.0640000000000001}]}]},{"osd":1,"up_from":13,"seq":55834574922,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6352,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738800,"statfs":{"total":95995035648,"available":95988531200,"internally_reserved":0,"allocated":598016,"data_stored":245385,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 7 15:55:24 2023","interfaces":[{"interface":"back","average":{"1min":0.74199999999999999,"5min":0.68600000000000005,"15min":0.63700000000000001},"min":{"1min":0.46100000000000002,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.1040000000000001,"5min":1.109,"15min":1.109},"last":0.66400000000000003},{"interface":"front","average":{"1min":0.86899999999999999,"5min":0.80000000000000004,"15min":0.70599999999999996},"min":{"1min":0.52700000000000002,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":1.494,"5min":1.494,"15min":1.494},"last":1.054}]},{"osd":2,"last update":"Thu Dec 7 15:55:59 2023","interfaces":[{"interface":"back","average":{"1min":0.83099999999999996,"5min":0.76800000000000002,"15min":0.73399999999999999},"min":{"1min":0.53500000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.208,"5min":1.208,"15min":1.208},"last":0.91700000000000004},{"interface":"front","average":{"1min":0.95099999999999996,"5min":0.876,"15min":0.80800000000000005},"min":{"1min":0.59299999999999997,"5min":0.505,"15min":0.505},"max":{"1min":1.216,"5min":1.329,"15min":1.329},"last":0.71199999999999997}]},{"osd":3,"last update":"Thu Dec 7 15:55:40 2023","interfaces":[{"interface":"back","average":{"1min":1.0089999999999999,"5min":0.92800000000000005,"15min":0.878},"min":{"1min":0.67400000000000004,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.464,"5min":1.464,"15min":1.464},"last":0.80800000000000005},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.91300000000000003,"15min":0.88900000000000001},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.2929999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":0.96999999999999997}]},{"osd":4,"last update":"Thu Dec 7 15:55:11 2023","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":1.028,"15min":1.012},"min":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.4870000000000001,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":1.1080000000000001},{"interface":"front","average":{"1min":1.157,"5min":1.137,"15min":1.121},"min":{"1min":0.78800000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"max":{"1min":1.794,"5min":1.794,"15min":1.794},"last":1.141}]},{"osd":5,"last update":"Thu Dec 7 15:55:50 2023","interfaces":[{"interface":"back","average":{"1min":1.1220000000000001,"5min":1.1359999999999999,"15min":1.131},"min":{"1min":0.91000000000000003,"5min":0.77300000000000002,"15min":0.77300000000000002},"max":{"1min":1.464,"5min":1.581,"15min":1.581},"last":1.2090000000000001},{"interface":"front","average":{"1min":1.218,"5min":1.276,"15min":1.278},"min":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"max":{"1min":1.5489999999999999,"5min":1.7889999999999999,"15min":1.7889999999999999},"last":1.264}]},{"osd":6,"last update":"Thu Dec 7 15:55:26 2023","interfaces":[{"interface":"back","average":{"1min":1.3360000000000001,"5min":1.3600000000000001,"15min":1.3640000000000001},"min":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"max":{"1min":1.5780000000000001,"5min":1.6919999999999999,"15min":1.6919999999999999},"last":1.4590000000000001},{"interface":"front","average":{"1min":1.292,"5min":1.288,"15min":1.288},"min":{"1min":1.0700000000000001,"5min":0.90000000000000002,"15min":0.90000000000000002},"max":{"1min":1.655,"5min":1.675,"15min":1.675},"last":1.3009999999999999}]},{"osd":7,"last update":"Thu Dec 7 15:56:03 2023","interfaces":[{"interface":"back","average":{"1min":1.367,"5min":1.383,"15min":1.3859999999999999},"min":{"1min":0.90700000000000003,"5min":0.90700000000000003,"15min":0.90700000000000003},"max":{"1min":1.742,"5min":1.845,"15min":1.845},"last":1.3680000000000001},{"interface":"front","average":{"1min":1.347,"5min":1.3109999999999999,"15min":1.3049999999999999},"min":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":2.016,"5min":2.016,"15min":2.016},"last":1.4119999999999999}]}]},{"osd":0,"up_from":8,"seq":34359738448,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6940,"kb_used_data":1108,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738212,"statfs":{"total":95995035648,"available":95987929088,"internally_reserved":0,"allocated":1134592,"data_stored":774578,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5963776},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Dec 7 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.77400000000000002,"5min":0.71099999999999997,"15min":0.621},"min":{"1min":0.46100000000000002,"5min":0.443,"15min":0.443},"max":{"1min":1.109,"5min":1.355,"15min":1.355},"last":0.77400000000000002},{"interface":"front","average":{"1min":0.86499999999999999,"5min":0.78300000000000003,"15min":0.67900000000000005},"min":{"1min":0.60699999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":1.1379999999999999,"5min":1.1559999999999999,"15min":1.1559999999999999},"last":0.73699999999999999}]},{"osd":2,"last update":"Thu Dec 7 15:56:01 2023","interfaces":[{"interface":"back","average":{"1min":0.80100000000000005,"5min":0.76300000000000001,"15min":0.72899999999999998},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":1.429,"5min":1.429,"15min":1.429},"last":0.84199999999999997},{"interface":"front","average":{"1min":0.88900000000000001,"5min":0.876,"15min":0.80200000000000005},"min":{"1min":0.58499999999999996,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.4710000000000001,"5min":1.4710000000000001,"15min":1.4710000000000001},"last":0.89200000000000002}]},{"osd":3,"last update":"Thu Dec 7 15:55:32 2023","interfaces":[{"interface":"back","average":{"1min":0.88,"5min":0.873,"15min":0.84699999999999998},"min":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.2230000000000001,"5min":1.254,"15min":1.254},"last":0.87},{"interface":"front","average":{"1min":0.98599999999999999,"5min":0.92400000000000004,"15min":0.91000000000000003},"min":{"1min":0.52700000000000002,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":1.282,"5min":1.282,"15min":1.282},"last":0.93700000000000006}]},{"osd":4,"last update":"Thu Dec 7 15:55:14 2023","interfaces":[{"interface":"back","average":{"1min":1.141,"5min":1.105,"15min":1.087},"min":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"max":{"1min":1.7430000000000001,"5min":1.7430000000000001,"15min":1.7430000000000001},"last":0.96699999999999997},{"interface":"front","average":{"1min":1.21,"5min":1.1639999999999999,"15min":1.1519999999999999},"min":{"1min":0.78700000000000003,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.7629999999999999,"5min":1.7629999999999999,"15min":1.7629999999999999},"last":1.365}]},{"osd":5,"last update":"Thu Dec 7 15:55:46 2023","interfaces":[{"interface":"back","average":{"1min":1.252,"5min":1.244,"15min":1.248},"min":{"1min":0.84899999999999998,"5min":0.75700000000000001,"15min":0.75700000000000001},"max":{"1min":1.907,"5min":1.907,"15min":1.907},"last":1.468},{"interface":"front","average":{"1min":1.2330000000000001,"5min":1.2430000000000001,"15min":1.246},"min":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"max":{"1min":1.6539999999999999,"5min":1.6539999999999999,"15min":1.6539999999999999},"last":1.1839999999999999}]},{"osd":6,"last update":"Thu Dec 7 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":1.323,"5min":1.2729999999999999,"15min":1.2649999999999999},"min":{"1min":0.91100000000000003,"5min":0.90700000000000003,"15min":0.90700000000000003},"max":{"1min":1.6639999999999999,"5min":1.6719999999999999,"15min":1.6719999999999999},"last":1.1000000000000001},{"interface":"front","average":{"1min":1.2929999999999999,"5min":1.3109999999999999,"15min":1.3140000000000001},"min":{"1min":0.89500000000000002,"5min":0.89500000000000002,"15min":0.89500000000000002},"max":{"1min":1.5189999999999999,"5min":1.7250000000000001,"15min":1.7250000000000001},"last":1.6180000000000001}]},{"osd":7,"last update":"Thu Dec 7 15:56:04 2023","interfaces":[{"interface":"back","average":{"1min":1.3620000000000001,"5min":1.3620000000000001,"15min":1.3620000000000001},"min":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"max":{"1min":1.8140000000000001,"5min":1.8140000000000001,"15min":1.8140000000000001},"last":1.278},{"interface":"front","average":{"1min":1.3919999999999999,"5min":1.387,"15min":1.3859999999999999},"min":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"max":{"1min":2.2120000000000002,"5min":2.2120000000000002,"15min":2.2120000000000002},"last":1.5449999999999999}]}]},{"osd":2,"up_from":18,"seq":77309411393,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6292,"kb_used_data":588,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738860,"statfs":{"total":95995035648,"available":95988592640,"internally_reserved":0,"allocated":602112,"data_stored":245650,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 7 15:56:06 2023","interfaces":[{"interface":"back","average":{"1min":0.79900000000000004,"5min":0.74099999999999999,"15min":0.68500000000000005},"min":{"1min":0.47499999999999998,"5min":0.316,"15min":0.316},"max":{"1min":1.4430000000000001,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.749,"5min":0.75700000000000001,"15min":0.70599999999999996},"min":{"1min":0.42199999999999999,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.95899999999999996,"5min":1.6830000000000001,"15min":1.6830000000000001},"last":0.81899999999999995}]},{"osd":1,"last update":"Thu Dec 7 15:56:06 2023","interfaces":[{"interface":"back","average":{"1min":0.76600000000000001,"5min":0.77800000000000002,"15min":0.72599999999999998},"min":{"1min":0.45900000000000002,"5min":0.433,"15min":0.433},"max":{"1min":1.21,"5min":2.0289999999999999,"15min":2.0289999999999999},"last":0.72099999999999997},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.876,"15min":0.82199999999999995},"min":{"1min":0.53100000000000003,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.6439999999999999,"5min":1.6439999999999999,"15min":1.6439999999999999},"last":0.89500000000000002}]},{"osd":3,"last update":"Thu Dec 7 15:55:39 2023","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.86399999999999999,"15min":0.84799999999999998},"min":{"1min":0.56799999999999995,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.044,"5min":2.302,"15min":2.302},"last":0.93500000000000005},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.95599999999999996,"15min":0.94199999999999995},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.3120000000000001,"5min":2.0030000000000001,"15min":2.0030000000000001},"last":1.218}]},{"osd":4,"last update":"Thu Dec 7 15:55:13 2023","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.0660000000000001,"15min":1.0489999999999999},"min":{"1min":0.72099999999999997,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.4670000000000001,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":1.032},{"interface":"front","average":{"1min":1.1100000000000001,"5min":1.099,"15min":1.077},"min":{"1min":0.79200000000000004,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.3520000000000001,"5min":1.762,"15min":1.762},"last":1.3120000000000001}]},{"osd":5,"last update":"Thu Dec 7 15:55:48 2023","interfaces":[{"interface":"back","average":{"1min":1.159,"5min":1.1559999999999999,"15min":1.1339999999999999},"min":{"1min":0.80900000000000005,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.542,"5min":1.8600000000000001,"15min":1.8600000000000001},"last":1.0980000000000001},{"interface":"front","average":{"1min":1.0820000000000001,"5min":1.1100000000000001,"15min":1.0940000000000001},"min":{"1min":0.77000000000000002,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.5249999999999999,"5min":1.6499999999999999,"15min":1.6499999999999999},"last":1.26}]},{"osd":6,"last update":"Thu Dec 7 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":1.1539999999999999,"5min":1.2030000000000001,"15min":1.2110000000000001},"min":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"max":{"1min":1.456,"5min":1.6080000000000001,"15min":1.6080000000000001},"last":1.1499999999999999},{"interface":"front","average":{"1min":1.2789999999999999,"5min":1.2709999999999999,"15min":1.27},"min":{"1min":0.92300000000000004,"5min":0.92300000000000004,"15min":0.92300000000000004},"max":{"1min":1.6080000000000001,"5min":1.6080000000000001,"15min":1.6080000000000001},"last":0.98499999999999999}]},{"osd":7,"last update":"Thu Dec 7 15:56:06 2023","interfaces":[{"interface":"back","average":{"1min":1.3400000000000001,"5min":1.3080000000000001,"15min":1.3029999999999999},"min":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"max":{"1min":2.2160000000000002,"5min":2.2160000000000002,"15min":2.2160000000000002},"last":1.351},{"interface":"front","average":{"1min":1.278,"5min":1.302,"15min":1.306},"min":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"max":{"1min":1.627,"5min":1.923,"15min":1.923},"last":1.1859999999999999}]}]},{"osd":3,"up_from":26,"seq":111669149754,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5716,"kb_used_data":588,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739436,"statfs":{"total":95995035648,"available":95989182464,"internally_reserved":0,"allocated":602112,"data_stored":245650,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 7 15:55:38 2023","interfaces":[{"interface":"back","average":{"1min":0.80700000000000005,"5min":0.76900000000000002,"15min":0.72899999999999998},"min":{"1min":0.53700000000000003,"5min":0.438,"15min":0.438},"max":{"1min":1.202,"5min":1.5309999999999999,"15min":1.5309999999999999},"last":1.121},{"interface":"front","average":{"1min":0.86499999999999999,"5min":0.88300000000000001,"15min":0.86199999999999999},"min":{"1min":0.63,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.0900000000000001,"5min":1.5960000000000001,"15min":1.5960000000000001},"last":0.749}]},{"osd":1,"last update":"Thu Dec 7 15:55:38 2023","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.80100000000000005,"15min":0.77100000000000002},"min":{"1min":0.57999999999999996,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.222,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.85199999999999998},{"interface":"front","average":{"1min":0.95999999999999996,"5min":0.875,"15min":0.83299999999999996},"min":{"1min":0.68899999999999995,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":1.29,"5min":1.345,"15min":1.345},"last":0.879}]},{"osd":2,"last update":"Thu Dec 7 15:55:38 2023","interfaces":[{"interface":"back","average":{"1min":1.0629999999999999,"5min":0.89100000000000001,"15min":0.82799999999999996},"min":{"1min":0.66200000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.4710000000000001,"5min":1.4710000000000001,"15min":1.4710000000000001},"last":0.623},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.84499999999999997,"15min":0.82199999999999995},"min":{"1min":0.55800000000000005,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.2490000000000001,"5min":1.5369999999999999,"15min":1.5369999999999999},"last":1.0149999999999999}]},{"osd":4,"last update":"Thu Dec 7 15:55:10 2023","interfaces":[{"interface":"back","average":{"1min":1.119,"5min":1.1100000000000001,"15min":1.111},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.425,"5min":1.7130000000000001,"15min":1.7130000000000001},"last":0.98699999999999999},{"interface":"front","average":{"1min":1.0329999999999999,"5min":1.05,"15min":1.054},"min":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"max":{"1min":1.5189999999999999,"5min":1.677,"15min":1.677},"last":0.91400000000000003}]},{"osd":5,"last update":"Thu Dec 7 15:55:53 2023","interfaces":[{"interface":"back","average":{"1min":1.294,"5min":1.2070000000000001,"15min":1.2110000000000001},"min":{"1min":0.96099999999999997,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.575,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":1.319},{"interface":"front","average":{"1min":1.1060000000000001,"5min":1.1259999999999999,"15min":1.1399999999999999},"min":{"1min":0.72299999999999998,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.4399999999999999,"5min":1.8100000000000001,"15min":1.8100000000000001},"last":1.2569999999999999}]},{"osd":6,"last update":"Thu Dec 7 15:55:25 2023","interfaces":[{"interface":"back","average":{"1min":1.23,"5min":1.145,"15min":1.131},"min":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"max":{"1min":1.448,"5min":1.5069999999999999,"15min":1.5069999999999999},"last":1.103},{"interface":"front","average":{"1min":1.3720000000000001,"5min":1.26,"15min":1.2410000000000001},"min":{"1min":1.014,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.9379999999999999,"5min":1.9379999999999999,"15min":1.9379999999999999},"last":1.226}]},{"osd":7,"last update":"Thu Dec 7 15:56:04 2023","interfaces":[{"interface":"back","average":{"1min":1.2350000000000001,"5min":1.248,"15min":1.25},"min":{"1min":0.83099999999999996,"5min":0.81899999999999995,"15min":0.81899999999999995},"max":{"1min":1.5309999999999999,"5min":1.7110000000000001,"15min":1.7110000000000001},"last":1.1519999999999999},{"interface":"front","average":{"1min":1.276,"5min":1.2829999999999999,"15min":1.284},"min":{"1min":0.89600000000000002,"5min":0.82699999999999996,"15min":0.82699999999999996},"max":{"1min":1.593,"5min":1.593,"15min":1.593},"last":1.181}]}]},{"osd":4,"up_from":31,"seq":133143986227,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5776,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739376,"statfs":{"total":95995035648,"available":95989121024,"internally_reserved":0,"allocated":598016,"data_stored":245385,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 7 15:55:13 2023","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.872,"15min":0.85299999999999998},"min":{"1min":0.67200000000000004,"5min":0.622,"15min":0.622},"max":{"1min":1.1830000000000001,"5min":1.1830000000000001,"15min":1.1830000000000001},"last":1.0369999999999999},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.88800000000000001,"15min":0.86399999999999999},"min":{"1min":0.67800000000000005,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.153,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":0.78900000000000003}]},{"osd":1,"last update":"Thu Dec 7 15:55:13 2023","interfaces":[{"interface":"back","average":{"1min":0.879,"5min":0.91700000000000004,"15min":0.92100000000000004},"min":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.1559999999999999,"5min":1.181,"15min":1.181},"last":0.89800000000000002},{"interface":"front","average":{"1min":0.96999999999999997,"5min":0.873,"15min":0.83299999999999996},"min":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.385,"5min":1.387,"15min":1.387},"last":0.94899999999999995}]},{"osd":2,"last update":"Thu Dec 7 15:55:13 2023","interfaces":[{"interface":"back","average":{"1min":0.97899999999999998,"5min":0.90800000000000003,"15min":0.878},"min":{"1min":0.629,"5min":0.629,"15min":0.629},"max":{"1min":1.3049999999999999,"5min":1.3300000000000001,"15min":1.3300000000000001},"last":1.175},{"interface":"front","average":{"1min":0.91600000000000004,"5min":0.92500000000000004,"15min":0.91200000000000003},"min":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.2989999999999999,"5min":1.472,"15min":1.472},"last":1.0760000000000001}]},{"osd":3,"last update":"Thu Dec 7 15:55:13 2023","interfaces":[{"interface":"back","average":{"1min":0.98199999999999998,"5min":0.97999999999999998,"15min":0.96899999999999997},"min":{"1min":0.77300000000000002,"5min":0.622,"15min":0.622},"max":{"1min":1.2350000000000001,"5min":1.369,"15min":1.369},"last":1.0029999999999999},{"interface":"front","average":{"1min":1.131,"5min":1.046,"15min":1.006},"min":{"1min":0.84699999999999998,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.4390000000000001,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":1.3240000000000001}]},{"osd":5,"last update":"Thu Dec 7 15:55:49 2023","interfaces":[{"interface":"back","average":{"1min":0.98499999999999999,"5min":0.91400000000000003,"15min":0.871},"min":{"1min":0.60099999999999998,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.377,"5min":1.4990000000000001,"15min":1.4990000000000001},"last":1.143},{"interface":"front","average":{"1min":1.0940000000000001,"5min":0.93200000000000005,"15min":0.88300000000000001},"min":{"1min":0.70299999999999996,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.405,"5min":1.405,"15min":1.405},"last":1.0940000000000001}]},{"osd":6,"last update":"Thu Dec 7 15:55:26 2023","interfaces":[{"interface":"back","average":{"1min":1.1200000000000001,"5min":1.0469999999999999,"15min":1.0349999999999999},"min":{"1min":0.64500000000000002,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.4299999999999999,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":1.304},{"interface":"front","average":{"1min":1.1359999999999999,"5min":1.125,"15min":1.123},"min":{"1min":0.62,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.474,"5min":1.6830000000000001,"15min":1.6830000000000001},"last":1.4019999999999999}]},{"osd":7,"last update":"Thu Dec 7 15:56:04 2023","interfaces":[{"interface":"back","average":{"1min":1.2050000000000001,"5min":1.1779999999999999,"15min":1.1739999999999999},"min":{"1min":0.78800000000000003,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.4530000000000001,"5min":1.5469999999999999,"15min":1.5469999999999999},"last":1.2310000000000001},{"interface":"front","average":{"1min":1.2230000000000001,"5min":1.218,"15min":1.2170000000000001},"min":{"1min":0.80300000000000005,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.486,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":1.4399999999999999}]}]},{"osd":5,"up_from":39,"seq":167503724587,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5648,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739504,"statfs":{"total":95995035648,"available":95989252096,"internally_reserved":0,"allocated":598016,"data_stored":245385,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 7 15:55:47 2023","interfaces":[{"interface":"back","average":{"1min":0.98399999999999999,"5min":0.92400000000000004,"15min":0.91600000000000004},"min":{"1min":0.67600000000000005,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.3049999999999999,"5min":1.456,"15min":1.456},"last":1.2509999999999999},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.93000000000000005,"15min":0.93300000000000005},"min":{"1min":0.64000000000000001,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.2529999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.71299999999999997}]},{"osd":1,"last update":"Thu Dec 7 15:55:47 2023","interfaces":[{"interface":"back","average":{"1min":1.002,"5min":0.95799999999999996,"15min":0.95399999999999996},"min":{"1min":0.70599999999999996,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.4159999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":0.88400000000000001},{"interface":"front","average":{"1min":0.95099999999999996,"5min":0.92900000000000005,"15min":0.92500000000000004},"min":{"1min":0.69999999999999996,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.284,"5min":1.29,"15min":1.29},"last":0.96599999999999997}]},{"osd":2,"last update":"Thu Dec 7 15:55:47 2023","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":0.93100000000000005,"15min":0.92500000000000004},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.2450000000000001,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":1.107},{"interface":"front","average":{"1min":1.0740000000000001,"5min":1.006,"15min":0.98999999999999999},"min":{"1min":0.76800000000000002,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.365,"5min":1.623,"15min":1.623},"last":1.1599999999999999}]},{"osd":3,"last update":"Thu Dec 7 15:55:47 2023","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":0.91800000000000004,"15min":0.89500000000000002},"min":{"1min":0.71899999999999997,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.371,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":1.1950000000000001},{"interface":"front","average":{"1min":1.0429999999999999,"5min":1.0069999999999999,"15min":1.0029999999999999},"min":{"1min":0.68600000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.3859999999999999,"5min":1.5529999999999999,"15min":1.5529999999999999},"last":0.95099999999999996}]},{"osd":4,"last update":"Thu Dec 7 15:55:47 2023","interfaces":[{"interface":"back","average":{"1min":1.0449999999999999,"5min":0.89700000000000002,"15min":0.84999999999999998},"min":{"1min":0.57999999999999996,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.4350000000000001,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":0.80300000000000005},{"interface":"front","average":{"1min":1.054,"5min":0.93600000000000005,"15min":0.88600000000000001},"min":{"1min":0.623,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.4610000000000001,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":1.1399999999999999}]},{"osd":6,"last update":"Thu Dec 7 15:55:27 2023","interfaces":[{"interface":"back","average":{"1min":1.087,"5min":1.006,"15min":0.99199999999999999},"min":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.5409999999999999,"5min":1.5409999999999999,"15min":1.5409999999999999},"last":1.077},{"interface":"front","average":{"1min":1.085,"5min":1.0920000000000001,"15min":1.093},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.4610000000000001,"5min":1.5109999999999999,"15min":1.5109999999999999},"last":1.008}]},{"osd":7,"last update":"Thu Dec 7 15:56:05 2023","interfaces":[{"interface":"back","average":{"1min":1.121,"5min":1.129,"15min":1.131},"min":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.512,"5min":1.512,"15min":1.512},"last":1.024},{"interface":"front","average":{"1min":1.135,"5min":1.1990000000000001,"15min":1.21},"min":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.5940000000000001,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":1.2889999999999999}]}]}],"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-07T15:56:14.112 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-07T15:56:14.112 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-07T15:56:14.112 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-07T15:56:14.113 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-07T15:56:14.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:14 smithi178 bash[25068]: audit 2023-12-07T15:56:13.433819+0000 mgr.y (mgr.24367) 83 : audit [DBG] from='client.24547 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T15:56:14.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:14 smithi178 bash[25068]: audit 2023-12-07T15:56:14.553169+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:14.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:14 smithi178 bash[25068]: audit 2023-12-07T15:56:14.560210+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:15.117 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:56:14 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:56:14] "GET /metrics HTTP/1.1" 200 191490 "" "Prometheus/2.33.4" 2023-12-07T15:56:15.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:14 smithi042 bash[24989]: audit 2023-12-07T15:56:13.433819+0000 mgr.y (mgr.24367) 83 : audit [DBG] from='client.24547 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T15:56:15.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:14 smithi042 bash[24989]: audit 2023-12-07T15:56:14.553169+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:15.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:14 smithi042 bash[24989]: audit 2023-12-07T15:56:14.560210+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:15.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:14 smithi042 bash[30444]: audit 2023-12-07T15:56:13.433819+0000 mgr.y (mgr.24367) 83 : audit [DBG] from='client.24547 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T15:56:15.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:14 smithi042 bash[30444]: audit 2023-12-07T15:56:14.553169+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:15.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:14 smithi042 bash[30444]: audit 2023-12-07T15:56:14.560210+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:16.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:15 smithi178 bash[25068]: cluster 2023-12-07T15:56:14.016367+0000 mgr.y (mgr.24367) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:16.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:15 smithi042 bash[24989]: cluster 2023-12-07T15:56:14.016367+0000 mgr.y (mgr.24367) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:16.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:15 smithi042 bash[30444]: cluster 2023-12-07T15:56:14.016367+0000 mgr.y (mgr.24367) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:16.845 INFO:teuthology.orchestra.run.smithi042.stderr:Inferring config /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:56:17.972 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:17 smithi042 bash[24989]: cluster 2023-12-07T15:56:16.016992+0000 mgr.y (mgr.24367) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:17.972 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:17 smithi042 bash[30444]: cluster 2023-12-07T15:56:16.016992+0000 mgr.y (mgr.24367) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:18.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:17 smithi178 bash[25068]: cluster 2023-12-07T15:56:16.016992+0000 mgr.y (mgr.24367) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:18.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:56:18 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:56:18] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:56:19.674 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T15:56:19.675 INFO:teuthology.orchestra.run.smithi042.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-07T15:56:20.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:19 smithi178 bash[25068]: cluster 2023-12-07T15:56:18.017549+0000 mgr.y (mgr.24367) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:20.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:19 smithi178 bash[25068]: audit 2023-12-07T15:56:19.672327+0000 mon.a (mon.0) 707 : audit [DBG] from='client.? 172.21.15.42:0/2526292929' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-07T15:56:20.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:19 smithi042 bash[30444]: cluster 2023-12-07T15:56:18.017549+0000 mgr.y (mgr.24367) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:20.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:19 smithi042 bash[30444]: audit 2023-12-07T15:56:19.672327+0000 mon.a (mon.0) 707 : audit [DBG] from='client.? 172.21.15.42:0/2526292929' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-07T15:56:20.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:19 smithi042 bash[24989]: cluster 2023-12-07T15:56:18.017549+0000 mgr.y (mgr.24367) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:20.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:19 smithi042 bash[24989]: audit 2023-12-07T15:56:19.672327+0000 mon.a (mon.0) 707 : audit [DBG] from='client.? 172.21.15.42:0/2526292929' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-07T15:56:20.320 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-07T15:56:20.320 INFO:tasks.cephadm:Setup complete, yielding 2023-12-07T15:56:20.320 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-07T15:56:20.330 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi042.front.sepia.ceph.com 2023-12-07T15:56:20.330 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2023-12-07T15:56:22.101 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:21 smithi042 bash[30444]: cluster 2023-12-07T15:56:20.018140+0000 mgr.y (mgr.24367) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:22.102 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:21 smithi042 bash[24989]: cluster 2023-12-07T15:56:20.018140+0000 mgr.y (mgr.24367) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:22.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:21 smithi178 bash[25068]: cluster 2023-12-07T15:56:20.018140+0000 mgr.y (mgr.24367) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:23.806 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:23 smithi042 bash[30444]: cluster 2023-12-07T15:56:22.018768+0000 mgr.y (mgr.24367) 88 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:23.807 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:23 smithi042 bash[30444]: audit 2023-12-07T15:56:23.273727+0000 mon.a (mon.0) 708 : audit [INF] from='client.? ' entity='client.admin' 2023-12-07T15:56:23.807 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:23 smithi042 bash[30444]: audit 2023-12-07T15:56:23.308571+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:23.807 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:23 smithi042 bash[30444]: audit 2023-12-07T15:56:23.309806+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:23.807 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:23 smithi042 bash[30444]: audit 2023-12-07T15:56:23.319746+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:23.807 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:23 smithi042 bash[24989]: cluster 2023-12-07T15:56:22.018768+0000 mgr.y (mgr.24367) 88 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:23.807 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:23 smithi042 bash[24989]: audit 2023-12-07T15:56:23.273727+0000 mon.a (mon.0) 708 : audit [INF] from='client.? ' entity='client.admin' 2023-12-07T15:56:23.807 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:23 smithi042 bash[24989]: audit 2023-12-07T15:56:23.308571+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:23.808 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:23 smithi042 bash[24989]: audit 2023-12-07T15:56:23.309806+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:23.808 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:23 smithi042 bash[24989]: audit 2023-12-07T15:56:23.319746+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:24.033 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-07T15:56:24.044 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi042.front.sepia.ceph.com 2023-12-07T15:56:24.045 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2023-12-07T15:56:24.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:23 smithi178 bash[25068]: cluster 2023-12-07T15:56:22.018768+0000 mgr.y (mgr.24367) 88 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:24.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:23 smithi178 bash[25068]: audit 2023-12-07T15:56:23.273727+0000 mon.a (mon.0) 708 : audit [INF] from='client.? ' entity='client.admin' 2023-12-07T15:56:24.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:23 smithi178 bash[25068]: audit 2023-12-07T15:56:23.308571+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:24.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:23 smithi178 bash[25068]: audit 2023-12-07T15:56:23.309806+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:24.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:23 smithi178 bash[25068]: audit 2023-12-07T15:56:23.319746+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:25.010 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:56:24 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:56:24] "GET /metrics HTTP/1.1" 200 191489 "" "Prometheus/2.33.4" 2023-12-07T15:56:26.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:25 smithi178 bash[25068]: cluster 2023-12-07T15:56:24.019280+0000 mgr.y (mgr.24367) 89 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:26.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:25 smithi042 bash[24989]: cluster 2023-12-07T15:56:24.019280+0000 mgr.y (mgr.24367) 89 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:26.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:25 smithi042 bash[30444]: cluster 2023-12-07T15:56:24.019280+0000 mgr.y (mgr.24367) 89 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:28.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:27 smithi178 bash[25068]: cluster 2023-12-07T15:56:26.019894+0000 mgr.y (mgr.24367) 90 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:28.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:27 smithi042 bash[24989]: cluster 2023-12-07T15:56:26.019894+0000 mgr.y (mgr.24367) 90 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:28.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:27 smithi042 bash[30444]: cluster 2023-12-07T15:56:26.019894+0000 mgr.y (mgr.24367) 90 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:28.834 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T15:56:28.834 INFO:teuthology.orchestra.run.smithi042.stdout: "id": "6dd399e7-6ff8-4d21-9b43-3db41a79a972", 2023-12-07T15:56:28.834 INFO:teuthology.orchestra.run.smithi042.stdout: "name": "r", 2023-12-07T15:56:28.834 INFO:teuthology.orchestra.run.smithi042.stdout: "current_period": "54735d5f-3ca0-4403-ae52-2a7f220dbc86", 2023-12-07T15:56:28.834 INFO:teuthology.orchestra.run.smithi042.stdout: "epoch": 1 2023-12-07T15:56:28.834 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T15:56:28.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:56:28 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:56:28] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:56:28.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:28 smithi178 bash[25068]: cluster 2023-12-07T15:56:27.784302+0000 mon.a (mon.0) 712 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-07T15:56:28.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:28 smithi178 bash[25068]: audit 2023-12-07T15:56:27.786374+0000 mon.c (mon.1) 19 : audit [INF] from='client.? 172.21.15.42:0/706106753' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T15:56:28.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:28 smithi178 bash[25068]: audit 2023-12-07T15:56:27.791341+0000 mon.a (mon.0) 713 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T15:56:28.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:28 smithi178 bash[25068]: audit 2023-12-07T15:56:28.786945+0000 mon.a (mon.0) 714 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-07T15:56:28.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:28 smithi178 bash[25068]: cluster 2023-12-07T15:56:28.787242+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-07T15:56:29.071 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:28 smithi042 bash[24989]: cluster 2023-12-07T15:56:27.784302+0000 mon.a (mon.0) 712 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-07T15:56:29.071 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:28 smithi042 bash[24989]: audit 2023-12-07T15:56:27.786374+0000 mon.c (mon.1) 19 : audit [INF] from='client.? 172.21.15.42:0/706106753' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T15:56:29.071 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:28 smithi042 bash[24989]: audit 2023-12-07T15:56:27.791341+0000 mon.a (mon.0) 713 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T15:56:29.071 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:28 smithi042 bash[24989]: audit 2023-12-07T15:56:28.786945+0000 mon.a (mon.0) 714 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-07T15:56:29.071 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:28 smithi042 bash[24989]: cluster 2023-12-07T15:56:28.787242+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-07T15:56:29.071 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:28 smithi042 bash[30444]: cluster 2023-12-07T15:56:27.784302+0000 mon.a (mon.0) 712 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-07T15:56:29.072 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:28 smithi042 bash[30444]: audit 2023-12-07T15:56:27.786374+0000 mon.c (mon.1) 19 : audit [INF] from='client.? 172.21.15.42:0/706106753' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T15:56:29.072 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:28 smithi042 bash[30444]: audit 2023-12-07T15:56:27.791341+0000 mon.a (mon.0) 713 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T15:56:29.072 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:28 smithi042 bash[30444]: audit 2023-12-07T15:56:28.786945+0000 mon.a (mon.0) 714 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-07T15:56:29.072 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:28 smithi042 bash[30444]: cluster 2023-12-07T15:56:28.787242+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-07T15:56:29.547 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2023-12-07T15:56:30.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:29 smithi178 bash[25068]: cluster 2023-12-07T15:56:28.020558+0000 mgr.y (mgr.24367) 91 : cluster [DBG] pgmap v63: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:30.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:29 smithi178 bash[25068]: cluster 2023-12-07T15:56:29.788366+0000 mon.a (mon.0) 716 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-07T15:56:30.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:29 smithi042 bash[24989]: cluster 2023-12-07T15:56:28.020558+0000 mgr.y (mgr.24367) 91 : cluster [DBG] pgmap v63: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:30.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:29 smithi042 bash[24989]: cluster 2023-12-07T15:56:29.788366+0000 mon.a (mon.0) 716 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-07T15:56:30.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:29 smithi042 bash[30444]: cluster 2023-12-07T15:56:28.020558+0000 mgr.y (mgr.24367) 91 : cluster [DBG] pgmap v63: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:30.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:29 smithi042 bash[30444]: cluster 2023-12-07T15:56:29.788366+0000 mon.a (mon.0) 716 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-07T15:56:31.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:30 smithi178 bash[25068]: audit 2023-12-07T15:56:30.092443+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:56:31.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:30 smithi178 bash[25068]: audit 2023-12-07T15:56:30.099585+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:56:31.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:30 smithi042 bash[24989]: audit 2023-12-07T15:56:30.092443+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:56:31.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:30 smithi042 bash[24989]: audit 2023-12-07T15:56:30.099585+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:56:31.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:30 smithi042 bash[30444]: audit 2023-12-07T15:56:30.092443+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:56:31.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:30 smithi042 bash[30444]: audit 2023-12-07T15:56:30.099585+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:56:32.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:31 smithi178 bash[25068]: cluster 2023-12-07T15:56:30.021162+0000 mgr.y (mgr.24367) 92 : cluster [DBG] pgmap v66: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:32.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:31 smithi042 bash[24989]: cluster 2023-12-07T15:56:30.021162+0000 mgr.y (mgr.24367) 92 : cluster [DBG] pgmap v66: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:32.117 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:31 smithi042 bash[30444]: cluster 2023-12-07T15:56:30.021162+0000 mgr.y (mgr.24367) 92 : cluster [DBG] pgmap v66: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:56:32.149 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T15:56:32.150 INFO:teuthology.orchestra.run.smithi042.stdout: "id": "be95f87f-56ab-4c90-95dc-ce495676c64f", 2023-12-07T15:56:32.150 INFO:teuthology.orchestra.run.smithi042.stdout: "name": "default", 2023-12-07T15:56:32.150 INFO:teuthology.orchestra.run.smithi042.stdout: "api_name": "default", 2023-12-07T15:56:32.150 INFO:teuthology.orchestra.run.smithi042.stdout: "is_master": "true", 2023-12-07T15:56:32.150 INFO:teuthology.orchestra.run.smithi042.stdout: "endpoints": [], 2023-12-07T15:56:32.150 INFO:teuthology.orchestra.run.smithi042.stdout: "hostnames": [], 2023-12-07T15:56:32.150 INFO:teuthology.orchestra.run.smithi042.stdout: "hostnames_s3website": [], 2023-12-07T15:56:32.150 INFO:teuthology.orchestra.run.smithi042.stdout: "master_zone": "", 2023-12-07T15:56:32.150 INFO:teuthology.orchestra.run.smithi042.stdout: "zones": [], 2023-12-07T15:56:32.150 INFO:teuthology.orchestra.run.smithi042.stdout: "placement_targets": [], 2023-12-07T15:56:32.150 INFO:teuthology.orchestra.run.smithi042.stdout: "default_placement": "", 2023-12-07T15:56:32.150 INFO:teuthology.orchestra.run.smithi042.stdout: "realm_id": "6dd399e7-6ff8-4d21-9b43-3db41a79a972", 2023-12-07T15:56:32.151 INFO:teuthology.orchestra.run.smithi042.stdout: "sync_policy": { 2023-12-07T15:56:32.151 INFO:teuthology.orchestra.run.smithi042.stdout: "groups": [] 2023-12-07T15:56:32.151 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T15:56:32.151 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T15:56:32.810 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2023-12-07T15:56:33.978 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:33 smithi042 bash[30444]: cluster 2023-12-07T15:56:32.021939+0000 mgr.y (mgr.24367) 93 : cluster [DBG] pgmap v67: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-07T15:56:33.978 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:33 smithi042 bash[24989]: cluster 2023-12-07T15:56:32.021939+0000 mgr.y (mgr.24367) 93 : cluster [DBG] pgmap v67: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-07T15:56:34.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:33 smithi178 bash[25068]: cluster 2023-12-07T15:56:32.021939+0000 mgr.y (mgr.24367) 93 : cluster [DBG] pgmap v67: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-07T15:56:34.867 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:56:34 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:56:34] "GET /metrics HTTP/1.1" 200 192536 "" "Prometheus/2.33.4" 2023-12-07T15:56:35.395 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T15:56:35.395 INFO:teuthology.orchestra.run.smithi042.stdout: "id": "223ae831-acd4-44fb-ad72-de283e2a7b72", 2023-12-07T15:56:35.395 INFO:teuthology.orchestra.run.smithi042.stdout: "name": "z", 2023-12-07T15:56:35.396 INFO:teuthology.orchestra.run.smithi042.stdout: "domain_root": "z.rgw.meta:root", 2023-12-07T15:56:35.396 INFO:teuthology.orchestra.run.smithi042.stdout: "control_pool": "z.rgw.control", 2023-12-07T15:56:35.396 INFO:teuthology.orchestra.run.smithi042.stdout: "gc_pool": "z.rgw.log:gc", 2023-12-07T15:56:35.396 INFO:teuthology.orchestra.run.smithi042.stdout: "lc_pool": "z.rgw.log:lc", 2023-12-07T15:56:35.396 INFO:teuthology.orchestra.run.smithi042.stdout: "log_pool": "z.rgw.log", 2023-12-07T15:56:35.396 INFO:teuthology.orchestra.run.smithi042.stdout: "intent_log_pool": "z.rgw.log:intent", 2023-12-07T15:56:35.396 INFO:teuthology.orchestra.run.smithi042.stdout: "usage_log_pool": "z.rgw.log:usage", 2023-12-07T15:56:35.396 INFO:teuthology.orchestra.run.smithi042.stdout: "roles_pool": "z.rgw.meta:roles", 2023-12-07T15:56:35.396 INFO:teuthology.orchestra.run.smithi042.stdout: "reshard_pool": "z.rgw.log:reshard", 2023-12-07T15:56:35.396 INFO:teuthology.orchestra.run.smithi042.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2023-12-07T15:56:35.396 INFO:teuthology.orchestra.run.smithi042.stdout: "user_email_pool": "z.rgw.meta:users.email", 2023-12-07T15:56:35.396 INFO:teuthology.orchestra.run.smithi042.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2023-12-07T15:56:35.396 INFO:teuthology.orchestra.run.smithi042.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2023-12-07T15:56:35.396 INFO:teuthology.orchestra.run.smithi042.stdout: "otp_pool": "z.rgw.otp", 2023-12-07T15:56:35.396 INFO:teuthology.orchestra.run.smithi042.stdout: "system_key": { 2023-12-07T15:56:35.396 INFO:teuthology.orchestra.run.smithi042.stdout: "access_key": "", 2023-12-07T15:56:35.396 INFO:teuthology.orchestra.run.smithi042.stdout: "secret_key": "" 2023-12-07T15:56:35.396 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T15:56:35.397 INFO:teuthology.orchestra.run.smithi042.stdout: "placement_pools": [ 2023-12-07T15:56:35.397 INFO:teuthology.orchestra.run.smithi042.stdout: { 2023-12-07T15:56:35.397 INFO:teuthology.orchestra.run.smithi042.stdout: "key": "default-placement", 2023-12-07T15:56:35.397 INFO:teuthology.orchestra.run.smithi042.stdout: "val": { 2023-12-07T15:56:35.397 INFO:teuthology.orchestra.run.smithi042.stdout: "index_pool": "z.rgw.buckets.index", 2023-12-07T15:56:35.397 INFO:teuthology.orchestra.run.smithi042.stdout: "storage_classes": { 2023-12-07T15:56:35.397 INFO:teuthology.orchestra.run.smithi042.stdout: "STANDARD": { 2023-12-07T15:56:35.397 INFO:teuthology.orchestra.run.smithi042.stdout: "data_pool": "z.rgw.buckets.data" 2023-12-07T15:56:35.397 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T15:56:35.397 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T15:56:35.397 INFO:teuthology.orchestra.run.smithi042.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2023-12-07T15:56:35.397 INFO:teuthology.orchestra.run.smithi042.stdout: "index_type": 0 2023-12-07T15:56:35.397 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T15:56:35.397 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T15:56:35.397 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2023-12-07T15:56:35.397 INFO:teuthology.orchestra.run.smithi042.stdout: "realm_id": "6dd399e7-6ff8-4d21-9b43-3db41a79a972", 2023-12-07T15:56:35.397 INFO:teuthology.orchestra.run.smithi042.stdout: "notif_pool": "z.rgw.log:notif" 2023-12-07T15:56:35.398 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T15:56:35.867 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:35 smithi042 bash[24989]: cluster 2023-12-07T15:56:34.022561+0000 mgr.y (mgr.24367) 94 : cluster [DBG] pgmap v68: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-07T15:56:35.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:35 smithi042 bash[30444]: cluster 2023-12-07T15:56:34.022561+0000 mgr.y (mgr.24367) 94 : cluster [DBG] pgmap v68: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-07T15:56:36.067 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2023-12-07T15:56:36.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:35 smithi178 bash[25068]: cluster 2023-12-07T15:56:34.022561+0000 mgr.y (mgr.24367) 94 : cluster [DBG] pgmap v68: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-07T15:56:38.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:37 smithi178 bash[25068]: cluster 2023-12-07T15:56:36.023435+0000 mgr.y (mgr.24367) 95 : cluster [DBG] pgmap v69: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 2.0 KiB/s wr, 3 op/s 2023-12-07T15:56:38.117 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:37 smithi042 bash[24989]: cluster 2023-12-07T15:56:36.023435+0000 mgr.y (mgr.24367) 95 : cluster [DBG] pgmap v69: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 2.0 KiB/s wr, 3 op/s 2023-12-07T15:56:38.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:37 smithi042 bash[30444]: cluster 2023-12-07T15:56:36.023435+0000 mgr.y (mgr.24367) 95 : cluster [DBG] pgmap v69: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 2.0 KiB/s wr, 3 op/s 2023-12-07T15:56:38.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:56:38 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:56:38] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:56:39.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:39 smithi178 bash[25068]: cluster 2023-12-07T15:56:38.024092+0000 mgr.y (mgr.24367) 96 : cluster [DBG] pgmap v70: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 775 B/s rd, 1.7 KiB/s wr, 3 op/s 2023-12-07T15:56:39.618 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:39 smithi042 bash[24989]: cluster 2023-12-07T15:56:38.024092+0000 mgr.y (mgr.24367) 96 : cluster [DBG] pgmap v70: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 775 B/s rd, 1.7 KiB/s wr, 3 op/s 2023-12-07T15:56:39.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:39 smithi042 bash[30444]: cluster 2023-12-07T15:56:38.024092+0000 mgr.y (mgr.24367) 96 : cluster [DBG] pgmap v70: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 775 B/s rd, 1.7 KiB/s wr, 3 op/s 2023-12-07T15:56:40.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:40 smithi178 bash[25068]: cluster 2023-12-07T15:56:39.314424+0000 mon.a (mon.0) 719 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-07T15:56:40.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:40 smithi178 bash[25068]: audit 2023-12-07T15:56:39.324944+0000 mon.a (mon.0) 720 : audit [INF] from='client.? 172.21.15.42:0/459226465' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-07T15:56:40.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:40 smithi178 bash[25068]: audit 2023-12-07T15:56:40.320796+0000 mon.a (mon.0) 721 : audit [INF] from='client.? 172.21.15.42:0/459226465' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-07T15:56:40.618 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:40 smithi042 bash[24989]: cluster 2023-12-07T15:56:39.314424+0000 mon.a (mon.0) 719 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-07T15:56:40.618 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:40 smithi042 bash[24989]: audit 2023-12-07T15:56:39.324944+0000 mon.a (mon.0) 720 : audit [INF] from='client.? 172.21.15.42:0/459226465' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-07T15:56:40.618 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:40 smithi042 bash[24989]: audit 2023-12-07T15:56:40.320796+0000 mon.a (mon.0) 721 : audit [INF] from='client.? 172.21.15.42:0/459226465' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-07T15:56:40.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:40 smithi042 bash[30444]: cluster 2023-12-07T15:56:39.314424+0000 mon.a (mon.0) 719 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-07T15:56:40.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:40 smithi042 bash[30444]: audit 2023-12-07T15:56:39.324944+0000 mon.a (mon.0) 720 : audit [INF] from='client.? 172.21.15.42:0/459226465' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-07T15:56:40.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:40 smithi042 bash[30444]: audit 2023-12-07T15:56:40.320796+0000 mon.a (mon.0) 721 : audit [INF] from='client.? 172.21.15.42:0/459226465' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-07T15:56:41.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:41 smithi178 bash[25068]: cluster 2023-12-07T15:56:40.024825+0000 mgr.y (mgr.24367) 97 : cluster [DBG] pgmap v72: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-12-07T15:56:41.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:41 smithi178 bash[25068]: cluster 2023-12-07T15:56:40.320957+0000 mon.a (mon.0) 722 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-07T15:56:41.618 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:41 smithi042 bash[24989]: cluster 2023-12-07T15:56:40.024825+0000 mgr.y (mgr.24367) 97 : cluster [DBG] pgmap v72: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-12-07T15:56:41.618 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:41 smithi042 bash[24989]: cluster 2023-12-07T15:56:40.320957+0000 mon.a (mon.0) 722 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-07T15:56:41.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:41 smithi042 bash[30444]: cluster 2023-12-07T15:56:40.024825+0000 mgr.y (mgr.24367) 97 : cluster [DBG] pgmap v72: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-12-07T15:56:41.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:41 smithi042 bash[30444]: cluster 2023-12-07T15:56:40.320957+0000 mon.a (mon.0) 722 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-07T15:56:42.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:42 smithi178 bash[25068]: cluster 2023-12-07T15:56:41.335904+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-07T15:56:42.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:42 smithi178 bash[25068]: audit 2023-12-07T15:56:41.340258+0000 mon.a (mon.0) 724 : audit [INF] from='client.? 172.21.15.42:0/459226465' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-07T15:56:42.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:42 smithi178 bash[25068]: audit 2023-12-07T15:56:42.339196+0000 mon.a (mon.0) 725 : audit [INF] from='client.? 172.21.15.42:0/459226465' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-07T15:56:42.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:42 smithi178 bash[25068]: cluster 2023-12-07T15:56:42.339533+0000 mon.a (mon.0) 726 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-07T15:56:42.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:42 smithi042 bash[30444]: cluster 2023-12-07T15:56:41.335904+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-07T15:56:42.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:42 smithi042 bash[30444]: audit 2023-12-07T15:56:41.340258+0000 mon.a (mon.0) 724 : audit [INF] from='client.? 172.21.15.42:0/459226465' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-07T15:56:42.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:42 smithi042 bash[30444]: audit 2023-12-07T15:56:42.339196+0000 mon.a (mon.0) 725 : audit [INF] from='client.? 172.21.15.42:0/459226465' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-07T15:56:42.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:42 smithi042 bash[30444]: cluster 2023-12-07T15:56:42.339533+0000 mon.a (mon.0) 726 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-07T15:56:42.618 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:42 smithi042 bash[24989]: cluster 2023-12-07T15:56:41.335904+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-07T15:56:42.618 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:42 smithi042 bash[24989]: audit 2023-12-07T15:56:41.340258+0000 mon.a (mon.0) 724 : audit [INF] from='client.? 172.21.15.42:0/459226465' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-07T15:56:42.618 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:42 smithi042 bash[24989]: audit 2023-12-07T15:56:42.339196+0000 mon.a (mon.0) 725 : audit [INF] from='client.? 172.21.15.42:0/459226465' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-07T15:56:42.618 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:42 smithi042 bash[24989]: cluster 2023-12-07T15:56:42.339533+0000 mon.a (mon.0) 726 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-07T15:56:44.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:43 smithi178 bash[25068]: cluster 2023-12-07T15:56:42.025519+0000 mgr.y (mgr.24367) 98 : cluster [DBG] pgmap v75: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 3 op/s 2023-12-07T15:56:44.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:43 smithi178 bash[25068]: cluster 2023-12-07T15:56:43.357401+0000 mon.a (mon.0) 727 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-07T15:56:44.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:43 smithi178 bash[25068]: audit 2023-12-07T15:56:43.364854+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.42:0/3871848906' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-07T15:56:44.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:43 smithi178 bash[25068]: audit 2023-12-07T15:56:43.365702+0000 mon.a (mon.0) 728 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-07T15:56:44.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:43 smithi042 bash[30444]: cluster 2023-12-07T15:56:42.025519+0000 mgr.y (mgr.24367) 98 : cluster [DBG] pgmap v75: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 3 op/s 2023-12-07T15:56:44.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:43 smithi042 bash[30444]: cluster 2023-12-07T15:56:43.357401+0000 mon.a (mon.0) 727 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-07T15:56:44.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:43 smithi042 bash[30444]: audit 2023-12-07T15:56:43.364854+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.42:0/3871848906' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-07T15:56:44.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:43 smithi042 bash[30444]: audit 2023-12-07T15:56:43.365702+0000 mon.a (mon.0) 728 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-07T15:56:44.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:43 smithi042 bash[24989]: cluster 2023-12-07T15:56:42.025519+0000 mgr.y (mgr.24367) 98 : cluster [DBG] pgmap v75: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 3 op/s 2023-12-07T15:56:44.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:43 smithi042 bash[24989]: cluster 2023-12-07T15:56:43.357401+0000 mon.a (mon.0) 727 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-07T15:56:44.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:43 smithi042 bash[24989]: audit 2023-12-07T15:56:43.364854+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.42:0/3871848906' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-07T15:56:44.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:43 smithi042 bash[24989]: audit 2023-12-07T15:56:43.365702+0000 mon.a (mon.0) 728 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-07T15:56:45.118 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:56:44 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:56:44] "GET /metrics HTTP/1.1" 200 192536 "" "Prometheus/2.33.4" 2023-12-07T15:56:45.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:45 smithi042 bash[30444]: cluster 2023-12-07T15:56:44.026304+0000 mgr.y (mgr.24367) 99 : cluster [DBG] pgmap v78: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-07T15:56:45.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:45 smithi042 bash[30444]: audit 2023-12-07T15:56:44.358488+0000 mon.a (mon.0) 729 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-07T15:56:45.619 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:45 smithi042 bash[30444]: cluster 2023-12-07T15:56:44.359165+0000 mon.a (mon.0) 730 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-07T15:56:45.619 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:45 smithi042 bash[30444]: audit 2023-12-07T15:56:44.363704+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.42:0/3871848906' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-07T15:56:45.619 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:45 smithi042 bash[30444]: audit 2023-12-07T15:56:44.364399+0000 mon.a (mon.0) 731 : 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-07T15:56:45.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:45 smithi042 bash[24989]: cluster 2023-12-07T15:56:44.026304+0000 mgr.y (mgr.24367) 99 : cluster [DBG] pgmap v78: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-07T15:56:45.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:45 smithi042 bash[24989]: audit 2023-12-07T15:56:44.358488+0000 mon.a (mon.0) 729 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-07T15:56:45.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:45 smithi042 bash[24989]: cluster 2023-12-07T15:56:44.359165+0000 mon.a (mon.0) 730 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-07T15:56:45.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:45 smithi042 bash[24989]: audit 2023-12-07T15:56:44.363704+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.42:0/3871848906' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-07T15:56:45.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:45 smithi042 bash[24989]: audit 2023-12-07T15:56:44.364399+0000 mon.a (mon.0) 731 : 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-07T15:56:45.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:45 smithi178 bash[25068]: cluster 2023-12-07T15:56:44.026304+0000 mgr.y (mgr.24367) 99 : cluster [DBG] pgmap v78: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-07T15:56:45.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:45 smithi178 bash[25068]: audit 2023-12-07T15:56:44.358488+0000 mon.a (mon.0) 729 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-07T15:56:45.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:45 smithi178 bash[25068]: cluster 2023-12-07T15:56:44.359165+0000 mon.a (mon.0) 730 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-07T15:56:45.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:45 smithi178 bash[25068]: audit 2023-12-07T15:56:44.363704+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.42:0/3871848906' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-07T15:56:45.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:45 smithi178 bash[25068]: audit 2023-12-07T15:56:44.364399+0000 mon.a (mon.0) 731 : 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-07T15:56:46.489 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T15:56:46.490 INFO:teuthology.orchestra.run.smithi042.stdout: "id": "06754892-2d54-4c73-97d4-2c28185ec8e6", 2023-12-07T15:56:46.490 INFO:teuthology.orchestra.run.smithi042.stdout: "epoch": 1, 2023-12-07T15:56:46.490 INFO:teuthology.orchestra.run.smithi042.stdout: "predecessor_uuid": "54735d5f-3ca0-4403-ae52-2a7f220dbc86", 2023-12-07T15:56:46.490 INFO:teuthology.orchestra.run.smithi042.stdout: "sync_status": [], 2023-12-07T15:56:46.490 INFO:teuthology.orchestra.run.smithi042.stdout: "period_map": { 2023-12-07T15:56:46.490 INFO:teuthology.orchestra.run.smithi042.stdout: "id": "06754892-2d54-4c73-97d4-2c28185ec8e6", 2023-12-07T15:56:46.490 INFO:teuthology.orchestra.run.smithi042.stdout: "zonegroups": [ 2023-12-07T15:56:46.490 INFO:teuthology.orchestra.run.smithi042.stdout: { 2023-12-07T15:56:46.490 INFO:teuthology.orchestra.run.smithi042.stdout: "id": "be95f87f-56ab-4c90-95dc-ce495676c64f", 2023-12-07T15:56:46.491 INFO:teuthology.orchestra.run.smithi042.stdout: "name": "default", 2023-12-07T15:56:46.491 INFO:teuthology.orchestra.run.smithi042.stdout: "api_name": "default", 2023-12-07T15:56:46.491 INFO:teuthology.orchestra.run.smithi042.stdout: "is_master": "true", 2023-12-07T15:56:46.491 INFO:teuthology.orchestra.run.smithi042.stdout: "endpoints": [], 2023-12-07T15:56:46.491 INFO:teuthology.orchestra.run.smithi042.stdout: "hostnames": [], 2023-12-07T15:56:46.491 INFO:teuthology.orchestra.run.smithi042.stdout: "hostnames_s3website": [], 2023-12-07T15:56:46.491 INFO:teuthology.orchestra.run.smithi042.stdout: "master_zone": "223ae831-acd4-44fb-ad72-de283e2a7b72", 2023-12-07T15:56:46.491 INFO:teuthology.orchestra.run.smithi042.stdout: "zones": [ 2023-12-07T15:56:46.491 INFO:teuthology.orchestra.run.smithi042.stdout: { 2023-12-07T15:56:46.491 INFO:teuthology.orchestra.run.smithi042.stdout: "id": "223ae831-acd4-44fb-ad72-de283e2a7b72", 2023-12-07T15:56:46.491 INFO:teuthology.orchestra.run.smithi042.stdout: "name": "z", 2023-12-07T15:56:46.492 INFO:teuthology.orchestra.run.smithi042.stdout: "endpoints": [], 2023-12-07T15:56:46.492 INFO:teuthology.orchestra.run.smithi042.stdout: "log_meta": "false", 2023-12-07T15:56:46.492 INFO:teuthology.orchestra.run.smithi042.stdout: "log_data": "false", 2023-12-07T15:56:46.492 INFO:teuthology.orchestra.run.smithi042.stdout: "bucket_index_max_shards": 11, 2023-12-07T15:56:46.492 INFO:teuthology.orchestra.run.smithi042.stdout: "read_only": "false", 2023-12-07T15:56:46.492 INFO:teuthology.orchestra.run.smithi042.stdout: "tier_type": "", 2023-12-07T15:56:46.492 INFO:teuthology.orchestra.run.smithi042.stdout: "sync_from_all": "true", 2023-12-07T15:56:46.492 INFO:teuthology.orchestra.run.smithi042.stdout: "sync_from": [], 2023-12-07T15:56:46.492 INFO:teuthology.orchestra.run.smithi042.stdout: "redirect_zone": "" 2023-12-07T15:56:46.492 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T15:56:46.492 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2023-12-07T15:56:46.493 INFO:teuthology.orchestra.run.smithi042.stdout: "placement_targets": [ 2023-12-07T15:56:46.493 INFO:teuthology.orchestra.run.smithi042.stdout: { 2023-12-07T15:56:46.493 INFO:teuthology.orchestra.run.smithi042.stdout: "name": "default-placement", 2023-12-07T15:56:46.493 INFO:teuthology.orchestra.run.smithi042.stdout: "tags": [], 2023-12-07T15:56:46.493 INFO:teuthology.orchestra.run.smithi042.stdout: "storage_classes": [ 2023-12-07T15:56:46.493 INFO:teuthology.orchestra.run.smithi042.stdout: "STANDARD" 2023-12-07T15:56:46.493 INFO:teuthology.orchestra.run.smithi042.stdout: ] 2023-12-07T15:56:46.493 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T15:56:46.493 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2023-12-07T15:56:46.493 INFO:teuthology.orchestra.run.smithi042.stdout: "default_placement": "default-placement", 2023-12-07T15:56:46.493 INFO:teuthology.orchestra.run.smithi042.stdout: "realm_id": "6dd399e7-6ff8-4d21-9b43-3db41a79a972", 2023-12-07T15:56:46.494 INFO:teuthology.orchestra.run.smithi042.stdout: "sync_policy": { 2023-12-07T15:56:46.494 INFO:teuthology.orchestra.run.smithi042.stdout: "groups": [] 2023-12-07T15:56:46.494 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T15:56:46.494 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T15:56:46.494 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2023-12-07T15:56:46.494 INFO:teuthology.orchestra.run.smithi042.stdout: "short_zone_ids": [ 2023-12-07T15:56:46.494 INFO:teuthology.orchestra.run.smithi042.stdout: { 2023-12-07T15:56:46.494 INFO:teuthology.orchestra.run.smithi042.stdout: "key": "223ae831-acd4-44fb-ad72-de283e2a7b72", 2023-12-07T15:56:46.494 INFO:teuthology.orchestra.run.smithi042.stdout: "val": 3651948967 2023-12-07T15:56:46.494 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T15:56:46.495 INFO:teuthology.orchestra.run.smithi042.stdout: ] 2023-12-07T15:56:46.495 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T15:56:46.495 INFO:teuthology.orchestra.run.smithi042.stdout: "master_zonegroup": "be95f87f-56ab-4c90-95dc-ce495676c64f", 2023-12-07T15:56:46.495 INFO:teuthology.orchestra.run.smithi042.stdout: "master_zone": "223ae831-acd4-44fb-ad72-de283e2a7b72", 2023-12-07T15:56:46.495 INFO:teuthology.orchestra.run.smithi042.stdout: "period_config": { 2023-12-07T15:56:46.495 INFO:teuthology.orchestra.run.smithi042.stdout: "bucket_quota": { 2023-12-07T15:56:46.495 INFO:teuthology.orchestra.run.smithi042.stdout: "enabled": false, 2023-12-07T15:56:46.495 INFO:teuthology.orchestra.run.smithi042.stdout: "check_on_raw": false, 2023-12-07T15:56:46.495 INFO:teuthology.orchestra.run.smithi042.stdout: "max_size": -1, 2023-12-07T15:56:46.496 INFO:teuthology.orchestra.run.smithi042.stdout: "max_size_kb": 0, 2023-12-07T15:56:46.496 INFO:teuthology.orchestra.run.smithi042.stdout: "max_objects": -1 2023-12-07T15:56:46.496 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T15:56:46.496 INFO:teuthology.orchestra.run.smithi042.stdout: "user_quota": { 2023-12-07T15:56:46.496 INFO:teuthology.orchestra.run.smithi042.stdout: "enabled": false, 2023-12-07T15:56:46.496 INFO:teuthology.orchestra.run.smithi042.stdout: "check_on_raw": false, 2023-12-07T15:56:46.496 INFO:teuthology.orchestra.run.smithi042.stdout: "max_size": -1, 2023-12-07T15:56:46.496 INFO:teuthology.orchestra.run.smithi042.stdout: "max_size_kb": 0, 2023-12-07T15:56:46.496 INFO:teuthology.orchestra.run.smithi042.stdout: "max_objects": -1 2023-12-07T15:56:46.496 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T15:56:46.496 INFO:teuthology.orchestra.run.smithi042.stdout: "user_ratelimit": { 2023-12-07T15:56:46.496 INFO:teuthology.orchestra.run.smithi042.stdout: "max_read_ops": 0, 2023-12-07T15:56:46.497 INFO:teuthology.orchestra.run.smithi042.stdout: "max_write_ops": 0, 2023-12-07T15:56:46.497 INFO:teuthology.orchestra.run.smithi042.stdout: "max_read_bytes": 0, 2023-12-07T15:56:46.497 INFO:teuthology.orchestra.run.smithi042.stdout: "max_write_bytes": 0, 2023-12-07T15:56:46.497 INFO:teuthology.orchestra.run.smithi042.stdout: "enabled": false 2023-12-07T15:56:46.497 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T15:56:46.497 INFO:teuthology.orchestra.run.smithi042.stdout: "bucket_ratelimit": { 2023-12-07T15:56:46.497 INFO:teuthology.orchestra.run.smithi042.stdout: "max_read_ops": 0, 2023-12-07T15:56:46.497 INFO:teuthology.orchestra.run.smithi042.stdout: "max_write_ops": 0, 2023-12-07T15:56:46.497 INFO:teuthology.orchestra.run.smithi042.stdout: "max_read_bytes": 0, 2023-12-07T15:56:46.497 INFO:teuthology.orchestra.run.smithi042.stdout: "max_write_bytes": 0, 2023-12-07T15:56:46.497 INFO:teuthology.orchestra.run.smithi042.stdout: "enabled": false 2023-12-07T15:56:46.498 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T15:56:46.498 INFO:teuthology.orchestra.run.smithi042.stdout: "anonymous_ratelimit": { 2023-12-07T15:56:46.498 INFO:teuthology.orchestra.run.smithi042.stdout: "max_read_ops": 0, 2023-12-07T15:56:46.498 INFO:teuthology.orchestra.run.smithi042.stdout: "max_write_ops": 0, 2023-12-07T15:56:46.498 INFO:teuthology.orchestra.run.smithi042.stdout: "max_read_bytes": 0, 2023-12-07T15:56:46.498 INFO:teuthology.orchestra.run.smithi042.stdout: "max_write_bytes": 0, 2023-12-07T15:56:46.498 INFO:teuthology.orchestra.run.smithi042.stdout: "enabled": false 2023-12-07T15:56:46.498 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T15:56:46.498 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T15:56:46.498 INFO:teuthology.orchestra.run.smithi042.stdout: "realm_id": "6dd399e7-6ff8-4d21-9b43-3db41a79a972", 2023-12-07T15:56:46.499 INFO:teuthology.orchestra.run.smithi042.stdout: "realm_name": "r", 2023-12-07T15:56:46.499 INFO:teuthology.orchestra.run.smithi042.stdout: "realm_epoch": 2 2023-12-07T15:56:46.499 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T15:56:46.810 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:46 smithi042 bash[30444]: audit 2023-12-07T15:56:45.360486+0000 mon.a (mon.0) 732 : 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-07T15:56:46.810 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:46 smithi042 bash[30444]: cluster 2023-12-07T15:56:45.360748+0000 mon.a (mon.0) 733 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-07T15:56:46.810 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:46 smithi042 bash[30444]: audit 2023-12-07T15:56:45.362387+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.42:0/3871848906' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-07T15:56:46.810 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:46 smithi042 bash[30444]: audit 2023-12-07T15:56:45.363305+0000 mon.a (mon.0) 734 : 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-07T15:56:46.811 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:46 smithi042 bash[24989]: audit 2023-12-07T15:56:45.360486+0000 mon.a (mon.0) 732 : 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-07T15:56:46.811 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:46 smithi042 bash[24989]: cluster 2023-12-07T15:56:45.360748+0000 mon.a (mon.0) 733 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-07T15:56:46.811 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:46 smithi042 bash[24989]: audit 2023-12-07T15:56:45.362387+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.42:0/3871848906' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-07T15:56:46.811 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:46 smithi042 bash[24989]: audit 2023-12-07T15:56:45.363305+0000 mon.a (mon.0) 734 : 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-07T15:56:46.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:46 smithi178 bash[25068]: audit 2023-12-07T15:56:45.360486+0000 mon.a (mon.0) 732 : 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-07T15:56:46.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:46 smithi178 bash[25068]: cluster 2023-12-07T15:56:45.360748+0000 mon.a (mon.0) 733 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-07T15:56:46.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:46 smithi178 bash[25068]: audit 2023-12-07T15:56:45.362387+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.42:0/3871848906' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-07T15:56:46.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:46 smithi178 bash[25068]: audit 2023-12-07T15:56:45.363305+0000 mon.a (mon.0) 734 : 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-07T15:56:47.448 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000' 2023-12-07T15:56:47.634 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:47 smithi042 bash[24989]: cluster 2023-12-07T15:56:46.027724+0000 mgr.y (mgr.24367) 100 : cluster [DBG] pgmap v81: 129 pgs: 129 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-07T15:56:47.634 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:47 smithi042 bash[24989]: audit 2023-12-07T15:56:46.364383+0000 mon.a (mon.0) 735 : 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-07T15:56:47.634 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:47 smithi042 bash[24989]: cluster 2023-12-07T15:56:46.364647+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-07T15:56:47.635 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:47 smithi042 bash[30444]: cluster 2023-12-07T15:56:46.027724+0000 mgr.y (mgr.24367) 100 : cluster [DBG] pgmap v81: 129 pgs: 129 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-07T15:56:47.635 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:47 smithi042 bash[30444]: audit 2023-12-07T15:56:46.364383+0000 mon.a (mon.0) 735 : 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-07T15:56:47.635 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:47 smithi042 bash[30444]: cluster 2023-12-07T15:56:46.364647+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-07T15:56:47.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:47 smithi178 bash[25068]: cluster 2023-12-07T15:56:46.027724+0000 mgr.y (mgr.24367) 100 : cluster [DBG] pgmap v81: 129 pgs: 129 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-07T15:56:47.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:47 smithi178 bash[25068]: audit 2023-12-07T15:56:46.364383+0000 mon.a (mon.0) 735 : 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-07T15:56:47.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:47 smithi178 bash[25068]: cluster 2023-12-07T15:56:46.364647+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-07T15:56:48.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:56:48 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:56:48] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:56:49.618 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:49 smithi042 bash[24989]: cluster 2023-12-07T15:56:48.028534+0000 mgr.y (mgr.24367) 101 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 218 B/s rd, 437 B/s wr, 1 op/s 2023-12-07T15:56:49.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:49 smithi042 bash[30444]: cluster 2023-12-07T15:56:48.028534+0000 mgr.y (mgr.24367) 101 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 218 B/s rd, 437 B/s wr, 1 op/s 2023-12-07T15:56:49.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:49 smithi178 bash[25068]: cluster 2023-12-07T15:56:48.028534+0000 mgr.y (mgr.24367) 101 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 218 B/s rd, 437 B/s wr, 1 op/s 2023-12-07T15:56:50.343 INFO:teuthology.orchestra.run.smithi042.stdout:Scheduled rgw.foo update... 2023-12-07T15:56:51.167 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch apply rgw smpl' 2023-12-07T15:56:51.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:51 smithi178 bash[25068]: cluster 2023-12-07T15:56:50.029188+0000 mgr.y (mgr.24367) 102 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-07T15:56:51.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:51 smithi178 bash[25068]: audit 2023-12-07T15:56:50.330149+0000 mgr.y (mgr.24367) 103 : audit [DBG] from='client.14715 -' 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-07T15:56:51.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:51 smithi178 bash[25068]: cephadm 2023-12-07T15:56:50.334652+0000 mgr.y (mgr.24367) 104 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-07T15:56:51.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:51 smithi178 bash[25068]: audit 2023-12-07T15:56:50.339610+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:51.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:51 smithi178 bash[25068]: audit 2023-12-07T15:56:50.358019+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:51.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:51 smithi178 bash[25068]: audit 2023-12-07T15:56:50.359892+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:51.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:51 smithi178 bash[25068]: audit 2023-12-07T15:56:50.639776+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:51.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:51 smithi178 bash[25068]: audit 2023-12-07T15:56:50.653353+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:51.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:51 smithi178 bash[25068]: audit 2023-12-07T15:56:50.659606+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:51.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:51 smithi178 bash[25068]: cephadm 2023-12-07T15:56:50.660655+0000 mgr.y (mgr.24367) 105 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-07T15:56:51.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:51 smithi178 bash[25068]: audit 2023-12-07T15:56:50.664934+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:51.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:51 smithi178 bash[25068]: audit 2023-12-07T15:56:50.665963+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.hcortj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:56:51.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:51 smithi178 bash[25068]: audit 2023-12-07T15:56:50.670861+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.hcortj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:56:51.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:51 smithi178 bash[25068]: audit 2023-12-07T15:56:50.678266+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:51.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:51 smithi178 bash[25068]: audit 2023-12-07T15:56:50.679401+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:51.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:51 smithi178 bash[25068]: cephadm 2023-12-07T15:56:50.681292+0000 mgr.y (mgr.24367) 106 : cephadm [INF] Deploying daemon rgw.foo.smithi042.hcortj on smithi042 2023-12-07T15:56:51.618 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[24989]: cluster 2023-12-07T15:56:50.029188+0000 mgr.y (mgr.24367) 102 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-07T15:56:51.618 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[24989]: audit 2023-12-07T15:56:50.330149+0000 mgr.y (mgr.24367) 103 : audit [DBG] from='client.14715 -' 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-07T15:56:51.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[24989]: cephadm 2023-12-07T15:56:50.334652+0000 mgr.y (mgr.24367) 104 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-07T15:56:51.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[24989]: audit 2023-12-07T15:56:50.339610+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:51.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[24989]: audit 2023-12-07T15:56:50.358019+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:51.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[24989]: audit 2023-12-07T15:56:50.359892+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:51.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[24989]: audit 2023-12-07T15:56:50.639776+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:51.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[24989]: audit 2023-12-07T15:56:50.653353+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:51.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[24989]: audit 2023-12-07T15:56:50.659606+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:51.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[24989]: cephadm 2023-12-07T15:56:50.660655+0000 mgr.y (mgr.24367) 105 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-07T15:56:51.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[24989]: audit 2023-12-07T15:56:50.664934+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:51.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[24989]: audit 2023-12-07T15:56:50.665963+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.hcortj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:56:51.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[24989]: audit 2023-12-07T15:56:50.670861+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.hcortj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:56:51.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[24989]: audit 2023-12-07T15:56:50.678266+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:51.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[24989]: audit 2023-12-07T15:56:50.679401+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:51.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[24989]: cephadm 2023-12-07T15:56:50.681292+0000 mgr.y (mgr.24367) 106 : cephadm [INF] Deploying daemon rgw.foo.smithi042.hcortj on smithi042 2023-12-07T15:56:51.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[30444]: cluster 2023-12-07T15:56:50.029188+0000 mgr.y (mgr.24367) 102 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-07T15:56:51.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[30444]: audit 2023-12-07T15:56:50.330149+0000 mgr.y (mgr.24367) 103 : audit [DBG] from='client.14715 -' 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-07T15:56:51.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[30444]: cephadm 2023-12-07T15:56:50.334652+0000 mgr.y (mgr.24367) 104 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-07T15:56:51.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[30444]: audit 2023-12-07T15:56:50.339610+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:51.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[30444]: audit 2023-12-07T15:56:50.358019+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:51.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[30444]: audit 2023-12-07T15:56:50.359892+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:51.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[30444]: audit 2023-12-07T15:56:50.639776+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:51.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[30444]: audit 2023-12-07T15:56:50.653353+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:51.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[30444]: audit 2023-12-07T15:56:50.659606+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:51.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[30444]: cephadm 2023-12-07T15:56:50.660655+0000 mgr.y (mgr.24367) 105 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-07T15:56:51.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[30444]: audit 2023-12-07T15:56:50.664934+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:51.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[30444]: audit 2023-12-07T15:56:50.665963+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.hcortj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:56:51.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[30444]: audit 2023-12-07T15:56:50.670861+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.hcortj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:56:51.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[30444]: audit 2023-12-07T15:56:50.678266+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:51.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[30444]: audit 2023-12-07T15:56:50.679401+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:51.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:51 smithi042 bash[30444]: cephadm 2023-12-07T15:56:50.681292+0000 mgr.y (mgr.24367) 106 : cephadm [INF] Deploying daemon rgw.foo.smithi042.hcortj on smithi042 2023-12-07T15:56:53.941 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:53 smithi042 bash[24989]: cluster 2023-12-07T15:56:52.030697+0000 mgr.y (mgr.24367) 107 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2023-12-07T15:56:53.941 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:53 smithi042 bash[30444]: cluster 2023-12-07T15:56:52.030697+0000 mgr.y (mgr.24367) 107 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2023-12-07T15:56:54.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:53 smithi178 bash[25068]: cluster 2023-12-07T15:56:52.030697+0000 mgr.y (mgr.24367) 107 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2023-12-07T15:56:54.868 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:56:54 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:56:54] "GET /metrics HTTP/1.1" 200 196387 "" "Prometheus/2.33.4" 2023-12-07T15:56:55.482 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:55 smithi178 bash[25068]: cluster 2023-12-07T15:56:54.031247+0000 mgr.y (mgr.24367) 108 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 944 B/s rd, 1.0 KiB/s wr, 2 op/s 2023-12-07T15:56:55.483 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:55 smithi178 bash[25068]: audit 2023-12-07T15:56:54.206080+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:55.483 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:55 smithi178 bash[25068]: audit 2023-12-07T15:56:54.208113+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi178.qokiza", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:56:55.483 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:55 smithi178 bash[25068]: audit 2023-12-07T15:56:54.213295+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi178.qokiza", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:56:55.483 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:55 smithi178 bash[25068]: audit 2023-12-07T15:56:54.221067+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:55.483 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:55 smithi178 bash[25068]: audit 2023-12-07T15:56:54.222198+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.483 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:55 smithi178 bash[25068]: cephadm 2023-12-07T15:56:54.223502+0000 mgr.y (mgr.24367) 109 : cephadm [INF] Deploying daemon rgw.foo.smithi178.qokiza on smithi178 2023-12-07T15:56:55.506 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:55 smithi042 bash[30444]: cluster 2023-12-07T15:56:54.031247+0000 mgr.y (mgr.24367) 108 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 944 B/s rd, 1.0 KiB/s wr, 2 op/s 2023-12-07T15:56:55.506 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:55 smithi042 bash[30444]: audit 2023-12-07T15:56:54.206080+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:55.506 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:55 smithi042 bash[30444]: audit 2023-12-07T15:56:54.208113+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi178.qokiza", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:56:55.506 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:55 smithi042 bash[30444]: audit 2023-12-07T15:56:54.213295+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi178.qokiza", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:56:55.506 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:55 smithi042 bash[30444]: audit 2023-12-07T15:56:54.221067+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:55.506 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:55 smithi042 bash[30444]: audit 2023-12-07T15:56:54.222198+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.507 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:55 smithi042 bash[30444]: cephadm 2023-12-07T15:56:54.223502+0000 mgr.y (mgr.24367) 109 : cephadm [INF] Deploying daemon rgw.foo.smithi178.qokiza on smithi178 2023-12-07T15:56:55.507 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:55 smithi042 bash[24989]: cluster 2023-12-07T15:56:54.031247+0000 mgr.y (mgr.24367) 108 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 944 B/s rd, 1.0 KiB/s wr, 2 op/s 2023-12-07T15:56:55.507 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:55 smithi042 bash[24989]: audit 2023-12-07T15:56:54.206080+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:55.507 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:55 smithi042 bash[24989]: audit 2023-12-07T15:56:54.208113+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi178.qokiza", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:56:55.507 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:55 smithi042 bash[24989]: audit 2023-12-07T15:56:54.213295+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi178.qokiza", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:56:55.507 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:55 smithi042 bash[24989]: audit 2023-12-07T15:56:54.221067+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:55.507 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:55 smithi042 bash[24989]: audit 2023-12-07T15:56:54.222198+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.507 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:55 smithi042 bash[24989]: cephadm 2023-12-07T15:56:54.223502+0000 mgr.y (mgr.24367) 109 : cephadm [INF] Deploying daemon rgw.foo.smithi178.qokiza on smithi178 2023-12-07T15:56:55.593 INFO:teuthology.orchestra.run.smithi042.stdout:Scheduled rgw.smpl update... 2023-12-07T15:56:56.407 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph osd pool create foo' 2023-12-07T15:56:56.709 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:56 smithi178 bash[25068]: audit 2023-12-07T15:56:55.585471+0000 mgr.y (mgr.24367) 110 : audit [DBG] from='client.24628 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:56.709 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:56 smithi178 bash[25068]: cephadm 2023-12-07T15:56:55.586688+0000 mgr.y (mgr.24367) 111 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-07T15:56:56.709 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:56 smithi178 bash[25068]: audit 2023-12-07T15:56:55.590673+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:56.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:56 smithi042 bash[24989]: audit 2023-12-07T15:56:55.585471+0000 mgr.y (mgr.24367) 110 : audit [DBG] from='client.24628 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:56.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:56 smithi042 bash[24989]: cephadm 2023-12-07T15:56:55.586688+0000 mgr.y (mgr.24367) 111 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-07T15:56:56.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:56 smithi042 bash[24989]: audit 2023-12-07T15:56:55.590673+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:56.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:56 smithi042 bash[30444]: audit 2023-12-07T15:56:55.585471+0000 mgr.y (mgr.24367) 110 : audit [DBG] from='client.24628 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:56.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:56 smithi042 bash[30444]: cephadm 2023-12-07T15:56:55.586688+0000 mgr.y (mgr.24367) 111 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-07T15:56:56.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:56 smithi042 bash[30444]: audit 2023-12-07T15:56:55.590673+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:58.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:57 smithi178 bash[25068]: cluster 2023-12-07T15:56:56.032261+0000 mgr.y (mgr.24367) 112 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 4.0 KiB/s wr, 65 op/s 2023-12-07T15:56:58.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:57 smithi178 bash[25068]: audit 2023-12-07T15:56:56.980941+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:58.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:57 smithi178 bash[25068]: audit 2023-12-07T15:56:56.984134+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:57 smithi178 bash[25068]: audit 2023-12-07T15:56:56.985503+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:57 smithi042 bash[24989]: cluster 2023-12-07T15:56:56.032261+0000 mgr.y (mgr.24367) 112 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 4.0 KiB/s wr, 65 op/s 2023-12-07T15:56:58.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:57 smithi042 bash[24989]: audit 2023-12-07T15:56:56.980941+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:58.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:57 smithi042 bash[24989]: audit 2023-12-07T15:56:56.984134+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:57 smithi042 bash[24989]: audit 2023-12-07T15:56:56.985503+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:57 smithi042 bash[30444]: cluster 2023-12-07T15:56:56.032261+0000 mgr.y (mgr.24367) 112 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 4.0 KiB/s wr, 65 op/s 2023-12-07T15:56:58.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:57 smithi042 bash[30444]: audit 2023-12-07T15:56:56.980941+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:56:58.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:57 smithi042 bash[30444]: audit 2023-12-07T15:56:56.984134+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:57 smithi042 bash[30444]: audit 2023-12-07T15:56:56.985503+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:56:58 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:56:58] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:56:59.991 INFO:teuthology.orchestra.run.smithi042.stderr:pool 'foo' created 2023-12-07T15:57:00.225 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:56:59 smithi042 bash[24989]: cluster 2023-12-07T15:56:58.032935+0000 mgr.y (mgr.24367) 113 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 3.4 KiB/s wr, 56 op/s 2023-12-07T15:57:00.225 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:56:59 smithi042 bash[30444]: cluster 2023-12-07T15:56:58.032935+0000 mgr.y (mgr.24367) 113 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 3.4 KiB/s wr, 56 op/s 2023-12-07T15:57:00.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:56:59 smithi178 bash[25068]: cluster 2023-12-07T15:56:58.032935+0000 mgr.y (mgr.24367) 113 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 3.4 KiB/s wr, 56 op/s 2023-12-07T15:57:00.714 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'rbd pool init foo' 2023-12-07T15:57:01.320 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:00 smithi042 bash[30444]: audit 2023-12-07T15:56:59.475853+0000 mon.a (mon.0) 757 : audit [INF] from='client.? 172.21.15.42:0/1587904603' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-07T15:57:01.320 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:00 smithi042 bash[30444]: audit 2023-12-07T15:56:59.975488+0000 mon.a (mon.0) 758 : audit [INF] from='client.? 172.21.15.42:0/1587904603' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-07T15:57:01.320 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:00 smithi042 bash[30444]: cluster 2023-12-07T15:56:59.975877+0000 mon.a (mon.0) 759 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-07T15:57:01.320 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:00 smithi042 bash[30444]: cluster 2023-12-07T15:57:00.033696+0000 mgr.y (mgr.24367) 114 : cluster [DBG] pgmap v90: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 4.0 KiB/s wr, 65 op/s 2023-12-07T15:57:01.320 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:00 smithi042 bash[30444]: audit 2023-12-07T15:57:00.135646+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:01.320 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:00 smithi042 bash[24989]: audit 2023-12-07T15:56:59.475853+0000 mon.a (mon.0) 757 : audit [INF] from='client.? 172.21.15.42:0/1587904603' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-07T15:57:01.320 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:00 smithi042 bash[24989]: audit 2023-12-07T15:56:59.975488+0000 mon.a (mon.0) 758 : audit [INF] from='client.? 172.21.15.42:0/1587904603' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-07T15:57:01.321 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:00 smithi042 bash[24989]: cluster 2023-12-07T15:56:59.975877+0000 mon.a (mon.0) 759 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-07T15:57:01.321 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:00 smithi042 bash[24989]: cluster 2023-12-07T15:57:00.033696+0000 mgr.y (mgr.24367) 114 : cluster [DBG] pgmap v90: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 4.0 KiB/s wr, 65 op/s 2023-12-07T15:57:01.321 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:00 smithi042 bash[24989]: audit 2023-12-07T15:57:00.135646+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:01.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:00 smithi178 bash[25068]: audit 2023-12-07T15:56:59.475853+0000 mon.a (mon.0) 757 : audit [INF] from='client.? 172.21.15.42:0/1587904603' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-07T15:57:01.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:00 smithi178 bash[25068]: audit 2023-12-07T15:56:59.975488+0000 mon.a (mon.0) 758 : audit [INF] from='client.? 172.21.15.42:0/1587904603' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-07T15:57:01.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:00 smithi178 bash[25068]: cluster 2023-12-07T15:56:59.975877+0000 mon.a (mon.0) 759 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-07T15:57:01.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:00 smithi178 bash[25068]: cluster 2023-12-07T15:57:00.033696+0000 mgr.y (mgr.24367) 114 : cluster [DBG] pgmap v90: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 4.0 KiB/s wr, 65 op/s 2023-12-07T15:57:01.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:00 smithi178 bash[25068]: audit 2023-12-07T15:57:00.135646+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:02.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:01 smithi178 bash[25068]: cluster 2023-12-07T15:57:00.979456+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-07T15:57:02.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:01 smithi178 bash[25068]: audit 2023-12-07T15:57:01.805325+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:02.317 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:01 smithi042 bash[24989]: cluster 2023-12-07T15:57:00.979456+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-07T15:57:02.317 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:01 smithi042 bash[24989]: audit 2023-12-07T15:57:01.805325+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:02.317 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:01 smithi042 bash[30444]: cluster 2023-12-07T15:57:00.979456+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-07T15:57:02.317 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:01 smithi042 bash[30444]: audit 2023-12-07T15:57:01.805325+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:03.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[24989]: cluster 2023-12-07T15:57:01.991271+0000 mon.a (mon.0) 763 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-07T15:57:03.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[24989]: cluster 2023-12-07T15:57:02.034681+0000 mgr.y (mgr.24367) 115 : cluster [DBG] pgmap v93: 161 pgs: 10 creating+activating, 151 active+clean; 584 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 141 KiB/s rd, 170 B/s wr, 246 op/s 2023-12-07T15:57:03.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[24989]: audit 2023-12-07T15:57:02.149939+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:03.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[24989]: cephadm 2023-12-07T15:57:02.155346+0000 mgr.y (mgr.24367) 116 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-07T15:57:03.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[24989]: audit 2023-12-07T15:57:02.748354+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:03.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[24989]: audit 2023-12-07T15:57:02.760854+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:03.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[24989]: audit 2023-12-07T15:57:02.767684+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:03.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[24989]: cephadm 2023-12-07T15:57:02.774008+0000 mgr.y (mgr.24367) 117 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-07T15:57:03.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[24989]: audit 2023-12-07T15:57:02.779086+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:03.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[24989]: audit 2023-12-07T15:57:02.780274+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.bhilti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:57:03.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[24989]: audit 2023-12-07T15:57:02.785496+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.bhilti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:57:03.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[24989]: audit 2023-12-07T15:57:02.791198+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:03.120 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[24989]: audit 2023-12-07T15:57:02.792543+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:03.120 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[24989]: cephadm 2023-12-07T15:57:02.794430+0000 mgr.y (mgr.24367) 118 : cephadm [INF] Deploying daemon rgw.smpl.smithi042.bhilti on smithi042 2023-12-07T15:57:03.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[30444]: cluster 2023-12-07T15:57:01.991271+0000 mon.a (mon.0) 763 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-07T15:57:03.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[30444]: cluster 2023-12-07T15:57:02.034681+0000 mgr.y (mgr.24367) 115 : cluster [DBG] pgmap v93: 161 pgs: 10 creating+activating, 151 active+clean; 584 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 141 KiB/s rd, 170 B/s wr, 246 op/s 2023-12-07T15:57:03.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[30444]: audit 2023-12-07T15:57:02.149939+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:03.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[30444]: cephadm 2023-12-07T15:57:02.155346+0000 mgr.y (mgr.24367) 116 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-07T15:57:03.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[30444]: audit 2023-12-07T15:57:02.748354+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:03.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[30444]: audit 2023-12-07T15:57:02.760854+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:03.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[30444]: audit 2023-12-07T15:57:02.767684+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:03.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[30444]: cephadm 2023-12-07T15:57:02.774008+0000 mgr.y (mgr.24367) 117 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-07T15:57:03.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[30444]: audit 2023-12-07T15:57:02.779086+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:03.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[30444]: audit 2023-12-07T15:57:02.780274+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.bhilti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:57:03.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[30444]: audit 2023-12-07T15:57:02.785496+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.bhilti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:57:03.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[30444]: audit 2023-12-07T15:57:02.791198+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:03.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[30444]: audit 2023-12-07T15:57:02.792543+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:03.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:02 smithi042 bash[30444]: cephadm 2023-12-07T15:57:02.794430+0000 mgr.y (mgr.24367) 118 : cephadm [INF] Deploying daemon rgw.smpl.smithi042.bhilti on smithi042 2023-12-07T15:57:03.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:02 smithi178 bash[25068]: cluster 2023-12-07T15:57:01.991271+0000 mon.a (mon.0) 763 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-07T15:57:03.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:02 smithi178 bash[25068]: cluster 2023-12-07T15:57:02.034681+0000 mgr.y (mgr.24367) 115 : cluster [DBG] pgmap v93: 161 pgs: 10 creating+activating, 151 active+clean; 584 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 141 KiB/s rd, 170 B/s wr, 246 op/s 2023-12-07T15:57:03.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:02 smithi178 bash[25068]: audit 2023-12-07T15:57:02.149939+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:03.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:02 smithi178 bash[25068]: cephadm 2023-12-07T15:57:02.155346+0000 mgr.y (mgr.24367) 116 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-07T15:57:03.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:02 smithi178 bash[25068]: audit 2023-12-07T15:57:02.748354+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:03.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:02 smithi178 bash[25068]: audit 2023-12-07T15:57:02.760854+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:03.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:02 smithi178 bash[25068]: audit 2023-12-07T15:57:02.767684+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:03.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:02 smithi178 bash[25068]: cephadm 2023-12-07T15:57:02.774008+0000 mgr.y (mgr.24367) 117 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-07T15:57:03.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:02 smithi178 bash[25068]: audit 2023-12-07T15:57:02.779086+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:03.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:02 smithi178 bash[25068]: audit 2023-12-07T15:57:02.780274+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.bhilti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:57:03.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:02 smithi178 bash[25068]: audit 2023-12-07T15:57:02.785496+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.bhilti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:57:03.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:02 smithi178 bash[25068]: audit 2023-12-07T15:57:02.791198+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:03.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:02 smithi178 bash[25068]: audit 2023-12-07T15:57:02.792543+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:03.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:02 smithi178 bash[25068]: cephadm 2023-12-07T15:57:02.794430+0000 mgr.y (mgr.24367) 118 : cephadm [INF] Deploying daemon rgw.smpl.smithi042.bhilti on smithi042 2023-12-07T15:57:03.868 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:57:03 smithi042 bash[50134]: level=warn ts=2023-12-07T15:57:03.536Z 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.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:57:03.868 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:57:03 smithi042 bash[50134]: level=warn ts=2023-12-07T15:57:03.537Z 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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:57:04.868 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:57:04 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:57:04] "GET /metrics HTTP/1.1" 200 206262 "" "Prometheus/2.33.4" 2023-12-07T15:57:05.260 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:05 smithi042 bash[24989]: cluster 2023-12-07T15:57:04.035604+0000 mgr.y (mgr.24367) 119 : cluster [DBG] pgmap v94: 161 pgs: 10 creating+activating, 151 active+clean; 584 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 141 KiB/s rd, 170 B/s wr, 246 op/s 2023-12-07T15:57:05.260 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:05 smithi042 bash[24989]: audit 2023-12-07T15:57:04.200493+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.42:0/2255891235' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-07T15:57:05.260 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:05 smithi042 bash[24989]: audit 2023-12-07T15:57:04.201189+0000 mon.a (mon.0) 773 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-07T15:57:05.260 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:05 smithi042 bash[30444]: cluster 2023-12-07T15:57:04.035604+0000 mgr.y (mgr.24367) 119 : cluster [DBG] pgmap v94: 161 pgs: 10 creating+activating, 151 active+clean; 584 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 141 KiB/s rd, 170 B/s wr, 246 op/s 2023-12-07T15:57:05.260 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:05 smithi042 bash[30444]: audit 2023-12-07T15:57:04.200493+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.42:0/2255891235' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-07T15:57:05.260 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:05 smithi042 bash[30444]: audit 2023-12-07T15:57:04.201189+0000 mon.a (mon.0) 773 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-07T15:57:05.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:05 smithi178 bash[25068]: cluster 2023-12-07T15:57:04.035604+0000 mgr.y (mgr.24367) 119 : cluster [DBG] pgmap v94: 161 pgs: 10 creating+activating, 151 active+clean; 584 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 141 KiB/s rd, 170 B/s wr, 246 op/s 2023-12-07T15:57:05.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:05 smithi178 bash[25068]: audit 2023-12-07T15:57:04.200493+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.42:0/2255891235' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-07T15:57:05.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:05 smithi178 bash[25068]: audit 2023-12-07T15:57:04.201189+0000 mon.a (mon.0) 773 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-07T15:57:06.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:06 smithi042 bash[24989]: audit 2023-12-07T15:57:05.102924+0000 mon.a (mon.0) 774 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-07T15:57:06.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:06 smithi042 bash[24989]: cluster 2023-12-07T15:57:05.103080+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-07T15:57:06.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:06 smithi042 bash[24989]: audit 2023-12-07T15:57:05.532142+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:06.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:06 smithi042 bash[24989]: audit 2023-12-07T15:57:05.534210+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi178.kllngz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:57:06.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:06 smithi042 bash[24989]: audit 2023-12-07T15:57:05.539363+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi178.kllngz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:57:06.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:06 smithi042 bash[24989]: audit 2023-12-07T15:57:05.545648+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:06.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:06 smithi042 bash[24989]: audit 2023-12-07T15:57:05.547248+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:06.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:06 smithi042 bash[24989]: cephadm 2023-12-07T15:57:05.548616+0000 mgr.y (mgr.24367) 120 : cephadm [INF] Deploying daemon rgw.smpl.smithi178.kllngz on smithi178 2023-12-07T15:57:06.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:06 smithi042 bash[30444]: audit 2023-12-07T15:57:05.102924+0000 mon.a (mon.0) 774 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-07T15:57:06.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:06 smithi042 bash[30444]: cluster 2023-12-07T15:57:05.103080+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-07T15:57:06.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:06 smithi042 bash[30444]: audit 2023-12-07T15:57:05.532142+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:06.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:06 smithi042 bash[30444]: audit 2023-12-07T15:57:05.534210+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi178.kllngz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:57:06.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:06 smithi042 bash[30444]: audit 2023-12-07T15:57:05.539363+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi178.kllngz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:57:06.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:06 smithi042 bash[30444]: audit 2023-12-07T15:57:05.545648+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:06.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:06 smithi042 bash[30444]: audit 2023-12-07T15:57:05.547248+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:06.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:06 smithi042 bash[30444]: cephadm 2023-12-07T15:57:05.548616+0000 mgr.y (mgr.24367) 120 : cephadm [INF] Deploying daemon rgw.smpl.smithi178.kllngz on smithi178 2023-12-07T15:57:06.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:06 smithi178 bash[25068]: audit 2023-12-07T15:57:05.102924+0000 mon.a (mon.0) 774 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-07T15:57:06.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:06 smithi178 bash[25068]: cluster 2023-12-07T15:57:05.103080+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-07T15:57:06.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:06 smithi178 bash[25068]: audit 2023-12-07T15:57:05.532142+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:06.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:06 smithi178 bash[25068]: audit 2023-12-07T15:57:05.534210+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi178.kllngz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:57:06.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:06 smithi178 bash[25068]: audit 2023-12-07T15:57:05.539363+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi178.kllngz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:57:06.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:06 smithi178 bash[25068]: audit 2023-12-07T15:57:05.545648+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:06.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:06 smithi178 bash[25068]: audit 2023-12-07T15:57:05.547248+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:06.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:06 smithi178 bash[25068]: cephadm 2023-12-07T15:57:05.548616+0000 mgr.y (mgr.24367) 120 : cephadm [INF] Deploying daemon rgw.smpl.smithi178.kllngz on smithi178 2023-12-07T15:57:07.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:07 smithi178 bash[25068]: cluster 2023-12-07T15:57:06.037573+0000 mgr.y (mgr.24367) 121 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 148 KiB/s rd, 511 B/s wr, 254 op/s 2023-12-07T15:57:07.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:07 smithi178 bash[25068]: cluster 2023-12-07T15:57:06.108065+0000 mon.a (mon.0) 781 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-07T15:57:07.618 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:07 smithi042 bash[24989]: cluster 2023-12-07T15:57:06.037573+0000 mgr.y (mgr.24367) 121 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 148 KiB/s rd, 511 B/s wr, 254 op/s 2023-12-07T15:57:07.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:07 smithi042 bash[24989]: cluster 2023-12-07T15:57:06.108065+0000 mon.a (mon.0) 781 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-07T15:57:07.619 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:07 smithi042 bash[30444]: cluster 2023-12-07T15:57:06.037573+0000 mgr.y (mgr.24367) 121 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 148 KiB/s rd, 511 B/s wr, 254 op/s 2023-12-07T15:57:07.619 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:07 smithi042 bash[30444]: cluster 2023-12-07T15:57:06.108065+0000 mon.a (mon.0) 781 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-07T15:57:07.930 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch apply iscsi foo u p' 2023-12-07T15:57:08.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:08 smithi178 bash[25068]: cluster 2023-12-07T15:57:07.121766+0000 mon.a (mon.0) 782 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-07T15:57:08.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:08 smithi042 bash[24989]: cluster 2023-12-07T15:57:07.121766+0000 mon.a (mon.0) 782 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-07T15:57:08.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:08 smithi042 bash[30444]: cluster 2023-12-07T15:57:07.121766+0000 mon.a (mon.0) 782 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-07T15:57:08.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:57:08 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:57:08] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:57:09.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:09 smithi042 bash[24989]: cluster 2023-12-07T15:57:08.038318+0000 mgr.y (mgr.24367) 122 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 341 B/s wr, 7 op/s 2023-12-07T15:57:09.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:09 smithi042 bash[24989]: audit 2023-12-07T15:57:08.569327+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:09.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:09 smithi042 bash[24989]: audit 2023-12-07T15:57:08.572409+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:09.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:09 smithi042 bash[24989]: audit 2023-12-07T15:57:08.573634+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:09.619 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:09 smithi042 bash[30444]: cluster 2023-12-07T15:57:08.038318+0000 mgr.y (mgr.24367) 122 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 341 B/s wr, 7 op/s 2023-12-07T15:57:09.619 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:09 smithi042 bash[30444]: audit 2023-12-07T15:57:08.569327+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:09.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:09 smithi042 bash[30444]: audit 2023-12-07T15:57:08.572409+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:09.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:09 smithi042 bash[30444]: audit 2023-12-07T15:57:08.573634+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:09.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:09 smithi178 bash[25068]: cluster 2023-12-07T15:57:08.038318+0000 mgr.y (mgr.24367) 122 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 341 B/s wr, 7 op/s 2023-12-07T15:57:09.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:09 smithi178 bash[25068]: audit 2023-12-07T15:57:08.569327+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:09.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:09 smithi178 bash[25068]: audit 2023-12-07T15:57:08.572409+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:09.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:09 smithi178 bash[25068]: audit 2023-12-07T15:57:08.573634+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:11.122 INFO:teuthology.orchestra.run.smithi042.stdout:Scheduled iscsi.foo update... 2023-12-07T15:57:11.157 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:11 smithi042 bash[24989]: cluster 2023-12-07T15:57:10.039202+0000 mgr.y (mgr.24367) 123 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 341 B/s wr, 7 op/s 2023-12-07T15:57:11.158 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:11 smithi042 bash[24989]: audit 2023-12-07T15:57:10.156696+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:11.158 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:11 smithi042 bash[24989]: audit 2023-12-07T15:57:11.119095+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:11.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:11 smithi178 bash[25068]: cluster 2023-12-07T15:57:10.039202+0000 mgr.y (mgr.24367) 123 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 341 B/s wr, 7 op/s 2023-12-07T15:57:11.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:11 smithi178 bash[25068]: audit 2023-12-07T15:57:10.156696+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:11.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:11 smithi178 bash[25068]: audit 2023-12-07T15:57:11.119095+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:11.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:11 smithi042 bash[30444]: cluster 2023-12-07T15:57:10.039202+0000 mgr.y (mgr.24367) 123 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 341 B/s wr, 7 op/s 2023-12-07T15:57:11.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:11 smithi042 bash[30444]: audit 2023-12-07T15:57:10.156696+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:11.618 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:11 smithi042 bash[30444]: audit 2023-12-07T15:57:11.119095+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:11.861 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'sleep 120' 2023-12-07T15:57:12.812 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:12 smithi042 bash[24989]: audit 2023-12-07T15:57:11.107771+0000 mgr.y (mgr.24367) 124 : audit [DBG] from='client.24772 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:12.812 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:12 smithi042 bash[24989]: cephadm 2023-12-07T15:57:11.111499+0000 mgr.y (mgr.24367) 125 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-07T15:57:12.812 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:12 smithi042 bash[24989]: audit 2023-12-07T15:57:12.524539+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:13.069 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:12 smithi042 bash[30444]: audit 2023-12-07T15:57:11.107771+0000 mgr.y (mgr.24367) 124 : audit [DBG] from='client.24772 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:13.069 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:12 smithi042 bash[30444]: cephadm 2023-12-07T15:57:11.111499+0000 mgr.y (mgr.24367) 125 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-07T15:57:13.069 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:12 smithi042 bash[30444]: audit 2023-12-07T15:57:12.524539+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:13.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:12 smithi178 bash[25068]: audit 2023-12-07T15:57:11.107771+0000 mgr.y (mgr.24367) 124 : audit [DBG] from='client.24772 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:13.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:12 smithi178 bash[25068]: cephadm 2023-12-07T15:57:11.111499+0000 mgr.y (mgr.24367) 125 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-07T15:57:13.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:12 smithi178 bash[25068]: audit 2023-12-07T15:57:12.524539+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:13.700 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:57:13 smithi042 bash[50134]: level=error ts=2023-12-07T15:57:13.510Z 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://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:57:13.700 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:57:13 smithi042 bash[50134]: level=warn ts=2023-12-07T15:57:13.514Z 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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:57:13.700 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:57:13 smithi042 bash[50134]: level=warn ts=2023-12-07T15:57:13.514Z 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.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:57:13.952 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:13 smithi042 bash[30444]: cluster 2023-12-07T15:57:12.041002+0000 mgr.y (mgr.24367) 126 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 194 KiB/s rd, 885 B/s wr, 296 op/s 2023-12-07T15:57:13.952 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:13 smithi042 bash[30444]: audit 2023-12-07T15:57:13.270982+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:13.952 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:13 smithi042 bash[30444]: audit 2023-12-07T15:57:13.643442+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:13.952 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:13 smithi042 bash[30444]: audit 2023-12-07T15:57:13.664027+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.zhjtqu", "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-07T15:57:13.952 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:13 smithi042 bash[30444]: audit 2023-12-07T15:57:13.670491+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.zhjtqu", "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-07T15:57:13.952 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:13 smithi042 bash[30444]: audit 2023-12-07T15:57:13.679170+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:13.952 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:13 smithi042 bash[24989]: cluster 2023-12-07T15:57:12.041002+0000 mgr.y (mgr.24367) 126 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 194 KiB/s rd, 885 B/s wr, 296 op/s 2023-12-07T15:57:13.953 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:13 smithi042 bash[24989]: audit 2023-12-07T15:57:13.270982+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:13.953 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:13 smithi042 bash[24989]: audit 2023-12-07T15:57:13.643442+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:13.953 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:13 smithi042 bash[24989]: audit 2023-12-07T15:57:13.664027+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.zhjtqu", "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-07T15:57:13.953 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:13 smithi042 bash[24989]: audit 2023-12-07T15:57:13.670491+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.zhjtqu", "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-07T15:57:13.953 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:13 smithi042 bash[24989]: audit 2023-12-07T15:57:13.679170+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:14.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:13 smithi178 bash[25068]: cluster 2023-12-07T15:57:12.041002+0000 mgr.y (mgr.24367) 126 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 194 KiB/s rd, 885 B/s wr, 296 op/s 2023-12-07T15:57:14.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:13 smithi178 bash[25068]: audit 2023-12-07T15:57:13.270982+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:14.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:13 smithi178 bash[25068]: audit 2023-12-07T15:57:13.643442+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:14.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:13 smithi178 bash[25068]: audit 2023-12-07T15:57:13.664027+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.zhjtqu", "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-07T15:57:14.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:13 smithi178 bash[25068]: audit 2023-12-07T15:57:13.670491+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.zhjtqu", "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-07T15:57:14.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:13 smithi178 bash[25068]: audit 2023-12-07T15:57:13.679170+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:15.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:14 smithi178 bash[25068]: cephadm 2023-12-07T15:57:13.276544+0000 mgr.y (mgr.24367) 127 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-07T15:57:15.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:14 smithi178 bash[25068]: cephadm 2023-12-07T15:57:13.651960+0000 mgr.y (mgr.24367) 128 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-07T15:57:15.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:14 smithi178 bash[25068]: cephadm 2023-12-07T15:57:13.681213+0000 mgr.y (mgr.24367) 129 : cephadm [INF] Deploying daemon iscsi.foo.smithi042.zhjtqu on smithi042 2023-12-07T15:57:15.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:14 smithi178 bash[25068]: cluster 2023-12-07T15:57:14.690256+0000 mon.a (mon.0) 794 : cluster [DBG] mgrmap e21: y(active, since 2m), standbys: x 2023-12-07T15:57:15.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:14 smithi042 bash[30444]: cephadm 2023-12-07T15:57:13.276544+0000 mgr.y (mgr.24367) 127 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-07T15:57:15.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:14 smithi042 bash[30444]: cephadm 2023-12-07T15:57:13.651960+0000 mgr.y (mgr.24367) 128 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-07T15:57:15.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:14 smithi042 bash[30444]: cephadm 2023-12-07T15:57:13.681213+0000 mgr.y (mgr.24367) 129 : cephadm [INF] Deploying daemon iscsi.foo.smithi042.zhjtqu on smithi042 2023-12-07T15:57:15.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:14 smithi042 bash[30444]: cluster 2023-12-07T15:57:14.690256+0000 mon.a (mon.0) 794 : cluster [DBG] mgrmap e21: y(active, since 2m), standbys: x 2023-12-07T15:57:15.118 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:57:14 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:57:14] "GET /metrics HTTP/1.1" 200 206262 "" "Prometheus/2.33.4" 2023-12-07T15:57:15.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:14 smithi042 bash[24989]: cephadm 2023-12-07T15:57:13.276544+0000 mgr.y (mgr.24367) 127 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-07T15:57:15.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:14 smithi042 bash[24989]: cephadm 2023-12-07T15:57:13.651960+0000 mgr.y (mgr.24367) 128 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-07T15:57:15.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:14 smithi042 bash[24989]: cephadm 2023-12-07T15:57:13.681213+0000 mgr.y (mgr.24367) 129 : cephadm [INF] Deploying daemon iscsi.foo.smithi042.zhjtqu on smithi042 2023-12-07T15:57:15.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:14 smithi042 bash[24989]: cluster 2023-12-07T15:57:14.690256+0000 mon.a (mon.0) 794 : cluster [DBG] mgrmap e21: y(active, since 2m), standbys: x 2023-12-07T15:57:15.825 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:15 smithi042 bash[24989]: cluster 2023-12-07T15:57:14.041951+0000 mgr.y (mgr.24367) 130 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 163 KiB/s rd, 511 B/s wr, 251 op/s 2023-12-07T15:57:16.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:15 smithi178 bash[25068]: cluster 2023-12-07T15:57:14.041951+0000 mgr.y (mgr.24367) 130 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 163 KiB/s rd, 511 B/s wr, 251 op/s 2023-12-07T15:57:16.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:15 smithi178 bash[25068]: audit 2023-12-07T15:57:15.178096+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:16.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:15 smithi042 bash[24989]: audit 2023-12-07T15:57:15.178096+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:16.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:15 smithi042 bash[30444]: cluster 2023-12-07T15:57:14.041951+0000 mgr.y (mgr.24367) 130 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 163 KiB/s rd, 511 B/s wr, 251 op/s 2023-12-07T15:57:16.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:15 smithi042 bash[30444]: audit 2023-12-07T15:57:15.178096+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:17.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:17 smithi178 bash[25068]: cluster 2023-12-07T15:57:16.043506+0000 mgr.y (mgr.24367) 131 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 134 KiB/s rd, 412 B/s wr, 206 op/s 2023-12-07T15:57:17.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:17 smithi178 bash[25068]: audit 2023-12-07T15:57:16.561446+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:17.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:17 smithi178 bash[25068]: audit 2023-12-07T15:57:16.565252+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:17.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:17 smithi178 bash[25068]: audit 2023-12-07T15:57:16.566495+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:17.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:17 smithi178 bash[25068]: cluster 2023-12-07T15:57:16.806093+0000 mon.a (mon.0) 799 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-07T15:57:17.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:17 smithi042 bash[24989]: cluster 2023-12-07T15:57:16.043506+0000 mgr.y (mgr.24367) 131 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 134 KiB/s rd, 412 B/s wr, 206 op/s 2023-12-07T15:57:17.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:17 smithi042 bash[24989]: audit 2023-12-07T15:57:16.561446+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:17.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:17 smithi042 bash[24989]: audit 2023-12-07T15:57:16.565252+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:17.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:17 smithi042 bash[24989]: audit 2023-12-07T15:57:16.566495+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:17.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:17 smithi042 bash[24989]: cluster 2023-12-07T15:57:16.806093+0000 mon.a (mon.0) 799 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-07T15:57:17.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:17 smithi042 bash[30444]: cluster 2023-12-07T15:57:16.043506+0000 mgr.y (mgr.24367) 131 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 134 KiB/s rd, 412 B/s wr, 206 op/s 2023-12-07T15:57:17.869 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:17 smithi042 bash[30444]: audit 2023-12-07T15:57:16.561446+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:17.869 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:17 smithi042 bash[30444]: audit 2023-12-07T15:57:16.565252+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:17.869 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:17 smithi042 bash[30444]: audit 2023-12-07T15:57:16.566495+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:17.869 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:17 smithi042 bash[30444]: cluster 2023-12-07T15:57:16.806093+0000 mon.a (mon.0) 799 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-07T15:57:18.857 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:57:18 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:57:18] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:57:19.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:19 smithi178 bash[25068]: cluster 2023-12-07T15:57:18.044250+0000 mgr.y (mgr.24367) 132 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 133 KiB/s rd, 409 B/s wr, 204 op/s 2023-12-07T15:57:19.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:19 smithi178 bash[25068]: audit 2023-12-07T15:57:18.639639+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.42:0/1366863702' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-07T15:57:19.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:19 smithi178 bash[25068]: audit 2023-12-07T15:57:19.010347+0000 mon.a (mon.0) 800 : audit [INF] from='client.? 172.21.15.42:0/1349324672' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/3364279133"}]: dispatch 2023-12-07T15:57:19.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:19 smithi042 bash[30444]: cluster 2023-12-07T15:57:18.044250+0000 mgr.y (mgr.24367) 132 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 133 KiB/s rd, 409 B/s wr, 204 op/s 2023-12-07T15:57:19.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:19 smithi042 bash[30444]: audit 2023-12-07T15:57:18.639639+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.42:0/1366863702' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-07T15:57:19.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:19 smithi042 bash[30444]: audit 2023-12-07T15:57:19.010347+0000 mon.a (mon.0) 800 : audit [INF] from='client.? 172.21.15.42:0/1349324672' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/3364279133"}]: dispatch 2023-12-07T15:57:19.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:19 smithi042 bash[24989]: cluster 2023-12-07T15:57:18.044250+0000 mgr.y (mgr.24367) 132 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 133 KiB/s rd, 409 B/s wr, 204 op/s 2023-12-07T15:57:19.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:19 smithi042 bash[24989]: audit 2023-12-07T15:57:18.639639+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.42:0/1366863702' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-07T15:57:19.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:19 smithi042 bash[24989]: audit 2023-12-07T15:57:19.010347+0000 mon.a (mon.0) 800 : audit [INF] from='client.? 172.21.15.42:0/1349324672' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/3364279133"}]: dispatch 2023-12-07T15:57:20.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:20 smithi178 bash[25068]: audit 2023-12-07T15:57:19.569838+0000 mon.a (mon.0) 801 : audit [INF] from='client.? 172.21.15.42:0/1349324672' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/3364279133"}]': finished 2023-12-07T15:57:20.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:20 smithi178 bash[25068]: cluster 2023-12-07T15:57:19.569959+0000 mon.a (mon.0) 802 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-07T15:57:20.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:20 smithi178 bash[25068]: audit 2023-12-07T15:57:19.934852+0000 mon.a (mon.0) 803 : audit [INF] from='client.? 172.21.15.42:0/1508786596' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2447558861"}]: dispatch 2023-12-07T15:57:20.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:20 smithi178 bash[25068]: audit 2023-12-07T15:57:20.189095+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:20.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:20 smithi042 bash[24989]: audit 2023-12-07T15:57:19.569838+0000 mon.a (mon.0) 801 : audit [INF] from='client.? 172.21.15.42:0/1349324672' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/3364279133"}]': finished 2023-12-07T15:57:20.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:20 smithi042 bash[24989]: cluster 2023-12-07T15:57:19.569959+0000 mon.a (mon.0) 802 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-07T15:57:20.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:20 smithi042 bash[24989]: audit 2023-12-07T15:57:19.934852+0000 mon.a (mon.0) 803 : audit [INF] from='client.? 172.21.15.42:0/1508786596' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2447558861"}]: dispatch 2023-12-07T15:57:20.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:20 smithi042 bash[24989]: audit 2023-12-07T15:57:20.189095+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:20.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:20 smithi042 bash[30444]: audit 2023-12-07T15:57:19.569838+0000 mon.a (mon.0) 801 : audit [INF] from='client.? 172.21.15.42:0/1349324672' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/3364279133"}]': finished 2023-12-07T15:57:20.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:20 smithi042 bash[30444]: cluster 2023-12-07T15:57:19.569959+0000 mon.a (mon.0) 802 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-07T15:57:20.869 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:20 smithi042 bash[30444]: audit 2023-12-07T15:57:19.934852+0000 mon.a (mon.0) 803 : audit [INF] from='client.? 172.21.15.42:0/1508786596' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2447558861"}]: dispatch 2023-12-07T15:57:20.869 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:20 smithi042 bash[30444]: audit 2023-12-07T15:57:20.189095+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:21.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:21 smithi178 bash[25068]: cluster 2023-12-07T15:57:20.044972+0000 mgr.y (mgr.24367) 133 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s rd, 4 op/s 2023-12-07T15:57:21.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:21 smithi178 bash[25068]: audit 2023-12-07T15:57:20.586220+0000 mon.a (mon.0) 805 : audit [INF] from='client.? 172.21.15.42:0/1508786596' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2447558861"}]': finished 2023-12-07T15:57:21.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:21 smithi178 bash[25068]: cluster 2023-12-07T15:57:20.586327+0000 mon.a (mon.0) 806 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-07T15:57:21.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:21 smithi178 bash[25068]: audit 2023-12-07T15:57:20.963620+0000 mon.a (mon.0) 807 : audit [INF] from='client.? 172.21.15.42:0/3660523958' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1928704957"}]: dispatch 2023-12-07T15:57:21.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:21 smithi178 bash[25068]: audit 2023-12-07T15:57:21.523779+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:21.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:21 smithi178 bash[25068]: audit 2023-12-07T15:57:21.529741+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:21.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:21 smithi178 bash[25068]: audit 2023-12-07T15:57:21.544109+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:57:21.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:21 smithi178 bash[25068]: audit 2023-12-07T15:57:21.547307+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:57:21.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:21 smithi178 bash[25068]: audit 2023-12-07T15:57:21.556073+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:21.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:21 smithi178 bash[25068]: audit 2023-12-07T15:57:21.561864+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2023-12-07T15:57:21.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:21 smithi178 bash[25068]: audit 2023-12-07T15:57:21.580846+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:21.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:21 smithi042 bash[24989]: cluster 2023-12-07T15:57:20.044972+0000 mgr.y (mgr.24367) 133 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s rd, 4 op/s 2023-12-07T15:57:21.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:21 smithi042 bash[24989]: audit 2023-12-07T15:57:20.586220+0000 mon.a (mon.0) 805 : audit [INF] from='client.? 172.21.15.42:0/1508786596' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2447558861"}]': finished 2023-12-07T15:57:21.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:21 smithi042 bash[24989]: cluster 2023-12-07T15:57:20.586327+0000 mon.a (mon.0) 806 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-07T15:57:21.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:21 smithi042 bash[24989]: audit 2023-12-07T15:57:20.963620+0000 mon.a (mon.0) 807 : audit [INF] from='client.? 172.21.15.42:0/3660523958' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1928704957"}]: dispatch 2023-12-07T15:57:21.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:21 smithi042 bash[24989]: audit 2023-12-07T15:57:21.523779+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:21.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:21 smithi042 bash[24989]: audit 2023-12-07T15:57:21.529741+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:21.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:21 smithi042 bash[24989]: audit 2023-12-07T15:57:21.544109+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:57:21.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:21 smithi042 bash[24989]: audit 2023-12-07T15:57:21.547307+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:57:21.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:21 smithi042 bash[24989]: audit 2023-12-07T15:57:21.556073+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:21.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:21 smithi042 bash[24989]: audit 2023-12-07T15:57:21.561864+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2023-12-07T15:57:21.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:21 smithi042 bash[24989]: audit 2023-12-07T15:57:21.580846+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:21.869 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:21 smithi042 bash[30444]: cluster 2023-12-07T15:57:20.044972+0000 mgr.y (mgr.24367) 133 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s rd, 4 op/s 2023-12-07T15:57:21.869 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:21 smithi042 bash[30444]: audit 2023-12-07T15:57:20.586220+0000 mon.a (mon.0) 805 : audit [INF] from='client.? 172.21.15.42:0/1508786596' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2447558861"}]': finished 2023-12-07T15:57:21.869 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:21 smithi042 bash[30444]: cluster 2023-12-07T15:57:20.586327+0000 mon.a (mon.0) 806 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-07T15:57:21.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:21 smithi042 bash[30444]: audit 2023-12-07T15:57:20.963620+0000 mon.a (mon.0) 807 : audit [INF] from='client.? 172.21.15.42:0/3660523958' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1928704957"}]: dispatch 2023-12-07T15:57:21.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:21 smithi042 bash[30444]: audit 2023-12-07T15:57:21.523779+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:21.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:21 smithi042 bash[30444]: audit 2023-12-07T15:57:21.529741+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:21.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:21 smithi042 bash[30444]: audit 2023-12-07T15:57:21.544109+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:57:21.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:21 smithi042 bash[30444]: audit 2023-12-07T15:57:21.547307+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:57:21.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:21 smithi042 bash[30444]: audit 2023-12-07T15:57:21.556073+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:21.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:21 smithi042 bash[30444]: audit 2023-12-07T15:57:21.561864+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2023-12-07T15:57:21.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:21 smithi042 bash[30444]: audit 2023-12-07T15:57:21.580846+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:22.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:22 smithi178 bash[25068]: audit 2023-12-07T15:57:21.545334+0000 mgr.y (mgr.24367) 134 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:57:22.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:22 smithi178 bash[25068]: cephadm 2023-12-07T15:57:21.546934+0000 mgr.y (mgr.24367) 135 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.42:5000 to Dashboard 2023-12-07T15:57:22.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:22 smithi178 bash[25068]: audit 2023-12-07T15:57:21.547965+0000 mgr.y (mgr.24367) 136 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:57:22.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:22 smithi178 bash[25068]: audit 2023-12-07T15:57:21.563413+0000 mgr.y (mgr.24367) 137 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2023-12-07T15:57:22.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:22 smithi178 bash[25068]: audit 2023-12-07T15:57:21.587996+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:22.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:22 smithi178 bash[25068]: audit 2023-12-07T15:57:21.593061+0000 mon.a (mon.0) 816 : audit [INF] from='client.? 172.21.15.42:0/3660523958' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1928704957"}]': finished 2023-12-07T15:57:22.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:22 smithi178 bash[25068]: cluster 2023-12-07T15:57:21.593154+0000 mon.a (mon.0) 817 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-07T15:57:22.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:22 smithi178 bash[25068]: audit 2023-12-07T15:57:21.595011+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:22.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:22 smithi178 bash[25068]: cephadm 2023-12-07T15:57:21.602267+0000 mgr.y (mgr.24367) 138 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-07T15:57:22.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:22 smithi178 bash[25068]: audit 2023-12-07T15:57:21.943622+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:22.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:22 smithi178 bash[25068]: audit 2023-12-07T15:57:21.988034+0000 mon.a (mon.0) 820 : audit [INF] from='client.? 172.21.15.42:0/3102979765' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/242317444"}]: dispatch 2023-12-07T15:57:22.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:22 smithi042 bash[24989]: audit 2023-12-07T15:57:21.545334+0000 mgr.y (mgr.24367) 134 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:57:22.868 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:22 smithi042 bash[24989]: cephadm 2023-12-07T15:57:21.546934+0000 mgr.y (mgr.24367) 135 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.42:5000 to Dashboard 2023-12-07T15:57:22.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:22 smithi042 bash[24989]: audit 2023-12-07T15:57:21.547965+0000 mgr.y (mgr.24367) 136 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:57:22.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:22 smithi042 bash[24989]: audit 2023-12-07T15:57:21.563413+0000 mgr.y (mgr.24367) 137 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2023-12-07T15:57:22.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:22 smithi042 bash[24989]: audit 2023-12-07T15:57:21.587996+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:22.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:22 smithi042 bash[24989]: audit 2023-12-07T15:57:21.593061+0000 mon.a (mon.0) 816 : audit [INF] from='client.? 172.21.15.42:0/3660523958' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1928704957"}]': finished 2023-12-07T15:57:22.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:22 smithi042 bash[24989]: cluster 2023-12-07T15:57:21.593154+0000 mon.a (mon.0) 817 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-07T15:57:22.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:22 smithi042 bash[24989]: audit 2023-12-07T15:57:21.595011+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:22.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:22 smithi042 bash[24989]: cephadm 2023-12-07T15:57:21.602267+0000 mgr.y (mgr.24367) 138 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-07T15:57:22.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:22 smithi042 bash[24989]: audit 2023-12-07T15:57:21.943622+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:22.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:22 smithi042 bash[24989]: audit 2023-12-07T15:57:21.988034+0000 mon.a (mon.0) 820 : audit [INF] from='client.? 172.21.15.42:0/3102979765' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/242317444"}]: dispatch 2023-12-07T15:57:22.869 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:22 smithi042 bash[30444]: audit 2023-12-07T15:57:21.545334+0000 mgr.y (mgr.24367) 134 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:57:22.869 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:22 smithi042 bash[30444]: cephadm 2023-12-07T15:57:21.546934+0000 mgr.y (mgr.24367) 135 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.42:5000 to Dashboard 2023-12-07T15:57:22.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:22 smithi042 bash[30444]: audit 2023-12-07T15:57:21.547965+0000 mgr.y (mgr.24367) 136 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:57:22.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:22 smithi042 bash[30444]: audit 2023-12-07T15:57:21.563413+0000 mgr.y (mgr.24367) 137 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2023-12-07T15:57:22.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:22 smithi042 bash[30444]: audit 2023-12-07T15:57:21.587996+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:22.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:22 smithi042 bash[30444]: audit 2023-12-07T15:57:21.593061+0000 mon.a (mon.0) 816 : audit [INF] from='client.? 172.21.15.42:0/3660523958' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1928704957"}]': finished 2023-12-07T15:57:22.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:22 smithi042 bash[30444]: cluster 2023-12-07T15:57:21.593154+0000 mon.a (mon.0) 817 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-07T15:57:22.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:22 smithi042 bash[30444]: audit 2023-12-07T15:57:21.595011+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:22.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:22 smithi042 bash[30444]: cephadm 2023-12-07T15:57:21.602267+0000 mgr.y (mgr.24367) 138 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-07T15:57:22.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:22 smithi042 bash[30444]: audit 2023-12-07T15:57:21.943622+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:57:22.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:22 smithi042 bash[30444]: audit 2023-12-07T15:57:21.988034+0000 mon.a (mon.0) 820 : audit [INF] from='client.? 172.21.15.42:0/3102979765' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/242317444"}]: dispatch 2023-12-07T15:57:23.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:23 smithi178 bash[25068]: cluster 2023-12-07T15:57:22.045842+0000 mgr.y (mgr.24367) 139 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 585 B/s rd, 195 B/s wr, 2 op/s 2023-12-07T15:57:23.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:23 smithi178 bash[25068]: audit 2023-12-07T15:57:22.950524+0000 mon.a (mon.0) 821 : audit [INF] from='client.? 172.21.15.42:0/3102979765' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/242317444"}]': finished 2023-12-07T15:57:23.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:23 smithi178 bash[25068]: cluster 2023-12-07T15:57:22.950719+0000 mon.a (mon.0) 822 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-07T15:57:23.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:23 smithi178 bash[25068]: audit 2023-12-07T15:57:23.319320+0000 mon.a (mon.0) 823 : audit [INF] from='client.? 172.21.15.42:0/579620259' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/403884585"}]: dispatch 2023-12-07T15:57:23.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:23 smithi042 bash[30444]: cluster 2023-12-07T15:57:22.045842+0000 mgr.y (mgr.24367) 139 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 585 B/s rd, 195 B/s wr, 2 op/s 2023-12-07T15:57:23.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:23 smithi042 bash[30444]: audit 2023-12-07T15:57:22.950524+0000 mon.a (mon.0) 821 : audit [INF] from='client.? 172.21.15.42:0/3102979765' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/242317444"}]': finished 2023-12-07T15:57:23.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:23 smithi042 bash[30444]: cluster 2023-12-07T15:57:22.950719+0000 mon.a (mon.0) 822 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-07T15:57:23.868 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:23 smithi042 bash[30444]: audit 2023-12-07T15:57:23.319320+0000 mon.a (mon.0) 823 : audit [INF] from='client.? 172.21.15.42:0/579620259' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/403884585"}]: dispatch 2023-12-07T15:57:23.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:23 smithi042 bash[24989]: cluster 2023-12-07T15:57:22.045842+0000 mgr.y (mgr.24367) 139 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 585 B/s rd, 195 B/s wr, 2 op/s 2023-12-07T15:57:23.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:23 smithi042 bash[24989]: audit 2023-12-07T15:57:22.950524+0000 mon.a (mon.0) 821 : audit [INF] from='client.? 172.21.15.42:0/3102979765' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/242317444"}]': finished 2023-12-07T15:57:23.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:23 smithi042 bash[24989]: cluster 2023-12-07T15:57:22.950719+0000 mon.a (mon.0) 822 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-07T15:57:23.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:23 smithi042 bash[24989]: audit 2023-12-07T15:57:23.319320+0000 mon.a (mon.0) 823 : audit [INF] from='client.? 172.21.15.42:0/579620259' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/403884585"}]: dispatch 2023-12-07T15:57:23.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:57:23 smithi042 bash[50134]: level=error ts=2023-12-07T15:57:23.511Z 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.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:57:23.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:57:23 smithi042 bash[50134]: level=warn ts=2023-12-07T15:57:23.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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:57:23.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:57:23 smithi042 bash[50134]: level=warn ts=2023-12-07T15:57:23.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.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:57:24.961 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:57:24 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:57:24] "GET /metrics HTTP/1.1" 200 214805 "" "Prometheus/2.33.4" 2023-12-07T15:57:25.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:24 smithi178 bash[25068]: audit 2023-12-07T15:57:23.962299+0000 mon.a (mon.0) 824 : audit [INF] from='client.? 172.21.15.42:0/579620259' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/403884585"}]': finished 2023-12-07T15:57:25.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:24 smithi178 bash[25068]: cluster 2023-12-07T15:57:23.962467+0000 mon.a (mon.0) 825 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-07T15:57:25.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:24 smithi178 bash[25068]: cluster 2023-12-07T15:57:24.046751+0000 mgr.y (mgr.24367) 140 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 255 B/s wr, 2 op/s 2023-12-07T15:57:25.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:24 smithi178 bash[25068]: audit 2023-12-07T15:57:24.326349+0000 mon.a (mon.0) 826 : audit [INF] from='client.? 172.21.15.42:0/4079577682' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/2211044117"}]: dispatch 2023-12-07T15:57:25.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:24 smithi042 bash[24989]: audit 2023-12-07T15:57:23.962299+0000 mon.a (mon.0) 824 : audit [INF] from='client.? 172.21.15.42:0/579620259' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/403884585"}]': finished 2023-12-07T15:57:25.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:24 smithi042 bash[24989]: cluster 2023-12-07T15:57:23.962467+0000 mon.a (mon.0) 825 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-07T15:57:25.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:24 smithi042 bash[24989]: cluster 2023-12-07T15:57:24.046751+0000 mgr.y (mgr.24367) 140 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 255 B/s wr, 2 op/s 2023-12-07T15:57:25.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:24 smithi042 bash[24989]: audit 2023-12-07T15:57:24.326349+0000 mon.a (mon.0) 826 : audit [INF] from='client.? 172.21.15.42:0/4079577682' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/2211044117"}]: dispatch 2023-12-07T15:57:25.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:24 smithi042 bash[30444]: audit 2023-12-07T15:57:23.962299+0000 mon.a (mon.0) 824 : audit [INF] from='client.? 172.21.15.42:0/579620259' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/403884585"}]': finished 2023-12-07T15:57:25.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:24 smithi042 bash[30444]: cluster 2023-12-07T15:57:23.962467+0000 mon.a (mon.0) 825 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-07T15:57:25.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:24 smithi042 bash[30444]: cluster 2023-12-07T15:57:24.046751+0000 mgr.y (mgr.24367) 140 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 255 B/s wr, 2 op/s 2023-12-07T15:57:25.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:24 smithi042 bash[30444]: audit 2023-12-07T15:57:24.326349+0000 mon.a (mon.0) 826 : audit [INF] from='client.? 172.21.15.42:0/4079577682' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/2211044117"}]: dispatch 2023-12-07T15:57:26.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:25 smithi178 bash[25068]: audit 2023-12-07T15:57:24.972214+0000 mon.a (mon.0) 827 : audit [INF] from='client.? 172.21.15.42:0/4079577682' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/2211044117"}]': finished 2023-12-07T15:57:26.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:25 smithi178 bash[25068]: cluster 2023-12-07T15:57:24.972373+0000 mon.a (mon.0) 828 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-07T15:57:26.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:25 smithi178 bash[25068]: audit 2023-12-07T15:57:25.344304+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.42:0/3698451608' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2253096720"}]: dispatch 2023-12-07T15:57:26.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:25 smithi178 bash[25068]: audit 2023-12-07T15:57:25.345498+0000 mon.a (mon.0) 829 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2253096720"}]: dispatch 2023-12-07T15:57:26.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:25 smithi042 bash[24989]: audit 2023-12-07T15:57:24.972214+0000 mon.a (mon.0) 827 : audit [INF] from='client.? 172.21.15.42:0/4079577682' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/2211044117"}]': finished 2023-12-07T15:57:26.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:25 smithi042 bash[24989]: cluster 2023-12-07T15:57:24.972373+0000 mon.a (mon.0) 828 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-07T15:57:26.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:25 smithi042 bash[24989]: audit 2023-12-07T15:57:25.344304+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.42:0/3698451608' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2253096720"}]: dispatch 2023-12-07T15:57:26.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:25 smithi042 bash[24989]: audit 2023-12-07T15:57:25.345498+0000 mon.a (mon.0) 829 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2253096720"}]: dispatch 2023-12-07T15:57:26.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:25 smithi042 bash[30444]: audit 2023-12-07T15:57:24.972214+0000 mon.a (mon.0) 827 : audit [INF] from='client.? 172.21.15.42:0/4079577682' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/2211044117"}]': finished 2023-12-07T15:57:26.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:25 smithi042 bash[30444]: cluster 2023-12-07T15:57:24.972373+0000 mon.a (mon.0) 828 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-07T15:57:26.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:25 smithi042 bash[30444]: audit 2023-12-07T15:57:25.344304+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.42:0/3698451608' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2253096720"}]: dispatch 2023-12-07T15:57:26.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:25 smithi042 bash[30444]: audit 2023-12-07T15:57:25.345498+0000 mon.a (mon.0) 829 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2253096720"}]: dispatch 2023-12-07T15:57:27.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:26 smithi178 bash[25068]: audit 2023-12-07T15:57:25.982744+0000 mon.a (mon.0) 830 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2253096720"}]': finished 2023-12-07T15:57:27.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:26 smithi178 bash[25068]: cluster 2023-12-07T15:57:25.982838+0000 mon.a (mon.0) 831 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-07T15:57:27.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:26 smithi178 bash[25068]: cluster 2023-12-07T15:57:26.048718+0000 mgr.y (mgr.24367) 141 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 9 op/s 2023-12-07T15:57:27.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:26 smithi178 bash[25068]: audit 2023-12-07T15:57:26.356562+0000 mon.a (mon.0) 832 : audit [INF] from='client.? 172.21.15.42:0/1077241786' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1403997182"}]: dispatch 2023-12-07T15:57:27.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:26 smithi042 bash[24989]: audit 2023-12-07T15:57:25.982744+0000 mon.a (mon.0) 830 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2253096720"}]': finished 2023-12-07T15:57:27.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:26 smithi042 bash[24989]: cluster 2023-12-07T15:57:25.982838+0000 mon.a (mon.0) 831 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-07T15:57:27.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:26 smithi042 bash[24989]: cluster 2023-12-07T15:57:26.048718+0000 mgr.y (mgr.24367) 141 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 9 op/s 2023-12-07T15:57:27.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:26 smithi042 bash[24989]: audit 2023-12-07T15:57:26.356562+0000 mon.a (mon.0) 832 : audit [INF] from='client.? 172.21.15.42:0/1077241786' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1403997182"}]: dispatch 2023-12-07T15:57:27.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:26 smithi042 bash[30444]: audit 2023-12-07T15:57:25.982744+0000 mon.a (mon.0) 830 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2253096720"}]': finished 2023-12-07T15:57:27.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:26 smithi042 bash[30444]: cluster 2023-12-07T15:57:25.982838+0000 mon.a (mon.0) 831 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-07T15:57:27.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:26 smithi042 bash[30444]: cluster 2023-12-07T15:57:26.048718+0000 mgr.y (mgr.24367) 141 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 9 op/s 2023-12-07T15:57:27.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:26 smithi042 bash[30444]: audit 2023-12-07T15:57:26.356562+0000 mon.a (mon.0) 832 : audit [INF] from='client.? 172.21.15.42:0/1077241786' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1403997182"}]: dispatch 2023-12-07T15:57:28.315 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:28 smithi042 bash[24989]: audit 2023-12-07T15:57:26.986695+0000 mon.a (mon.0) 833 : audit [INF] from='client.? 172.21.15.42:0/1077241786' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1403997182"}]': finished 2023-12-07T15:57:28.315 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:28 smithi042 bash[24989]: cluster 2023-12-07T15:57:26.986907+0000 mon.a (mon.0) 834 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-07T15:57:28.315 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:28 smithi042 bash[24989]: audit 2023-12-07T15:57:27.363660+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.42:0/1594451459' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2211044117"}]: dispatch 2023-12-07T15:57:28.315 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:28 smithi042 bash[24989]: audit 2023-12-07T15:57:27.364599+0000 mon.a (mon.0) 835 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2211044117"}]: dispatch 2023-12-07T15:57:28.315 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:28 smithi042 bash[30444]: audit 2023-12-07T15:57:26.986695+0000 mon.a (mon.0) 833 : audit [INF] from='client.? 172.21.15.42:0/1077241786' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1403997182"}]': finished 2023-12-07T15:57:28.315 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:28 smithi042 bash[30444]: cluster 2023-12-07T15:57:26.986907+0000 mon.a (mon.0) 834 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-07T15:57:28.315 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:28 smithi042 bash[30444]: audit 2023-12-07T15:57:27.363660+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.42:0/1594451459' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2211044117"}]: dispatch 2023-12-07T15:57:28.316 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:28 smithi042 bash[30444]: audit 2023-12-07T15:57:27.364599+0000 mon.a (mon.0) 835 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2211044117"}]: dispatch 2023-12-07T15:57:28.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:28 smithi178 bash[25068]: audit 2023-12-07T15:57:26.986695+0000 mon.a (mon.0) 833 : audit [INF] from='client.? 172.21.15.42:0/1077241786' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1403997182"}]': finished 2023-12-07T15:57:28.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:28 smithi178 bash[25068]: cluster 2023-12-07T15:57:26.986907+0000 mon.a (mon.0) 834 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-07T15:57:28.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:28 smithi178 bash[25068]: audit 2023-12-07T15:57:27.363660+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.42:0/1594451459' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2211044117"}]: dispatch 2023-12-07T15:57:28.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:28 smithi178 bash[25068]: audit 2023-12-07T15:57:27.364599+0000 mon.a (mon.0) 835 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2211044117"}]: dispatch 2023-12-07T15:57:28.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:57:28 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:57:28] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:57:29.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:29 smithi178 bash[25068]: audit 2023-12-07T15:57:27.998517+0000 mon.a (mon.0) 836 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2211044117"}]': finished 2023-12-07T15:57:29.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:29 smithi178 bash[25068]: cluster 2023-12-07T15:57:27.998641+0000 mon.a (mon.0) 837 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-07T15:57:29.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:29 smithi178 bash[25068]: cluster 2023-12-07T15:57:28.049454+0000 mgr.y (mgr.24367) 142 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 9 op/s 2023-12-07T15:57:29.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:29 smithi178 bash[25068]: audit 2023-12-07T15:57:28.310948+0000 mgr.y (mgr.24367) 143 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:29.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:29 smithi178 bash[25068]: audit 2023-12-07T15:57:28.373973+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.42:0/62503565' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1433352221"}]: dispatch 2023-12-07T15:57:29.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:29 smithi178 bash[25068]: audit 2023-12-07T15:57:28.374544+0000 mon.a (mon.0) 838 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1433352221"}]: dispatch 2023-12-07T15:57:29.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:29 smithi042 bash[24989]: audit 2023-12-07T15:57:27.998517+0000 mon.a (mon.0) 836 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2211044117"}]': finished 2023-12-07T15:57:29.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:29 smithi042 bash[24989]: cluster 2023-12-07T15:57:27.998641+0000 mon.a (mon.0) 837 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-07T15:57:29.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:29 smithi042 bash[24989]: cluster 2023-12-07T15:57:28.049454+0000 mgr.y (mgr.24367) 142 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 9 op/s 2023-12-07T15:57:29.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:29 smithi042 bash[24989]: audit 2023-12-07T15:57:28.310948+0000 mgr.y (mgr.24367) 143 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:29.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:29 smithi042 bash[24989]: audit 2023-12-07T15:57:28.373973+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.42:0/62503565' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1433352221"}]: dispatch 2023-12-07T15:57:29.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:29 smithi042 bash[24989]: audit 2023-12-07T15:57:28.374544+0000 mon.a (mon.0) 838 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1433352221"}]: dispatch 2023-12-07T15:57:29.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:29 smithi042 bash[30444]: audit 2023-12-07T15:57:27.998517+0000 mon.a (mon.0) 836 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/2211044117"}]': finished 2023-12-07T15:57:29.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:29 smithi042 bash[30444]: cluster 2023-12-07T15:57:27.998641+0000 mon.a (mon.0) 837 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-07T15:57:29.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:29 smithi042 bash[30444]: cluster 2023-12-07T15:57:28.049454+0000 mgr.y (mgr.24367) 142 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 9 op/s 2023-12-07T15:57:29.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:29 smithi042 bash[30444]: audit 2023-12-07T15:57:28.310948+0000 mgr.y (mgr.24367) 143 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:29.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:29 smithi042 bash[30444]: audit 2023-12-07T15:57:28.373973+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.42:0/62503565' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1433352221"}]: dispatch 2023-12-07T15:57:29.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:29 smithi042 bash[30444]: audit 2023-12-07T15:57:28.374544+0000 mon.a (mon.0) 838 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1433352221"}]: dispatch 2023-12-07T15:57:30.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:30 smithi178 bash[25068]: audit 2023-12-07T15:57:29.011156+0000 mon.a (mon.0) 839 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1433352221"}]': finished 2023-12-07T15:57:30.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:30 smithi178 bash[25068]: cluster 2023-12-07T15:57:29.011331+0000 mon.a (mon.0) 840 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-07T15:57:30.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:30 smithi178 bash[25068]: audit 2023-12-07T15:57:29.379407+0000 mon.a (mon.0) 841 : audit [INF] from='client.? 172.21.15.42:0/3150138731' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/544628887"}]: dispatch 2023-12-07T15:57:30.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:30 smithi042 bash[30444]: audit 2023-12-07T15:57:29.011156+0000 mon.a (mon.0) 839 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1433352221"}]': finished 2023-12-07T15:57:30.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:30 smithi042 bash[30444]: cluster 2023-12-07T15:57:29.011331+0000 mon.a (mon.0) 840 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-07T15:57:30.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:30 smithi042 bash[30444]: audit 2023-12-07T15:57:29.379407+0000 mon.a (mon.0) 841 : audit [INF] from='client.? 172.21.15.42:0/3150138731' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/544628887"}]: dispatch 2023-12-07T15:57:30.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:30 smithi042 bash[24989]: audit 2023-12-07T15:57:29.011156+0000 mon.a (mon.0) 839 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1433352221"}]': finished 2023-12-07T15:57:30.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:30 smithi042 bash[24989]: cluster 2023-12-07T15:57:29.011331+0000 mon.a (mon.0) 840 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-07T15:57:30.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:30 smithi042 bash[24989]: audit 2023-12-07T15:57:29.379407+0000 mon.a (mon.0) 841 : audit [INF] from='client.? 172.21.15.42:0/3150138731' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/544628887"}]: dispatch 2023-12-07T15:57:31.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:31 smithi178 bash[25068]: audit 2023-12-07T15:57:30.024578+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2023-12-07T15:57:31.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:31 smithi178 bash[25068]: audit 2023-12-07T15:57:30.025316+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2023-12-07T15:57:31.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:31 smithi178 bash[25068]: audit 2023-12-07T15:57:30.032340+0000 mon.a (mon.0) 844 : audit [INF] from='client.? 172.21.15.42:0/3150138731' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/544628887"}]': finished 2023-12-07T15:57:31.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:31 smithi178 bash[25068]: cluster 2023-12-07T15:57:30.032740+0000 mon.a (mon.0) 845 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-07T15:57:31.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:31 smithi178 bash[25068]: audit 2023-12-07T15:57:30.033376+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-07T15:57:31.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:31 smithi178 bash[25068]: audit 2023-12-07T15:57:30.033780+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2023-12-07T15:57:31.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:31 smithi178 bash[25068]: cluster 2023-12-07T15:57:30.050158+0000 mgr.y (mgr.24367) 144 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:57:31.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:31 smithi178 bash[25068]: audit 2023-12-07T15:57:30.095648+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:57:31.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:31 smithi178 bash[25068]: audit 2023-12-07T15:57:30.105138+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:57:31.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:31 smithi178 bash[25068]: audit 2023-12-07T15:57:30.411531+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.42:0/74973792' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/544628887"}]: dispatch 2023-12-07T15:57:31.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:31 smithi178 bash[25068]: audit 2023-12-07T15:57:30.412637+0000 mon.a (mon.0) 850 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/544628887"}]: dispatch 2023-12-07T15:57:31.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:31 smithi042 bash[24989]: audit 2023-12-07T15:57:30.024578+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2023-12-07T15:57:31.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:31 smithi042 bash[24989]: audit 2023-12-07T15:57:30.025316+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2023-12-07T15:57:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:31 smithi042 bash[24989]: audit 2023-12-07T15:57:30.032340+0000 mon.a (mon.0) 844 : audit [INF] from='client.? 172.21.15.42:0/3150138731' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/544628887"}]': finished 2023-12-07T15:57:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:31 smithi042 bash[24989]: cluster 2023-12-07T15:57:30.032740+0000 mon.a (mon.0) 845 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-07T15:57:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:31 smithi042 bash[24989]: audit 2023-12-07T15:57:30.033376+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-07T15:57:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:31 smithi042 bash[24989]: audit 2023-12-07T15:57:30.033780+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2023-12-07T15:57:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:31 smithi042 bash[24989]: cluster 2023-12-07T15:57:30.050158+0000 mgr.y (mgr.24367) 144 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:57:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:31 smithi042 bash[24989]: audit 2023-12-07T15:57:30.095648+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:57:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:31 smithi042 bash[24989]: audit 2023-12-07T15:57:30.105138+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:57:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:31 smithi042 bash[24989]: audit 2023-12-07T15:57:30.411531+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.42:0/74973792' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/544628887"}]: dispatch 2023-12-07T15:57:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:31 smithi042 bash[24989]: audit 2023-12-07T15:57:30.412637+0000 mon.a (mon.0) 850 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/544628887"}]: dispatch 2023-12-07T15:57:31.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:31 smithi042 bash[30444]: audit 2023-12-07T15:57:30.024578+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2023-12-07T15:57:31.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:31 smithi042 bash[30444]: audit 2023-12-07T15:57:30.025316+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2023-12-07T15:57:31.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:31 smithi042 bash[30444]: audit 2023-12-07T15:57:30.032340+0000 mon.a (mon.0) 844 : audit [INF] from='client.? 172.21.15.42:0/3150138731' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/544628887"}]': finished 2023-12-07T15:57:31.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:31 smithi042 bash[30444]: cluster 2023-12-07T15:57:30.032740+0000 mon.a (mon.0) 845 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-07T15:57:31.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:31 smithi042 bash[30444]: audit 2023-12-07T15:57:30.033376+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-07T15:57:31.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:31 smithi042 bash[30444]: audit 2023-12-07T15:57:30.033780+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2023-12-07T15:57:31.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:31 smithi042 bash[30444]: cluster 2023-12-07T15:57:30.050158+0000 mgr.y (mgr.24367) 144 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:57:31.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:31 smithi042 bash[30444]: audit 2023-12-07T15:57:30.095648+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:57:31.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:31 smithi042 bash[30444]: audit 2023-12-07T15:57:30.105138+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:57:31.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:31 smithi042 bash[30444]: audit 2023-12-07T15:57:30.411531+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.42:0/74973792' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/544628887"}]: dispatch 2023-12-07T15:57:31.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:31 smithi042 bash[30444]: audit 2023-12-07T15:57:30.412637+0000 mon.a (mon.0) 850 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/544628887"}]: dispatch 2023-12-07T15:57:32.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:32 smithi178 bash[25068]: audit 2023-12-07T15:57:31.038845+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]': finished 2023-12-07T15:57:32.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:32 smithi178 bash[25068]: audit 2023-12-07T15:57:31.038984+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]': finished 2023-12-07T15:57:32.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:32 smithi178 bash[25068]: audit 2023-12-07T15:57:31.039106+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2023-12-07T15:57:32.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:32 smithi178 bash[25068]: audit 2023-12-07T15:57:31.039238+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2023-12-07T15:57:32.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:32 smithi178 bash[25068]: audit 2023-12-07T15:57:31.039403+0000 mon.a (mon.0) 855 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/544628887"}]': finished 2023-12-07T15:57:32.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:32 smithi178 bash[25068]: cluster 2023-12-07T15:57:31.039720+0000 mon.a (mon.0) 856 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-07T15:57:32.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:32 smithi178 bash[25068]: audit 2023-12-07T15:57:31.404098+0000 mon.a (mon.0) 857 : audit [INF] from='client.? 172.21.15.42:0/30371044' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1964395676"}]: dispatch 2023-12-07T15:57:32.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:32 smithi042 bash[24989]: audit 2023-12-07T15:57:31.038845+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]': finished 2023-12-07T15:57:32.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:32 smithi042 bash[24989]: audit 2023-12-07T15:57:31.038984+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]': finished 2023-12-07T15:57:32.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:32 smithi042 bash[24989]: audit 2023-12-07T15:57:31.039106+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2023-12-07T15:57:32.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:32 smithi042 bash[24989]: audit 2023-12-07T15:57:31.039238+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2023-12-07T15:57:32.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:32 smithi042 bash[24989]: audit 2023-12-07T15:57:31.039403+0000 mon.a (mon.0) 855 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/544628887"}]': finished 2023-12-07T15:57:32.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:32 smithi042 bash[24989]: cluster 2023-12-07T15:57:31.039720+0000 mon.a (mon.0) 856 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-07T15:57:32.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:32 smithi042 bash[24989]: audit 2023-12-07T15:57:31.404098+0000 mon.a (mon.0) 857 : audit [INF] from='client.? 172.21.15.42:0/30371044' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1964395676"}]: dispatch 2023-12-07T15:57:32.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:32 smithi042 bash[30444]: audit 2023-12-07T15:57:31.038845+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]': finished 2023-12-07T15:57:32.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:32 smithi042 bash[30444]: audit 2023-12-07T15:57:31.038984+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]': finished 2023-12-07T15:57:32.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:32 smithi042 bash[30444]: audit 2023-12-07T15:57:31.039106+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2023-12-07T15:57:32.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:32 smithi042 bash[30444]: audit 2023-12-07T15:57:31.039238+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2023-12-07T15:57:32.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:32 smithi042 bash[30444]: audit 2023-12-07T15:57:31.039403+0000 mon.a (mon.0) 855 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/544628887"}]': finished 2023-12-07T15:57:32.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:32 smithi042 bash[30444]: cluster 2023-12-07T15:57:31.039720+0000 mon.a (mon.0) 856 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-07T15:57:32.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:32 smithi042 bash[30444]: audit 2023-12-07T15:57:31.404098+0000 mon.a (mon.0) 857 : audit [INF] from='client.? 172.21.15.42:0/30371044' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1964395676"}]: dispatch 2023-12-07T15:57:33.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:33 smithi178 bash[25068]: audit 2023-12-07T15:57:32.043791+0000 mon.a (mon.0) 858 : audit [INF] from='client.? 172.21.15.42:0/30371044' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1964395676"}]': finished 2023-12-07T15:57:33.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:33 smithi178 bash[25068]: cluster 2023-12-07T15:57:32.043982+0000 mon.a (mon.0) 859 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-07T15:57:33.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:33 smithi178 bash[25068]: cluster 2023-12-07T15:57:32.050792+0000 mgr.y (mgr.24367) 145 : cluster [DBG] pgmap v125: 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-07T15:57:33.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:33 smithi178 bash[25068]: audit 2023-12-07T15:57:32.419916+0000 mon.a (mon.0) 860 : audit [INF] from='client.? 172.21.15.42:0/2363096032' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/3364279133"}]: dispatch 2023-12-07T15:57:33.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:33 smithi042 bash[24989]: audit 2023-12-07T15:57:32.043791+0000 mon.a (mon.0) 858 : audit [INF] from='client.? 172.21.15.42:0/30371044' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1964395676"}]': finished 2023-12-07T15:57:33.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:33 smithi042 bash[24989]: cluster 2023-12-07T15:57:32.043982+0000 mon.a (mon.0) 859 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-07T15:57:33.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:33 smithi042 bash[24989]: cluster 2023-12-07T15:57:32.050792+0000 mgr.y (mgr.24367) 145 : cluster [DBG] pgmap v125: 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-07T15:57:33.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:33 smithi042 bash[24989]: audit 2023-12-07T15:57:32.419916+0000 mon.a (mon.0) 860 : audit [INF] from='client.? 172.21.15.42:0/2363096032' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/3364279133"}]: dispatch 2023-12-07T15:57:33.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:33 smithi042 bash[30444]: audit 2023-12-07T15:57:32.043791+0000 mon.a (mon.0) 858 : audit [INF] from='client.? 172.21.15.42:0/30371044' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1964395676"}]': finished 2023-12-07T15:57:33.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:33 smithi042 bash[30444]: cluster 2023-12-07T15:57:32.043982+0000 mon.a (mon.0) 859 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-07T15:57:33.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:33 smithi042 bash[30444]: cluster 2023-12-07T15:57:32.050792+0000 mgr.y (mgr.24367) 145 : cluster [DBG] pgmap v125: 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-07T15:57:33.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:33 smithi042 bash[30444]: audit 2023-12-07T15:57:32.419916+0000 mon.a (mon.0) 860 : audit [INF] from='client.? 172.21.15.42:0/2363096032' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/3364279133"}]: dispatch 2023-12-07T15:57:33.868 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:57:33 smithi042 bash[50134]: level=error ts=2023-12-07T15:57:33.512Z 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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:57:33.868 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:57:33 smithi042 bash[50134]: level=warn ts=2023-12-07T15:57:33.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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:57:33.868 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:57:33 smithi042 bash[50134]: level=warn ts=2023-12-07T15:57:33.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.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:57:34.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:34 smithi178 bash[25068]: audit 2023-12-07T15:57:33.062915+0000 mon.a (mon.0) 861 : audit [INF] from='client.? 172.21.15.42:0/2363096032' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/3364279133"}]': finished 2023-12-07T15:57:34.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:34 smithi178 bash[25068]: cluster 2023-12-07T15:57:33.063163+0000 mon.a (mon.0) 862 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-07T15:57:34.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:34 smithi178 bash[25068]: audit 2023-12-07T15:57:33.427932+0000 mon.a (mon.0) 863 : audit [INF] from='client.? 172.21.15.42:0/3586945854' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1275181729"}]: dispatch 2023-12-07T15:57:34.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:34 smithi042 bash[24989]: audit 2023-12-07T15:57:33.062915+0000 mon.a (mon.0) 861 : audit [INF] from='client.? 172.21.15.42:0/2363096032' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/3364279133"}]': finished 2023-12-07T15:57:34.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:34 smithi042 bash[24989]: cluster 2023-12-07T15:57:33.063163+0000 mon.a (mon.0) 862 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-07T15:57:34.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:34 smithi042 bash[24989]: audit 2023-12-07T15:57:33.427932+0000 mon.a (mon.0) 863 : audit [INF] from='client.? 172.21.15.42:0/3586945854' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1275181729"}]: dispatch 2023-12-07T15:57:34.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:34 smithi042 bash[30444]: audit 2023-12-07T15:57:33.062915+0000 mon.a (mon.0) 861 : audit [INF] from='client.? 172.21.15.42:0/2363096032' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/3364279133"}]': finished 2023-12-07T15:57:34.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:34 smithi042 bash[30444]: cluster 2023-12-07T15:57:33.063163+0000 mon.a (mon.0) 862 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-07T15:57:34.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:34 smithi042 bash[30444]: audit 2023-12-07T15:57:33.427932+0000 mon.a (mon.0) 863 : audit [INF] from='client.? 172.21.15.42:0/3586945854' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1275181729"}]: dispatch 2023-12-07T15:57:35.071 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:57:34 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:57:34] "GET /metrics HTTP/1.1" 200 214857 "" "Prometheus/2.33.4" 2023-12-07T15:57:35.072 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:35 smithi042 bash[24989]: cluster 2023-12-07T15:57:34.051501+0000 mgr.y (mgr.24367) 146 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:57:35.072 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:35 smithi042 bash[24989]: audit 2023-12-07T15:57:34.069495+0000 mon.a (mon.0) 864 : audit [INF] from='client.? 172.21.15.42:0/3586945854' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1275181729"}]': finished 2023-12-07T15:57:35.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:35 smithi178 bash[25068]: cluster 2023-12-07T15:57:34.051501+0000 mgr.y (mgr.24367) 146 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:57:35.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:35 smithi178 bash[25068]: audit 2023-12-07T15:57:34.069495+0000 mon.a (mon.0) 864 : audit [INF] from='client.? 172.21.15.42:0/3586945854' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1275181729"}]': finished 2023-12-07T15:57:35.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:35 smithi178 bash[25068]: cluster 2023-12-07T15:57:34.069586+0000 mon.a (mon.0) 865 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-07T15:57:35.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:35 smithi178 bash[25068]: audit 2023-12-07T15:57:34.432021+0000 mon.a (mon.0) 866 : audit [INF] from='client.? 172.21.15.42:0/4060807297' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1049115118"}]: dispatch 2023-12-07T15:57:35.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:35 smithi042 bash[24989]: cluster 2023-12-07T15:57:34.069586+0000 mon.a (mon.0) 865 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-07T15:57:35.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:35 smithi042 bash[24989]: audit 2023-12-07T15:57:34.432021+0000 mon.a (mon.0) 866 : audit [INF] from='client.? 172.21.15.42:0/4060807297' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1049115118"}]: dispatch 2023-12-07T15:57:35.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:35 smithi042 bash[30444]: cluster 2023-12-07T15:57:34.051501+0000 mgr.y (mgr.24367) 146 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:57:35.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:35 smithi042 bash[30444]: audit 2023-12-07T15:57:34.069495+0000 mon.a (mon.0) 864 : audit [INF] from='client.? 172.21.15.42:0/3586945854' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1275181729"}]': finished 2023-12-07T15:57:35.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:35 smithi042 bash[30444]: cluster 2023-12-07T15:57:34.069586+0000 mon.a (mon.0) 865 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-07T15:57:35.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:35 smithi042 bash[30444]: audit 2023-12-07T15:57:34.432021+0000 mon.a (mon.0) 866 : audit [INF] from='client.? 172.21.15.42:0/4060807297' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1049115118"}]: dispatch 2023-12-07T15:57:36.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:36 smithi178 bash[25068]: audit 2023-12-07T15:57:35.077301+0000 mon.a (mon.0) 867 : audit [INF] from='client.? 172.21.15.42:0/4060807297' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1049115118"}]': finished 2023-12-07T15:57:36.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:36 smithi178 bash[25068]: cluster 2023-12-07T15:57:35.077443+0000 mon.a (mon.0) 868 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-07T15:57:36.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:36 smithi042 bash[24989]: audit 2023-12-07T15:57:35.077301+0000 mon.a (mon.0) 867 : audit [INF] from='client.? 172.21.15.42:0/4060807297' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1049115118"}]': finished 2023-12-07T15:57:36.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:36 smithi042 bash[24989]: cluster 2023-12-07T15:57:35.077443+0000 mon.a (mon.0) 868 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-07T15:57:36.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:36 smithi042 bash[30444]: audit 2023-12-07T15:57:35.077301+0000 mon.a (mon.0) 867 : audit [INF] from='client.? 172.21.15.42:0/4060807297' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/1049115118"}]': finished 2023-12-07T15:57:36.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:36 smithi042 bash[30444]: cluster 2023-12-07T15:57:35.077443+0000 mon.a (mon.0) 868 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-07T15:57:38.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:37 smithi178 bash[25068]: cluster 2023-12-07T15:57:36.053256+0000 mgr.y (mgr.24367) 147 : cluster [DBG] pgmap v130: 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-07T15:57:38.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:37 smithi042 bash[24989]: cluster 2023-12-07T15:57:36.053256+0000 mgr.y (mgr.24367) 147 : cluster [DBG] pgmap v130: 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-07T15:57:38.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:37 smithi042 bash[30444]: cluster 2023-12-07T15:57:36.053256+0000 mgr.y (mgr.24367) 147 : cluster [DBG] pgmap v130: 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-07T15:57:38.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:57:38 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:57:38] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:57:40.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:39 smithi178 bash[25068]: cluster 2023-12-07T15:57:38.054018+0000 mgr.y (mgr.24367) 148 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-07T15:57:40.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:39 smithi178 bash[25068]: audit 2023-12-07T15:57:38.320939+0000 mgr.y (mgr.24367) 149 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:40.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:39 smithi042 bash[24989]: cluster 2023-12-07T15:57:38.054018+0000 mgr.y (mgr.24367) 148 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-07T15:57:40.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:39 smithi042 bash[24989]: audit 2023-12-07T15:57:38.320939+0000 mgr.y (mgr.24367) 149 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:40.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:39 smithi042 bash[30444]: cluster 2023-12-07T15:57:38.054018+0000 mgr.y (mgr.24367) 148 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-07T15:57:40.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:39 smithi042 bash[30444]: audit 2023-12-07T15:57:38.320939+0000 mgr.y (mgr.24367) 149 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:42.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:41 smithi178 bash[25068]: cluster 2023-12-07T15:57:40.054780+0000 mgr.y (mgr.24367) 150 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 731 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-07T15:57:42.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:41 smithi042 bash[24989]: cluster 2023-12-07T15:57:40.054780+0000 mgr.y (mgr.24367) 150 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 731 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-07T15:57:42.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:41 smithi042 bash[30444]: cluster 2023-12-07T15:57:40.054780+0000 mgr.y (mgr.24367) 150 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 731 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-07T15:57:43.825 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:57:43 smithi042 bash[50134]: level=error ts=2023-12-07T15:57:43.514Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=2 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:57:43.825 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:57:43 smithi042 bash[50134]: level=warn ts=2023-12-07T15:57:43.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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:57:43.825 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:57:43 smithi042 bash[50134]: level=warn ts=2023-12-07T15:57:43.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.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:57:44.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:43 smithi178 bash[25068]: cluster 2023-12-07T15:57:42.056559+0000 mgr.y (mgr.24367) 151 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-07T15:57:44.118 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:43 smithi042 bash[30444]: cluster 2023-12-07T15:57:42.056559+0000 mgr.y (mgr.24367) 151 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-07T15:57:44.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:43 smithi042 bash[24989]: cluster 2023-12-07T15:57:42.056559+0000 mgr.y (mgr.24367) 151 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-07T15:57:45.118 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:57:44 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:57:44] "GET /metrics HTTP/1.1" 200 214857 "" "Prometheus/2.33.4" 2023-12-07T15:57:46.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:45 smithi178 bash[25068]: cluster 2023-12-07T15:57:44.057299+0000 mgr.y (mgr.24367) 152 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-07T15:57:46.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:45 smithi042 bash[24989]: cluster 2023-12-07T15:57:44.057299+0000 mgr.y (mgr.24367) 152 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-07T15:57:46.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:45 smithi042 bash[30444]: cluster 2023-12-07T15:57:44.057299+0000 mgr.y (mgr.24367) 152 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-07T15:57:48.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:47 smithi178 bash[25068]: cluster 2023-12-07T15:57:46.058987+0000 mgr.y (mgr.24367) 153 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-07T15:57:48.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:47 smithi042 bash[24989]: cluster 2023-12-07T15:57:46.058987+0000 mgr.y (mgr.24367) 153 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-07T15:57:48.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:47 smithi042 bash[30444]: cluster 2023-12-07T15:57:46.058987+0000 mgr.y (mgr.24367) 153 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-07T15:57:48.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:57:48 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:57:48] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:57:50.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:49 smithi178 bash[25068]: cluster 2023-12-07T15:57:48.059680+0000 mgr.y (mgr.24367) 154 : cluster [DBG] pgmap v136: 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-07T15:57:50.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:49 smithi178 bash[25068]: audit 2023-12-07T15:57:48.330317+0000 mgr.y (mgr.24367) 155 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:50.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:49 smithi042 bash[24989]: cluster 2023-12-07T15:57:48.059680+0000 mgr.y (mgr.24367) 154 : cluster [DBG] pgmap v136: 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-07T15:57:50.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:49 smithi042 bash[24989]: audit 2023-12-07T15:57:48.330317+0000 mgr.y (mgr.24367) 155 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:50.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:49 smithi042 bash[30444]: cluster 2023-12-07T15:57:48.059680+0000 mgr.y (mgr.24367) 154 : cluster [DBG] pgmap v136: 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-07T15:57:50.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:49 smithi042 bash[30444]: audit 2023-12-07T15:57:48.330317+0000 mgr.y (mgr.24367) 155 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:52.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:51 smithi178 bash[25068]: cluster 2023-12-07T15:57:50.060452+0000 mgr.y (mgr.24367) 156 : cluster [DBG] pgmap v137: 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-07T15:57:52.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:51 smithi042 bash[24989]: cluster 2023-12-07T15:57:50.060452+0000 mgr.y (mgr.24367) 156 : cluster [DBG] pgmap v137: 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-07T15:57:52.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:51 smithi042 bash[30444]: cluster 2023-12-07T15:57:50.060452+0000 mgr.y (mgr.24367) 156 : cluster [DBG] pgmap v137: 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-07T15:57:53.847 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:57:53 smithi042 bash[50134]: level=error ts=2023-12-07T15:57:53.514Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=2 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:57:53.847 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:57:53 smithi042 bash[50134]: level=warn ts=2023-12-07T15:57: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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:57:53.847 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:57:53 smithi042 bash[50134]: level=warn ts=2023-12-07T15:57: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.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:57:54.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:53 smithi178 bash[25068]: cluster 2023-12-07T15:57:52.062221+0000 mgr.y (mgr.24367) 157 : 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 2023-12-07T15:57:54.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:53 smithi042 bash[24989]: cluster 2023-12-07T15:57:52.062221+0000 mgr.y (mgr.24367) 157 : 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 2023-12-07T15:57:54.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:53 smithi042 bash[30444]: cluster 2023-12-07T15:57:52.062221+0000 mgr.y (mgr.24367) 157 : 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 2023-12-07T15:57:55.119 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:57:54 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:57:54] "GET /metrics HTTP/1.1" 200 214817 "" "Prometheus/2.33.4" 2023-12-07T15:57:56.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:55 smithi178 bash[25068]: cluster 2023-12-07T15:57:54.062983+0000 mgr.y (mgr.24367) 158 : 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-07T15:57:56.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:55 smithi042 bash[24989]: cluster 2023-12-07T15:57:54.062983+0000 mgr.y (mgr.24367) 158 : 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-07T15:57:56.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:55 smithi042 bash[30444]: cluster 2023-12-07T15:57:54.062983+0000 mgr.y (mgr.24367) 158 : 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-07T15:57:58.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:57 smithi042 bash[24989]: cluster 2023-12-07T15:57:56.064642+0000 mgr.y (mgr.24367) 159 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:57:58.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:57 smithi042 bash[30444]: cluster 2023-12-07T15:57:56.064642+0000 mgr.y (mgr.24367) 159 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:57:58.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:57 smithi178 bash[25068]: cluster 2023-12-07T15:57:56.064642+0000 mgr.y (mgr.24367) 159 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:57:58.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:57:58 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:57:58] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:58:00.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:59 smithi042 bash[24989]: cluster 2023-12-07T15:57:58.065388+0000 mgr.y (mgr.24367) 160 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:00.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:57:59 smithi042 bash[24989]: audit 2023-12-07T15:57:58.340723+0000 mgr.y (mgr.24367) 161 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:00.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:59 smithi042 bash[30444]: cluster 2023-12-07T15:57:58.065388+0000 mgr.y (mgr.24367) 160 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:00.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:57:59 smithi042 bash[30444]: audit 2023-12-07T15:57:58.340723+0000 mgr.y (mgr.24367) 161 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:00.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:59 smithi178 bash[25068]: cluster 2023-12-07T15:57:58.065388+0000 mgr.y (mgr.24367) 160 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:00.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:57:59 smithi178 bash[25068]: audit 2023-12-07T15:57:58.340723+0000 mgr.y (mgr.24367) 161 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:02.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:01 smithi042 bash[30444]: cluster 2023-12-07T15:58:00.066124+0000 mgr.y (mgr.24367) 162 : 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-07T15:58:02.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:01 smithi042 bash[24989]: cluster 2023-12-07T15:58:00.066124+0000 mgr.y (mgr.24367) 162 : 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-07T15:58:02.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:01 smithi178 bash[25068]: cluster 2023-12-07T15:58:00.066124+0000 mgr.y (mgr.24367) 162 : 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-07T15:58:03.868 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:58:03 smithi042 bash[50134]: level=error ts=2023-12-07T15:58:03.515Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=2 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:58:03.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:58:03 smithi042 bash[50134]: level=warn ts=2023-12-07T15:58:03.520Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:58:03.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:58:03 smithi042 bash[50134]: level=warn ts=2023-12-07T15:58:03.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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:58:04.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:03 smithi178 bash[25068]: cluster 2023-12-07T15:58:02.067978+0000 mgr.y (mgr.24367) 163 : 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-07T15:58:04.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:03 smithi042 bash[30444]: cluster 2023-12-07T15:58:02.067978+0000 mgr.y (mgr.24367) 163 : 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-07T15:58:04.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:03 smithi042 bash[24989]: cluster 2023-12-07T15:58:02.067978+0000 mgr.y (mgr.24367) 163 : 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-07T15:58:05.118 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:58:04 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:58:04] "GET /metrics HTTP/1.1" 200 214779 "" "Prometheus/2.33.4" 2023-12-07T15:58:06.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:05 smithi178 bash[25068]: cluster 2023-12-07T15:58:04.068806+0000 mgr.y (mgr.24367) 164 : 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-07T15:58:06.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:05 smithi042 bash[24989]: cluster 2023-12-07T15:58:04.068806+0000 mgr.y (mgr.24367) 164 : 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-07T15:58:06.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:05 smithi042 bash[30444]: cluster 2023-12-07T15:58:04.068806+0000 mgr.y (mgr.24367) 164 : 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-07T15:58:08.352 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:07 smithi042 bash[24989]: cluster 2023-12-07T15:58:06.070488+0000 mgr.y (mgr.24367) 165 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:08.353 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:07 smithi042 bash[30444]: cluster 2023-12-07T15:58:06.070488+0000 mgr.y (mgr.24367) 165 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:08.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:07 smithi178 bash[25068]: cluster 2023-12-07T15:58:06.070488+0000 mgr.y (mgr.24367) 165 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:08.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:58:08 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:58:08] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:58:10.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:09 smithi178 bash[25068]: cluster 2023-12-07T15:58:08.071256+0000 mgr.y (mgr.24367) 166 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:10.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:09 smithi178 bash[25068]: audit 2023-12-07T15:58:08.348600+0000 mgr.y (mgr.24367) 167 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:10.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:09 smithi042 bash[24989]: cluster 2023-12-07T15:58:08.071256+0000 mgr.y (mgr.24367) 166 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:10.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:09 smithi042 bash[24989]: audit 2023-12-07T15:58:08.348600+0000 mgr.y (mgr.24367) 167 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:10.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:09 smithi042 bash[30444]: cluster 2023-12-07T15:58:08.071256+0000 mgr.y (mgr.24367) 166 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:10.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:09 smithi042 bash[30444]: audit 2023-12-07T15:58:08.348600+0000 mgr.y (mgr.24367) 167 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:12.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:11 smithi178 bash[25068]: cluster 2023-12-07T15:58:10.072009+0000 mgr.y (mgr.24367) 168 : 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-07T15:58:12.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:11 smithi042 bash[24989]: cluster 2023-12-07T15:58:10.072009+0000 mgr.y (mgr.24367) 168 : 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-07T15:58:12.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:11 smithi042 bash[30444]: cluster 2023-12-07T15:58:10.072009+0000 mgr.y (mgr.24367) 168 : 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-07T15:58:13.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:58:13 smithi042 bash[50134]: level=error ts=2023-12-07T15:58:13.516Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=2 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:58:13.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:58:13 smithi042 bash[50134]: level=warn ts=2023-12-07T15:58:13.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.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:58:13.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:58:13 smithi042 bash[50134]: level=warn ts=2023-12-07T15:58:13.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:58:14.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:13 smithi178 bash[25068]: cluster 2023-12-07T15:58:12.073795+0000 mgr.y (mgr.24367) 169 : 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-07T15:58:14.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:13 smithi042 bash[24989]: cluster 2023-12-07T15:58:12.073795+0000 mgr.y (mgr.24367) 169 : 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-07T15:58:14.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:13 smithi042 bash[30444]: cluster 2023-12-07T15:58:12.073795+0000 mgr.y (mgr.24367) 169 : 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-07T15:58:15.119 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:58:14 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:58:14] "GET /metrics HTTP/1.1" 200 214779 "" "Prometheus/2.33.4" 2023-12-07T15:58:16.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:15 smithi178 bash[25068]: cluster 2023-12-07T15:58:14.074549+0000 mgr.y (mgr.24367) 170 : 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-07T15:58:16.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:15 smithi042 bash[24989]: cluster 2023-12-07T15:58:14.074549+0000 mgr.y (mgr.24367) 170 : 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-07T15:58:16.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:15 smithi042 bash[30444]: cluster 2023-12-07T15:58:14.074549+0000 mgr.y (mgr.24367) 170 : 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-07T15:58:18.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:17 smithi178 bash[25068]: cluster 2023-12-07T15:58:16.076325+0000 mgr.y (mgr.24367) 171 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:18.363 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:17 smithi042 bash[24989]: cluster 2023-12-07T15:58:16.076325+0000 mgr.y (mgr.24367) 171 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:18.363 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:17 smithi042 bash[30444]: cluster 2023-12-07T15:58:16.076325+0000 mgr.y (mgr.24367) 171 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:18.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:58:18 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:58:18] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:58:20.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:19 smithi178 bash[25068]: cluster 2023-12-07T15:58:18.077055+0000 mgr.y (mgr.24367) 172 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:20.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:19 smithi178 bash[25068]: audit 2023-12-07T15:58:18.359245+0000 mgr.y (mgr.24367) 173 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:20.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:19 smithi042 bash[24989]: cluster 2023-12-07T15:58:18.077055+0000 mgr.y (mgr.24367) 172 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:20.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:19 smithi042 bash[24989]: audit 2023-12-07T15:58:18.359245+0000 mgr.y (mgr.24367) 173 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:20.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:19 smithi042 bash[30444]: cluster 2023-12-07T15:58:18.077055+0000 mgr.y (mgr.24367) 172 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:20.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:19 smithi042 bash[30444]: audit 2023-12-07T15:58:18.359245+0000 mgr.y (mgr.24367) 173 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:22.242 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:21 smithi178 bash[25068]: cluster 2023-12-07T15:58:20.077933+0000 mgr.y (mgr.24367) 174 : 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-07T15:58:22.244 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:21 smithi042 bash[30444]: cluster 2023-12-07T15:58:20.077933+0000 mgr.y (mgr.24367) 174 : 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-07T15:58:22.244 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:21 smithi042 bash[24989]: cluster 2023-12-07T15:58:20.077933+0000 mgr.y (mgr.24367) 174 : 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-07T15:58:23.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:22 smithi178 bash[25068]: audit 2023-12-07T15:58:21.952319+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:23.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:22 smithi178 bash[25068]: audit 2023-12-07T15:58:21.954514+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:23.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:22 smithi178 bash[25068]: audit 2023-12-07T15:58:22.261507+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:58:23.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:22 smithi178 bash[25068]: audit 2023-12-07T15:58:22.268751+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:58:23.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:22 smithi178 bash[25068]: audit 2023-12-07T15:58:22.563268+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:58:23.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:22 smithi042 bash[24989]: audit 2023-12-07T15:58:21.952319+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:23.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:22 smithi042 bash[24989]: audit 2023-12-07T15:58:21.954514+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:23.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:22 smithi042 bash[24989]: audit 2023-12-07T15:58:22.261507+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:58:23.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:22 smithi042 bash[24989]: audit 2023-12-07T15:58:22.268751+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:58:23.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:22 smithi042 bash[24989]: audit 2023-12-07T15:58:22.563268+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:58:23.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:22 smithi042 bash[30444]: audit 2023-12-07T15:58:21.952319+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:23.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:22 smithi042 bash[30444]: audit 2023-12-07T15:58:21.954514+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:23.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:22 smithi042 bash[30444]: audit 2023-12-07T15:58:22.261507+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:58:23.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:22 smithi042 bash[30444]: audit 2023-12-07T15:58:22.268751+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:58:23.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:22 smithi042 bash[30444]: audit 2023-12-07T15:58:22.563268+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:58:23.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:58:23 smithi042 bash[50134]: level=error ts=2023-12-07T15:58:23.517Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=2 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:58:23.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:58:23 smithi042 bash[50134]: level=warn ts=2023-12-07T15:58:23.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:58:23.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:58:23 smithi042 bash[50134]: level=warn ts=2023-12-07T15:58:23.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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:58:24.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:23 smithi178 bash[25068]: cluster 2023-12-07T15:58:22.079711+0000 mgr.y (mgr.24367) 175 : 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-07T15:58:24.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:23 smithi042 bash[24989]: cluster 2023-12-07T15:58:22.079711+0000 mgr.y (mgr.24367) 175 : 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-07T15:58:24.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:23 smithi042 bash[30444]: cluster 2023-12-07T15:58:22.079711+0000 mgr.y (mgr.24367) 175 : 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-07T15:58:24.973 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:58:24 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:58:24] "GET /metrics HTTP/1.1" 200 214760 "" "Prometheus/2.33.4" 2023-12-07T15:58:25.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:24 smithi178 bash[25068]: cluster 2023-12-07T15:58:24.080542+0000 mgr.y (mgr.24367) 176 : 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-07T15:58:25.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:24 smithi042 bash[24989]: cluster 2023-12-07T15:58:24.080542+0000 mgr.y (mgr.24367) 176 : 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-07T15:58:25.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:24 smithi042 bash[30444]: cluster 2023-12-07T15:58:24.080542+0000 mgr.y (mgr.24367) 176 : 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-07T15:58:28.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:27 smithi178 bash[25068]: cluster 2023-12-07T15:58:26.082282+0000 mgr.y (mgr.24367) 177 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:28.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:27 smithi042 bash[24989]: cluster 2023-12-07T15:58:26.082282+0000 mgr.y (mgr.24367) 177 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:28.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:27 smithi042 bash[30444]: cluster 2023-12-07T15:58:26.082282+0000 mgr.y (mgr.24367) 177 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:28.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:58:28 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:58:28] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:58:30.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:29 smithi178 bash[25068]: cluster 2023-12-07T15:58:28.083049+0000 mgr.y (mgr.24367) 178 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:30.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:29 smithi178 bash[25068]: audit 2023-12-07T15:58:28.368810+0000 mgr.y (mgr.24367) 179 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:30.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:29 smithi042 bash[24989]: cluster 2023-12-07T15:58:28.083049+0000 mgr.y (mgr.24367) 178 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:30.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:29 smithi042 bash[24989]: audit 2023-12-07T15:58:28.368810+0000 mgr.y (mgr.24367) 179 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:30.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:29 smithi042 bash[30444]: cluster 2023-12-07T15:58:28.083049+0000 mgr.y (mgr.24367) 178 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:30.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:29 smithi042 bash[30444]: audit 2023-12-07T15:58:28.368810+0000 mgr.y (mgr.24367) 179 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:31.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:30 smithi178 bash[25068]: audit 2023-12-07T15:58:30.112738+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:58:31.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:30 smithi178 bash[25068]: audit 2023-12-07T15:58:30.118873+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:58:31.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:30 smithi042 bash[24989]: audit 2023-12-07T15:58:30.112738+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:58:31.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:30 smithi042 bash[24989]: audit 2023-12-07T15:58:30.118873+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:58:31.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:30 smithi042 bash[30444]: audit 2023-12-07T15:58:30.112738+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:58:31.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:30 smithi042 bash[30444]: audit 2023-12-07T15:58:30.118873+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:58:32.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:31 smithi178 bash[25068]: cluster 2023-12-07T15:58:30.083792+0000 mgr.y (mgr.24367) 180 : 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-07T15:58:32.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:31 smithi042 bash[30444]: cluster 2023-12-07T15:58:30.083792+0000 mgr.y (mgr.24367) 180 : 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-07T15:58:32.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:31 smithi042 bash[24989]: cluster 2023-12-07T15:58:30.083792+0000 mgr.y (mgr.24367) 180 : 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-07T15:58:33.849 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:58:33 smithi042 bash[50134]: level=error ts=2023-12-07T15:58:33.518Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=2 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:58:33.849 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:58:33 smithi042 bash[50134]: level=warn ts=2023-12-07T15:58:33.522Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:58:33.849 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:58:33 smithi042 bash[50134]: level=warn ts=2023-12-07T15:58:33.522Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:58:34.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:33 smithi178 bash[25068]: cluster 2023-12-07T15:58:32.085589+0000 mgr.y (mgr.24367) 181 : 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-07T15:58:34.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:33 smithi042 bash[24989]: cluster 2023-12-07T15:58:32.085589+0000 mgr.y (mgr.24367) 181 : 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-07T15:58:34.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:33 smithi042 bash[30444]: cluster 2023-12-07T15:58:32.085589+0000 mgr.y (mgr.24367) 181 : 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-07T15:58:35.119 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:58:34 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:58:34] "GET /metrics HTTP/1.1" 200 214759 "" "Prometheus/2.33.4" 2023-12-07T15:58:36.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:35 smithi178 bash[25068]: cluster 2023-12-07T15:58:34.086329+0000 mgr.y (mgr.24367) 182 : 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-07T15:58:36.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:35 smithi042 bash[24989]: cluster 2023-12-07T15:58:34.086329+0000 mgr.y (mgr.24367) 182 : 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-07T15:58:36.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:35 smithi042 bash[30444]: cluster 2023-12-07T15:58:34.086329+0000 mgr.y (mgr.24367) 182 : 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-07T15:58:38.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:37 smithi042 bash[24989]: cluster 2023-12-07T15:58:36.088052+0000 mgr.y (mgr.24367) 183 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:38.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:37 smithi042 bash[30444]: cluster 2023-12-07T15:58:36.088052+0000 mgr.y (mgr.24367) 183 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:38.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:37 smithi178 bash[25068]: cluster 2023-12-07T15:58:36.088052+0000 mgr.y (mgr.24367) 183 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:38.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:58:38 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:58:38] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:58:40.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:39 smithi042 bash[24989]: cluster 2023-12-07T15:58:38.088758+0000 mgr.y (mgr.24367) 184 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:40.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:39 smithi042 bash[24989]: audit 2023-12-07T15:58:38.376802+0000 mgr.y (mgr.24367) 185 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:40.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:39 smithi042 bash[30444]: cluster 2023-12-07T15:58:38.088758+0000 mgr.y (mgr.24367) 184 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:40.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:39 smithi042 bash[30444]: audit 2023-12-07T15:58:38.376802+0000 mgr.y (mgr.24367) 185 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:40.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:39 smithi178 bash[25068]: cluster 2023-12-07T15:58:38.088758+0000 mgr.y (mgr.24367) 184 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:40.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:39 smithi178 bash[25068]: audit 2023-12-07T15:58:38.376802+0000 mgr.y (mgr.24367) 185 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:42.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:41 smithi042 bash[24989]: cluster 2023-12-07T15:58:40.089538+0000 mgr.y (mgr.24367) 186 : 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-07T15:58:42.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:41 smithi042 bash[30444]: cluster 2023-12-07T15:58:40.089538+0000 mgr.y (mgr.24367) 186 : 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-07T15:58:42.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:41 smithi178 bash[25068]: cluster 2023-12-07T15:58:40.089538+0000 mgr.y (mgr.24367) 186 : 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-07T15:58:43.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:58:43 smithi042 bash[50134]: level=error ts=2023-12-07T15:58:43.518Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=2 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:58:43.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:58:43 smithi042 bash[50134]: level=warn ts=2023-12-07T15:58:43.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.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:58:43.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:58:43 smithi042 bash[50134]: level=warn ts=2023-12-07T15:58:43.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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:58:44.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:43 smithi178 bash[25068]: cluster 2023-12-07T15:58:42.091393+0000 mgr.y (mgr.24367) 187 : 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-07T15:58:44.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:43 smithi042 bash[24989]: cluster 2023-12-07T15:58:42.091393+0000 mgr.y (mgr.24367) 187 : 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-07T15:58:44.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:43 smithi042 bash[30444]: cluster 2023-12-07T15:58:42.091393+0000 mgr.y (mgr.24367) 187 : 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-07T15:58:45.118 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:58:44 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:58:44] "GET /metrics HTTP/1.1" 200 214759 "" "Prometheus/2.33.4" 2023-12-07T15:58:46.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:45 smithi178 bash[25068]: cluster 2023-12-07T15:58:44.092355+0000 mgr.y (mgr.24367) 188 : 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-07T15:58:46.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:45 smithi042 bash[24989]: cluster 2023-12-07T15:58:44.092355+0000 mgr.y (mgr.24367) 188 : 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-07T15:58:46.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:45 smithi042 bash[30444]: cluster 2023-12-07T15:58:44.092355+0000 mgr.y (mgr.24367) 188 : 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-07T15:58:48.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:47 smithi178 bash[25068]: cluster 2023-12-07T15:58:46.094137+0000 mgr.y (mgr.24367) 189 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:48.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:47 smithi042 bash[24989]: cluster 2023-12-07T15:58:46.094137+0000 mgr.y (mgr.24367) 189 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:48.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:47 smithi042 bash[30444]: cluster 2023-12-07T15:58:46.094137+0000 mgr.y (mgr.24367) 189 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:48.858 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:58:48 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:58:48] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:58:50.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:49 smithi178 bash[25068]: cluster 2023-12-07T15:58:48.095028+0000 mgr.y (mgr.24367) 190 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:50.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:49 smithi178 bash[25068]: audit 2023-12-07T15:58:48.384831+0000 mgr.y (mgr.24367) 191 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:50.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:49 smithi042 bash[24989]: cluster 2023-12-07T15:58:48.095028+0000 mgr.y (mgr.24367) 190 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:50.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:49 smithi042 bash[24989]: audit 2023-12-07T15:58:48.384831+0000 mgr.y (mgr.24367) 191 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:50.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:49 smithi042 bash[30444]: cluster 2023-12-07T15:58:48.095028+0000 mgr.y (mgr.24367) 190 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:50.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:49 smithi042 bash[30444]: audit 2023-12-07T15:58:48.384831+0000 mgr.y (mgr.24367) 191 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:52.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:51 smithi178 bash[25068]: cluster 2023-12-07T15:58:50.095773+0000 mgr.y (mgr.24367) 192 : 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-07T15:58:52.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:51 smithi042 bash[24989]: cluster 2023-12-07T15:58:50.095773+0000 mgr.y (mgr.24367) 192 : 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-07T15:58:52.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:51 smithi042 bash[30444]: cluster 2023-12-07T15:58:50.095773+0000 mgr.y (mgr.24367) 192 : 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-07T15:58:53.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:58:53 smithi042 bash[50134]: level=error ts=2023-12-07T15:58:53.519Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=2 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:58:53.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:58:53 smithi042 bash[50134]: level=warn ts=2023-12-07T15:58:53.523Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:58:53.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:58:53 smithi042 bash[50134]: level=warn ts=2023-12-07T15:58:53.524Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:58:54.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:53 smithi178 bash[25068]: cluster 2023-12-07T15:58:52.097482+0000 mgr.y (mgr.24367) 193 : 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-07T15:58:54.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:53 smithi042 bash[24989]: cluster 2023-12-07T15:58:52.097482+0000 mgr.y (mgr.24367) 193 : 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-07T15:58:54.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:53 smithi042 bash[30444]: cluster 2023-12-07T15:58:52.097482+0000 mgr.y (mgr.24367) 193 : 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-07T15:58:55.119 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:58:54 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:58:54] "GET /metrics HTTP/1.1" 200 214752 "" "Prometheus/2.33.4" 2023-12-07T15:58:56.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:55 smithi178 bash[25068]: cluster 2023-12-07T15:58:54.098228+0000 mgr.y (mgr.24367) 194 : 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-07T15:58:56.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:55 smithi042 bash[24989]: cluster 2023-12-07T15:58:54.098228+0000 mgr.y (mgr.24367) 194 : 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-07T15:58:56.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:55 smithi042 bash[30444]: cluster 2023-12-07T15:58:54.098228+0000 mgr.y (mgr.24367) 194 : 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-07T15:58:58.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:57 smithi178 bash[25068]: cluster 2023-12-07T15:58:56.099921+0000 mgr.y (mgr.24367) 195 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:58.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:57 smithi042 bash[24989]: cluster 2023-12-07T15:58:56.099921+0000 mgr.y (mgr.24367) 195 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:58.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:57 smithi042 bash[30444]: cluster 2023-12-07T15:58:56.099921+0000 mgr.y (mgr.24367) 195 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:58.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:58:58 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:58:58] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:59:00.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:59 smithi178 bash[25068]: cluster 2023-12-07T15:58:58.100673+0000 mgr.y (mgr.24367) 196 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:00.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:58:59 smithi178 bash[25068]: audit 2023-12-07T15:58:58.396073+0000 mgr.y (mgr.24367) 197 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:00.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:59 smithi042 bash[24989]: cluster 2023-12-07T15:58:58.100673+0000 mgr.y (mgr.24367) 196 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:00.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:58:59 smithi042 bash[24989]: audit 2023-12-07T15:58:58.396073+0000 mgr.y (mgr.24367) 197 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:00.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:59 smithi042 bash[30444]: cluster 2023-12-07T15:58:58.100673+0000 mgr.y (mgr.24367) 196 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:00.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:58:59 smithi042 bash[30444]: audit 2023-12-07T15:58:58.396073+0000 mgr.y (mgr.24367) 197 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:02.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:01 smithi178 bash[25068]: cluster 2023-12-07T15:59:00.101394+0000 mgr.y (mgr.24367) 198 : 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-07T15:59:02.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:01 smithi042 bash[24989]: cluster 2023-12-07T15:59:00.101394+0000 mgr.y (mgr.24367) 198 : 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-07T15:59:02.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:01 smithi042 bash[30444]: cluster 2023-12-07T15:59:00.101394+0000 mgr.y (mgr.24367) 198 : 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-07T15:59:03.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:59:03 smithi042 bash[50134]: level=error ts=2023-12-07T15:59:03.519Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=2 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:59:03.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:59:03 smithi042 bash[50134]: level=warn ts=2023-12-07T15:59:03.524Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:59:03.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:59:03 smithi042 bash[50134]: level=warn ts=2023-12-07T15:59:03.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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:59:04.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:03 smithi178 bash[25068]: cluster 2023-12-07T15:59:02.103306+0000 mgr.y (mgr.24367) 199 : 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-07T15:59:04.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:03 smithi042 bash[24989]: cluster 2023-12-07T15:59:02.103306+0000 mgr.y (mgr.24367) 199 : 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-07T15:59:04.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:03 smithi042 bash[30444]: cluster 2023-12-07T15:59:02.103306+0000 mgr.y (mgr.24367) 199 : 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-07T15:59:05.119 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:59:04 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:59:04] "GET /metrics HTTP/1.1" 200 214764 "" "Prometheus/2.33.4" 2023-12-07T15:59:06.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:05 smithi178 bash[25068]: cluster 2023-12-07T15:59:04.104054+0000 mgr.y (mgr.24367) 200 : 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-07T15:59:06.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:05 smithi042 bash[30444]: cluster 2023-12-07T15:59:04.104054+0000 mgr.y (mgr.24367) 200 : 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-07T15:59:06.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:05 smithi042 bash[24989]: cluster 2023-12-07T15:59:04.104054+0000 mgr.y (mgr.24367) 200 : 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-07T15:59:08.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:07 smithi178 bash[25068]: cluster 2023-12-07T15:59:06.105728+0000 mgr.y (mgr.24367) 201 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:08.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:07 smithi042 bash[24989]: cluster 2023-12-07T15:59:06.105728+0000 mgr.y (mgr.24367) 201 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:08.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:07 smithi042 bash[30444]: cluster 2023-12-07T15:59:06.105728+0000 mgr.y (mgr.24367) 201 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:08.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:59:08 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:59:08] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:59:09.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:08 smithi178 bash[25068]: cluster 2023-12-07T15:59:08.106495+0000 mgr.y (mgr.24367) 202 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:09.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:08 smithi178 bash[25068]: audit 2023-12-07T15:59:08.404879+0000 mgr.y (mgr.24367) 203 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:09.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:08 smithi042 bash[24989]: cluster 2023-12-07T15:59:08.106495+0000 mgr.y (mgr.24367) 202 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:09.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:08 smithi042 bash[24989]: audit 2023-12-07T15:59:08.404879+0000 mgr.y (mgr.24367) 203 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:09.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:08 smithi042 bash[30444]: cluster 2023-12-07T15:59:08.106495+0000 mgr.y (mgr.24367) 202 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:09.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:08 smithi042 bash[30444]: audit 2023-12-07T15:59:08.404879+0000 mgr.y (mgr.24367) 203 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:11.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:11 smithi178 bash[25068]: cluster 2023-12-07T15:59:10.107274+0000 mgr.y (mgr.24367) 204 : 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-07T15:59:11.618 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:11 smithi042 bash[24989]: cluster 2023-12-07T15:59:10.107274+0000 mgr.y (mgr.24367) 204 : 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-07T15:59:11.619 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:11 smithi042 bash[30444]: cluster 2023-12-07T15:59:10.107274+0000 mgr.y (mgr.24367) 204 : 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-07T15:59:13.848 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:59:13 smithi042 bash[50134]: level=error ts=2023-12-07T15:59:13.520Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=2 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:59:13.848 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:59:13 smithi042 bash[50134]: level=warn ts=2023-12-07T15:59:13.525Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:59:13.848 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:59:13 smithi042 bash[50134]: level=warn ts=2023-12-07T15:59: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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:59:14.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:13 smithi178 bash[25068]: cluster 2023-12-07T15:59:12.109106+0000 mgr.y (mgr.24367) 205 : 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-07T15:59:14.118 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:13 smithi042 bash[24989]: cluster 2023-12-07T15:59:12.109106+0000 mgr.y (mgr.24367) 205 : 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-07T15:59:14.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:13 smithi042 bash[30444]: cluster 2023-12-07T15:59:12.109106+0000 mgr.y (mgr.24367) 205 : 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-07T15:59:15.119 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:59:14 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:59:14] "GET /metrics HTTP/1.1" 200 214764 "" "Prometheus/2.33.4" 2023-12-07T15:59:16.067 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:15 smithi042 bash[24989]: cluster 2023-12-07T15:59:14.109830+0000 mgr.y (mgr.24367) 206 : 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-07T15:59:16.067 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:15 smithi042 bash[30444]: cluster 2023-12-07T15:59:14.109830+0000 mgr.y (mgr.24367) 206 : 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-07T15:59:16.068 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-07T15:59:16.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:15 smithi178 bash[25068]: cluster 2023-12-07T15:59:14.109830+0000 mgr.y (mgr.24367) 206 : 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-07T15:59:18.172 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:17 smithi042 bash[24989]: cluster 2023-12-07T15:59:16.111449+0000 mgr.y (mgr.24367) 207 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:18.172 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:17 smithi042 bash[30444]: cluster 2023-12-07T15:59:16.111449+0000 mgr.y (mgr.24367) 207 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:18.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:17 smithi178 bash[25068]: cluster 2023-12-07T15:59:16.111449+0000 mgr.y (mgr.24367) 207 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:18.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:59:18 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:59:18] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:59:19.908 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-07T15:59:20.112 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:19 smithi042 bash[30444]: cluster 2023-12-07T15:59:18.112229+0000 mgr.y (mgr.24367) 208 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:20.112 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:19 smithi042 bash[30444]: audit 2023-12-07T15:59:18.408829+0000 mgr.y (mgr.24367) 209 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:20.112 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:19 smithi042 bash[24989]: cluster 2023-12-07T15:59:18.112229+0000 mgr.y (mgr.24367) 208 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:20.112 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:19 smithi042 bash[24989]: audit 2023-12-07T15:59:18.408829+0000 mgr.y (mgr.24367) 209 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:20.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:19 smithi178 bash[25068]: cluster 2023-12-07T15:59:18.112229+0000 mgr.y (mgr.24367) 208 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:20.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:19 smithi178 bash[25068]: audit 2023-12-07T15:59:18.408829+0000 mgr.y (mgr.24367) 209 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:22.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:21 smithi042 bash[24989]: cluster 2023-12-07T15:59:20.112711+0000 mgr.y (mgr.24367) 210 : 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-07T15:59:22.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:21 smithi042 bash[30444]: cluster 2023-12-07T15:59:20.112711+0000 mgr.y (mgr.24367) 210 : 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-07T15:59:22.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:21 smithi178 bash[25068]: cluster 2023-12-07T15:59:20.112711+0000 mgr.y (mgr.24367) 210 : 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-07T15:59:23.190 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:22 smithi042 bash[30444]: audit 2023-12-07T15:59:22.574237+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.190 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:22 smithi042 bash[30444]: audit 2023-12-07T15:59:22.576322+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:22 smithi042 bash[24989]: audit 2023-12-07T15:59:22.574237+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.190 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:22 smithi042 bash[24989]: audit 2023-12-07T15:59:22.576322+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:22 smithi178 bash[25068]: audit 2023-12-07T15:59:22.574237+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:22 smithi178 bash[25068]: audit 2023-12-07T15:59:22.576322+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.665 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-07T15:59:23.860 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:59:23 smithi042 bash[50134]: level=error ts=2023-12-07T15:59:23.522Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=2 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:59:23.861 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:59:23 smithi042 bash[50134]: level=warn ts=2023-12-07T15:59:23.526Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:59:23.861 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:59:23 smithi042 bash[50134]: level=warn ts=2023-12-07T15:59:23.527Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:59:24.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:23 smithi042 bash[24989]: cluster 2023-12-07T15:59:22.114439+0000 mgr.y (mgr.24367) 211 : 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-07T15:59:24.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:23 smithi042 bash[24989]: audit 2023-12-07T15:59:22.902356+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:59:24.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:23 smithi042 bash[30444]: cluster 2023-12-07T15:59:22.114439+0000 mgr.y (mgr.24367) 211 : 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-07T15:59:24.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:23 smithi042 bash[30444]: audit 2023-12-07T15:59:22.902356+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:59:24.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:23 smithi178 bash[25068]: cluster 2023-12-07T15:59:22.114439+0000 mgr.y (mgr.24367) 211 : 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-07T15:59:24.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:23 smithi178 bash[25068]: audit 2023-12-07T15:59:22.902356+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:59:25.009 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:59:24 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:59:24] "GET /metrics HTTP/1.1" 200 214761 "" "Prometheus/2.33.4" 2023-12-07T15:59:26.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:25 smithi042 bash[24989]: cluster 2023-12-07T15:59:24.115219+0000 mgr.y (mgr.24367) 212 : 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-07T15:59:26.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:25 smithi042 bash[30444]: cluster 2023-12-07T15:59:24.115219+0000 mgr.y (mgr.24367) 212 : 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-07T15:59:26.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:25 smithi178 bash[25068]: cluster 2023-12-07T15:59:24.115219+0000 mgr.y (mgr.24367) 212 : 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-07T15:59:27.485 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-07T15:59:28.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:27 smithi042 bash[24989]: cluster 2023-12-07T15:59:26.117073+0000 mgr.y (mgr.24367) 213 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:28.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:27 smithi042 bash[30444]: cluster 2023-12-07T15:59:26.117073+0000 mgr.y (mgr.24367) 213 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:28.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:27 smithi178 bash[25068]: cluster 2023-12-07T15:59:26.117073+0000 mgr.y (mgr.24367) 213 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:28.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:59:28 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:59:28] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:59:30.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:29 smithi178 bash[25068]: cluster 2023-12-07T15:59:28.117832+0000 mgr.y (mgr.24367) 214 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:30.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:29 smithi178 bash[25068]: audit 2023-12-07T15:59:28.417038+0000 mgr.y (mgr.24367) 215 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:30.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:29 smithi042 bash[24989]: cluster 2023-12-07T15:59:28.117832+0000 mgr.y (mgr.24367) 214 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:30.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:29 smithi042 bash[24989]: audit 2023-12-07T15:59:28.417038+0000 mgr.y (mgr.24367) 215 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:30.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:29 smithi042 bash[30444]: cluster 2023-12-07T15:59:28.117832+0000 mgr.y (mgr.24367) 214 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:30.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:29 smithi042 bash[30444]: audit 2023-12-07T15:59:28.417038+0000 mgr.y (mgr.24367) 215 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:30.470 INFO:teuthology.orchestra.run.smithi042.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-07T15:59:31.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:30 smithi042 bash[24989]: audit 2023-12-07T15:59:30.125725+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:59:31.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:30 smithi042 bash[24989]: audit 2023-12-07T15:59:30.126150+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:59:31.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:30 smithi042 bash[24989]: audit 2023-12-07T15:59:30.466488+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:59:31.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:30 smithi042 bash[24989]: audit 2023-12-07T15:59:30.499377+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:31.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:30 smithi042 bash[24989]: audit 2023-12-07T15:59:30.501087+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:31.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:30 smithi042 bash[24989]: audit 2023-12-07T15:59:30.508222+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:59:31.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:30 smithi042 bash[30444]: audit 2023-12-07T15:59:30.125725+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:59:31.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:30 smithi042 bash[30444]: audit 2023-12-07T15:59:30.126150+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:59:31.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:30 smithi042 bash[30444]: audit 2023-12-07T15:59:30.466488+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:59:31.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:30 smithi042 bash[30444]: audit 2023-12-07T15:59:30.499377+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:31.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:30 smithi042 bash[30444]: audit 2023-12-07T15:59:30.501087+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:31.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:30 smithi042 bash[30444]: audit 2023-12-07T15:59:30.508222+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:59:31.316 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-07T15:59:31.325 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi042.front.sepia.ceph.com 2023-12-07T15:59:31.325 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-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-07T15:59:31.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:30 smithi178 bash[25068]: audit 2023-12-07T15:59:30.125725+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:59:31.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:30 smithi178 bash[25068]: audit 2023-12-07T15:59:30.126150+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:59:31.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:30 smithi178 bash[25068]: audit 2023-12-07T15:59:30.466488+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:59:31.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:30 smithi178 bash[25068]: audit 2023-12-07T15:59:30.499377+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:31.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:30 smithi178 bash[25068]: audit 2023-12-07T15:59:30.501087+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:31.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:30 smithi178 bash[25068]: audit 2023-12-07T15:59:30.508222+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T15:59:32.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:31 smithi178 bash[25068]: cluster 2023-12-07T15:59:30.118360+0000 mgr.y (mgr.24367) 216 : 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-07T15:59:32.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:31 smithi178 bash[25068]: audit 2023-12-07T15:59:30.460574+0000 mgr.y (mgr.24367) 217 : audit [DBG] from='client.24979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:32.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:31 smithi178 bash[25068]: cephadm 2023-12-07T15:59:30.461631+0000 mgr.y (mgr.24367) 218 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-07T15:59:32.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:31 smithi178 bash[25068]: cephadm 2023-12-07T15:59:30.517330+0000 mgr.y (mgr.24367) 219 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-07T15:59:32.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:31 smithi042 bash[24989]: cluster 2023-12-07T15:59:30.118360+0000 mgr.y (mgr.24367) 216 : 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-07T15:59:32.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:31 smithi042 bash[24989]: audit 2023-12-07T15:59:30.460574+0000 mgr.y (mgr.24367) 217 : audit [DBG] from='client.24979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:32.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:31 smithi042 bash[24989]: cephadm 2023-12-07T15:59:30.461631+0000 mgr.y (mgr.24367) 218 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-07T15:59:32.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:31 smithi042 bash[24989]: cephadm 2023-12-07T15:59:30.517330+0000 mgr.y (mgr.24367) 219 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-07T15:59:32.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:31 smithi042 bash[30444]: cluster 2023-12-07T15:59:30.118360+0000 mgr.y (mgr.24367) 216 : 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-07T15:59:32.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:31 smithi042 bash[30444]: audit 2023-12-07T15:59:30.460574+0000 mgr.y (mgr.24367) 217 : audit [DBG] from='client.24979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:32.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:31 smithi042 bash[30444]: cephadm 2023-12-07T15:59:30.461631+0000 mgr.y (mgr.24367) 218 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-07T15:59:32.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:31 smithi042 bash[30444]: cephadm 2023-12-07T15:59:30.517330+0000 mgr.y (mgr.24367) 219 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-07T15:59:33.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:59:33 smithi042 bash[50134]: level=error ts=2023-12-07T15:59:33.522Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=2 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:59:33.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:59:33 smithi042 bash[50134]: level=warn ts=2023-12-07T15:59:33.525Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:59:33.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:59:33 smithi042 bash[50134]: level=warn ts=2023-12-07T15:59:33.526Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:59:34.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:33 smithi178 bash[25068]: cluster 2023-12-07T15:59:32.119979+0000 mgr.y (mgr.24367) 220 : 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-07T15:59:34.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:33 smithi042 bash[24989]: cluster 2023-12-07T15:59:32.119979+0000 mgr.y (mgr.24367) 220 : 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-07T15:59:34.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:33 smithi042 bash[30444]: cluster 2023-12-07T15:59:32.119979+0000 mgr.y (mgr.24367) 220 : 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-07T15:59:35.119 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:59:34 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:59:34] "GET /metrics HTTP/1.1" 200 214733 "" "Prometheus/2.33.4" 2023-12-07T15:59:35.146 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-12-07T15:59:35.955 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T15:59:35.955 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (3m) 2m ago 4m 17.9M - ba2b418f427c 8929d87f8ef2 2023-12-07T15:59:35.955 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi178 *:3000 running (4m) 2m ago 4m 45.1M - 8.3.5 dad864ee21e9 d80e9498ec94 2023-12-07T15:59:35.955 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.zhjtqu smithi042 running (2m) 2m ago 2m 66.5M - 3.5 e1d6a67b021e c341e36423ff 2023-12-07T15:59:35.956 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi178 *:8443 running (10m) 2m ago 10m 406M - 17.2.0 e1d6a67b021e da0bb3068690 2023-12-07T15:59:35.956 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:9283 running (12m) 2m ago 12m 454M - 17.2.0 e1d6a67b021e aee386f4d468 2023-12-07T15:59:35.956 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (12m) 2m ago 12m 53.8M 2048M 17.2.0 e1d6a67b021e 68ea120d15f8 2023-12-07T15:59:35.956 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi178 running (10m) 2m ago 10m 44.2M 2048M 17.2.0 e1d6a67b021e ed4d6d59b8a5 2023-12-07T15:59:35.956 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (11m) 2m ago 11m 41.9M 2048M 17.2.0 e1d6a67b021e 885a861e01bc 2023-12-07T15:59:35.956 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (4m) 2m ago 4m 11.3M - 1dbe0e931976 221c2e388dbe 2023-12-07T15:59:35.956 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi178 *:9100 running (4m) 2m ago 4m 11.6M - 1dbe0e931976 7c4d114d7bda 2023-12-07T15:59:35.956 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (10m) 2m ago 10m 54.0M 4062M 17.2.0 e1d6a67b021e 15b47f4e60f3 2023-12-07T15:59:35.956 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (9m) 2m ago 9m 57.2M 4062M 17.2.0 e1d6a67b021e 2a28cafd73fe 2023-12-07T15:59:35.956 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (8m) 2m ago 8m 50.1M 4062M 17.2.0 e1d6a67b021e 0785d9773e1b 2023-12-07T15:59:35.956 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (8m) 2m ago 8m 50.5M 4062M 17.2.0 e1d6a67b021e ef87480dafbe 2023-12-07T15:59:35.956 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi178 running (7m) 2m ago 7m 50.7M 4317M 17.2.0 e1d6a67b021e 489e822c6353 2023-12-07T15:59:35.956 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi178 running (6m) 2m ago 7m 50.9M 4317M 17.2.0 e1d6a67b021e b77d6dab08a9 2023-12-07T15:59:35.956 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi178 running (6m) 2m ago 6m 48.2M 4317M 17.2.0 e1d6a67b021e 0c3c794876c3 2023-12-07T15:59:35.956 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi178 running (5m) 2m ago 5m 50.6M 4317M 17.2.0 e1d6a67b021e d54168b8b1ca 2023-12-07T15:59:35.956 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi178 *:9095 running (3m) 2m ago 4m 46.0M - 514e6a882f6e 6270b9d7e8fa 2023-12-07T15:59:35.956 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.hcortj smithi042 *:8000 running (2m) 2m ago 2m 83.7M - 17.2.0 e1d6a67b021e 7b4fbb51c0e4 2023-12-07T15:59:35.957 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi178.qokiza smithi178 *:8000 running (2m) 2m ago 2m 83.1M - 17.2.0 e1d6a67b021e ed4b389a14c0 2023-12-07T15:59:35.957 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.bhilti smithi042 *:80 running (2m) 2m ago 2m 83.5M - 17.2.0 e1d6a67b021e a005b7760f26 2023-12-07T15:59:35.957 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi178.kllngz smithi178 *:80 running (2m) 2m ago 2m 82.8M - 17.2.0 e1d6a67b021e ec7417c26d3d 2023-12-07T15:59:36.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:35 smithi178 bash[25068]: cluster 2023-12-07T15:59:34.120695+0000 mgr.y (mgr.24367) 221 : 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-07T15:59:36.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:35 smithi042 bash[24989]: cluster 2023-12-07T15:59:34.120695+0000 mgr.y (mgr.24367) 221 : 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-07T15:59:36.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:35 smithi042 bash[30444]: cluster 2023-12-07T15:59:34.120695+0000 mgr.y (mgr.24367) 221 : 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-07T15:59:36.403 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T15:59:36.403 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-12-07T15:59:36.403 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-07T15:59:36.403 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T15:59:36.403 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-12-07T15:59:36.403 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-07T15:59:36.403 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T15:59:36.403 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-12-07T15:59:36.403 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T15:59:36.404 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T15:59:36.404 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": {}, 2023-12-07T15:59:36.404 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2023-12-07T15:59:36.404 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T15:59:36.404 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T15:59:36.404 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-12-07T15:59:36.404 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-07T15:59:36.404 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T15:59:36.404 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T15:59:36.791 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T15:59:36.791 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T15:59:36.791 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-12-07T15:59:36.792 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2023-12-07T15:59:36.792 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "", 2023-12-07T15:59:36.792 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 image" 2023-12-07T15:59:36.792 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T15:59:37.237 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-12-07T15:59:37.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:36 smithi178 bash[25068]: audit 2023-12-07T15:59:35.128128+0000 mgr.y (mgr.24367) 222 : audit [DBG] from='client.24985 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:37.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:36 smithi178 bash[25068]: audit 2023-12-07T15:59:35.520849+0000 mgr.y (mgr.24367) 223 : audit [DBG] from='client.15087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:37.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:36 smithi178 bash[25068]: audit 2023-12-07T15:59:36.399435+0000 mon.a (mon.0) 885 : audit [DBG] from='client.? 172.21.15.42:0/699570430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:37.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:36 smithi042 bash[24989]: audit 2023-12-07T15:59:35.128128+0000 mgr.y (mgr.24367) 222 : audit [DBG] from='client.24985 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:37.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:36 smithi042 bash[24989]: audit 2023-12-07T15:59:35.520849+0000 mgr.y (mgr.24367) 223 : audit [DBG] from='client.15087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:37.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:36 smithi042 bash[24989]: audit 2023-12-07T15:59:36.399435+0000 mon.a (mon.0) 885 : audit [DBG] from='client.? 172.21.15.42:0/699570430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:37.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:36 smithi042 bash[30444]: audit 2023-12-07T15:59:35.128128+0000 mgr.y (mgr.24367) 222 : audit [DBG] from='client.24985 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:37.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:36 smithi042 bash[30444]: audit 2023-12-07T15:59:35.520849+0000 mgr.y (mgr.24367) 223 : audit [DBG] from='client.15087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:37.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:36 smithi042 bash[30444]: audit 2023-12-07T15:59:36.399435+0000 mon.a (mon.0) 885 : audit [DBG] from='client.? 172.21.15.42:0/699570430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:38.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:37 smithi178 bash[25068]: audit 2023-12-07T15:59:35.932226+0000 mgr.y (mgr.24367) 224 : audit [DBG] from='client.24997 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:38.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:37 smithi178 bash[25068]: cluster 2023-12-07T15:59:36.122412+0000 mgr.y (mgr.24367) 225 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:38.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:37 smithi178 bash[25068]: audit 2023-12-07T15:59:36.787689+0000 mgr.y (mgr.24367) 226 : audit [DBG] from='client.25009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:38.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:37 smithi178 bash[25068]: audit 2023-12-07T15:59:37.233512+0000 mon.a (mon.0) 886 : audit [DBG] from='client.? 172.21.15.42:0/2697980885' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:59:38.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:37 smithi042 bash[24989]: audit 2023-12-07T15:59:35.932226+0000 mgr.y (mgr.24367) 224 : audit [DBG] from='client.24997 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:38.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:37 smithi042 bash[24989]: cluster 2023-12-07T15:59:36.122412+0000 mgr.y (mgr.24367) 225 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:38.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:37 smithi042 bash[24989]: audit 2023-12-07T15:59:36.787689+0000 mgr.y (mgr.24367) 226 : audit [DBG] from='client.25009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:38.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:37 smithi042 bash[24989]: audit 2023-12-07T15:59:37.233512+0000 mon.a (mon.0) 886 : audit [DBG] from='client.? 172.21.15.42:0/2697980885' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:59:38.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:37 smithi042 bash[30444]: audit 2023-12-07T15:59:35.932226+0000 mgr.y (mgr.24367) 224 : audit [DBG] from='client.24997 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:38.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:37 smithi042 bash[30444]: cluster 2023-12-07T15:59:36.122412+0000 mgr.y (mgr.24367) 225 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:38.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:37 smithi042 bash[30444]: audit 2023-12-07T15:59:36.787689+0000 mgr.y (mgr.24367) 226 : audit [DBG] from='client.25009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:38.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:37 smithi042 bash[30444]: audit 2023-12-07T15:59:37.233512+0000 mon.a (mon.0) 886 : audit [DBG] from='client.? 172.21.15.42:0/2697980885' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:59:38.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:59:38 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:59:38] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:59:39.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:38 smithi178 bash[25068]: cluster 2023-12-07T15:59:38.123226+0000 mgr.y (mgr.24367) 227 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:39.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:38 smithi178 bash[25068]: audit 2023-12-07T15:59:38.424813+0000 mgr.y (mgr.24367) 228 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:39.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:38 smithi042 bash[24989]: cluster 2023-12-07T15:59:38.123226+0000 mgr.y (mgr.24367) 227 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:39.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:38 smithi042 bash[24989]: audit 2023-12-07T15:59:38.424813+0000 mgr.y (mgr.24367) 228 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:39.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:38 smithi042 bash[30444]: cluster 2023-12-07T15:59:38.123226+0000 mgr.y (mgr.24367) 227 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:39.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:38 smithi042 bash[30444]: audit 2023-12-07T15:59:38.424813+0000 mgr.y (mgr.24367) 228 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:41.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:41 smithi178 bash[25068]: cluster 2023-12-07T15:59:40.123937+0000 mgr.y (mgr.24367) 229 : 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-07T15:59:41.618 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:41 smithi042 bash[24989]: cluster 2023-12-07T15:59:40.123937+0000 mgr.y (mgr.24367) 229 : 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-07T15:59:41.619 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:41 smithi042 bash[30444]: cluster 2023-12-07T15:59:40.123937+0000 mgr.y (mgr.24367) 229 : 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-07T15:59:43.857 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:59:43 smithi042 bash[50134]: level=error ts=2023-12-07T15:59:43.523Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=2 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:59:43.857 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:59:43 smithi042 bash[50134]: level=warn ts=2023-12-07T15:59:43.527Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:59:43.857 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:59:43 smithi042 bash[50134]: level=warn ts=2023-12-07T15:59:43.528Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:59:44.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:43 smithi042 bash[24989]: cluster 2023-12-07T15:59:42.125323+0000 mgr.y (mgr.24367) 230 : 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-07T15:59:44.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:43 smithi042 bash[30444]: cluster 2023-12-07T15:59:42.125323+0000 mgr.y (mgr.24367) 230 : 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-07T15:59:44.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:43 smithi178 bash[25068]: cluster 2023-12-07T15:59:42.125323+0000 mgr.y (mgr.24367) 230 : 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-07T15:59:45.119 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:59:44 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:59:44] "GET /metrics HTTP/1.1" 200 214733 "" "Prometheus/2.33.4" 2023-12-07T15:59:46.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:45 smithi042 bash[24989]: cluster 2023-12-07T15:59:44.126089+0000 mgr.y (mgr.24367) 231 : 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-07T15:59:46.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:45 smithi042 bash[30444]: cluster 2023-12-07T15:59:44.126089+0000 mgr.y (mgr.24367) 231 : 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-07T15:59:46.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:45 smithi178 bash[25068]: cluster 2023-12-07T15:59:44.126089+0000 mgr.y (mgr.24367) 231 : 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-07T15:59:48.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:47 smithi042 bash[24989]: cluster 2023-12-07T15:59:46.127342+0000 mgr.y (mgr.24367) 232 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:48.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:47 smithi042 bash[30444]: cluster 2023-12-07T15:59:46.127342+0000 mgr.y (mgr.24367) 232 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:48.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:47 smithi178 bash[25068]: cluster 2023-12-07T15:59:46.127342+0000 mgr.y (mgr.24367) 232 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:48.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:59:48 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:59:48] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:59:50.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:49 smithi178 bash[25068]: cluster 2023-12-07T15:59:48.127998+0000 mgr.y (mgr.24367) 233 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:50.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:49 smithi178 bash[25068]: audit 2023-12-07T15:59:48.432731+0000 mgr.y (mgr.24367) 234 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:50.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:49 smithi042 bash[24989]: cluster 2023-12-07T15:59:48.127998+0000 mgr.y (mgr.24367) 233 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:50.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:49 smithi042 bash[24989]: audit 2023-12-07T15:59:48.432731+0000 mgr.y (mgr.24367) 234 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:50.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:49 smithi042 bash[30444]: cluster 2023-12-07T15:59:48.127998+0000 mgr.y (mgr.24367) 233 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:50.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:49 smithi042 bash[30444]: audit 2023-12-07T15:59:48.432731+0000 mgr.y (mgr.24367) 234 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:52.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:51 smithi178 bash[25068]: cluster 2023-12-07T15:59:50.128789+0000 mgr.y (mgr.24367) 235 : 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-07T15:59:52.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:51 smithi042 bash[24989]: cluster 2023-12-07T15:59:50.128789+0000 mgr.y (mgr.24367) 235 : 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-07T15:59:52.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:51 smithi042 bash[30444]: cluster 2023-12-07T15:59:50.128789+0000 mgr.y (mgr.24367) 235 : 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-07T15:59:53.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:59:53 smithi042 bash[50134]: level=error ts=2023-12-07T15:59:53.523Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=2 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:59:53.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:59:53 smithi042 bash[50134]: level=warn ts=2023-12-07T15:59:53.526Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T15:59:53.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 15:59:53 smithi042 bash[50134]: level=warn ts=2023-12-07T15:59:53.527Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T15:59:54.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:53 smithi178 bash[25068]: cluster 2023-12-07T15:59:52.130791+0000 mgr.y (mgr.24367) 236 : 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-07T15:59:54.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:53 smithi042 bash[24989]: cluster 2023-12-07T15:59:52.130791+0000 mgr.y (mgr.24367) 236 : 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-07T15:59:54.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:53 smithi042 bash[30444]: cluster 2023-12-07T15:59:52.130791+0000 mgr.y (mgr.24367) 236 : 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-07T15:59:55.119 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 15:59:54 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:59:54] "GET /metrics HTTP/1.1" 200 214687 "" "Prometheus/2.33.4" 2023-12-07T15:59:56.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:55 smithi178 bash[25068]: cluster 2023-12-07T15:59:54.131506+0000 mgr.y (mgr.24367) 237 : 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-07T15:59:56.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:55 smithi042 bash[24989]: cluster 2023-12-07T15:59:54.131506+0000 mgr.y (mgr.24367) 237 : 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-07T15:59:56.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:55 smithi042 bash[30444]: cluster 2023-12-07T15:59:54.131506+0000 mgr.y (mgr.24367) 237 : 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-07T15:59:58.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:57 smithi178 bash[25068]: cluster 2023-12-07T15:59:56.133046+0000 mgr.y (mgr.24367) 238 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:58.368 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:57 smithi042 bash[30444]: cluster 2023-12-07T15:59:56.133046+0000 mgr.y (mgr.24367) 238 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:58.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:57 smithi042 bash[24989]: cluster 2023-12-07T15:59:56.133046+0000 mgr.y (mgr.24367) 238 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:58.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 15:59:58 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:15:59:58] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T16:00:00.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:59 smithi178 bash[25068]: cluster 2023-12-07T15:59:58.133711+0000 mgr.y (mgr.24367) 239 : cluster [DBG] pgmap v201: 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-07T16:00:00.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 15:59:59 smithi178 bash[25068]: audit 2023-12-07T15:59:58.440679+0000 mgr.y (mgr.24367) 240 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:00.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:59 smithi042 bash[24989]: cluster 2023-12-07T15:59:58.133711+0000 mgr.y (mgr.24367) 239 : cluster [DBG] pgmap v201: 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-07T16:00:00.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 15:59:59 smithi042 bash[24989]: audit 2023-12-07T15:59:58.440679+0000 mgr.y (mgr.24367) 240 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:00.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:59 smithi042 bash[30444]: cluster 2023-12-07T15:59:58.133711+0000 mgr.y (mgr.24367) 239 : cluster [DBG] pgmap v201: 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-07T16:00:00.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 15:59:59 smithi042 bash[30444]: audit 2023-12-07T15:59:58.440679+0000 mgr.y (mgr.24367) 240 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:01.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:00 smithi178 bash[25068]: cluster 2023-12-07T16:00:00.000124+0000 mon.a (mon.0) 887 : cluster [INF] overall HEALTH_OK 2023-12-07T16:00:01.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:00 smithi042 bash[24989]: cluster 2023-12-07T16:00:00.000124+0000 mon.a (mon.0) 887 : cluster [INF] overall HEALTH_OK 2023-12-07T16:00:01.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:00 smithi042 bash[30444]: cluster 2023-12-07T16:00:00.000124+0000 mon.a (mon.0) 887 : cluster [INF] overall HEALTH_OK 2023-12-07T16:00:02.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:01 smithi178 bash[25068]: cluster 2023-12-07T16:00:00.134297+0000 mgr.y (mgr.24367) 241 : 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-07T16:00:02.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:01 smithi042 bash[24989]: cluster 2023-12-07T16:00:00.134297+0000 mgr.y (mgr.24367) 241 : 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-07T16:00:02.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:01 smithi042 bash[30444]: cluster 2023-12-07T16:00:00.134297+0000 mgr.y (mgr.24367) 241 : 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-07T16:00:03.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:00:03 smithi042 bash[50134]: level=error ts=2023-12-07T16:00:03.524Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=2 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T16:00:03.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:00:03 smithi042 bash[50134]: level=warn ts=2023-12-07T16:00:03.528Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T16:00:03.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:00:03 smithi042 bash[50134]: level=warn ts=2023-12-07T16:00:03.529Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T16:00:04.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:03 smithi178 bash[25068]: cluster 2023-12-07T16:00:02.135500+0000 mgr.y (mgr.24367) 242 : 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-07T16:00:04.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:03 smithi042 bash[24989]: cluster 2023-12-07T16:00:02.135500+0000 mgr.y (mgr.24367) 242 : 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-07T16:00:04.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:03 smithi042 bash[30444]: cluster 2023-12-07T16:00:02.135500+0000 mgr.y (mgr.24367) 242 : 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-07T16:00:05.118 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:00:04 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:00:04] "GET /metrics HTTP/1.1" 200 214699 "" "Prometheus/2.33.4" 2023-12-07T16:00:06.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:05 smithi178 bash[25068]: cluster 2023-12-07T16:00:04.136280+0000 mgr.y (mgr.24367) 243 : cluster [DBG] pgmap v204: 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-07T16:00:06.368 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:05 smithi042 bash[24989]: cluster 2023-12-07T16:00:04.136280+0000 mgr.y (mgr.24367) 243 : cluster [DBG] pgmap v204: 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-07T16:00:06.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:05 smithi042 bash[30444]: cluster 2023-12-07T16:00:04.136280+0000 mgr.y (mgr.24367) 243 : cluster [DBG] pgmap v204: 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-07T16:00:07.666 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-12-07T16:00:08.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:07 smithi178 bash[25068]: cluster 2023-12-07T16:00:06.137592+0000 mgr.y (mgr.24367) 244 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:08.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:07 smithi042 bash[24989]: cluster 2023-12-07T16:00:06.137592+0000 mgr.y (mgr.24367) 244 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:08.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:07 smithi042 bash[30444]: cluster 2023-12-07T16:00:06.137592+0000 mgr.y (mgr.24367) 244 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:08.396 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:00:08.396 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (4m) 2m ago 5m 17.9M - ba2b418f427c 8929d87f8ef2 2023-12-07T16:00:08.396 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi178 *:3000 running (4m) 2m ago 4m 45.1M - 8.3.5 dad864ee21e9 d80e9498ec94 2023-12-07T16:00:08.396 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.zhjtqu smithi042 running (2m) 2m ago 2m 66.5M - 3.5 e1d6a67b021e c341e36423ff 2023-12-07T16:00:08.396 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi178 *:8443 running (11m) 2m ago 11m 406M - 17.2.0 e1d6a67b021e da0bb3068690 2023-12-07T16:00:08.396 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:9283 running (13m) 2m ago 13m 454M - 17.2.0 e1d6a67b021e aee386f4d468 2023-12-07T16:00:08.397 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (13m) 2m ago 13m 53.8M 2048M 17.2.0 e1d6a67b021e 68ea120d15f8 2023-12-07T16:00:08.397 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi178 running (11m) 2m ago 11m 44.2M 2048M 17.2.0 e1d6a67b021e ed4d6d59b8a5 2023-12-07T16:00:08.397 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (11m) 2m ago 11m 41.9M 2048M 17.2.0 e1d6a67b021e 885a861e01bc 2023-12-07T16:00:08.397 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (5m) 2m ago 5m 11.3M - 1dbe0e931976 221c2e388dbe 2023-12-07T16:00:08.397 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi178 *:9100 running (5m) 2m ago 5m 11.6M - 1dbe0e931976 7c4d114d7bda 2023-12-07T16:00:08.397 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (10m) 2m ago 10m 54.0M 4062M 17.2.0 e1d6a67b021e 15b47f4e60f3 2023-12-07T16:00:08.397 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (10m) 2m ago 10m 57.2M 4062M 17.2.0 e1d6a67b021e 2a28cafd73fe 2023-12-07T16:00:08.397 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (9m) 2m ago 9m 50.1M 4062M 17.2.0 e1d6a67b021e 0785d9773e1b 2023-12-07T16:00:08.397 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (8m) 2m ago 8m 50.5M 4062M 17.2.0 e1d6a67b021e ef87480dafbe 2023-12-07T16:00:08.397 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi178 running (8m) 2m ago 8m 50.7M 4317M 17.2.0 e1d6a67b021e 489e822c6353 2023-12-07T16:00:08.397 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi178 running (7m) 2m ago 7m 50.9M 4317M 17.2.0 e1d6a67b021e b77d6dab08a9 2023-12-07T16:00:08.397 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi178 running (6m) 2m ago 6m 48.2M 4317M 17.2.0 e1d6a67b021e 0c3c794876c3 2023-12-07T16:00:08.397 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi178 running (6m) 2m ago 6m 50.6M 4317M 17.2.0 e1d6a67b021e d54168b8b1ca 2023-12-07T16:00:08.397 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi178 *:9095 running (4m) 2m ago 5m 46.0M - 514e6a882f6e 6270b9d7e8fa 2023-12-07T16:00:08.397 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.hcortj smithi042 *:8000 running (3m) 2m ago 3m 83.7M - 17.2.0 e1d6a67b021e 7b4fbb51c0e4 2023-12-07T16:00:08.398 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi178.qokiza smithi178 *:8000 running (3m) 2m ago 3m 83.1M - 17.2.0 e1d6a67b021e ed4b389a14c0 2023-12-07T16:00:08.398 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.bhilti smithi042 *:80 running (3m) 2m ago 3m 83.5M - 17.2.0 e1d6a67b021e a005b7760f26 2023-12-07T16:00:08.398 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi178.kllngz smithi178 *:80 running (2m) 2m ago 2m 82.8M - 17.2.0 e1d6a67b021e ec7417c26d3d 2023-12-07T16:00:08.814 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:00:08.814 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-12-07T16:00:08.814 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-07T16:00:08.814 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:00:08.814 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-12-07T16:00:08.814 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-07T16:00:08.814 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:00:08.814 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-12-07T16:00:08.814 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T16:00:08.814 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:00:08.814 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": {}, 2023-12-07T16:00:08.814 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2023-12-07T16:00:08.815 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:00:08.815 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:00:08.815 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-12-07T16:00:08.815 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-07T16:00:08.815 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T16:00:08.815 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:00:08.855 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:00:08 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:00:08] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T16:00:09.176 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:00:09.176 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:00:09.176 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-12-07T16:00:09.176 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2023-12-07T16:00:09.176 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "", 2023-12-07T16:00:09.176 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 image" 2023-12-07T16:00:09.176 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:00:09.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:08 smithi178 bash[25068]: audit 2023-12-07T16:00:07.641223+0000 mgr.y (mgr.24367) 245 : audit [DBG] from='client.15117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:09.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:08 smithi178 bash[25068]: audit 2023-12-07T16:00:08.809796+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.42:0/362888942' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:09.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:08 smithi042 bash[24989]: audit 2023-12-07T16:00:07.641223+0000 mgr.y (mgr.24367) 245 : audit [DBG] from='client.15117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:09.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:08 smithi042 bash[24989]: audit 2023-12-07T16:00:08.809796+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.42:0/362888942' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:09.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:08 smithi042 bash[30444]: audit 2023-12-07T16:00:07.641223+0000 mgr.y (mgr.24367) 245 : audit [DBG] from='client.15117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:09.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:08 smithi042 bash[30444]: audit 2023-12-07T16:00:08.809796+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.42:0/362888942' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:09.590 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-12-07T16:00:10.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:09 smithi042 bash[24989]: audit 2023-12-07T16:00:08.011820+0000 mgr.y (mgr.24367) 246 : audit [DBG] from='client.15123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:10.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:09 smithi042 bash[24989]: cluster 2023-12-07T16:00:08.138112+0000 mgr.y (mgr.24367) 247 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:10.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:09 smithi042 bash[24989]: audit 2023-12-07T16:00:08.371510+0000 mgr.y (mgr.24367) 248 : audit [DBG] from='client.15129 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:10.120 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:09 smithi042 bash[24989]: audit 2023-12-07T16:00:08.448759+0000 mgr.y (mgr.24367) 249 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:10.120 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:09 smithi042 bash[24989]: audit 2023-12-07T16:00:09.586553+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.42:0/1104026311' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:00:10.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:09 smithi042 bash[30444]: audit 2023-12-07T16:00:08.011820+0000 mgr.y (mgr.24367) 246 : audit [DBG] from='client.15123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:10.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:09 smithi042 bash[30444]: cluster 2023-12-07T16:00:08.138112+0000 mgr.y (mgr.24367) 247 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:10.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:09 smithi042 bash[30444]: audit 2023-12-07T16:00:08.371510+0000 mgr.y (mgr.24367) 248 : audit [DBG] from='client.15129 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:10.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:09 smithi042 bash[30444]: audit 2023-12-07T16:00:08.448759+0000 mgr.y (mgr.24367) 249 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:10.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:09 smithi042 bash[30444]: audit 2023-12-07T16:00:09.586553+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.42:0/1104026311' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:00:10.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:09 smithi178 bash[25068]: audit 2023-12-07T16:00:08.011820+0000 mgr.y (mgr.24367) 246 : audit [DBG] from='client.15123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:10.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:09 smithi178 bash[25068]: cluster 2023-12-07T16:00:08.138112+0000 mgr.y (mgr.24367) 247 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:10.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:09 smithi178 bash[25068]: audit 2023-12-07T16:00:08.371510+0000 mgr.y (mgr.24367) 248 : audit [DBG] from='client.15129 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:10.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:09 smithi178 bash[25068]: audit 2023-12-07T16:00:08.448759+0000 mgr.y (mgr.24367) 249 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:10.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:09 smithi178 bash[25068]: audit 2023-12-07T16:00:09.586553+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.42:0/1104026311' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:00:11.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:10 smithi178 bash[25068]: audit 2023-12-07T16:00:09.172304+0000 mgr.y (mgr.24367) 250 : audit [DBG] from='client.15141 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:11.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:10 smithi042 bash[24989]: audit 2023-12-07T16:00:09.172304+0000 mgr.y (mgr.24367) 250 : audit [DBG] from='client.15141 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:11.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:10 smithi042 bash[30444]: audit 2023-12-07T16:00:09.172304+0000 mgr.y (mgr.24367) 250 : audit [DBG] from='client.15141 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:12.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:11 smithi178 bash[25068]: cluster 2023-12-07T16:00:10.138830+0000 mgr.y (mgr.24367) 251 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:12.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:11 smithi042 bash[24989]: cluster 2023-12-07T16:00:10.138830+0000 mgr.y (mgr.24367) 251 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:12.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:11 smithi042 bash[30444]: cluster 2023-12-07T16:00:10.138830+0000 mgr.y (mgr.24367) 251 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:13.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:00:13 smithi042 bash[50134]: level=error ts=2023-12-07T16:00:13.524Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=7 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T16:00:13.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:00:13 smithi042 bash[50134]: level=warn ts=2023-12-07T16:00:13.529Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T16:00:13.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:00:13 smithi042 bash[50134]: level=warn ts=2023-12-07T16:00:13.530Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T16:00:14.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:13 smithi178 bash[25068]: cluster 2023-12-07T16:00:12.140624+0000 mgr.y (mgr.24367) 252 : 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-07T16:00:14.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:13 smithi042 bash[24989]: cluster 2023-12-07T16:00:12.140624+0000 mgr.y (mgr.24367) 252 : 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-07T16:00:14.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:13 smithi042 bash[30444]: cluster 2023-12-07T16:00:12.140624+0000 mgr.y (mgr.24367) 252 : 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-07T16:00:15.119 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:00:14 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:00:14] "GET /metrics HTTP/1.1" 200 214699 "" "Prometheus/2.33.4" 2023-12-07T16:00:16.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:15 smithi178 bash[25068]: cluster 2023-12-07T16:00:14.141446+0000 mgr.y (mgr.24367) 253 : 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-07T16:00:16.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:15 smithi042 bash[24989]: cluster 2023-12-07T16:00:14.141446+0000 mgr.y (mgr.24367) 253 : 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-07T16:00:16.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:15 smithi042 bash[30444]: cluster 2023-12-07T16:00:14.141446+0000 mgr.y (mgr.24367) 253 : 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-07T16:00:18.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:17 smithi042 bash[24989]: cluster 2023-12-07T16:00:16.143154+0000 mgr.y (mgr.24367) 254 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:18.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:17 smithi042 bash[24989]: audit 2023-12-07T16:00:17.848322+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:00:18.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:17 smithi042 bash[24989]: audit 2023-12-07T16:00:17.851575+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:18.119 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:17 smithi042 bash[24989]: audit 2023-12-07T16:00:17.860136+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:00:18.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:17 smithi042 bash[30444]: cluster 2023-12-07T16:00:16.143154+0000 mgr.y (mgr.24367) 254 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:18.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:17 smithi042 bash[30444]: audit 2023-12-07T16:00:17.848322+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:00:18.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:17 smithi042 bash[30444]: audit 2023-12-07T16:00:17.851575+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:18.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:17 smithi042 bash[30444]: audit 2023-12-07T16:00:17.860136+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:00:18.134 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:17 smithi178 bash[25068]: cluster 2023-12-07T16:00:16.143154+0000 mgr.y (mgr.24367) 254 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:18.134 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:17 smithi178 bash[25068]: audit 2023-12-07T16:00:17.848322+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:00:18.134 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:17 smithi178 bash[25068]: audit 2023-12-07T16:00:17.851575+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:18.135 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:17 smithi178 bash[25068]: audit 2023-12-07T16:00:17.860136+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:00:18.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:00:18 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:00:18] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T16:00:19.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:18 smithi178 bash[25068]: cephadm 2023-12-07T16:00:17.849085+0000 mgr.y (mgr.24367) 255 : cephadm [INF] Upgrade: Target is version 19.0.0-13-ge6605fb8 (unknown) 2023-12-07T16:00:19.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:18 smithi178 bash[25068]: cephadm 2023-12-07T16:00:17.849267+0000 mgr.y (mgr.24367) 256 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149, digests ['quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a'] 2023-12-07T16:00:19.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:18 smithi178 bash[25068]: cephadm 2023-12-07T16:00:17.861373+0000 mgr.y (mgr.24367) 257 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-07T16:00:19.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:18 smithi178 bash[25068]: cephadm 2023-12-07T16:00:18.116760+0000 mgr.y (mgr.24367) 258 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 on smithi178 2023-12-07T16:00:19.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:18 smithi178 bash[25068]: cluster 2023-12-07T16:00:18.143763+0000 mgr.y (mgr.24367) 259 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:19.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:18 smithi178 bash[25068]: audit 2023-12-07T16:00:18.454398+0000 mgr.y (mgr.24367) 260 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:19.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:18 smithi042 bash[24989]: cephadm 2023-12-07T16:00:17.849085+0000 mgr.y (mgr.24367) 255 : cephadm [INF] Upgrade: Target is version 19.0.0-13-ge6605fb8 (unknown) 2023-12-07T16:00:19.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:18 smithi042 bash[24989]: cephadm 2023-12-07T16:00:17.849267+0000 mgr.y (mgr.24367) 256 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149, digests ['quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a'] 2023-12-07T16:00:19.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:18 smithi042 bash[24989]: cephadm 2023-12-07T16:00:17.861373+0000 mgr.y (mgr.24367) 257 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-07T16:00:19.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:18 smithi042 bash[24989]: cephadm 2023-12-07T16:00:18.116760+0000 mgr.y (mgr.24367) 258 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 on smithi178 2023-12-07T16:00:19.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:18 smithi042 bash[24989]: cluster 2023-12-07T16:00:18.143763+0000 mgr.y (mgr.24367) 259 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:19.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:18 smithi042 bash[24989]: audit 2023-12-07T16:00:18.454398+0000 mgr.y (mgr.24367) 260 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:19.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:18 smithi042 bash[30444]: cephadm 2023-12-07T16:00:17.849085+0000 mgr.y (mgr.24367) 255 : cephadm [INF] Upgrade: Target is version 19.0.0-13-ge6605fb8 (unknown) 2023-12-07T16:00:19.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:18 smithi042 bash[30444]: cephadm 2023-12-07T16:00:17.849267+0000 mgr.y (mgr.24367) 256 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149, digests ['quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a'] 2023-12-07T16:00:19.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:18 smithi042 bash[30444]: cephadm 2023-12-07T16:00:17.861373+0000 mgr.y (mgr.24367) 257 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-07T16:00:19.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:18 smithi042 bash[30444]: cephadm 2023-12-07T16:00:18.116760+0000 mgr.y (mgr.24367) 258 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 on smithi178 2023-12-07T16:00:19.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:18 smithi042 bash[30444]: cluster 2023-12-07T16:00:18.143763+0000 mgr.y (mgr.24367) 259 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:19.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:18 smithi042 bash[30444]: audit 2023-12-07T16:00:18.454398+0000 mgr.y (mgr.24367) 260 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:21.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:21 smithi178 bash[25068]: cluster 2023-12-07T16:00:20.144481+0000 mgr.y (mgr.24367) 261 : 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-07T16:00:21.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:21 smithi042 bash[24989]: cluster 2023-12-07T16:00:20.144481+0000 mgr.y (mgr.24367) 261 : 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-07T16:00:21.619 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:21 smithi042 bash[30444]: cluster 2023-12-07T16:00:20.144481+0000 mgr.y (mgr.24367) 261 : 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-07T16:00:23.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:00:23 smithi042 bash[50134]: level=error ts=2023-12-07T16:00:23.525Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=7 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T16:00:23.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:00:23 smithi042 bash[50134]: level=warn ts=2023-12-07T16:00:23.529Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T16:00:23.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:00:23 smithi042 bash[50134]: level=warn ts=2023-12-07T16:00:23.530Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T16:00:24.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:23 smithi178 bash[25068]: cluster 2023-12-07T16:00:22.146323+0000 mgr.y (mgr.24367) 262 : 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-07T16:00:24.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:23 smithi042 bash[30444]: cluster 2023-12-07T16:00:22.146323+0000 mgr.y (mgr.24367) 262 : 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-07T16:00:24.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:23 smithi042 bash[24989]: cluster 2023-12-07T16:00:22.146323+0000 mgr.y (mgr.24367) 262 : 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-07T16:00:25.119 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:00:24 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:00:24] "GET /metrics HTTP/1.1" 200 214697 "" "Prometheus/2.33.4" 2023-12-07T16:00:26.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:25 smithi178 bash[25068]: cluster 2023-12-07T16:00:24.147088+0000 mgr.y (mgr.24367) 263 : 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-07T16:00:26.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:25 smithi042 bash[24989]: cluster 2023-12-07T16:00:24.147088+0000 mgr.y (mgr.24367) 263 : 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-07T16:00:26.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:25 smithi042 bash[30444]: cluster 2023-12-07T16:00:24.147088+0000 mgr.y (mgr.24367) 263 : 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-07T16:00:28.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:27 smithi178 bash[25068]: cluster 2023-12-07T16:00:26.148808+0000 mgr.y (mgr.24367) 264 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:28.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:27 smithi042 bash[24989]: cluster 2023-12-07T16:00:26.148808+0000 mgr.y (mgr.24367) 264 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:28.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:27 smithi042 bash[30444]: cluster 2023-12-07T16:00:26.148808+0000 mgr.y (mgr.24367) 264 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:28.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:00:28 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:00:28] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T16:00:30.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:29 smithi178 bash[25068]: cluster 2023-12-07T16:00:28.149572+0000 mgr.y (mgr.24367) 265 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:30.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:29 smithi178 bash[25068]: audit 2023-12-07T16:00:28.464860+0000 mgr.y (mgr.24367) 266 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:30.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:29 smithi042 bash[30444]: cluster 2023-12-07T16:00:28.149572+0000 mgr.y (mgr.24367) 265 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:30.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:29 smithi042 bash[30444]: audit 2023-12-07T16:00:28.464860+0000 mgr.y (mgr.24367) 266 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:30.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:29 smithi042 bash[24989]: cluster 2023-12-07T16:00:28.149572+0000 mgr.y (mgr.24367) 265 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:30.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:29 smithi042 bash[24989]: audit 2023-12-07T16:00:28.464860+0000 mgr.y (mgr.24367) 266 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:31.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:30 smithi178 bash[25068]: audit 2023-12-07T16:00:30.150120+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T16:00:31.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:30 smithi178 bash[25068]: audit 2023-12-07T16:00:30.157261+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T16:00:31.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:30 smithi042 bash[30444]: audit 2023-12-07T16:00:30.150120+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T16:00:31.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:30 smithi042 bash[30444]: audit 2023-12-07T16:00:30.157261+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T16:00:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:30 smithi042 bash[24989]: audit 2023-12-07T16:00:30.150120+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T16:00:31.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:30 smithi042 bash[24989]: audit 2023-12-07T16:00:30.157261+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T16:00:32.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:31 smithi178 bash[25068]: cluster 2023-12-07T16:00:30.150245+0000 mgr.y (mgr.24367) 267 : 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-07T16:00:32.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:31 smithi042 bash[30444]: cluster 2023-12-07T16:00:30.150245+0000 mgr.y (mgr.24367) 267 : 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-07T16:00:32.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:31 smithi042 bash[24989]: cluster 2023-12-07T16:00:30.150245+0000 mgr.y (mgr.24367) 267 : 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-07T16:00:33.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:00:33 smithi042 bash[50134]: level=error ts=2023-12-07T16:00:33.525Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=7 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T16:00:33.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:00:33 smithi042 bash[50134]: level=warn ts=2023-12-07T16:00:33.530Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T16:00:33.870 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:00:33 smithi042 bash[50134]: level=warn ts=2023-12-07T16:00:33.530Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T16:00:34.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:33 smithi178 bash[25068]: cluster 2023-12-07T16:00:32.152120+0000 mgr.y (mgr.24367) 268 : 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-07T16:00:34.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:33 smithi042 bash[24989]: cluster 2023-12-07T16:00:32.152120+0000 mgr.y (mgr.24367) 268 : 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-07T16:00:34.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:33 smithi042 bash[30444]: cluster 2023-12-07T16:00:32.152120+0000 mgr.y (mgr.24367) 268 : 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-07T16:00:35.119 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:00:34 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:00:34] "GET /metrics HTTP/1.1" 200 214700 "" "Prometheus/2.33.4" 2023-12-07T16:00:36.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:35 smithi178 bash[25068]: cluster 2023-12-07T16:00:34.153015+0000 mgr.y (mgr.24367) 269 : 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-07T16:00:36.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:35 smithi042 bash[24989]: cluster 2023-12-07T16:00:34.153015+0000 mgr.y (mgr.24367) 269 : 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-07T16:00:36.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:35 smithi042 bash[30444]: cluster 2023-12-07T16:00:34.153015+0000 mgr.y (mgr.24367) 269 : 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-07T16:00:38.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:37 smithi178 bash[25068]: cluster 2023-12-07T16:00:36.154795+0000 mgr.y (mgr.24367) 270 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:38.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:37 smithi042 bash[24989]: cluster 2023-12-07T16:00:36.154795+0000 mgr.y (mgr.24367) 270 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:38.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:37 smithi042 bash[30444]: cluster 2023-12-07T16:00:36.154795+0000 mgr.y (mgr.24367) 270 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:38.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:00:38 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:00:38] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T16:00:39.973 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-12-07T16:00:40.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:39 smithi178 bash[25068]: cluster 2023-12-07T16:00:38.155541+0000 mgr.y (mgr.24367) 271 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:40.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:39 smithi178 bash[25068]: audit 2023-12-07T16:00:38.476254+0000 mgr.y (mgr.24367) 272 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:40.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:39 smithi042 bash[24989]: cluster 2023-12-07T16:00:38.155541+0000 mgr.y (mgr.24367) 271 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:40.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:39 smithi042 bash[24989]: audit 2023-12-07T16:00:38.476254+0000 mgr.y (mgr.24367) 272 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:40.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:39 smithi042 bash[30444]: cluster 2023-12-07T16:00:38.155541+0000 mgr.y (mgr.24367) 271 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:40.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:39 smithi042 bash[30444]: audit 2023-12-07T16:00:38.476254+0000 mgr.y (mgr.24367) 272 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:40.694 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:00:40.694 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (4m) 3m ago 5m 17.9M - ba2b418f427c 8929d87f8ef2 2023-12-07T16:00:40.694 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi178 *:3000 running (5m) 3m ago 5m 45.1M - 8.3.5 dad864ee21e9 d80e9498ec94 2023-12-07T16:00:40.694 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.zhjtqu smithi042 running (3m) 3m ago 3m 66.5M - 3.5 e1d6a67b021e c341e36423ff 2023-12-07T16:00:40.694 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi178 *:8443 running (11m) 3m ago 11m 406M - 17.2.0 e1d6a67b021e da0bb3068690 2023-12-07T16:00:40.694 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:9283 running (13m) 3m ago 13m 454M - 17.2.0 e1d6a67b021e aee386f4d468 2023-12-07T16:00:40.694 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (13m) 3m ago 13m 53.8M 2048M 17.2.0 e1d6a67b021e 68ea120d15f8 2023-12-07T16:00:40.694 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi178 running (11m) 3m ago 11m 44.2M 2048M 17.2.0 e1d6a67b021e ed4d6d59b8a5 2023-12-07T16:00:40.695 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (12m) 3m ago 12m 41.9M 2048M 17.2.0 e1d6a67b021e 885a861e01bc 2023-12-07T16:00:40.695 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (5m) 3m ago 5m 11.3M - 1dbe0e931976 221c2e388dbe 2023-12-07T16:00:40.695 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi178 *:9100 running (5m) 3m ago 5m 11.6M - 1dbe0e931976 7c4d114d7bda 2023-12-07T16:00:40.695 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (11m) 3m ago 11m 54.0M 4062M 17.2.0 e1d6a67b021e 15b47f4e60f3 2023-12-07T16:00:40.695 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (10m) 3m ago 10m 57.2M 4062M 17.2.0 e1d6a67b021e 2a28cafd73fe 2023-12-07T16:00:40.695 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (9m) 3m ago 9m 50.1M 4062M 17.2.0 e1d6a67b021e 0785d9773e1b 2023-12-07T16:00:40.695 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (9m) 3m ago 9m 50.5M 4062M 17.2.0 e1d6a67b021e ef87480dafbe 2023-12-07T16:00:40.695 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi178 running (8m) 3m ago 8m 50.7M 4317M 17.2.0 e1d6a67b021e 489e822c6353 2023-12-07T16:00:40.695 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi178 running (8m) 3m ago 8m 50.9M 4317M 17.2.0 e1d6a67b021e b77d6dab08a9 2023-12-07T16:00:40.695 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi178 running (7m) 3m ago 7m 48.2M 4317M 17.2.0 e1d6a67b021e 0c3c794876c3 2023-12-07T16:00:40.695 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi178 running (6m) 3m ago 6m 50.6M 4317M 17.2.0 e1d6a67b021e d54168b8b1ca 2023-12-07T16:00:40.695 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi178 *:9095 running (4m) 3m ago 5m 46.0M - 514e6a882f6e 6270b9d7e8fa 2023-12-07T16:00:40.695 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.hcortj smithi042 *:8000 running (3m) 3m ago 3m 83.7M - 17.2.0 e1d6a67b021e 7b4fbb51c0e4 2023-12-07T16:00:40.695 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi178.qokiza smithi178 *:8000 running (3m) 3m ago 3m 83.1M - 17.2.0 e1d6a67b021e ed4b389a14c0 2023-12-07T16:00:40.695 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.bhilti smithi042 *:80 running (3m) 3m ago 3m 83.5M - 17.2.0 e1d6a67b021e a005b7760f26 2023-12-07T16:00:40.696 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi178.kllngz smithi178 *:80 running (3m) 3m ago 3m 82.8M - 17.2.0 e1d6a67b021e ec7417c26d3d 2023-12-07T16:00:41.110 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:00:41.110 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-12-07T16:00:41.110 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-07T16:00:41.110 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:00:41.110 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-12-07T16:00:41.111 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-07T16:00:41.111 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:00:41.111 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-12-07T16:00:41.111 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T16:00:41.111 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:00:41.111 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": {}, 2023-12-07T16:00:41.111 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2023-12-07T16:00:41.111 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:00:41.111 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:00:41.111 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-12-07T16:00:41.111 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-07T16:00:41.111 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T16:00:41.111 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:00:41.469 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:00:41.469 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:00:41.469 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-12-07T16:00:41.469 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2023-12-07T16:00:41.469 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "0/23 daemons upgraded", 2023-12-07T16:00:41.470 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 image on host smithi178" 2023-12-07T16:00:41.470 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:00:41.888 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-12-07T16:00:42.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:41 smithi178 bash[25068]: audit 2023-12-07T16:00:39.953824+0000 mgr.y (mgr.24367) 273 : audit [DBG] from='client.15153 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:42.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:41 smithi178 bash[25068]: cluster 2023-12-07T16:00:40.156295+0000 mgr.y (mgr.24367) 274 : 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-07T16:00:42.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:41 smithi178 bash[25068]: audit 2023-12-07T16:00:40.313047+0000 mgr.y (mgr.24367) 275 : audit [DBG] from='client.15159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:42.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:41 smithi178 bash[25068]: audit 2023-12-07T16:00:40.668876+0000 mgr.y (mgr.24367) 276 : audit [DBG] from='client.15165 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:42.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:41 smithi178 bash[25068]: audit 2023-12-07T16:00:41.106387+0000 mon.a (mon.0) 893 : audit [DBG] from='client.? 172.21.15.42:0/986688328' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:41 smithi178 bash[25068]: audit 2023-12-07T16:00:41.884831+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.42:0/2989530285' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:00:42.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:41 smithi042 bash[24989]: audit 2023-12-07T16:00:39.953824+0000 mgr.y (mgr.24367) 273 : audit [DBG] from='client.15153 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:42.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:41 smithi042 bash[24989]: cluster 2023-12-07T16:00:40.156295+0000 mgr.y (mgr.24367) 274 : 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-07T16:00:42.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:41 smithi042 bash[24989]: audit 2023-12-07T16:00:40.313047+0000 mgr.y (mgr.24367) 275 : audit [DBG] from='client.15159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:42.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:41 smithi042 bash[24989]: audit 2023-12-07T16:00:40.668876+0000 mgr.y (mgr.24367) 276 : audit [DBG] from='client.15165 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:42.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:41 smithi042 bash[24989]: audit 2023-12-07T16:00:41.106387+0000 mon.a (mon.0) 893 : audit [DBG] from='client.? 172.21.15.42:0/986688328' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:41 smithi042 bash[24989]: audit 2023-12-07T16:00:41.884831+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.42:0/2989530285' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:00:42.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:41 smithi042 bash[30444]: audit 2023-12-07T16:00:39.953824+0000 mgr.y (mgr.24367) 273 : audit [DBG] from='client.15153 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:42.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:41 smithi042 bash[30444]: cluster 2023-12-07T16:00:40.156295+0000 mgr.y (mgr.24367) 274 : 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-07T16:00:42.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:41 smithi042 bash[30444]: audit 2023-12-07T16:00:40.313047+0000 mgr.y (mgr.24367) 275 : audit [DBG] from='client.15159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:42.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:41 smithi042 bash[30444]: audit 2023-12-07T16:00:40.668876+0000 mgr.y (mgr.24367) 276 : audit [DBG] from='client.15165 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:42.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:41 smithi042 bash[30444]: audit 2023-12-07T16:00:41.106387+0000 mon.a (mon.0) 893 : audit [DBG] from='client.? 172.21.15.42:0/986688328' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:41 smithi042 bash[30444]: audit 2023-12-07T16:00:41.884831+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.42:0/2989530285' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:00:43.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:42 smithi178 bash[25068]: audit 2023-12-07T16:00:41.465475+0000 mgr.y (mgr.24367) 277 : audit [DBG] from='client.25081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:43.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:42 smithi042 bash[24989]: audit 2023-12-07T16:00:41.465475+0000 mgr.y (mgr.24367) 277 : audit [DBG] from='client.25081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:43.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:42 smithi042 bash[30444]: audit 2023-12-07T16:00:41.465475+0000 mgr.y (mgr.24367) 277 : audit [DBG] from='client.25081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:43.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:00:43 smithi042 bash[50134]: level=error ts=2023-12-07T16:00:43.525Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=7 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T16:00:43.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:00:43 smithi042 bash[50134]: level=warn ts=2023-12-07T16:00:43.529Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T16:00:43.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:00:43 smithi042 bash[50134]: level=warn ts=2023-12-07T16:00:43.530Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T16:00:44.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:43 smithi178 bash[25068]: cluster 2023-12-07T16:00:42.157988+0000 mgr.y (mgr.24367) 278 : 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-07T16:00:44.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:43 smithi042 bash[24989]: cluster 2023-12-07T16:00:42.157988+0000 mgr.y (mgr.24367) 278 : 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-07T16:00:44.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:43 smithi042 bash[30444]: cluster 2023-12-07T16:00:42.157988+0000 mgr.y (mgr.24367) 278 : 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-07T16:00:45.119 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:00:44 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:00:44] "GET /metrics HTTP/1.1" 200 214700 "" "Prometheus/2.33.4" 2023-12-07T16:00:46.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:45 smithi178 bash[25068]: cluster 2023-12-07T16:00:44.158731+0000 mgr.y (mgr.24367) 279 : 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-07T16:00:46.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:45 smithi042 bash[24989]: cluster 2023-12-07T16:00:44.158731+0000 mgr.y (mgr.24367) 279 : 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-07T16:00:46.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:45 smithi042 bash[30444]: cluster 2023-12-07T16:00:44.158731+0000 mgr.y (mgr.24367) 279 : 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-07T16:00:48.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:47 smithi178 bash[25068]: cluster 2023-12-07T16:00:46.160479+0000 mgr.y (mgr.24367) 280 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:48.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:47 smithi042 bash[24989]: cluster 2023-12-07T16:00:46.160479+0000 mgr.y (mgr.24367) 280 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:48.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:47 smithi042 bash[30444]: cluster 2023-12-07T16:00:46.160479+0000 mgr.y (mgr.24367) 280 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:48.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:00:48 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:00:48] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T16:00:50.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:49 smithi178 bash[25068]: cluster 2023-12-07T16:00:48.161258+0000 mgr.y (mgr.24367) 281 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:50.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:49 smithi178 bash[25068]: audit 2023-12-07T16:00:48.486080+0000 mgr.y (mgr.24367) 282 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:50.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:49 smithi042 bash[24989]: cluster 2023-12-07T16:00:48.161258+0000 mgr.y (mgr.24367) 281 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:50.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:49 smithi042 bash[24989]: audit 2023-12-07T16:00:48.486080+0000 mgr.y (mgr.24367) 282 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:50.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:49 smithi042 bash[30444]: cluster 2023-12-07T16:00:48.161258+0000 mgr.y (mgr.24367) 281 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:50.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:49 smithi042 bash[30444]: audit 2023-12-07T16:00:48.486080+0000 mgr.y (mgr.24367) 282 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:52.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:51 smithi178 bash[25068]: cluster 2023-12-07T16:00:50.162001+0000 mgr.y (mgr.24367) 283 : 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-07T16:00:52.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:51 smithi042 bash[24989]: cluster 2023-12-07T16:00:50.162001+0000 mgr.y (mgr.24367) 283 : 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-07T16:00:52.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:51 smithi042 bash[30444]: cluster 2023-12-07T16:00:50.162001+0000 mgr.y (mgr.24367) 283 : 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-07T16:00:53.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:00:53 smithi042 bash[50134]: level=error ts=2023-12-07T16:00:53.526Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=7 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T16:00:53.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:00:53 smithi042 bash[50134]: level=warn ts=2023-12-07T16:00:53.531Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T16:00:53.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:00:53 smithi042 bash[50134]: level=warn ts=2023-12-07T16:00:53.532Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T16:00:54.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:53 smithi178 bash[25068]: cluster 2023-12-07T16:00:52.163828+0000 mgr.y (mgr.24367) 284 : 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-07T16:00:54.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:53 smithi042 bash[24989]: cluster 2023-12-07T16:00:52.163828+0000 mgr.y (mgr.24367) 284 : 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-07T16:00:54.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:53 smithi042 bash[30444]: cluster 2023-12-07T16:00:52.163828+0000 mgr.y (mgr.24367) 284 : 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-07T16:00:55.119 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:00:54 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:00:54] "GET /metrics HTTP/1.1" 200 214693 "" "Prometheus/2.33.4" 2023-12-07T16:00:56.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:55 smithi178 bash[25068]: cluster 2023-12-07T16:00:54.164626+0000 mgr.y (mgr.24367) 285 : 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-07T16:00:56.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:55 smithi042 bash[24989]: cluster 2023-12-07T16:00:54.164626+0000 mgr.y (mgr.24367) 285 : 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-07T16:00:56.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:55 smithi042 bash[30444]: cluster 2023-12-07T16:00:54.164626+0000 mgr.y (mgr.24367) 285 : 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-07T16:00:58.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:57 smithi178 bash[25068]: cluster 2023-12-07T16:00:56.166319+0000 mgr.y (mgr.24367) 286 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:58.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:57 smithi042 bash[24989]: cluster 2023-12-07T16:00:56.166319+0000 mgr.y (mgr.24367) 286 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:58.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:57 smithi042 bash[30444]: cluster 2023-12-07T16:00:56.166319+0000 mgr.y (mgr.24367) 286 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:58.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:00:58 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:00:58] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T16:01:00.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:59 smithi178 bash[25068]: cluster 2023-12-07T16:00:58.167068+0000 mgr.y (mgr.24367) 287 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:00.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:00:59 smithi178 bash[25068]: audit 2023-12-07T16:00:58.495518+0000 mgr.y (mgr.24367) 288 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:00.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:59 smithi042 bash[24989]: cluster 2023-12-07T16:00:58.167068+0000 mgr.y (mgr.24367) 287 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:00.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:00:59 smithi042 bash[24989]: audit 2023-12-07T16:00:58.495518+0000 mgr.y (mgr.24367) 288 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:00.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:59 smithi042 bash[30444]: cluster 2023-12-07T16:00:58.167068+0000 mgr.y (mgr.24367) 287 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:00.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:00:59 smithi042 bash[30444]: audit 2023-12-07T16:00:58.495518+0000 mgr.y (mgr.24367) 288 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:01.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:00 smithi178 bash[25068]: cluster 2023-12-07T16:01:00.167722+0000 mgr.y (mgr.24367) 289 : 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-07T16:01:01.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:00 smithi042 bash[24989]: cluster 2023-12-07T16:01:00.167722+0000 mgr.y (mgr.24367) 289 : 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-07T16:01:01.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:00 smithi042 bash[30444]: cluster 2023-12-07T16:01:00.167722+0000 mgr.y (mgr.24367) 289 : 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-07T16:01:03.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:03 smithi042 bash[50134]: level=error ts=2023-12-07T16:01:03.527Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=7 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T16:01:03.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:03 smithi042 bash[50134]: level=warn ts=2023-12-07T16:01:03.533Z 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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T16:01:03.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:03 smithi042 bash[50134]: level=warn ts=2023-12-07T16:01:03.533Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T16:01:04.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:03 smithi178 bash[25068]: cluster 2023-12-07T16:01:02.169487+0000 mgr.y (mgr.24367) 290 : 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-07T16:01:04.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:03 smithi042 bash[24989]: cluster 2023-12-07T16:01:02.169487+0000 mgr.y (mgr.24367) 290 : 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-07T16:01:04.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:03 smithi042 bash[30444]: cluster 2023-12-07T16:01:02.169487+0000 mgr.y (mgr.24367) 290 : 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-07T16:01:05.119 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:04 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:01:04] "GET /metrics HTTP/1.1" 200 214706 "" "Prometheus/2.33.4" 2023-12-07T16:01:06.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:05 smithi178 bash[25068]: cluster 2023-12-07T16:01:04.170269+0000 mgr.y (mgr.24367) 291 : 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-07T16:01:06.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:05 smithi042 bash[24989]: cluster 2023-12-07T16:01:04.170269+0000 mgr.y (mgr.24367) 291 : 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-07T16:01:06.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:05 smithi042 bash[30444]: cluster 2023-12-07T16:01:04.170269+0000 mgr.y (mgr.24367) 291 : 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-07T16:01:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:07 smithi178 bash[25068]: cluster 2023-12-07T16:01:06.171930+0000 mgr.y (mgr.24367) 292 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:08.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:07 smithi042 bash[24989]: cluster 2023-12-07T16:01:06.171930+0000 mgr.y (mgr.24367) 292 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:08.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:07 smithi042 bash[30444]: cluster 2023-12-07T16:01:06.171930+0000 mgr.y (mgr.24367) 292 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:08.855 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:08 smithi178 bash[25979]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:01:08] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T16:01:09.697 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:09 smithi178 bash[25068]: cluster 2023-12-07T16:01:08.172688+0000 mgr.y (mgr.24367) 293 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:09.697 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:09 smithi178 bash[25068]: cephadm 2023-12-07T16:01:08.372967+0000 mgr.y (mgr.24367) 294 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-07T16:01:09.697 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:09 smithi178 bash[25068]: audit 2023-12-07T16:01:08.383841+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:01:09.698 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:09 smithi178 bash[25068]: audit 2023-12-07T16:01:08.386312+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T16:01:09.698 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:09 smithi178 bash[25068]: audit 2023-12-07T16:01:08.387870+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T16:01:09.698 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:09 smithi178 bash[25068]: audit 2023-12-07T16:01:08.390294+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.698 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:09 smithi178 bash[25068]: cephadm 2023-12-07T16:01:08.391773+0000 mgr.y (mgr.24367) 295 : cephadm [INF] Deploying daemon mgr.x on smithi178 2023-12-07T16:01:09.698 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:09 smithi178 bash[25068]: audit 2023-12-07T16:01:08.506611+0000 mgr.y (mgr.24367) 296 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:09.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:09 smithi042 bash[24989]: cluster 2023-12-07T16:01:08.172688+0000 mgr.y (mgr.24367) 293 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:09.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:09 smithi042 bash[24989]: cephadm 2023-12-07T16:01:08.372967+0000 mgr.y (mgr.24367) 294 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-07T16:01:09.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:09 smithi042 bash[24989]: audit 2023-12-07T16:01:08.383841+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:01:09.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:09 smithi042 bash[24989]: audit 2023-12-07T16:01:08.386312+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T16:01:09.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:09 smithi042 bash[24989]: audit 2023-12-07T16:01:08.387870+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T16:01:09.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:09 smithi042 bash[24989]: audit 2023-12-07T16:01:08.390294+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:09 smithi042 bash[24989]: cephadm 2023-12-07T16:01:08.391773+0000 mgr.y (mgr.24367) 295 : cephadm [INF] Deploying daemon mgr.x on smithi178 2023-12-07T16:01:09.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:09 smithi042 bash[24989]: audit 2023-12-07T16:01:08.506611+0000 mgr.y (mgr.24367) 296 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:09.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:09 smithi042 bash[30444]: cluster 2023-12-07T16:01:08.172688+0000 mgr.y (mgr.24367) 293 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:09.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:09 smithi042 bash[30444]: cephadm 2023-12-07T16:01:08.372967+0000 mgr.y (mgr.24367) 294 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-07T16:01:09.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:09 smithi042 bash[30444]: audit 2023-12-07T16:01:08.383841+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:01:09.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:09 smithi042 bash[30444]: audit 2023-12-07T16:01:08.386312+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T16:01:09.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:09 smithi042 bash[30444]: audit 2023-12-07T16:01:08.387870+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T16:01:09.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:09 smithi042 bash[30444]: audit 2023-12-07T16:01:08.390294+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:09 smithi042 bash[30444]: cephadm 2023-12-07T16:01:08.391773+0000 mgr.y (mgr.24367) 295 : cephadm [INF] Deploying daemon mgr.x on smithi178 2023-12-07T16:01:09.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:09 smithi042 bash[30444]: audit 2023-12-07T16:01:08.506611+0000 mgr.y (mgr.24367) 296 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:10.881 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:10 smithi178 systemd[1]: Stopping Ceph mgr.x for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:01:11.257 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:10 smithi178 bash[45308]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-mgr.x 2023-12-07T16:01:11.549 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:11 smithi178 bash[25068]: cluster 2023-12-07T16:01:10.173403+0000 mgr.y (mgr.24367) 297 : 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-07T16:01:11.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:11 smithi178 bash[45317]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-mgr-x 2023-12-07T16:01:11.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:11 smithi178 bash[45366]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-mgr.x 2023-12-07T16:01:11.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:11 smithi178 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-07T16:01:11.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:11 smithi178 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-07T16:01:11.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:11 smithi178 systemd[1]: Stopped Ceph mgr.x for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:01:11.869 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:11 smithi042 bash[24989]: cluster 2023-12-07T16:01:10.173403+0000 mgr.y (mgr.24367) 297 : 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-07T16:01:11.869 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:11 smithi042 bash[30444]: cluster 2023-12-07T16:01:10.173403+0000 mgr.y (mgr.24367) 297 : 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-07T16:01:12.265 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-12-07T16:01:12.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:11 smithi178 systemd[1]: Started Ceph mgr.x for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:01:12.997 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:01:12.997 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (5m) 3m ago 6m 17.9M - ba2b418f427c 8929d87f8ef2 2023-12-07T16:01:12.997 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi178 *:3000 running (5m) 4m ago 5m 45.1M - 8.3.5 dad864ee21e9 d80e9498ec94 2023-12-07T16:01:12.997 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.zhjtqu smithi042 running (3m) 3m ago 3m 66.5M - 3.5 e1d6a67b021e c341e36423ff 2023-12-07T16:01:12.997 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi178 *:8443,9283 starting - - - - 2023-12-07T16:01:12.997 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:9283 running (14m) 3m ago 14m 454M - 17.2.0 e1d6a67b021e aee386f4d468 2023-12-07T16:01:12.997 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (14m) 3m ago 14m 53.8M 2048M 17.2.0 e1d6a67b021e 68ea120d15f8 2023-12-07T16:01:12.998 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi178 running (12m) 4m ago 12m 44.2M 2048M 17.2.0 e1d6a67b021e ed4d6d59b8a5 2023-12-07T16:01:12.998 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (12m) 3m ago 12m 41.9M 2048M 17.2.0 e1d6a67b021e 885a861e01bc 2023-12-07T16:01:12.998 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (6m) 3m ago 6m 11.3M - 1dbe0e931976 221c2e388dbe 2023-12-07T16:01:12.998 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi178 *:9100 running (6m) 4m ago 6m 11.6M - 1dbe0e931976 7c4d114d7bda 2023-12-07T16:01:12.998 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (11m) 3m ago 11m 54.0M 4062M 17.2.0 e1d6a67b021e 15b47f4e60f3 2023-12-07T16:01:12.998 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (11m) 3m ago 11m 57.2M 4062M 17.2.0 e1d6a67b021e 2a28cafd73fe 2023-12-07T16:01:12.998 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (10m) 3m ago 10m 50.1M 4062M 17.2.0 e1d6a67b021e 0785d9773e1b 2023-12-07T16:01:12.998 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (9m) 3m ago 9m 50.5M 4062M 17.2.0 e1d6a67b021e ef87480dafbe 2023-12-07T16:01:12.998 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi178 running (9m) 4m ago 9m 50.7M 4317M 17.2.0 e1d6a67b021e 489e822c6353 2023-12-07T16:01:12.998 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi178 running (8m) 4m ago 8m 50.9M 4317M 17.2.0 e1d6a67b021e b77d6dab08a9 2023-12-07T16:01:12.998 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi178 running (7m) 4m ago 8m 48.2M 4317M 17.2.0 e1d6a67b021e 0c3c794876c3 2023-12-07T16:01:12.998 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi178 running (7m) 4m ago 7m 50.6M 4317M 17.2.0 e1d6a67b021e d54168b8b1ca 2023-12-07T16:01:12.998 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi178 *:9095 running (5m) 4m ago 6m 46.0M - 514e6a882f6e 6270b9d7e8fa 2023-12-07T16:01:12.998 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.hcortj smithi042 *:8000 running (4m) 3m ago 4m 83.7M - 17.2.0 e1d6a67b021e 7b4fbb51c0e4 2023-12-07T16:01:12.998 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi178.qokiza smithi178 *:8000 running (4m) 4m ago 4m 83.1M - 17.2.0 e1d6a67b021e ed4b389a14c0 2023-12-07T16:01:12.998 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.bhilti smithi042 *:80 running (4m) 3m ago 4m 83.5M - 17.2.0 e1d6a67b021e a005b7760f26 2023-12-07T16:01:12.998 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi178.kllngz smithi178 *:80 running (4m) 4m ago 4m 82.8M - 17.2.0 e1d6a67b021e ec7417c26d3d 2023-12-07T16:01:13.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:13 smithi178 bash[45434]: debug 2023-12-07T16:01:13.250+0000 7f3783798700 1 -- 172.21.15.178:0/3561583680 <== mon.2 v2:172.21.15.178:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5580d6dee1a0 con 0x5580d7b6cc00 2023-12-07T16:01:13.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:13 smithi178 bash[25068]: audit 2023-12-07T16:01:12.012600+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:01:13.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:13 smithi178 bash[25068]: audit 2023-12-07T16:01:12.014116+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:13 smithi178 bash[25068]: audit 2023-12-07T16:01:12.015269+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:13 smithi178 bash[25068]: cluster 2023-12-07T16:01:12.174533+0000 mgr.y (mgr.24367) 298 : 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-07T16:01:13.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:13 smithi178 bash[25068]: audit 2023-12-07T16:01:12.246687+0000 mgr.y (mgr.24367) 299 : audit [DBG] from='client.15189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:13.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:13 smithi178 bash[25068]: audit 2023-12-07T16:01:12.613872+0000 mgr.y (mgr.24367) 300 : audit [DBG] from='client.15195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:13.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:13 smithi042 bash[24989]: audit 2023-12-07T16:01:12.012600+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:01:13.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:13 smithi042 bash[24989]: audit 2023-12-07T16:01:12.014116+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:13 smithi042 bash[24989]: audit 2023-12-07T16:01:12.015269+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:13 smithi042 bash[24989]: cluster 2023-12-07T16:01:12.174533+0000 mgr.y (mgr.24367) 298 : 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-07T16:01:13.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:13 smithi042 bash[24989]: audit 2023-12-07T16:01:12.246687+0000 mgr.y (mgr.24367) 299 : audit [DBG] from='client.15189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:13.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:13 smithi042 bash[24989]: audit 2023-12-07T16:01:12.613872+0000 mgr.y (mgr.24367) 300 : audit [DBG] from='client.15195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:13.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:13 smithi042 bash[30444]: audit 2023-12-07T16:01:12.012600+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:01:13.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:13 smithi042 bash[30444]: audit 2023-12-07T16:01:12.014116+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:13 smithi042 bash[30444]: audit 2023-12-07T16:01:12.015269+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:13 smithi042 bash[30444]: cluster 2023-12-07T16:01:12.174533+0000 mgr.y (mgr.24367) 298 : 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-07T16:01:13.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:13 smithi042 bash[30444]: audit 2023-12-07T16:01:12.246687+0000 mgr.y (mgr.24367) 299 : audit [DBG] from='client.15189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:13.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:13 smithi042 bash[30444]: audit 2023-12-07T16:01:12.613872+0000 mgr.y (mgr.24367) 300 : audit [DBG] from='client.15195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:13.412 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:01:13.413 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-12-07T16:01:13.413 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-07T16:01:13.413 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:01:13.413 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-12-07T16:01:13.413 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-07T16:01:13.413 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:01:13.413 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-12-07T16:01:13.413 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T16:01:13.413 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:01:13.413 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": {}, 2023-12-07T16:01:13.413 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2023-12-07T16:01:13.413 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:01:13.413 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:01:13.413 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-12-07T16:01:13.414 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-07T16:01:13.414 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T16:01:13.414 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:01:13.773 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:01:13.773 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:01:13.773 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-12-07T16:01:13.773 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2023-12-07T16:01:13.773 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "", 2023-12-07T16:01:13.773 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading mgr daemons" 2023-12-07T16:01:13.773 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:01:13.855 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:13 smithi178 bash[45434]: debug 2023-12-07T16:01:13.414+0000 7f378d93e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T16:01:13.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:13 smithi042 bash[50134]: level=error ts=2023-12-07T16:01:13.528Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=12 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T16:01:13.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:13 smithi042 bash[50134]: level=warn ts=2023-12-07T16:01:13.532Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.178:8443/api/prometheus_receiver\": dial tcp 172.21.15.178:8443: connect: connection refused" 2023-12-07T16:01:13.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:13 smithi042 bash[50134]: level=warn ts=2023-12-07T16:01:13.534Z 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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T16:01:14.192 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-12-07T16:01:14.319 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:14 smithi178 bash[25068]: audit 2023-12-07T16:01:12.969388+0000 mgr.y (mgr.24367) 301 : audit [DBG] from='client.25105 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:14.319 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:14 smithi178 bash[25068]: audit 2023-12-07T16:01:13.408640+0000 mon.a (mon.0) 901 : audit [DBG] from='client.? 172.21.15.42:0/1080427366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.319 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:14 smithi178 bash[25068]: audit 2023-12-07T16:01:13.768901+0000 mgr.y (mgr.24367) 302 : audit [DBG] from='client.15219 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:14.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:14 smithi042 bash[24989]: audit 2023-12-07T16:01:12.969388+0000 mgr.y (mgr.24367) 301 : audit [DBG] from='client.25105 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:14.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:14 smithi042 bash[24989]: audit 2023-12-07T16:01:13.408640+0000 mon.a (mon.0) 901 : audit [DBG] from='client.? 172.21.15.42:0/1080427366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:14 smithi042 bash[24989]: audit 2023-12-07T16:01:13.768901+0000 mgr.y (mgr.24367) 302 : audit [DBG] from='client.15219 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:14.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:14 smithi042 bash[30444]: audit 2023-12-07T16:01:12.969388+0000 mgr.y (mgr.24367) 301 : audit [DBG] from='client.25105 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:14.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:14 smithi042 bash[30444]: audit 2023-12-07T16:01:13.408640+0000 mon.a (mon.0) 901 : audit [DBG] from='client.? 172.21.15.42:0/1080427366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:14 smithi042 bash[30444]: audit 2023-12-07T16:01:13.768901+0000 mgr.y (mgr.24367) 302 : audit [DBG] from='client.15219 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:14.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:14 smithi178 bash[45434]: debug 2023-12-07T16:01:14.314+0000 7f378d93e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T16:01:14.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:14 smithi178 bash[45434]: debug 2023-12-07T16:01:14.418+0000 7f378d93e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T16:01:14.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:14 smithi178 bash[45434]: debug 2023-12-07T16:01:14.518+0000 7f378d93e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T16:01:15.029 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:14 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:01:14] "GET /metrics HTTP/1.1" 200 214706 "" "Prometheus/2.33.4" 2023-12-07T16:01:15.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:15 smithi178 bash[25068]: cluster 2023-12-07T16:01:14.175212+0000 mgr.y (mgr.24367) 303 : 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-07T16:01:15.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:15 smithi178 bash[25068]: audit 2023-12-07T16:01:14.188388+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.42:0/3996961246' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:01:15.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:14 smithi178 bash[45434]: debug 2023-12-07T16:01:14.782+0000 7f378d93e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T16:01:15.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:15 smithi042 bash[30444]: cluster 2023-12-07T16:01:14.175212+0000 mgr.y (mgr.24367) 303 : 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-07T16:01:15.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:15 smithi042 bash[30444]: audit 2023-12-07T16:01:14.188388+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.42:0/3996961246' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:01:15.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:15 smithi042 bash[24989]: cluster 2023-12-07T16:01:14.175212+0000 mgr.y (mgr.24367) 303 : 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-07T16:01:15.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:15 smithi042 bash[24989]: audit 2023-12-07T16:01:14.188388+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.42:0/3996961246' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:01:15.534 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:15 smithi178 bash[45434]: debug 2023-12-07T16:01:15.154+0000 7f378d93e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T16:01:15.534 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:15 smithi178 bash[45434]: debug 2023-12-07T16:01:15.322+0000 7f378d93e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T16:01:15.855 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:15 smithi178 bash[45434]: debug 2023-12-07T16:01:15.530+0000 7f378d93e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T16:01:16.922 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:16 smithi178 bash[45434]: debug 2023-12-07T16:01:16.658+0000 7f378d93e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T16:01:16.922 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:16 smithi178 bash[45434]: debug 2023-12-07T16:01:16.786+0000 7f378d93e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T16:01:17.092 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:16 smithi178 bash[45434]: debug 2023-12-07T16:01:16.918+0000 7f378d93e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T16:01:17.639 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:17 smithi178 bash[45434]: debug 2023-12-07T16:01:17.438+0000 7f378d93e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T16:01:18.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:17 smithi178 bash[45434]: debug 2023-12-07T16:01:17.666+0000 7f378d93e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T16:01:18.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:17 smithi178 bash[25068]: cluster 2023-12-07T16:01:16.176960+0000 mgr.y (mgr.24367) 304 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:18.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:17 smithi178 bash[25068]: audit 2023-12-07T16:01:17.112634+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:01:18.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:17 smithi178 bash[25068]: audit 2023-12-07T16:01:17.594570+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:01:18.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:17 smithi042 bash[24989]: cluster 2023-12-07T16:01:16.176960+0000 mgr.y (mgr.24367) 304 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:18.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:17 smithi042 bash[24989]: audit 2023-12-07T16:01:17.112634+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:01:18.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:17 smithi042 bash[24989]: audit 2023-12-07T16:01:17.594570+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:01:18.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:17 smithi042 bash[30444]: cluster 2023-12-07T16:01:16.176960+0000 mgr.y (mgr.24367) 304 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:18.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:17 smithi042 bash[30444]: audit 2023-12-07T16:01:17.112634+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:01:18.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:17 smithi042 bash[30444]: audit 2023-12-07T16:01:17.594570+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:01:18.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:18 smithi178 bash[45434]: debug 2023-12-07T16:01:18.126+0000 7f378d93e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T16:01:19.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:18 smithi178 bash[45434]: debug 2023-12-07T16:01:18.614+0000 7f378d93e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T16:01:19.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:19 smithi178 bash[45434]: debug 2023-12-07T16:01:19.162+0000 7f378d93e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T16:01:19.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:19 smithi178 bash[45434]: debug 2023-12-07T16:01:19.270+0000 7f378d93e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T16:01:19.878 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:19 smithi178 bash[45434]: debug 2023-12-07T16:01:19.614+0000 7f378d93e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T16:01:19.878 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:19 smithi178 bash[45434]: debug 2023-12-07T16:01:19.730+0000 7f378d93e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T16:01:20.310 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:19 smithi178 bash[45434]: debug 2023-12-07T16:01:19.874+0000 7f378d93e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T16:01:20.310 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:19 smithi178 bash[45434]: debug 2023-12-07T16:01:19.994+0000 7f378d93e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T16:01:20.310 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:20 smithi178 bash[45434]: debug 2023-12-07T16:01:20.118+0000 7f378d93e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T16:01:20.310 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:19 smithi178 bash[25068]: cluster 2023-12-07T16:01:18.177715+0000 mgr.y (mgr.24367) 305 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:20.310 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:19 smithi178 bash[25068]: audit 2023-12-07T16:01:18.516808+0000 mgr.y (mgr.24367) 306 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:20.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:19 smithi042 bash[24989]: cluster 2023-12-07T16:01:18.177715+0000 mgr.y (mgr.24367) 305 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:20.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:19 smithi042 bash[24989]: audit 2023-12-07T16:01:18.516808+0000 mgr.y (mgr.24367) 306 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:20.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:19 smithi042 bash[30444]: cluster 2023-12-07T16:01:18.177715+0000 mgr.y (mgr.24367) 305 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:20.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:19 smithi042 bash[30444]: audit 2023-12-07T16:01:18.516808+0000 mgr.y (mgr.24367) 306 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:20.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:20 smithi178 bash[45434]: debug 2023-12-07T16:01:20.306+0000 7f378d93e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T16:01:20.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:20 smithi178 bash[45434]: debug 2023-12-07T16:01:20.430+0000 7f378d93e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T16:01:21.781 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:21 smithi178 bash[45434]: debug 2023-12-07T16:01:21.666+0000 7f378d93e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T16:01:21.781 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:21 smithi178 bash[45434]: [07/Dec/2023:16:01:21] ENGINE Bus STARTING 2023-12-07T16:01:22.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:21 smithi178 bash[45434]: CherryPy Checker: 2023-12-07T16:01:22.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:21 smithi178 bash[45434]: The Application mounted at '' has an empty config. 2023-12-07T16:01:22.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:21 smithi178 bash[45434]: [07/Dec/2023:16:01:21] ENGINE Serving on http://:::9283 2023-12-07T16:01:22.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:21 smithi178 bash[45434]: [07/Dec/2023:16:01:21] ENGINE Bus STARTED 2023-12-07T16:01:22.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:21 smithi178 bash[25068]: cluster 2023-12-07T16:01:20.178503+0000 mgr.y (mgr.24367) 307 : 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-07T16:01:22.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:21 smithi178 bash[25068]: cluster 2023-12-07T16:01:21.668947+0000 mon.a (mon.0) 904 : cluster [DBG] Standby manager daemon x restarted 2023-12-07T16:01:22.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:21 smithi178 bash[25068]: cluster 2023-12-07T16:01:21.669153+0000 mon.a (mon.0) 905 : cluster [DBG] Standby manager daemon x started 2023-12-07T16:01:22.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:21 smithi178 bash[25068]: audit 2023-12-07T16:01:21.674438+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T16:01:22.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:21 smithi178 bash[25068]: audit 2023-12-07T16:01:21.675526+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T16:01:22.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:21 smithi178 bash[25068]: audit 2023-12-07T16:01:21.679912+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T16:01:22.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:21 smithi178 bash[25068]: audit 2023-12-07T16:01:21.680605+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T16:01:22.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:21 smithi042 bash[24989]: cluster 2023-12-07T16:01:20.178503+0000 mgr.y (mgr.24367) 307 : 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-07T16:01:22.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:21 smithi042 bash[24989]: cluster 2023-12-07T16:01:21.668947+0000 mon.a (mon.0) 904 : cluster [DBG] Standby manager daemon x restarted 2023-12-07T16:01:22.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:21 smithi042 bash[24989]: cluster 2023-12-07T16:01:21.669153+0000 mon.a (mon.0) 905 : cluster [DBG] Standby manager daemon x started 2023-12-07T16:01:22.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:21 smithi042 bash[24989]: audit 2023-12-07T16:01:21.674438+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T16:01:22.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:21 smithi042 bash[24989]: audit 2023-12-07T16:01:21.675526+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T16:01:22.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:21 smithi042 bash[24989]: audit 2023-12-07T16:01:21.679912+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T16:01:22.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:21 smithi042 bash[24989]: audit 2023-12-07T16:01:21.680605+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T16:01:22.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:21 smithi042 bash[30444]: cluster 2023-12-07T16:01:20.178503+0000 mgr.y (mgr.24367) 307 : 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-07T16:01:22.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:21 smithi042 bash[30444]: cluster 2023-12-07T16:01:21.668947+0000 mon.a (mon.0) 904 : cluster [DBG] Standby manager daemon x restarted 2023-12-07T16:01:22.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:21 smithi042 bash[30444]: cluster 2023-12-07T16:01:21.669153+0000 mon.a (mon.0) 905 : cluster [DBG] Standby manager daemon x started 2023-12-07T16:01:22.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:21 smithi042 bash[30444]: audit 2023-12-07T16:01:21.674438+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T16:01:22.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:21 smithi042 bash[30444]: audit 2023-12-07T16:01:21.675526+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T16:01:22.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:21 smithi042 bash[30444]: audit 2023-12-07T16:01:21.679912+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T16:01:22.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:21 smithi042 bash[30444]: audit 2023-12-07T16:01:21.680605+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T16:01:23.218 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:22 smithi042 bash[24989]: cluster 2023-12-07T16:01:21.905649+0000 mon.a (mon.0) 906 : cluster [DBG] mgrmap e22: y(active, since 6m), standbys: x 2023-12-07T16:01:23.218 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:22 smithi042 bash[30444]: cluster 2023-12-07T16:01:21.905649+0000 mon.a (mon.0) 906 : cluster [DBG] mgrmap e22: y(active, since 6m), standbys: x 2023-12-07T16:01:23.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:22 smithi178 bash[25068]: cluster 2023-12-07T16:01:21.905649+0000 mon.a (mon.0) 906 : cluster [DBG] mgrmap e22: y(active, since 6m), standbys: x 2023-12-07T16:01:23.533 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:23 smithi042 bash[50134]: level=warn ts=2023-12-07T16:01:23.214Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=7 err="Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T16:01:23.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:23 smithi042 bash[50134]: level=error ts=2023-12-07T16:01:23.529Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=12 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T16:01:23.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:23 smithi042 bash[50134]: level=warn ts=2023-12-07T16:01:23.534Z 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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T16:01:23.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:23 smithi042 bash[50134]: level=warn ts=2023-12-07T16:01:23.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.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T16:01:24.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:23 smithi178 bash[25068]: cluster 2023-12-07T16:01:22.180314+0000 mgr.y (mgr.24367) 308 : 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-07T16:01:24.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:23 smithi042 bash[24989]: cluster 2023-12-07T16:01:22.180314+0000 mgr.y (mgr.24367) 308 : 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-07T16:01:24.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:23 smithi042 bash[30444]: cluster 2023-12-07T16:01:22.180314+0000 mgr.y (mgr.24367) 308 : 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-07T16:01:25.119 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:24 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:01:24] "GET /metrics HTTP/1.1" 200 214704 "" "Prometheus/2.33.4" 2023-12-07T16:01:26.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:25 smithi178 bash[25068]: cluster 2023-12-07T16:01:24.181091+0000 mgr.y (mgr.24367) 309 : 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-07T16:01:26.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:25 smithi178 bash[25068]: audit 2023-12-07T16:01:25.541832+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:01:26.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:25 smithi178 bash[25068]: audit 2023-12-07T16:01:25.551158+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:01:26.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:25 smithi178 bash[25068]: audit 2023-12-07T16:01:25.561606+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:26.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:25 smithi178 bash[25068]: audit 2023-12-07T16:01:25.570006+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-07T16:01:26.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:25 smithi178 bash[25068]: cluster 2023-12-07T16:01:25.579107+0000 mon.a (mon.0) 911 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-07T16:01:26.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:25 smithi178 bash[25068]: cluster 2023-12-07T16:01:25.822108+0000 mon.a (mon.0) 912 : cluster [DBG] Standby manager daemon y started 2023-12-07T16:01:26.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:25 smithi042 bash[24989]: cluster 2023-12-07T16:01:24.181091+0000 mgr.y (mgr.24367) 309 : 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-07T16:01:26.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:25 smithi042 bash[24989]: audit 2023-12-07T16:01:25.541832+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:01:26.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:25 smithi042 bash[24989]: audit 2023-12-07T16:01:25.551158+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:01:26.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:25 smithi042 bash[24989]: audit 2023-12-07T16:01:25.561606+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:26.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:25 smithi042 bash[24989]: audit 2023-12-07T16:01:25.570006+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-07T16:01:26.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:25 smithi042 bash[24989]: cluster 2023-12-07T16:01:25.579107+0000 mon.a (mon.0) 911 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-07T16:01:26.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:25 smithi042 bash[24989]: cluster 2023-12-07T16:01:25.822108+0000 mon.a (mon.0) 912 : cluster [DBG] Standby manager daemon y started 2023-12-07T16:01:26.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:25 smithi042 bash[30444]: cluster 2023-12-07T16:01:24.181091+0000 mgr.y (mgr.24367) 309 : 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-07T16:01:26.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:25 smithi042 bash[30444]: audit 2023-12-07T16:01:25.541832+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:01:26.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:25 smithi042 bash[30444]: audit 2023-12-07T16:01:25.551158+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' 2023-12-07T16:01:26.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:25 smithi042 bash[30444]: audit 2023-12-07T16:01:25.561606+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:26.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:25 smithi042 bash[30444]: audit 2023-12-07T16:01:25.570006+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-07T16:01:26.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:25 smithi042 bash[30444]: cluster 2023-12-07T16:01:25.579107+0000 mon.a (mon.0) 911 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-07T16:01:26.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:25 smithi042 bash[30444]: cluster 2023-12-07T16:01:25.822108+0000 mon.a (mon.0) 912 : cluster [DBG] Standby manager daemon y started 2023-12-07T16:01:26.847 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[45434]: [07/Dec/2023:16:01:26] ENGINE Bus STOPPING 2023-12-07T16:01:26.847 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[45434]: [07/Dec/2023:16:01:26] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-07T16:01:26.847 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[45434]: [07/Dec/2023:16:01:26] ENGINE Bus STOPPED 2023-12-07T16:01:26.848 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[45434]: [07/Dec/2023:16:01:26] ENGINE Bus STARTING 2023-12-07T16:01:26.848 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[45434]: [07/Dec/2023:16:01:26] ENGINE Serving on http://:::9283 2023-12-07T16:01:26.867 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[50134]: level=warn ts=2023-12-07T16:01:26.805Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=5 err="Post \"https://172.21.15.178:8443/api/prometheus_receiver\": dial tcp 172.21.15.178:8443: connect: connection refused" 2023-12-07T16:01:26.867 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[25262]: debug 2023-12-07T16:01:26.559+0000 7f5b1786a700 -1 mgr handle_mgr_map I was active but no longer am 2023-12-07T16:01:26.867 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[25262]: ignoring --setuser ceph since I am not root 2023-12-07T16:01:26.867 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[25262]: ignoring --setgroup ceph since I am not root 2023-12-07T16:01:26.867 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[25262]: debug 2023-12-07T16:01:26.615+0000 7f72aa40c700 1 -- 172.21.15.42:0/2840736387 <== mon.0 v2:172.21.15.42:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c1e10b0340 con 0x55c1e1e2cc00 2023-12-07T16:01:26.867 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[25262]: debug 2023-12-07T16:01:26.771+0000 7f72b2e68000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T16:01:27.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[45434]: [07/Dec/2023:16:01:26] ENGINE Bus STARTED 2023-12-07T16:01:27.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: cephadm 2023-12-07T16:01:25.565434+0000 mgr.y (mgr.24367) 310 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-07T16:01:27.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: cephadm 2023-12-07T16:01:25.569535+0000 mgr.y (mgr.24367) 311 : cephadm [INF] Failing over to other MGR 2023-12-07T16:01:27.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.565010+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-07T16:01:27.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: cluster 2023-12-07T16:01:26.565115+0000 mon.a (mon.0) 914 : cluster [DBG] mgrmap e23: x(active, starting, since 0.993596s), standbys: y 2023-12-07T16:01:27.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.570741+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T16:01:27.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.571165+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T16:01:27.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.571675+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T16:01:27.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.573120+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T16:01:27.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.573541+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T16:01:27.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.573935+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T16:01:27.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.574344+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T16:01:27.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.574662+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T16:01:27.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.575009+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T16:01:27.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.575344+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T16:01:27.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.575673+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T16:01:27.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.575989+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T16:01:27.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.576328+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T16:01:27.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.576614+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T16:01:27.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.576835+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T16:01:27.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.577422+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T16:01:27.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: cluster 2023-12-07T16:01:26.603775+0000 mon.a (mon.0) 915 : cluster [INF] Manager daemon x is now available 2023-12-07T16:01:27.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.649312+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:27.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.658236+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:27.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.670476+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:27.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.683644+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:27.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.733887+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:01:27.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.741583+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-07T16:01:27.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.743808+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-07T16:01:27.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.788231+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-07T16:01:27.109 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:26 smithi178 bash[25068]: audit 2023-12-07T16:01:26.790206+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-07T16:01:27.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: cephadm 2023-12-07T16:01:25.565434+0000 mgr.y (mgr.24367) 310 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-07T16:01:27.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: cephadm 2023-12-07T16:01:25.569535+0000 mgr.y (mgr.24367) 311 : cephadm [INF] Failing over to other MGR 2023-12-07T16:01:27.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.565010+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-07T16:01:27.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: cluster 2023-12-07T16:01:26.565115+0000 mon.a (mon.0) 914 : cluster [DBG] mgrmap e23: x(active, starting, since 0.993596s), standbys: y 2023-12-07T16:01:27.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.570741+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T16:01:27.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.571165+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T16:01:27.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.571675+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T16:01:27.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.573120+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T16:01:27.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.573541+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T16:01:27.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.573935+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T16:01:27.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.574344+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T16:01:27.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.574662+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T16:01:27.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.575009+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T16:01:27.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.575344+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T16:01:27.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.575673+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T16:01:27.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.575989+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T16:01:27.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.576328+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T16:01:27.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.576614+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T16:01:27.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.576835+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T16:01:27.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.577422+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T16:01:27.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: cluster 2023-12-07T16:01:26.603775+0000 mon.a (mon.0) 915 : cluster [INF] Manager daemon x is now available 2023-12-07T16:01:27.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.649312+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:27.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.658236+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:27.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.670476+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:27.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.683644+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:27.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.733887+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:01:27.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.741583+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-07T16:01:27.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.743808+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-07T16:01:27.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.788231+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-07T16:01:27.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[30444]: audit 2023-12-07T16:01:26.790206+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-07T16:01:27.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: cephadm 2023-12-07T16:01:25.565434+0000 mgr.y (mgr.24367) 310 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-07T16:01:27.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: cephadm 2023-12-07T16:01:25.569535+0000 mgr.y (mgr.24367) 311 : cephadm [INF] Failing over to other MGR 2023-12-07T16:01:27.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.565010+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24367 172.21.15.42:0/657779969' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-07T16:01:27.124 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: cluster 2023-12-07T16:01:26.565115+0000 mon.a (mon.0) 914 : cluster [DBG] mgrmap e23: x(active, starting, since 0.993596s), standbys: y 2023-12-07T16:01:27.124 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.570741+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T16:01:27.124 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.571165+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T16:01:27.124 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.571675+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T16:01:27.124 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.573120+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T16:01:27.124 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.573541+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T16:01:27.124 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.573935+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T16:01:27.124 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.574344+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T16:01:27.124 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.574662+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T16:01:27.124 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.575009+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T16:01:27.124 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.575344+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T16:01:27.124 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.575673+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T16:01:27.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.575989+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T16:01:27.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.576328+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T16:01:27.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.576614+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T16:01:27.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.576835+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T16:01:27.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.577422+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T16:01:27.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: cluster 2023-12-07T16:01:26.603775+0000 mon.a (mon.0) 915 : cluster [INF] Manager daemon x is now available 2023-12-07T16:01:27.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.649312+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:27.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.658236+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:27.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.670476+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:27.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.683644+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:27.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.733887+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:01:27.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.741583+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-07T16:01:27.126 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.743808+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-07T16:01:27.126 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.788231+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-07T16:01:27.126 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:26 smithi042 bash[24989]: audit 2023-12-07T16:01:26.790206+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-07T16:01:27.780 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:27 smithi042 bash[25262]: debug 2023-12-07T16:01:27.475+0000 7f72b2e68000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T16:01:27.780 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:27 smithi042 bash[25262]: debug 2023-12-07T16:01:27.607+0000 7f72b2e68000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T16:01:28.118 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:27 smithi042 bash[25262]: debug 2023-12-07T16:01:27.771+0000 7f72b2e68000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T16:01:28.118 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:27 smithi042 bash[50134]: level=warn ts=2023-12-07T16:01:27.999Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=5 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": dial tcp 172.21.15.42:8443: connect: connection refused" 2023-12-07T16:01:28.369 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:28 smithi042 bash[25262]: debug 2023-12-07T16:01:28.111+0000 7f72b2e68000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T16:01:28.369 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:28 smithi042 bash[25262]: debug 2023-12-07T16:01:28.207+0000 7f72b2e68000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T16:01:28.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:28 smithi042 bash[24989]: cephadm 2023-12-07T16:01:26.653905+0000 mgr.x (mgr.25037) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-07T16:01:28.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:28 smithi042 bash[24989]: cephadm 2023-12-07T16:01:26.662172+0000 mgr.x (mgr.25037) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-07T16:01:28.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:28 smithi042 bash[24989]: cephadm 2023-12-07T16:01:26.662872+0000 mgr.x (mgr.25037) 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-07T16:01:28.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:28 smithi042 bash[24989]: cephadm 2023-12-07T16:01:26.663025+0000 mgr.x (mgr.25037) 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-07T16:01:28.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:28 smithi042 bash[24989]: audit 2023-12-07T16:01:27.174621+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:28.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:28 smithi042 bash[24989]: audit 2023-12-07T16:01:27.183847+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:28.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:28 smithi042 bash[24989]: cephadm 2023-12-07T16:01:27.251986+0000 mgr.x (mgr.25037) 5 : cephadm [INF] Deploying cephadm binary to smithi178 2023-12-07T16:01:28.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:28 smithi042 bash[24989]: cephadm 2023-12-07T16:01:27.255962+0000 mgr.x (mgr.25037) 6 : cephadm [INF] Deploying cephadm binary to smithi042 2023-12-07T16:01:28.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:28 smithi042 bash[24989]: cluster 2023-12-07T16:01:27.570224+0000 mon.a (mon.0) 923 : cluster [DBG] mgrmap e24: x(active, since 1.99871s), standbys: y 2023-12-07T16:01:28.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:28 smithi042 bash[30444]: cephadm 2023-12-07T16:01:26.653905+0000 mgr.x (mgr.25037) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-07T16:01:28.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:28 smithi042 bash[30444]: cephadm 2023-12-07T16:01:26.662172+0000 mgr.x (mgr.25037) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-07T16:01:28.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:28 smithi042 bash[30444]: cephadm 2023-12-07T16:01:26.662872+0000 mgr.x (mgr.25037) 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-07T16:01:28.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:28 smithi042 bash[30444]: cephadm 2023-12-07T16:01:26.663025+0000 mgr.x (mgr.25037) 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-07T16:01:28.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:28 smithi042 bash[30444]: audit 2023-12-07T16:01:27.174621+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:28.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:28 smithi042 bash[30444]: audit 2023-12-07T16:01:27.183847+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:28.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:28 smithi042 bash[30444]: cephadm 2023-12-07T16:01:27.251986+0000 mgr.x (mgr.25037) 5 : cephadm [INF] Deploying cephadm binary to smithi178 2023-12-07T16:01:28.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:28 smithi042 bash[30444]: cephadm 2023-12-07T16:01:27.255962+0000 mgr.x (mgr.25037) 6 : cephadm [INF] Deploying cephadm binary to smithi042 2023-12-07T16:01:28.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:28 smithi042 bash[30444]: cluster 2023-12-07T16:01:27.570224+0000 mon.a (mon.0) 923 : cluster [DBG] mgrmap e24: x(active, since 1.99871s), standbys: y 2023-12-07T16:01:28.587 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:28 smithi178 bash[25068]: cephadm 2023-12-07T16:01:26.653905+0000 mgr.x (mgr.25037) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-07T16:01:28.587 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:28 smithi178 bash[25068]: cephadm 2023-12-07T16:01:26.662172+0000 mgr.x (mgr.25037) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-07T16:01:28.587 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:28 smithi178 bash[25068]: cephadm 2023-12-07T16:01:26.662872+0000 mgr.x (mgr.25037) 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-07T16:01:28.587 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:28 smithi178 bash[25068]: cephadm 2023-12-07T16:01:26.663025+0000 mgr.x (mgr.25037) 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-07T16:01:28.587 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:28 smithi178 bash[25068]: audit 2023-12-07T16:01:27.174621+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:28.587 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:28 smithi178 bash[25068]: audit 2023-12-07T16:01:27.183847+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:28.587 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:28 smithi178 bash[25068]: cephadm 2023-12-07T16:01:27.251986+0000 mgr.x (mgr.25037) 5 : cephadm [INF] Deploying cephadm binary to smithi178 2023-12-07T16:01:28.587 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:28 smithi178 bash[25068]: cephadm 2023-12-07T16:01:27.255962+0000 mgr.x (mgr.25037) 6 : cephadm [INF] Deploying cephadm binary to smithi042 2023-12-07T16:01:28.588 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:28 smithi178 bash[25068]: cluster 2023-12-07T16:01:27.570224+0000 mon.a (mon.0) 923 : cluster [DBG] mgrmap e24: x(active, since 1.99871s), standbys: y 2023-12-07T16:01:28.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:28 smithi178 bash[45434]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:01:28] "GET /metrics HTTP/1.1" 200 35342 "" "Prometheus/2.33.4" 2023-12-07T16:01:28.856 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:01:28 smithi178 bash[41829]: ts=2023-12-07T16:01:28.660Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: |\n OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked down and back up at {{ $value | humanize }} times once a minute for 5 minutes. This could indicate a network issue (latency, packet drop, disruption) on the clusters \"cluster network\". Check the network environment on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSD's to flap (mark each other out)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.42:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:01:28.856 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:01:28 smithi178 bash[41829]: ts=2023-12-07T16:01:28.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephPGImbalance\nexpr: abs(((ceph_osd_numpg > 0) - on(job) group_left() avg by(job) (ceph_osd_numpg\n > 0)) / on(job) group_left() avg by(job) (ceph_osd_numpg > 0)) * on(ceph_daemon)\n group_left(hostname) ceph_osd_metadata > 0.3\nfor: 5m\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.5\n severity: warning\n type: ceph_default\nannotations:\n description: |\n OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} deviates by more than 30% from average PG count.\n summary: PG allocations are not balanced across devices\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.42:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:01:28.869 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:28 smithi042 bash[25262]: debug 2023-12-07T16:01:28.419+0000 7f72b2e68000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T16:01:28.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:28 smithi042 bash[50134]: level=warn ts=2023-12-07T16:01:28.522Z 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.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T16:01:29.441 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:29 smithi042 bash[25262]: debug 2023-12-07T16:01:29.314+0000 7f72b2e68000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T16:01:29.441 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:29 smithi042 bash[24989]: cephadm 2023-12-07T16:01:27.516159+0000 mgr.x (mgr.25037) 7 : cephadm [INF] [07/Dec/2023:16:01:27] ENGINE Bus STARTING 2023-12-07T16:01:29.441 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:29 smithi042 bash[24989]: cluster 2023-12-07T16:01:27.609404+0000 mgr.x (mgr.25037) 8 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:01:29.441 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:29 smithi042 bash[24989]: cephadm 2023-12-07T16:01:27.770461+0000 mgr.x (mgr.25037) 9 : cephadm [INF] [07/Dec/2023:16:01:27] ENGINE Serving on https://172.21.15.178:7150 2023-12-07T16:01:29.442 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:29 smithi042 bash[24989]: cephadm 2023-12-07T16:01:27.895352+0000 mgr.x (mgr.25037) 10 : cephadm [INF] [07/Dec/2023:16:01:27] ENGINE Serving on http://172.21.15.178:8765 2023-12-07T16:01:29.442 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:29 smithi042 bash[24989]: cephadm 2023-12-07T16:01:27.895760+0000 mgr.x (mgr.25037) 11 : cephadm [INF] [07/Dec/2023:16:01:27] ENGINE Bus STARTED 2023-12-07T16:01:29.442 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:29 smithi042 bash[24989]: cluster 2023-12-07T16:01:28.578322+0000 mon.a (mon.0) 924 : cluster [DBG] mgrmap e25: x(active, since 3s), standbys: y 2023-12-07T16:01:29.442 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:29 smithi042 bash[30444]: cephadm 2023-12-07T16:01:27.516159+0000 mgr.x (mgr.25037) 7 : cephadm [INF] [07/Dec/2023:16:01:27] ENGINE Bus STARTING 2023-12-07T16:01:29.442 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:29 smithi042 bash[30444]: cluster 2023-12-07T16:01:27.609404+0000 mgr.x (mgr.25037) 8 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:01:29.442 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:29 smithi042 bash[30444]: cephadm 2023-12-07T16:01:27.770461+0000 mgr.x (mgr.25037) 9 : cephadm [INF] [07/Dec/2023:16:01:27] ENGINE Serving on https://172.21.15.178:7150 2023-12-07T16:01:29.442 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:29 smithi042 bash[30444]: cephadm 2023-12-07T16:01:27.895352+0000 mgr.x (mgr.25037) 10 : cephadm [INF] [07/Dec/2023:16:01:27] ENGINE Serving on http://172.21.15.178:8765 2023-12-07T16:01:29.442 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:29 smithi042 bash[30444]: cephadm 2023-12-07T16:01:27.895760+0000 mgr.x (mgr.25037) 11 : cephadm [INF] [07/Dec/2023:16:01:27] ENGINE Bus STARTED 2023-12-07T16:01:29.443 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:29 smithi042 bash[30444]: cluster 2023-12-07T16:01:28.578322+0000 mon.a (mon.0) 924 : cluster [DBG] mgrmap e25: x(active, since 3s), standbys: y 2023-12-07T16:01:29.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:29 smithi178 bash[25068]: cephadm 2023-12-07T16:01:27.516159+0000 mgr.x (mgr.25037) 7 : cephadm [INF] [07/Dec/2023:16:01:27] ENGINE Bus STARTING 2023-12-07T16:01:29.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:29 smithi178 bash[25068]: cluster 2023-12-07T16:01:27.609404+0000 mgr.x (mgr.25037) 8 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:01:29.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:29 smithi178 bash[25068]: cephadm 2023-12-07T16:01:27.770461+0000 mgr.x (mgr.25037) 9 : cephadm [INF] [07/Dec/2023:16:01:27] ENGINE Serving on https://172.21.15.178:7150 2023-12-07T16:01:29.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:29 smithi178 bash[25068]: cephadm 2023-12-07T16:01:27.895352+0000 mgr.x (mgr.25037) 10 : cephadm [INF] [07/Dec/2023:16:01:27] ENGINE Serving on http://172.21.15.178:8765 2023-12-07T16:01:29.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:29 smithi178 bash[25068]: cephadm 2023-12-07T16:01:27.895760+0000 mgr.x (mgr.25037) 11 : cephadm [INF] [07/Dec/2023:16:01:27] ENGINE Bus STARTED 2023-12-07T16:01:29.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:29 smithi178 bash[25068]: cluster 2023-12-07T16:01:28.578322+0000 mon.a (mon.0) 924 : cluster [DBG] mgrmap e25: x(active, since 3s), standbys: y 2023-12-07T16:01:29.869 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:29 smithi042 bash[25262]: debug 2023-12-07T16:01:29.434+0000 7f72b2e68000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T16:01:29.869 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:29 smithi042 bash[25262]: debug 2023-12-07T16:01:29.646+0000 7f72b2e68000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T16:01:30.353 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:30 smithi042 bash[25262]: debug 2023-12-07T16:01:30.006+0000 7f72b2e68000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T16:01:30.353 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:30 smithi042 bash[24989]: audit 2023-12-07T16:01:28.525606+0000 mgr.x (mgr.25037) 12 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:30.353 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:30 smithi042 bash[24989]: cluster 2023-12-07T16:01:28.578034+0000 mgr.x (mgr.25037) 13 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:01:30.353 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:30 smithi042 bash[30444]: audit 2023-12-07T16:01:28.525606+0000 mgr.x (mgr.25037) 12 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:30.353 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:30 smithi042 bash[30444]: cluster 2023-12-07T16:01:28.578034+0000 mgr.x (mgr.25037) 13 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:01:30.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:30 smithi178 bash[25068]: audit 2023-12-07T16:01:28.525606+0000 mgr.x (mgr.25037) 12 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:30.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:30 smithi178 bash[25068]: cluster 2023-12-07T16:01:28.578034+0000 mgr.x (mgr.25037) 13 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:01:30.619 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:30 smithi042 bash[25262]: debug 2023-12-07T16:01:30.346+0000 7f72b2e68000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T16:01:31.025 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:30 smithi042 bash[25262]: debug 2023-12-07T16:01:30.738+0000 7f72b2e68000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T16:01:31.369 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:31 smithi042 bash[25262]: debug 2023-12-07T16:01:31.018+0000 7f72b2e68000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T16:01:31.846 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:31 smithi042 bash[25262]: debug 2023-12-07T16:01:31.726+0000 7f72b2e68000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T16:01:31.847 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:31 smithi042 bash[24989]: cluster 2023-12-07T16:01:30.578728+0000 mgr.x (mgr.25037) 14 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:01:31.847 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:31 smithi042 bash[24989]: cluster 2023-12-07T16:01:30.585532+0000 mon.a (mon.0) 925 : cluster [DBG] mgrmap e26: x(active, since 5s), standbys: y 2023-12-07T16:01:31.847 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:31 smithi042 bash[30444]: cluster 2023-12-07T16:01:30.578728+0000 mgr.x (mgr.25037) 14 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:01:31.847 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:31 smithi042 bash[30444]: cluster 2023-12-07T16:01:30.585532+0000 mon.a (mon.0) 925 : cluster [DBG] mgrmap e26: x(active, since 5s), standbys: y 2023-12-07T16:01:31.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:31 smithi178 bash[25068]: cluster 2023-12-07T16:01:30.578728+0000 mgr.x (mgr.25037) 14 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:01:31.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:31 smithi178 bash[25068]: cluster 2023-12-07T16:01:30.585532+0000 mon.a (mon.0) 925 : cluster [DBG] mgrmap e26: x(active, since 5s), standbys: y 2023-12-07T16:01:32.119 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:31 smithi042 bash[25262]: debug 2023-12-07T16:01:31.838+0000 7f72b2e68000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T16:01:32.119 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:32 smithi042 bash[25262]: debug 2023-12-07T16:01:32.002+0000 7f72b2e68000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T16:01:32.571 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:32 smithi042 bash[25262]: debug 2023-12-07T16:01:32.114+0000 7f72b2e68000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T16:01:32.571 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:32 smithi042 bash[25262]: debug 2023-12-07T16:01:32.262+0000 7f72b2e68000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T16:01:32.571 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:32 smithi042 bash[25262]: debug 2023-12-07T16:01:32.562+0000 7f72b2e68000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T16:01:32.869 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:32 smithi042 bash[25262]: debug 2023-12-07T16:01:32.690+0000 7f72b2e68000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T16:01:33.369 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:32 smithi042 bash[25262]: debug 2023-12-07T16:01:32.886+0000 7f72b2e68000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T16:01:33.369 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:33 smithi042 bash[25262]: debug 2023-12-07T16:01:33.014+0000 7f72b2e68000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T16:01:33.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:33 smithi042 bash[50134]: level=error ts=2023-12-07T16:01:33.529Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=12 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": dial tcp 172.21.15.42:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T16:01:33.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:33 smithi042 bash[50134]: level=warn ts=2023-12-07T16:01:33.530Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": dial tcp 172.21.15.42:8443: connect: connection refused" 2023-12-07T16:01:33.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:33 smithi042 bash[50134]: level=warn ts=2023-12-07T16:01:33.548Z 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.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T16:01:34.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:33 smithi178 bash[25068]: cluster 2023-12-07T16:01:32.579714+0000 mgr.x (mgr.25037) 15 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:01:34.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:33 smithi042 bash[24989]: cluster 2023-12-07T16:01:32.579714+0000 mgr.x (mgr.25037) 15 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:01:34.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:33 smithi042 bash[30444]: cluster 2023-12-07T16:01:32.579714+0000 mgr.x (mgr.25037) 15 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:01:34.370 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:33 smithi042 bash[25262]: debug 2023-12-07T16:01:33.906+0000 7f72b2e68000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T16:01:34.370 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:33 smithi042 bash[25262]: [07/Dec/2023:16:01:33] ENGINE Bus STARTING 2023-12-07T16:01:34.370 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:34 smithi042 bash[25262]: CherryPy Checker: 2023-12-07T16:01:34.370 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:34 smithi042 bash[25262]: The Application mounted at '' has an empty config. 2023-12-07T16:01:34.370 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:34 smithi042 bash[25262]: [07/Dec/2023:16:01:34] ENGINE Serving on http://:::9283 2023-12-07T16:01:34.370 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:34 smithi042 bash[25262]: [07/Dec/2023:16:01:34] ENGINE Bus STARTED 2023-12-07T16:01:34.903 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:34 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:01:34] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T16:01:35.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:34 smithi178 bash[25068]: cluster 2023-12-07T16:01:33.931759+0000 mon.a (mon.0) 926 : cluster [DBG] Standby manager daemon y restarted 2023-12-07T16:01:35.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:34 smithi178 bash[25068]: cluster 2023-12-07T16:01:33.932011+0000 mon.a (mon.0) 927 : cluster [DBG] Standby manager daemon y started 2023-12-07T16:01:35.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:34 smithi178 bash[25068]: audit 2023-12-07T16:01:33.935901+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.42:0/3658181780' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-07T16:01:35.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:34 smithi178 bash[25068]: audit 2023-12-07T16:01:33.938204+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.42:0/3658181780' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T16:01:35.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:34 smithi178 bash[25068]: audit 2023-12-07T16:01:33.943969+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.42:0/3658181780' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-07T16:01:35.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:34 smithi178 bash[25068]: audit 2023-12-07T16:01:33.944520+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.42:0/3658181780' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T16:01:35.369 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:34 smithi042 bash[50134]: level=warn ts=2023-12-07T16:01:34.928Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=3 err="Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T16:01:35.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:34 smithi042 bash[24989]: cluster 2023-12-07T16:01:33.931759+0000 mon.a (mon.0) 926 : cluster [DBG] Standby manager daemon y restarted 2023-12-07T16:01:35.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:34 smithi042 bash[24989]: cluster 2023-12-07T16:01:33.932011+0000 mon.a (mon.0) 927 : cluster [DBG] Standby manager daemon y started 2023-12-07T16:01:35.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:34 smithi042 bash[24989]: audit 2023-12-07T16:01:33.935901+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.42:0/3658181780' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-07T16:01:35.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:34 smithi042 bash[24989]: audit 2023-12-07T16:01:33.938204+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.42:0/3658181780' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T16:01:35.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:34 smithi042 bash[24989]: audit 2023-12-07T16:01:33.943969+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.42:0/3658181780' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-07T16:01:35.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:34 smithi042 bash[24989]: audit 2023-12-07T16:01:33.944520+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.42:0/3658181780' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T16:01:35.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:34 smithi042 bash[30444]: cluster 2023-12-07T16:01:33.931759+0000 mon.a (mon.0) 926 : cluster [DBG] Standby manager daemon y restarted 2023-12-07T16:01:35.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:34 smithi042 bash[30444]: cluster 2023-12-07T16:01:33.932011+0000 mon.a (mon.0) 927 : cluster [DBG] Standby manager daemon y started 2023-12-07T16:01:35.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:34 smithi042 bash[30444]: audit 2023-12-07T16:01:33.935901+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.42:0/3658181780' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-07T16:01:35.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:34 smithi042 bash[30444]: audit 2023-12-07T16:01:33.938204+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.42:0/3658181780' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T16:01:35.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:34 smithi042 bash[30444]: audit 2023-12-07T16:01:33.943969+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.42:0/3658181780' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-07T16:01:35.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:34 smithi042 bash[30444]: audit 2023-12-07T16:01:33.944520+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.42:0/3658181780' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T16:01:36.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:35 smithi178 bash[25068]: cluster 2023-12-07T16:01:34.581036+0000 mgr.x (mgr.25037) 16 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-07T16:01:36.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:35 smithi178 bash[25068]: cluster 2023-12-07T16:01:34.910899+0000 mon.a (mon.0) 928 : cluster [DBG] mgrmap e27: x(active, since 9s), standbys: y 2023-12-07T16:01:36.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:35 smithi042 bash[24989]: cluster 2023-12-07T16:01:34.581036+0000 mgr.x (mgr.25037) 16 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-07T16:01:36.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:35 smithi042 bash[24989]: cluster 2023-12-07T16:01:34.910899+0000 mon.a (mon.0) 928 : cluster [DBG] mgrmap e27: x(active, since 9s), standbys: y 2023-12-07T16:01:36.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:35 smithi042 bash[30444]: cluster 2023-12-07T16:01:34.581036+0000 mgr.x (mgr.25037) 16 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-07T16:01:36.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:35 smithi042 bash[30444]: cluster 2023-12-07T16:01:34.910899+0000 mon.a (mon.0) 928 : cluster [DBG] mgrmap e27: x(active, since 9s), standbys: y 2023-12-07T16:01:38.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:37 smithi178 bash[25068]: cluster 2023-12-07T16:01:36.581821+0000 mgr.x (mgr.25037) 17 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-07T16:01:38.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:37 smithi042 bash[24989]: cluster 2023-12-07T16:01:36.581821+0000 mgr.x (mgr.25037) 17 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-07T16:01:38.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:37 smithi042 bash[30444]: cluster 2023-12-07T16:01:36.581821+0000 mgr.x (mgr.25037) 17 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-07T16:01:38.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:38 smithi178 bash[45434]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:01:38] "GET /metrics HTTP/1.1" 200 35342 "" "Prometheus/2.33.4" 2023-12-07T16:01:40.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:39 smithi178 bash[25068]: audit 2023-12-07T16:01:38.535252+0000 mgr.x (mgr.25037) 18 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:40.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:39 smithi178 bash[25068]: cluster 2023-12-07T16:01:38.583677+0000 mgr.x (mgr.25037) 19 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-07T16:01:40.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:39 smithi042 bash[30444]: audit 2023-12-07T16:01:38.535252+0000 mgr.x (mgr.25037) 18 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:40.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:39 smithi042 bash[30444]: cluster 2023-12-07T16:01:38.583677+0000 mgr.x (mgr.25037) 19 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-07T16:01:40.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:39 smithi042 bash[24989]: audit 2023-12-07T16:01:38.535252+0000 mgr.x (mgr.25037) 18 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:40.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:39 smithi042 bash[24989]: cluster 2023-12-07T16:01:38.583677+0000 mgr.x (mgr.25037) 19 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-07T16:01:42.318 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:42 smithi178 bash[25068]: cluster 2023-12-07T16:01:40.584578+0000 mgr.x (mgr.25037) 20 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-07T16:01:42.318 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:42 smithi178 bash[25068]: audit 2023-12-07T16:01:41.021437+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:42.318 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:42 smithi178 bash[25068]: audit 2023-12-07T16:01:41.037291+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:42.319 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:42 smithi178 bash[25068]: audit 2023-12-07T16:01:41.092390+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:42.319 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:42 smithi178 bash[25068]: audit 2023-12-07T16:01:41.102688+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:42.319 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:42 smithi178 bash[25068]: audit 2023-12-07T16:01:41.734124+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:01:42.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:42 smithi042 bash[24989]: cluster 2023-12-07T16:01:40.584578+0000 mgr.x (mgr.25037) 20 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-07T16:01:42.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:42 smithi042 bash[24989]: audit 2023-12-07T16:01:41.021437+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:42.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:42 smithi042 bash[24989]: audit 2023-12-07T16:01:41.037291+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:42.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:42 smithi042 bash[24989]: audit 2023-12-07T16:01:41.092390+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:42.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:42 smithi042 bash[24989]: audit 2023-12-07T16:01:41.102688+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:42.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:42 smithi042 bash[24989]: audit 2023-12-07T16:01:41.734124+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:01:42.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:42 smithi042 bash[30444]: cluster 2023-12-07T16:01:40.584578+0000 mgr.x (mgr.25037) 20 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-07T16:01:42.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:42 smithi042 bash[30444]: audit 2023-12-07T16:01:41.021437+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:42.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:42 smithi042 bash[30444]: audit 2023-12-07T16:01:41.037291+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:42.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:42 smithi042 bash[30444]: audit 2023-12-07T16:01:41.092390+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:42.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:42 smithi042 bash[30444]: audit 2023-12-07T16:01:41.102688+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:42.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:42 smithi042 bash[30444]: audit 2023-12-07T16:01:41.734124+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:01:42.606 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:01:42 smithi178 bash[41829]: ts=2023-12-07T16:01:42.315Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.42:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.178:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:01:43.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[24989]: audit 2023-12-07T16:01:42.109130+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:43.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[24989]: audit 2023-12-07T16:01:42.122297+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:43.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[24989]: audit 2023-12-07T16:01:42.183717+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:43.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[24989]: audit 2023-12-07T16:01:42.196988+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:43.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[24989]: audit 2023-12-07T16:01:42.201540+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[24989]: audit 2023-12-07T16:01:42.203703+0000 mon.b (mon.2) 51 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[24989]: audit 2023-12-07T16:01:42.204232+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[24989]: audit 2023-12-07T16:01:42.206379+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[24989]: audit 2023-12-07T16:01:42.206510+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[24989]: audit 2023-12-07T16:01:42.208584+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[24989]: audit 2023-12-07T16:01:42.208780+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[24989]: audit 2023-12-07T16:01:42.210907+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[24989]: cephadm 2023-12-07T16:01:42.212909+0000 mgr.x (mgr.25037) 21 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 2782M 2023-12-07T16:01:43.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[24989]: audit 2023-12-07T16:01:42.217796+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:43.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[30444]: audit 2023-12-07T16:01:42.109130+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:43.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[30444]: audit 2023-12-07T16:01:42.122297+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:43.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[30444]: audit 2023-12-07T16:01:42.183717+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:43.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[30444]: audit 2023-12-07T16:01:42.196988+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:43.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[30444]: audit 2023-12-07T16:01:42.201540+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[30444]: audit 2023-12-07T16:01:42.203703+0000 mon.b (mon.2) 51 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[30444]: audit 2023-12-07T16:01:42.204232+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[30444]: audit 2023-12-07T16:01:42.206379+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[30444]: audit 2023-12-07T16:01:42.206510+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[30444]: audit 2023-12-07T16:01:42.208584+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[30444]: audit 2023-12-07T16:01:42.208780+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[30444]: audit 2023-12-07T16:01:42.210907+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[30444]: cephadm 2023-12-07T16:01:42.212909+0000 mgr.x (mgr.25037) 21 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 2782M 2023-12-07T16:01:43.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[30444]: audit 2023-12-07T16:01:42.217796+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:43.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:43 smithi178 bash[25068]: audit 2023-12-07T16:01:42.109130+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:43.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:43 smithi178 bash[25068]: audit 2023-12-07T16:01:42.122297+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:43.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:43 smithi178 bash[25068]: audit 2023-12-07T16:01:42.183717+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:43.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:43 smithi178 bash[25068]: audit 2023-12-07T16:01:42.196988+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:43.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:43 smithi178 bash[25068]: audit 2023-12-07T16:01:42.201540+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:43 smithi178 bash[25068]: audit 2023-12-07T16:01:42.203703+0000 mon.b (mon.2) 51 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:43 smithi178 bash[25068]: audit 2023-12-07T16:01:42.204232+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:43 smithi178 bash[25068]: audit 2023-12-07T16:01:42.206379+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:43 smithi178 bash[25068]: audit 2023-12-07T16:01:42.206510+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:43 smithi178 bash[25068]: audit 2023-12-07T16:01:42.208584+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:43 smithi178 bash[25068]: audit 2023-12-07T16:01:42.208780+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:43 smithi178 bash[25068]: audit 2023-12-07T16:01:42.210907+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:43.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:43 smithi178 bash[25068]: cephadm 2023-12-07T16:01:42.212909+0000 mgr.x (mgr.25037) 21 : cephadm [INF] Adjusting osd_memory_target on smithi042 to 2782M 2023-12-07T16:01:43.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:43 smithi178 bash[25068]: audit 2023-12-07T16:01:42.217796+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:43.869 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[50134]: level=error ts=2023-12-07T16:01:43.530Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=12 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T16:01:43.870 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[50134]: level=warn ts=2023-12-07T16:01: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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T16:01:43.870 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:43 smithi042 bash[50134]: level=warn ts=2023-12-07T16:01:43.536Z 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.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T16:01:44.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:44 smithi178 bash[25068]: cluster 2023-12-07T16:01:42.585662+0000 mgr.x (mgr.25037) 22 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-07T16:01:44.609 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-12-07T16:01:44.619 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:44 smithi042 bash[30444]: cluster 2023-12-07T16:01:42.585662+0000 mgr.x (mgr.25037) 22 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-07T16:01:44.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:44 smithi042 bash[24989]: cluster 2023-12-07T16:01:42.585662+0000 mgr.x (mgr.25037) 22 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-07T16:01:45.119 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:44 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:01:44] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T16:01:45.369 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:01:45.370 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (5m) 4s ago 6m 19.3M - 0.23.0 ba2b418f427c 8929d87f8ef2 2023-12-07T16:01:45.370 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi178 *:3000 running (6m) 4s ago 6m 46.4M - 8.3.5 dad864ee21e9 d80e9498ec94 2023-12-07T16:01:45.370 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.zhjtqu smithi042 running (4m) 4s ago 4m 48.2M - 3.5 e1d6a67b021e c341e36423ff 2023-12-07T16:01:45.370 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi178 *:8443,9283 running (33s) 4s ago 12m 476M - 19.0.0-13-ge6605fb8 104f332cd0a9 3f4d25e67019 2023-12-07T16:01:45.370 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:9283 running (14m) 4s ago 14m 406M - 17.2.0 e1d6a67b021e aee386f4d468 2023-12-07T16:01:45.370 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (14m) 4s ago 14m 61.0M 2048M 17.2.0 e1d6a67b021e 68ea120d15f8 2023-12-07T16:01:45.370 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi178 running (13m) 4s ago 13m 50.1M 2048M 17.2.0 e1d6a67b021e ed4d6d59b8a5 2023-12-07T16:01:45.370 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (13m) 4s ago 13m 46.2M 2048M 17.2.0 e1d6a67b021e 885a861e01bc 2023-12-07T16:01:45.370 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (6m) 4s ago 6m 12.4M - 1.3.1 1dbe0e931976 221c2e388dbe 2023-12-07T16:01:45.370 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi178 *:9100 running (6m) 4s ago 6m 11.9M - 1.3.1 1dbe0e931976 7c4d114d7bda 2023-12-07T16:01:45.370 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (12m) 4s ago 12m 56.8M 2782M 17.2.0 e1d6a67b021e 15b47f4e60f3 2023-12-07T16:01:45.371 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (11m) 4s ago 11m 59.7M 2782M 17.2.0 e1d6a67b021e 2a28cafd73fe 2023-12-07T16:01:45.371 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (11m) 4s ago 11m 52.4M 2782M 17.2.0 e1d6a67b021e 0785d9773e1b 2023-12-07T16:01:45.371 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (10m) 4s ago 10m 55.1M 2782M 17.2.0 e1d6a67b021e ef87480dafbe 2023-12-07T16:01:45.371 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi178 running (9m) 4s ago 9m 55.8M 4317M 17.2.0 e1d6a67b021e 489e822c6353 2023-12-07T16:01:45.371 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi178 running (9m) 4s ago 9m 54.5M 4317M 17.2.0 e1d6a67b021e b77d6dab08a9 2023-12-07T16:01:45.371 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi178 running (8m) 4s ago 8m 51.6M 4317M 17.2.0 e1d6a67b021e 0c3c794876c3 2023-12-07T16:01:45.371 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi178 running (7m) 4s ago 7m 54.8M 4317M 17.2.0 e1d6a67b021e d54168b8b1ca 2023-12-07T16:01:45.371 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi178 *:9095 running (5m) 4s ago 6m 64.1M - 2.33.4 514e6a882f6e 6270b9d7e8fa 2023-12-07T16:01:45.371 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.hcortj smithi042 *:8000 running (4m) 4s ago 4m 86.0M - 17.2.0 e1d6a67b021e 7b4fbb51c0e4 2023-12-07T16:01:45.371 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi178.qokiza smithi178 *:8000 running (4m) 4s ago 4m 85.7M - 17.2.0 e1d6a67b021e ed4b389a14c0 2023-12-07T16:01:45.371 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.bhilti smithi042 *:80 running (4m) 4s ago 4m 85.7M - 17.2.0 e1d6a67b021e a005b7760f26 2023-12-07T16:01:45.371 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi178.kllngz smithi178 *:80 running (4m) 4s ago 4m 85.6M - 17.2.0 e1d6a67b021e ec7417c26d3d 2023-12-07T16:01:45.826 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:01:45.826 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-12-07T16:01:45.826 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-07T16:01:45.826 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:01:45.827 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-12-07T16:01:45.827 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-07T16:01:45.827 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-07T16:01:45.827 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:01:45.827 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-12-07T16:01:45.827 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T16:01:45.827 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:01:45.827 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": {}, 2023-12-07T16:01:45.827 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2023-12-07T16:01:45.827 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:01:45.827 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:01:45.828 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-12-07T16:01:45.828 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-07T16:01:45.828 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-07T16:01:45.828 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T16:01:45.828 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:01:46.214 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:01:46.214 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:01:46.214 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-12-07T16:01:46.214 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T16:01:46.214 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2023-12-07T16:01:46.214 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "1/23 daemons upgraded", 2023-12-07T16:01:46.214 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "", 2023-12-07T16:01:46.214 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-12-07T16:01:46.214 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:01:46.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:46 smithi178 bash[25068]: cluster 2023-12-07T16:01:44.587107+0000 mgr.x (mgr.25037) 23 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-07T16:01:46.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:46 smithi178 bash[25068]: audit 2023-12-07T16:01:44.589313+0000 mgr.x (mgr.25037) 24 : audit [DBG] from='client.15261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:46.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:46 smithi178 bash[25068]: audit 2023-12-07T16:01:44.970548+0000 mgr.x (mgr.25037) 25 : audit [DBG] from='client.25168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:46.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:46 smithi178 bash[25068]: audit 2023-12-07T16:01:45.821600+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.42:0/3768679010' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:46.619 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:46 smithi042 bash[30444]: cluster 2023-12-07T16:01:44.587107+0000 mgr.x (mgr.25037) 23 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-07T16:01:46.619 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:46 smithi042 bash[30444]: audit 2023-12-07T16:01:44.589313+0000 mgr.x (mgr.25037) 24 : audit [DBG] from='client.15261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:46.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:46 smithi042 bash[30444]: audit 2023-12-07T16:01:44.970548+0000 mgr.x (mgr.25037) 25 : audit [DBG] from='client.25168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:46.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:46 smithi042 bash[30444]: audit 2023-12-07T16:01:45.821600+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.42:0/3768679010' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:46.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:46 smithi042 bash[24989]: cluster 2023-12-07T16:01:44.587107+0000 mgr.x (mgr.25037) 23 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-07T16:01:46.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:46 smithi042 bash[24989]: audit 2023-12-07T16:01:44.589313+0000 mgr.x (mgr.25037) 24 : audit [DBG] from='client.15261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:46.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:46 smithi042 bash[24989]: audit 2023-12-07T16:01:44.970548+0000 mgr.x (mgr.25037) 25 : audit [DBG] from='client.25168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:46.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:46 smithi042 bash[24989]: audit 2023-12-07T16:01:45.821600+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.42:0/3768679010' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:46.669 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-12-07T16:01:47.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:47 smithi178 bash[25068]: audit 2023-12-07T16:01:45.344995+0000 mgr.x (mgr.25037) 26 : audit [DBG] from='client.15273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:47.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:47 smithi178 bash[25068]: audit 2023-12-07T16:01:46.211407+0000 mgr.x (mgr.25037) 27 : audit [DBG] from='client.15285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:47.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:47 smithi178 bash[25068]: audit 2023-12-07T16:01:46.664737+0000 mon.a (mon.0) 942 : audit [DBG] from='client.? 172.21.15.42:0/2594407183' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:01:47.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:47 smithi042 bash[24989]: audit 2023-12-07T16:01:45.344995+0000 mgr.x (mgr.25037) 26 : audit [DBG] from='client.15273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:47.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:47 smithi042 bash[24989]: audit 2023-12-07T16:01:46.211407+0000 mgr.x (mgr.25037) 27 : audit [DBG] from='client.15285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:47.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:47 smithi042 bash[24989]: audit 2023-12-07T16:01:46.664737+0000 mon.a (mon.0) 942 : audit [DBG] from='client.? 172.21.15.42:0/2594407183' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:01:47.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:47 smithi042 bash[30444]: audit 2023-12-07T16:01:45.344995+0000 mgr.x (mgr.25037) 26 : audit [DBG] from='client.15273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:47.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:47 smithi042 bash[30444]: audit 2023-12-07T16:01:46.211407+0000 mgr.x (mgr.25037) 27 : audit [DBG] from='client.15285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:47.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:47 smithi042 bash[30444]: audit 2023-12-07T16:01:46.664737+0000 mon.a (mon.0) 942 : audit [DBG] from='client.? 172.21.15.42:0/2594407183' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:01:48.487 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:48 smithi178 bash[25068]: cluster 2023-12-07T16:01:46.587934+0000 mgr.x (mgr.25037) 28 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:48.546 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:48 smithi042 bash[24989]: cluster 2023-12-07T16:01:46.587934+0000 mgr.x (mgr.25037) 28 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:48.547 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:48 smithi042 bash[30444]: cluster 2023-12-07T16:01:46.587934+0000 mgr.x (mgr.25037) 28 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:48.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:48 smithi178 bash[45434]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:01:48] "GET /metrics HTTP/1.1" 200 38144 "" "Prometheus/2.33.4" 2023-12-07T16:01:50.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:50 smithi178 bash[25068]: audit 2023-12-07T16:01:48.544818+0000 mgr.x (mgr.25037) 29 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:50.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:50 smithi178 bash[25068]: cluster 2023-12-07T16:01:48.589379+0000 mgr.x (mgr.25037) 30 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:50.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:50 smithi042 bash[24989]: audit 2023-12-07T16:01:48.544818+0000 mgr.x (mgr.25037) 29 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:50.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:50 smithi042 bash[24989]: cluster 2023-12-07T16:01:48.589379+0000 mgr.x (mgr.25037) 30 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:50.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:50 smithi042 bash[30444]: audit 2023-12-07T16:01:48.544818+0000 mgr.x (mgr.25037) 29 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:50.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:50 smithi042 bash[30444]: cluster 2023-12-07T16:01:48.589379+0000 mgr.x (mgr.25037) 30 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:52.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:52 smithi178 bash[25068]: cluster 2023-12-07T16:01:50.590110+0000 mgr.x (mgr.25037) 31 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:52.606 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:01:52 smithi178 bash[41829]: ts=2023-12-07T16:01:52.315Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.42:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.178:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:01:52.619 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:52 smithi042 bash[24989]: cluster 2023-12-07T16:01:50.590110+0000 mgr.x (mgr.25037) 31 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:52.619 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:52 smithi042 bash[30444]: cluster 2023-12-07T16:01:50.590110+0000 mgr.x (mgr.25037) 31 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:53.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: audit 2023-12-07T16:01:52.326433+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: audit 2023-12-07T16:01:52.339794+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: audit 2023-12-07T16:01:52.345237+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: audit 2023-12-07T16:01:52.347494+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: audit 2023-12-07T16:01:52.348165+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: audit 2023-12-07T16:01:52.350541+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: audit 2023-12-07T16:01:52.352632+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: audit 2023-12-07T16:01:52.354505+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: audit 2023-12-07T16:01:52.355565+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: audit 2023-12-07T16:01:52.357998+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: cephadm 2023-12-07T16:01:52.359750+0000 mgr.x (mgr.25037) 32 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 3037M 2023-12-07T16:01:53.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: audit 2023-12-07T16:01:52.363604+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: audit 2023-12-07T16:01:52.368129+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:53.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: audit 2023-12-07T16:01:52.369196+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:53.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: cephadm 2023-12-07T16:01:52.370823+0000 mgr.x (mgr.25037) 33 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2023-12-07T16:01:53.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: cephadm 2023-12-07T16:01:52.371190+0000 mgr.x (mgr.25037) 34 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2023-12-07T16:01:53.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: cephadm 2023-12-07T16:01:52.536395+0000 mgr.x (mgr.25037) 35 : cephadm [INF] Updating smithi178:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T16:01:53.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: cephadm 2023-12-07T16:01:52.585906+0000 mgr.x (mgr.25037) 36 : cephadm [INF] Updating smithi042:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T16:01:53.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: cluster 2023-12-07T16:01:52.590977+0000 mgr.x (mgr.25037) 37 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:53.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: cephadm 2023-12-07T16:01:52.701265+0000 mgr.x (mgr.25037) 38 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2023-12-07T16:01:53.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: cephadm 2023-12-07T16:01:52.751049+0000 mgr.x (mgr.25037) 39 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2023-12-07T16:01:53.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: cephadm 2023-12-07T16:01:52.865857+0000 mgr.x (mgr.25037) 40 : cephadm [INF] Updating smithi178:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T16:01:53.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: cephadm 2023-12-07T16:01:52.915951+0000 mgr.x (mgr.25037) 41 : cephadm [INF] Updating smithi042:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T16:01:53.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: audit 2023-12-07T16:01:53.038280+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: audit 2023-12-07T16:01:53.049954+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: audit 2023-12-07T16:01:53.087959+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: audit 2023-12-07T16:01:53.101245+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: audit 2023-12-07T16:01:53.113969+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: audit 2023-12-07T16:01:53.195080+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: audit 2023-12-07T16:01:53.203560+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.609 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: audit 2023-12-07T16:01:53.210118+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.609 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: audit 2023-12-07T16:01:53.217610+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.609 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: cephadm 2023-12-07T16:01:53.223301+0000 mgr.x (mgr.25037) 42 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-07T16:01:53.609 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:53 smithi178 bash[25068]: cephadm 2023-12-07T16:01:53.224245+0000 mgr.x (mgr.25037) 43 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi042 2023-12-07T16:01:53.619 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[50134]: level=error ts=2023-12-07T16:01:53.531Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=12 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T16:01:53.620 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[50134]: level=warn ts=2023-12-07T16:01:53.534Z 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.178:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2023-12-07T16:01:53.620 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[50134]: level=warn ts=2023-12-07T16:01:53.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.42:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.42 because it doesn't contain any IP SANs" 2023-12-07T16:01:53.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: audit 2023-12-07T16:01:52.326433+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: audit 2023-12-07T16:01:52.339794+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: audit 2023-12-07T16:01:52.345237+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: audit 2023-12-07T16:01:52.347494+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: audit 2023-12-07T16:01:52.348165+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: audit 2023-12-07T16:01:52.350541+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: audit 2023-12-07T16:01:52.352632+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: audit 2023-12-07T16:01:52.354505+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: audit 2023-12-07T16:01:52.355565+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: audit 2023-12-07T16:01:52.357998+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: cephadm 2023-12-07T16:01:52.359750+0000 mgr.x (mgr.25037) 32 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 3037M 2023-12-07T16:01:53.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: audit 2023-12-07T16:01:52.363604+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: audit 2023-12-07T16:01:52.368129+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:53.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: audit 2023-12-07T16:01:52.369196+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:53.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: cephadm 2023-12-07T16:01:52.370823+0000 mgr.x (mgr.25037) 33 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2023-12-07T16:01:53.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: cephadm 2023-12-07T16:01:52.371190+0000 mgr.x (mgr.25037) 34 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2023-12-07T16:01:53.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: cephadm 2023-12-07T16:01:52.536395+0000 mgr.x (mgr.25037) 35 : cephadm [INF] Updating smithi178:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T16:01:53.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: cephadm 2023-12-07T16:01:52.585906+0000 mgr.x (mgr.25037) 36 : cephadm [INF] Updating smithi042:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T16:01:53.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: cluster 2023-12-07T16:01:52.590977+0000 mgr.x (mgr.25037) 37 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:53.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: cephadm 2023-12-07T16:01:52.701265+0000 mgr.x (mgr.25037) 38 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2023-12-07T16:01:53.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: cephadm 2023-12-07T16:01:52.751049+0000 mgr.x (mgr.25037) 39 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2023-12-07T16:01:53.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: cephadm 2023-12-07T16:01:52.865857+0000 mgr.x (mgr.25037) 40 : cephadm [INF] Updating smithi178:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T16:01:53.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: cephadm 2023-12-07T16:01:52.915951+0000 mgr.x (mgr.25037) 41 : cephadm [INF] Updating smithi042:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T16:01:53.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: audit 2023-12-07T16:01:53.038280+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: audit 2023-12-07T16:01:53.049954+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: audit 2023-12-07T16:01:53.087959+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: audit 2023-12-07T16:01:53.101245+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: audit 2023-12-07T16:01:53.113969+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: audit 2023-12-07T16:01:53.195080+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: audit 2023-12-07T16:01:53.203560+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: audit 2023-12-07T16:01:53.210118+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: audit 2023-12-07T16:01:53.217610+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: cephadm 2023-12-07T16:01:53.223301+0000 mgr.x (mgr.25037) 42 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-07T16:01:53.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[24989]: cephadm 2023-12-07T16:01:53.224245+0000 mgr.x (mgr.25037) 43 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi042 2023-12-07T16:01:53.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: audit 2023-12-07T16:01:52.326433+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: audit 2023-12-07T16:01:52.339794+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: audit 2023-12-07T16:01:52.345237+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: audit 2023-12-07T16:01:52.347494+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: audit 2023-12-07T16:01:52.348165+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: audit 2023-12-07T16:01:52.350541+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: audit 2023-12-07T16:01:52.352632+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: audit 2023-12-07T16:01:52.354505+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: audit 2023-12-07T16:01:52.355565+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: audit 2023-12-07T16:01:52.357998+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:01:53.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: cephadm 2023-12-07T16:01:52.359750+0000 mgr.x (mgr.25037) 32 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 3037M 2023-12-07T16:01:53.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: audit 2023-12-07T16:01:52.363604+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: audit 2023-12-07T16:01:52.368129+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:53.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: audit 2023-12-07T16:01:52.369196+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:53.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: cephadm 2023-12-07T16:01:52.370823+0000 mgr.x (mgr.25037) 33 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2023-12-07T16:01:53.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: cephadm 2023-12-07T16:01:52.371190+0000 mgr.x (mgr.25037) 34 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2023-12-07T16:01:53.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: cephadm 2023-12-07T16:01:52.536395+0000 mgr.x (mgr.25037) 35 : cephadm [INF] Updating smithi178:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T16:01:53.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: cephadm 2023-12-07T16:01:52.585906+0000 mgr.x (mgr.25037) 36 : cephadm [INF] Updating smithi042:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T16:01:53.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: cluster 2023-12-07T16:01:52.590977+0000 mgr.x (mgr.25037) 37 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:53.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: cephadm 2023-12-07T16:01:52.701265+0000 mgr.x (mgr.25037) 38 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2023-12-07T16:01:53.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: cephadm 2023-12-07T16:01:52.751049+0000 mgr.x (mgr.25037) 39 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2023-12-07T16:01:53.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: cephadm 2023-12-07T16:01:52.865857+0000 mgr.x (mgr.25037) 40 : cephadm [INF] Updating smithi178:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T16:01:53.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: cephadm 2023-12-07T16:01:52.915951+0000 mgr.x (mgr.25037) 41 : cephadm [INF] Updating smithi042:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T16:01:53.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: audit 2023-12-07T16:01:53.038280+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: audit 2023-12-07T16:01:53.049954+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: audit 2023-12-07T16:01:53.087959+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: audit 2023-12-07T16:01:53.101245+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: audit 2023-12-07T16:01:53.113969+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: audit 2023-12-07T16:01:53.195080+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: audit 2023-12-07T16:01:53.203560+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: audit 2023-12-07T16:01:53.210118+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: audit 2023-12-07T16:01:53.217610+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:53.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: cephadm 2023-12-07T16:01:53.223301+0000 mgr.x (mgr.25037) 42 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-07T16:01:53.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[30444]: cephadm 2023-12-07T16:01:53.224245+0000 mgr.x (mgr.25037) 43 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi042 2023-12-07T16:01:54.003 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:53 smithi042 systemd[1]: Stopping Ceph node-exporter.a for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:01:54.003 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:53 smithi042 bash[59553]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-node-exporter.a 2023-12-07T16:01:54.775 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:01:54 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:01:54] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T16:01:54.775 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:54 smithi042 bash[59562]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-node-exporter-a 2023-12-07T16:01:54.775 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:54 smithi042 bash[59610]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-node-exporter.a 2023-12-07T16:01:54.775 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:54 smithi042 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-12-07T16:01:54.776 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:54 smithi042 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-07T16:01:54.776 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:54 smithi042 systemd[1]: Stopped Ceph node-exporter.a for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:01:54.776 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:54 smithi042 systemd[1]: Started Ceph node-exporter.a for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:01:56.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:55 smithi178 bash[25068]: cluster 2023-12-07T16:01:54.592331+0000 mgr.x (mgr.25037) 44 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:56.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:55 smithi178 bash[25068]: audit 2023-12-07T16:01:54.759433+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:56.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:55 smithi178 bash[25068]: audit 2023-12-07T16:01:54.773160+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:56.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:55 smithi178 bash[25068]: cephadm 2023-12-07T16:01:54.794301+0000 mgr.x (mgr.25037) 45 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-07T16:01:56.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:55 smithi178 bash[25068]: cephadm 2023-12-07T16:01:54.814880+0000 mgr.x (mgr.25037) 46 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi042 2023-12-07T16:01:56.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[30444]: cluster 2023-12-07T16:01:54.592331+0000 mgr.x (mgr.25037) 44 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:56.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[30444]: audit 2023-12-07T16:01:54.759433+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:56.119 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[30444]: audit 2023-12-07T16:01:54.773160+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:56.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[30444]: cephadm 2023-12-07T16:01:54.794301+0000 mgr.x (mgr.25037) 45 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-07T16:01:56.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[30444]: cephadm 2023-12-07T16:01:54.814880+0000 mgr.x (mgr.25037) 46 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi042 2023-12-07T16:01:56.120 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[24989]: cluster 2023-12-07T16:01:54.592331+0000 mgr.x (mgr.25037) 44 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:56.120 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[24989]: audit 2023-12-07T16:01:54.759433+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:56.120 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[24989]: audit 2023-12-07T16:01:54.773160+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:01:56.120 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[24989]: cephadm 2023-12-07T16:01:54.794301+0000 mgr.x (mgr.25037) 45 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-07T16:01:56.120 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[24989]: cephadm 2023-12-07T16:01:54.814880+0000 mgr.x (mgr.25037) 46 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi042 2023-12-07T16:01:56.121 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.894Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-07T16:01:56.121 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.894Z 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-07T16:01:56.121 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.894Z 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-07T16:01:56.121 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.894Z 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-07T16:01:56.121 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-07T16:01:56.121 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=arp 2023-12-07T16:01:56.121 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-07T16:01:56.121 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-07T16:01:56.121 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-07T16:01:56.121 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-07T16:01:56.121 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-07T16:01:56.121 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-07T16:01:56.121 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-07T16:01:56.122 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-07T16:01:56.122 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=edac 2023-12-07T16:01:56.122 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-07T16:01:56.122 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-07T16:01:56.122 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-07T16:01:56.122 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-07T16:01:56.122 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-07T16:01:56.122 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-07T16:01:56.122 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-07T16:01:56.122 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-07T16:01:56.122 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-07T16:01:56.122 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-07T16:01:56.122 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-07T16:01:56.122 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-07T16:01:56.123 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-07T16:01:56.123 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-07T16:01:56.123 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-07T16:01:56.123 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-07T16:01:56.123 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=os 2023-12-07T16:01:56.123 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-07T16:01:56.123 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-07T16:01:56.123 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-07T16:01:56.123 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-07T16:01:56.123 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-07T16:01:56.123 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-07T16:01:56.123 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=stat 2023-12-07T16:01:56.123 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-07T16:01:56.123 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-07T16:01:56.123 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-07T16:01:56.124 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=time 2023-12-07T16:01:56.124 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-07T16:01:56.124 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=uname 2023-12-07T16:01:56.124 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-07T16:01:56.124 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-07T16:01:56.124 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-07T16:01:56.124 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.896Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-07T16:01:56.124 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:01:55 smithi042 bash[59640]: ts=2023-12-07T16:01:55.897Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-07T16:01:57.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:56 smithi178 bash[25068]: audit 2023-12-07T16:01:56.735237+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:01:57.120 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:56 smithi042 bash[24989]: audit 2023-12-07T16:01:56.735237+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:01:57.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:56 smithi042 bash[30444]: audit 2023-12-07T16:01:56.735237+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:01:58.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:57 smithi178 bash[25068]: cluster 2023-12-07T16:01:56.593129+0000 mgr.x (mgr.25037) 47 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:58.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:57 smithi042 bash[24989]: cluster 2023-12-07T16:01:56.593129+0000 mgr.x (mgr.25037) 47 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:58.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:57 smithi042 bash[30444]: cluster 2023-12-07T16:01:56.593129+0000 mgr.x (mgr.25037) 47 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:58.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:01:58 smithi178 bash[45434]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:01:58] "GET /metrics HTTP/1.1" 200 38147 "" "Prometheus/2.33.4" 2023-12-07T16:02:00.354 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:59 smithi042 bash[24989]: audit 2023-12-07T16:01:58.555870+0000 mgr.x (mgr.25037) 48 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:00.354 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:01:59 smithi042 bash[24989]: cluster 2023-12-07T16:01:58.594800+0000 mgr.x (mgr.25037) 49 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:00.354 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:59 smithi042 bash[30444]: audit 2023-12-07T16:01:58.555870+0000 mgr.x (mgr.25037) 48 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:00.354 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:01:59 smithi042 bash[30444]: cluster 2023-12-07T16:01:58.594800+0000 mgr.x (mgr.25037) 49 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:00.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:59 smithi178 bash[25068]: audit 2023-12-07T16:01:58.555870+0000 mgr.x (mgr.25037) 48 : audit [DBG] from='client.14919 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:00.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:01:59 smithi178 bash[25068]: cluster 2023-12-07T16:01:58.594800+0000 mgr.x (mgr.25037) 49 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:02.206 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:01 smithi042 bash[24989]: cluster 2023-12-07T16:02:00.595645+0000 mgr.x (mgr.25037) 50 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:02.206 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:01 smithi042 bash[30444]: cluster 2023-12-07T16:02:00.595645+0000 mgr.x (mgr.25037) 50 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:02.317 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:01 smithi178 bash[25068]: cluster 2023-12-07T16:02:00.595645+0000 mgr.x (mgr.25037) 50 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:02.606 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:02 smithi178 bash[41829]: ts=2023-12-07T16:02:02.315Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.42:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.178:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:02:03.370 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:02:03 smithi042 systemd[1]: Stopping Ceph alertmanager.a for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:02:03.370 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:02:03 smithi042 bash[59908]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-alertmanager.a 2023-12-07T16:02:03.370 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:02:03 smithi042 bash[50134]: level=info ts=2023-12-07T16:02:03.161Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-07T16:02:03.951 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:03 smithi042 bash[24989]: cluster 2023-12-07T16:02:02.596761+0000 mgr.x (mgr.25037) 51 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:03.951 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:03 smithi042 bash[30444]: cluster 2023-12-07T16:02:02.596761+0000 mgr.x (mgr.25037) 51 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:03.953 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:02:03 smithi042 bash[59918]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-alertmanager-a 2023-12-07T16:02:03.953 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:02:03 smithi042 bash[59954]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-alertmanager.a 2023-12-07T16:02:03.953 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:02:03 smithi042 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-07T16:02:03.953 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:02:03 smithi042 systemd[1]: Stopped Ceph alertmanager.a for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:02:03.953 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:02:03 smithi042 systemd[1]: Started Ceph alertmanager.a for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:02:04.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:03 smithi178 bash[25068]: cluster 2023-12-07T16:02:02.596761+0000 mgr.x (mgr.25037) 51 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:04.869 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:02:04 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:02:04] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T16:02:05.301 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:04 smithi042 bash[24989]: audit 2023-12-07T16:02:03.937887+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:05.302 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:04 smithi042 bash[24989]: audit 2023-12-07T16:02:03.948847+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:05.302 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:04 smithi042 bash[24989]: audit 2023-12-07T16:02:04.003523+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.zhjtqu", "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-07T16:02:05.302 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:04 smithi042 bash[24989]: cephadm 2023-12-07T16:02:04.004766+0000 mgr.x (mgr.25037) 52 : cephadm [INF] Reconfiguring iscsi.foo.smithi042.zhjtqu (dependencies changed)... 2023-12-07T16:02:05.302 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:04 smithi042 bash[24989]: audit 2023-12-07T16:02:04.005595+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.zhjtqu", "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-07T16:02:05.302 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:04 smithi042 bash[24989]: audit 2023-12-07T16:02:04.017968+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:02:05.302 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:04 smithi042 bash[24989]: cephadm 2023-12-07T16:02:04.020081+0000 mgr.x (mgr.25037) 53 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi042.zhjtqu on smithi042 2023-12-07T16:02:05.302 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:04 smithi042 bash[30444]: audit 2023-12-07T16:02:03.937887+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:05.303 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:04 smithi042 bash[30444]: audit 2023-12-07T16:02:03.948847+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:05.303 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:04 smithi042 bash[30444]: audit 2023-12-07T16:02:04.003523+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.zhjtqu", "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-07T16:02:05.303 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:04 smithi042 bash[30444]: cephadm 2023-12-07T16:02:04.004766+0000 mgr.x (mgr.25037) 52 : cephadm [INF] Reconfiguring iscsi.foo.smithi042.zhjtqu (dependencies changed)... 2023-12-07T16:02:05.303 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:04 smithi042 bash[30444]: audit 2023-12-07T16:02:04.005595+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.zhjtqu", "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-07T16:02:05.303 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:04 smithi042 bash[30444]: audit 2023-12-07T16:02:04.017968+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:02:05.303 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:04 smithi042 bash[30444]: cephadm 2023-12-07T16:02:04.020081+0000 mgr.x (mgr.25037) 53 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi042.zhjtqu on smithi042 2023-12-07T16:02:05.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:04 smithi178 bash[25068]: audit 2023-12-07T16:02:03.937887+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:05.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:04 smithi178 bash[25068]: audit 2023-12-07T16:02:03.948847+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:05.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:04 smithi178 bash[25068]: audit 2023-12-07T16:02:04.003523+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.zhjtqu", "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-07T16:02:05.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:04 smithi178 bash[25068]: cephadm 2023-12-07T16:02:04.004766+0000 mgr.x (mgr.25037) 52 : cephadm [INF] Reconfiguring iscsi.foo.smithi042.zhjtqu (dependencies changed)... 2023-12-07T16:02:05.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:04 smithi178 bash[25068]: audit 2023-12-07T16:02:04.005595+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.zhjtqu", "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-07T16:02:05.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:04 smithi178 bash[25068]: audit 2023-12-07T16:02:04.017968+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:02:05.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:04 smithi178 bash[25068]: cephadm 2023-12-07T16:02:04.020081+0000 mgr.x (mgr.25037) 53 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi042.zhjtqu on smithi042 2023-12-07T16:02:05.575 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:02:05 smithi042 bash[59983]: level=info ts=2023-12-07T16:02:05.433Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-07T16:02:05.576 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:02:05 smithi042 bash[59983]: level=info ts=2023-12-07T16:02:05.434Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-07T16:02:05.576 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:02:05 smithi042 bash[59983]: level=info ts=2023-12-07T16:02:05.437Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.42 port=9094 2023-12-07T16:02:05.576 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:02:05 smithi042 bash[59983]: level=info ts=2023-12-07T16:02:05.439Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-07T16:02:05.576 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:02:05 smithi042 bash[59983]: level=info ts=2023-12-07T16:02:05.491Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-07T16:02:05.576 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:02:05 smithi042 bash[59983]: level=info ts=2023-12-07T16:02:05.491Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-07T16:02:05.576 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:02:05 smithi042 bash[59983]: level=info ts=2023-12-07T16:02:05.496Z caller=main.go:518 msg=Listening address=:9093 2023-12-07T16:02:05.576 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:02:05 smithi042 bash[59983]: level=info ts=2023-12-07T16:02:05.496Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-07T16:02:06.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:05 smithi178 bash[25068]: cluster 2023-12-07T16:02:04.598202+0000 mgr.x (mgr.25037) 54 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:06.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:05 smithi042 bash[30444]: cluster 2023-12-07T16:02:04.598202+0000 mgr.x (mgr.25037) 54 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:06.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:05 smithi042 bash[24989]: cluster 2023-12-07T16:02:04.598202+0000 mgr.x (mgr.25037) 54 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:07.750 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:02:07 smithi042 bash[59983]: level=info ts=2023-12-07T16:02:07.440Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.001008463s 2023-12-07T16:02:08.013 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:07 smithi042 bash[24989]: cluster 2023-12-07T16:02:06.598996+0000 mgr.x (mgr.25037) 55 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:08.013 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:07 smithi042 bash[24989]: audit 2023-12-07T16:02:07.925145+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:08.013 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:07 smithi042 bash[24989]: audit 2023-12-07T16:02:07.937801+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:08.013 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:07 smithi042 bash[30444]: cluster 2023-12-07T16:02:06.598996+0000 mgr.x (mgr.25037) 55 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:08.013 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:07 smithi042 bash[30444]: audit 2023-12-07T16:02:07.925145+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:08.014 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:07 smithi042 bash[30444]: audit 2023-12-07T16:02:07.937801+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:08.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:07 smithi178 bash[25068]: cluster 2023-12-07T16:02:06.598996+0000 mgr.x (mgr.25037) 55 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:08.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:07 smithi178 bash[25068]: audit 2023-12-07T16:02:07.925145+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:08.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:07 smithi178 bash[25068]: audit 2023-12-07T16:02:07.937801+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:08.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:08 smithi178 bash[45434]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:02:08] "GET /metrics HTTP/1.1" 200 38147 "" "Prometheus/2.33.4" 2023-12-07T16:02:09.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:08 smithi178 bash[25068]: cephadm 2023-12-07T16:02:07.945327+0000 mgr.x (mgr.25037) 56 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-07T16:02:09.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:08 smithi178 bash[25068]: cephadm 2023-12-07T16:02:08.187769+0000 mgr.x (mgr.25037) 57 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi178 2023-12-07T16:02:09.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:08 smithi042 bash[24989]: cephadm 2023-12-07T16:02:07.945327+0000 mgr.x (mgr.25037) 56 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-07T16:02:09.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:08 smithi042 bash[24989]: cephadm 2023-12-07T16:02:08.187769+0000 mgr.x (mgr.25037) 57 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi178 2023-12-07T16:02:09.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:08 smithi042 bash[30444]: cephadm 2023-12-07T16:02:07.945327+0000 mgr.x (mgr.25037) 56 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-07T16:02:09.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:08 smithi042 bash[30444]: cephadm 2023-12-07T16:02:08.187769+0000 mgr.x (mgr.25037) 57 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi178 2023-12-07T16:02:10.120 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:09 smithi042 bash[24989]: cluster 2023-12-07T16:02:08.600503+0000 mgr.x (mgr.25037) 58 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:10.120 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:09 smithi042 bash[24989]: audit 2023-12-07T16:02:09.825986+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.42:0/196986806' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-07T16:02:10.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:09 smithi042 bash[30444]: cluster 2023-12-07T16:02:08.600503+0000 mgr.x (mgr.25037) 58 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:10.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:09 smithi042 bash[30444]: audit 2023-12-07T16:02:09.825986+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.42:0/196986806' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-07T16:02:10.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:09 smithi178 bash[25068]: cluster 2023-12-07T16:02:08.600503+0000 mgr.x (mgr.25037) 58 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:10.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:09 smithi178 bash[25068]: audit 2023-12-07T16:02:09.825986+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.42:0/196986806' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-07T16:02:11.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:10 smithi178 bash[25068]: audit 2023-12-07T16:02:10.213248+0000 mon.c (mon.1) 39 : audit [INF] from='client.? 172.21.15.42:0/4288678073' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3797074144"}]: dispatch 2023-12-07T16:02:11.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:10 smithi178 bash[25068]: audit 2023-12-07T16:02:10.214297+0000 mon.a (mon.0) 966 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3797074144"}]: dispatch 2023-12-07T16:02:11.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:10 smithi042 bash[30444]: audit 2023-12-07T16:02:10.213248+0000 mon.c (mon.1) 39 : audit [INF] from='client.? 172.21.15.42:0/4288678073' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3797074144"}]: dispatch 2023-12-07T16:02:11.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:10 smithi042 bash[30444]: audit 2023-12-07T16:02:10.214297+0000 mon.a (mon.0) 966 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3797074144"}]: dispatch 2023-12-07T16:02:11.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:10 smithi042 bash[24989]: audit 2023-12-07T16:02:10.213248+0000 mon.c (mon.1) 39 : audit [INF] from='client.? 172.21.15.42:0/4288678073' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3797074144"}]: dispatch 2023-12-07T16:02:11.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:10 smithi042 bash[24989]: audit 2023-12-07T16:02:10.214297+0000 mon.a (mon.0) 966 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3797074144"}]: dispatch 2023-12-07T16:02:12.316 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:11 smithi178 bash[25068]: cluster 2023-12-07T16:02:10.601346+0000 mgr.x (mgr.25037) 59 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:12.316 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:11 smithi178 bash[25068]: audit 2023-12-07T16:02:10.978907+0000 mon.a (mon.0) 967 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3797074144"}]': finished 2023-12-07T16:02:12.316 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:11 smithi178 bash[25068]: cluster 2023-12-07T16:02:10.979022+0000 mon.a (mon.0) 968 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-07T16:02:12.317 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:11 smithi178 bash[25068]: audit 2023-12-07T16:02:11.373989+0000 mon.a (mon.0) 969 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/572040153"}]: dispatch 2023-12-07T16:02:12.317 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:11 smithi178 bash[25068]: audit 2023-12-07T16:02:11.376073+0000 mon.b (mon.2) 64 : audit [INF] from='client.? 172.21.15.42:0/2976495047' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/572040153"}]: dispatch 2023-12-07T16:02:12.317 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:11 smithi178 bash[25068]: audit 2023-12-07T16:02:11.735433+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:12.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:11 smithi042 bash[24989]: cluster 2023-12-07T16:02:10.601346+0000 mgr.x (mgr.25037) 59 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:12.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:11 smithi042 bash[24989]: audit 2023-12-07T16:02:10.978907+0000 mon.a (mon.0) 967 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3797074144"}]': finished 2023-12-07T16:02:12.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:11 smithi042 bash[24989]: cluster 2023-12-07T16:02:10.979022+0000 mon.a (mon.0) 968 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-07T16:02:12.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:11 smithi042 bash[24989]: audit 2023-12-07T16:02:11.373989+0000 mon.a (mon.0) 969 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/572040153"}]: dispatch 2023-12-07T16:02:12.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:11 smithi042 bash[24989]: audit 2023-12-07T16:02:11.376073+0000 mon.b (mon.2) 64 : audit [INF] from='client.? 172.21.15.42:0/2976495047' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/572040153"}]: dispatch 2023-12-07T16:02:12.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:11 smithi042 bash[24989]: audit 2023-12-07T16:02:11.735433+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:12.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:11 smithi042 bash[30444]: cluster 2023-12-07T16:02:10.601346+0000 mgr.x (mgr.25037) 59 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:12.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:11 smithi042 bash[30444]: audit 2023-12-07T16:02:10.978907+0000 mon.a (mon.0) 967 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3797074144"}]': finished 2023-12-07T16:02:12.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:11 smithi042 bash[30444]: cluster 2023-12-07T16:02:10.979022+0000 mon.a (mon.0) 968 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-07T16:02:12.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:11 smithi042 bash[30444]: audit 2023-12-07T16:02:11.373989+0000 mon.a (mon.0) 969 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/572040153"}]: dispatch 2023-12-07T16:02:12.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:11 smithi042 bash[30444]: audit 2023-12-07T16:02:11.376073+0000 mon.b (mon.2) 64 : audit [INF] from='client.? 172.21.15.42:0/2976495047' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/572040153"}]: dispatch 2023-12-07T16:02:12.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:11 smithi042 bash[30444]: audit 2023-12-07T16:02:11.735433+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:12.605 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:12 smithi178 bash[41829]: ts=2023-12-07T16:02:12.315Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.42:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.178:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:02:13.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:13 smithi178 bash[25068]: audit 2023-12-07T16:02:11.983331+0000 mon.a (mon.0) 970 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/572040153"}]': finished 2023-12-07T16:02:13.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:13 smithi178 bash[25068]: cluster 2023-12-07T16:02:11.983490+0000 mon.a (mon.0) 971 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-07T16:02:13.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:13 smithi178 bash[25068]: audit 2023-12-07T16:02:12.378082+0000 mon.c (mon.1) 40 : audit [INF] from='client.? 172.21.15.42:0/1845708013' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/572040153"}]: dispatch 2023-12-07T16:02:13.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:13 smithi178 bash[25068]: audit 2023-12-07T16:02:12.378915+0000 mon.a (mon.0) 972 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/572040153"}]: dispatch 2023-12-07T16:02:13.369 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:13 smithi042 bash[30444]: audit 2023-12-07T16:02:11.983331+0000 mon.a (mon.0) 970 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/572040153"}]': finished 2023-12-07T16:02:13.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:13 smithi042 bash[30444]: cluster 2023-12-07T16:02:11.983490+0000 mon.a (mon.0) 971 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-07T16:02:13.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:13 smithi042 bash[30444]: audit 2023-12-07T16:02:12.378082+0000 mon.c (mon.1) 40 : audit [INF] from='client.? 172.21.15.42:0/1845708013' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/572040153"}]: dispatch 2023-12-07T16:02:13.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:13 smithi042 bash[30444]: audit 2023-12-07T16:02:12.378915+0000 mon.a (mon.0) 972 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/572040153"}]: dispatch 2023-12-07T16:02:13.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:12 smithi042 bash[24989]: audit 2023-12-07T16:02:11.983331+0000 mon.a (mon.0) 970 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6801/572040153"}]': finished 2023-12-07T16:02:13.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:12 smithi042 bash[24989]: cluster 2023-12-07T16:02:11.983490+0000 mon.a (mon.0) 971 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-07T16:02:13.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:13 smithi042 bash[24989]: audit 2023-12-07T16:02:12.378082+0000 mon.c (mon.1) 40 : audit [INF] from='client.? 172.21.15.42:0/1845708013' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/572040153"}]: dispatch 2023-12-07T16:02:13.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:13 smithi042 bash[24989]: audit 2023-12-07T16:02:12.378915+0000 mon.a (mon.0) 972 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/572040153"}]: dispatch 2023-12-07T16:02:14.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:14 smithi178 bash[25068]: cluster 2023-12-07T16:02:12.602242+0000 mgr.x (mgr.25037) 60 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-07T16:02:14.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:14 smithi178 bash[25068]: audit 2023-12-07T16:02:12.995888+0000 mon.a (mon.0) 973 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/572040153"}]': finished 2023-12-07T16:02:14.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:14 smithi178 bash[25068]: cluster 2023-12-07T16:02:12.996000+0000 mon.a (mon.0) 974 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-07T16:02:14.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:14 smithi178 bash[25068]: audit 2023-12-07T16:02:13.380218+0000 mon.a (mon.0) 975 : audit [INF] from='client.? 172.21.15.42:0/1053847269' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2275716789"}]: dispatch 2023-12-07T16:02:14.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:14 smithi042 bash[24989]: cluster 2023-12-07T16:02:12.602242+0000 mgr.x (mgr.25037) 60 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-07T16:02:14.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:14 smithi042 bash[24989]: audit 2023-12-07T16:02:12.995888+0000 mon.a (mon.0) 973 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/572040153"}]': finished 2023-12-07T16:02:14.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:14 smithi042 bash[24989]: cluster 2023-12-07T16:02:12.996000+0000 mon.a (mon.0) 974 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-07T16:02:14.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:14 smithi042 bash[24989]: audit 2023-12-07T16:02:13.380218+0000 mon.a (mon.0) 975 : audit [INF] from='client.? 172.21.15.42:0/1053847269' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2275716789"}]: dispatch 2023-12-07T16:02:14.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:14 smithi042 bash[30444]: cluster 2023-12-07T16:02:12.602242+0000 mgr.x (mgr.25037) 60 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-07T16:02:14.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:14 smithi042 bash[30444]: audit 2023-12-07T16:02:12.995888+0000 mon.a (mon.0) 973 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:6800/572040153"}]': finished 2023-12-07T16:02:14.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:14 smithi042 bash[30444]: cluster 2023-12-07T16:02:12.996000+0000 mon.a (mon.0) 974 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-07T16:02:14.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:14 smithi042 bash[30444]: audit 2023-12-07T16:02:13.380218+0000 mon.a (mon.0) 975 : audit [INF] from='client.? 172.21.15.42:0/1053847269' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2275716789"}]: dispatch 2023-12-07T16:02:15.024 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:02:14 smithi042 bash[25262]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:02:14] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T16:02:15.026 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:15 smithi042 bash[24989]: audit 2023-12-07T16:02:14.014649+0000 mon.a (mon.0) 976 : audit [INF] from='client.? 172.21.15.42:0/1053847269' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2275716789"}]': finished 2023-12-07T16:02:15.026 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:15 smithi042 bash[24989]: cluster 2023-12-07T16:02:14.014775+0000 mon.a (mon.0) 977 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-07T16:02:15.026 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:15 smithi042 bash[24989]: audit 2023-12-07T16:02:14.403227+0000 mon.c (mon.1) 41 : audit [INF] from='client.? 172.21.15.42:0/1951415592' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2337662539"}]: dispatch 2023-12-07T16:02:15.026 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:15 smithi042 bash[24989]: audit 2023-12-07T16:02:14.404294+0000 mon.a (mon.0) 978 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2337662539"}]: dispatch 2023-12-07T16:02:15.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:15 smithi178 bash[25068]: audit 2023-12-07T16:02:14.014649+0000 mon.a (mon.0) 976 : audit [INF] from='client.? 172.21.15.42:0/1053847269' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2275716789"}]': finished 2023-12-07T16:02:15.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:15 smithi178 bash[25068]: cluster 2023-12-07T16:02:14.014775+0000 mon.a (mon.0) 977 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-07T16:02:15.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:15 smithi178 bash[25068]: audit 2023-12-07T16:02:14.403227+0000 mon.c (mon.1) 41 : audit [INF] from='client.? 172.21.15.42:0/1951415592' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2337662539"}]: dispatch 2023-12-07T16:02:15.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:15 smithi178 bash[25068]: audit 2023-12-07T16:02:14.404294+0000 mon.a (mon.0) 978 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2337662539"}]: dispatch 2023-12-07T16:02:15.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:15 smithi042 bash[30444]: audit 2023-12-07T16:02:14.014649+0000 mon.a (mon.0) 976 : audit [INF] from='client.? 172.21.15.42:0/1053847269' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2275716789"}]': finished 2023-12-07T16:02:15.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:15 smithi042 bash[30444]: cluster 2023-12-07T16:02:14.014775+0000 mon.a (mon.0) 977 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-07T16:02:15.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:15 smithi042 bash[30444]: audit 2023-12-07T16:02:14.403227+0000 mon.c (mon.1) 41 : audit [INF] from='client.? 172.21.15.42:0/1951415592' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2337662539"}]: dispatch 2023-12-07T16:02:15.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:15 smithi042 bash[30444]: audit 2023-12-07T16:02:14.404294+0000 mon.a (mon.0) 978 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2337662539"}]: dispatch 2023-12-07T16:02:15.870 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:02:15 smithi042 bash[59983]: level=info ts=2023-12-07T16:02:15.444Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.005067812s 2023-12-07T16:02:16.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:16 smithi178 bash[25068]: cluster 2023-12-07T16:02:14.603059+0000 mgr.x (mgr.25037) 61 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-07T16:02:16.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:16 smithi178 bash[25068]: audit 2023-12-07T16:02:15.027053+0000 mon.a (mon.0) 979 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2337662539"}]': finished 2023-12-07T16:02:16.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:16 smithi178 bash[25068]: cluster 2023-12-07T16:02:15.027254+0000 mon.a (mon.0) 980 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-07T16:02:16.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:16 smithi178 bash[25068]: audit 2023-12-07T16:02:15.420631+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.42:0/2945081972' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3068842798"}]: dispatch 2023-12-07T16:02:16.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:16 smithi178 bash[25068]: audit 2023-12-07T16:02:15.421616+0000 mon.a (mon.0) 981 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3068842798"}]: dispatch 2023-12-07T16:02:16.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:16 smithi042 bash[30444]: cluster 2023-12-07T16:02:14.603059+0000 mgr.x (mgr.25037) 61 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-07T16:02:16.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:16 smithi042 bash[30444]: audit 2023-12-07T16:02:15.027053+0000 mon.a (mon.0) 979 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2337662539"}]': finished 2023-12-07T16:02:16.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:16 smithi042 bash[30444]: cluster 2023-12-07T16:02:15.027254+0000 mon.a (mon.0) 980 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-07T16:02:16.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:16 smithi042 bash[30444]: audit 2023-12-07T16:02:15.420631+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.42:0/2945081972' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3068842798"}]: dispatch 2023-12-07T16:02:16.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:16 smithi042 bash[30444]: audit 2023-12-07T16:02:15.421616+0000 mon.a (mon.0) 981 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3068842798"}]: dispatch 2023-12-07T16:02:16.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:16 smithi042 bash[24989]: cluster 2023-12-07T16:02:14.603059+0000 mgr.x (mgr.25037) 61 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-07T16:02:16.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:16 smithi042 bash[24989]: audit 2023-12-07T16:02:15.027053+0000 mon.a (mon.0) 979 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2337662539"}]': finished 2023-12-07T16:02:16.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:16 smithi042 bash[24989]: cluster 2023-12-07T16:02:15.027254+0000 mon.a (mon.0) 980 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-07T16:02:16.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:16 smithi042 bash[24989]: audit 2023-12-07T16:02:15.420631+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.42:0/2945081972' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3068842798"}]: dispatch 2023-12-07T16:02:16.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:16 smithi042 bash[24989]: audit 2023-12-07T16:02:15.421616+0000 mon.a (mon.0) 981 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3068842798"}]: dispatch 2023-12-07T16:02:17.086 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-12-07T16:02:17.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:17 smithi178 bash[25068]: audit 2023-12-07T16:02:16.033690+0000 mon.a (mon.0) 982 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3068842798"}]': finished 2023-12-07T16:02:17.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:17 smithi178 bash[25068]: cluster 2023-12-07T16:02:16.033819+0000 mon.a (mon.0) 983 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-07T16:02:17.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:17 smithi178 bash[25068]: audit 2023-12-07T16:02:16.430625+0000 mon.c (mon.1) 43 : audit [INF] from='client.? 172.21.15.42:0/2251021039' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2639079432"}]: dispatch 2023-12-07T16:02:17.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:17 smithi178 bash[25068]: audit 2023-12-07T16:02:16.431436+0000 mon.a (mon.0) 984 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2639079432"}]: dispatch 2023-12-07T16:02:17.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:17 smithi042 bash[24989]: audit 2023-12-07T16:02:16.033690+0000 mon.a (mon.0) 982 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3068842798"}]': finished 2023-12-07T16:02:17.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:17 smithi042 bash[24989]: cluster 2023-12-07T16:02:16.033819+0000 mon.a (mon.0) 983 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-07T16:02:17.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:17 smithi042 bash[24989]: audit 2023-12-07T16:02:16.430625+0000 mon.c (mon.1) 43 : audit [INF] from='client.? 172.21.15.42:0/2251021039' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2639079432"}]: dispatch 2023-12-07T16:02:17.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:17 smithi042 bash[24989]: audit 2023-12-07T16:02:16.431436+0000 mon.a (mon.0) 984 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2639079432"}]: dispatch 2023-12-07T16:02:17.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:17 smithi042 bash[30444]: audit 2023-12-07T16:02:16.033690+0000 mon.a (mon.0) 982 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/3068842798"}]': finished 2023-12-07T16:02:17.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:17 smithi042 bash[30444]: cluster 2023-12-07T16:02:16.033819+0000 mon.a (mon.0) 983 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-07T16:02:17.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:17 smithi042 bash[30444]: audit 2023-12-07T16:02:16.430625+0000 mon.c (mon.1) 43 : audit [INF] from='client.? 172.21.15.42:0/2251021039' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2639079432"}]: dispatch 2023-12-07T16:02:17.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:17 smithi042 bash[30444]: audit 2023-12-07T16:02:16.431436+0000 mon.a (mon.0) 984 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2639079432"}]: dispatch 2023-12-07T16:02:17.882 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:02:17.882 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 starting - - - - 2023-12-07T16:02:17.883 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi178 *:3000 running (6m) 36s ago 6m 46.4M - 8.3.5 dad864ee21e9 d80e9498ec94 2023-12-07T16:02:17.883 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.zhjtqu smithi042 starting - - - - 2023-12-07T16:02:17.883 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi178 *:8443,9283 running (65s) 36s ago 13m 476M - 19.0.0-13-ge6605fb8 104f332cd0a9 3f4d25e67019 2023-12-07T16:02:17.883 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:9283 running (15m) 36s ago 15m 406M - 17.2.0 e1d6a67b021e aee386f4d468 2023-12-07T16:02:17.883 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (15m) 36s ago 15m 61.0M 2048M 17.2.0 e1d6a67b021e 68ea120d15f8 2023-12-07T16:02:17.883 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi178 running (13m) 36s ago 13m 50.1M 2048M 17.2.0 e1d6a67b021e ed4d6d59b8a5 2023-12-07T16:02:17.883 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (13m) 36s ago 13m 46.2M 2048M 17.2.0 e1d6a67b021e 885a861e01bc 2023-12-07T16:02:17.883 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 starting - - - - 2023-12-07T16:02:17.883 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi178 *:9100 running (7m) 36s ago 7m 11.9M - 1.3.1 1dbe0e931976 7c4d114d7bda 2023-12-07T16:02:17.883 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (12m) 36s ago 12m 56.8M 2782M 17.2.0 e1d6a67b021e 15b47f4e60f3 2023-12-07T16:02:17.883 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (12m) 36s ago 12m 59.7M 2782M 17.2.0 e1d6a67b021e 2a28cafd73fe 2023-12-07T16:02:17.884 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (11m) 36s ago 11m 52.4M 2782M 17.2.0 e1d6a67b021e 0785d9773e1b 2023-12-07T16:02:17.884 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (10m) 36s ago 10m 55.1M 2782M 17.2.0 e1d6a67b021e ef87480dafbe 2023-12-07T16:02:17.884 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi178 running (10m) 36s ago 10m 55.8M 3037M 17.2.0 e1d6a67b021e 489e822c6353 2023-12-07T16:02:17.884 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi178 running (9m) 36s ago 9m 54.5M 3037M 17.2.0 e1d6a67b021e b77d6dab08a9 2023-12-07T16:02:17.884 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi178 running (9m) 36s ago 9m 51.6M 3037M 17.2.0 e1d6a67b021e 0c3c794876c3 2023-12-07T16:02:17.884 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi178 running (8m) 36s ago 8m 54.8M 3037M 17.2.0 e1d6a67b021e d54168b8b1ca 2023-12-07T16:02:17.884 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi178 *:9095 running (6m) 36s ago 7m 64.1M - 2.33.4 514e6a882f6e 6270b9d7e8fa 2023-12-07T16:02:17.884 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.hcortj smithi042 *:8000 running (5m) 36s ago 5m 86.0M - 17.2.0 e1d6a67b021e 7b4fbb51c0e4 2023-12-07T16:02:17.885 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi178.qokiza smithi178 *:8000 running (5m) 36s ago 5m 85.7M - 17.2.0 e1d6a67b021e ed4b389a14c0 2023-12-07T16:02:17.885 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.bhilti smithi042 *:80 running (5m) 36s ago 5m 85.7M - 17.2.0 e1d6a67b021e a005b7760f26 2023-12-07T16:02:17.885 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi178.kllngz smithi178 *:80 running (5m) 36s ago 5m 85.6M - 17.2.0 e1d6a67b021e ec7417c26d3d 2023-12-07T16:02:18.331 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:02:18.331 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-12-07T16:02:18.331 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-07T16:02:18.331 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:02:18.331 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-12-07T16:02:18.332 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-07T16:02:18.332 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-07T16:02:18.332 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:02:18.332 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-12-07T16:02:18.332 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T16:02:18.332 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:02:18.332 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": {}, 2023-12-07T16:02:18.332 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2023-12-07T16:02:18.332 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:02:18.332 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:02:18.332 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-12-07T16:02:18.332 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-07T16:02:18.333 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-07T16:02:18.333 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T16:02:18.333 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:02:18.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:18 smithi178 bash[25068]: cluster 2023-12-07T16:02:16.603799+0000 mgr.x (mgr.25037) 62 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-07T16:02:18.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:18 smithi178 bash[25068]: audit 2023-12-07T16:02:17.040027+0000 mon.a (mon.0) 985 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2639079432"}]': finished 2023-12-07T16:02:18.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:18 smithi178 bash[25068]: cluster 2023-12-07T16:02:17.040269+0000 mon.a (mon.0) 986 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-07T16:02:18.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:18 smithi178 bash[25068]: audit 2023-12-07T16:02:17.069720+0000 mgr.x (mgr.25037) 63 : audit [DBG] from='client.15363 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:18.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:18 smithi042 bash[24989]: cluster 2023-12-07T16:02:16.603799+0000 mgr.x (mgr.25037) 62 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-07T16:02:18.369 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:18 smithi042 bash[24989]: audit 2023-12-07T16:02:17.040027+0000 mon.a (mon.0) 985 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2639079432"}]': finished 2023-12-07T16:02:18.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:18 smithi042 bash[24989]: cluster 2023-12-07T16:02:17.040269+0000 mon.a (mon.0) 986 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-07T16:02:18.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:18 smithi042 bash[24989]: audit 2023-12-07T16:02:17.069720+0000 mgr.x (mgr.25037) 63 : audit [DBG] from='client.15363 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:18.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:18 smithi042 bash[30444]: cluster 2023-12-07T16:02:16.603799+0000 mgr.x (mgr.25037) 62 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-07T16:02:18.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:18 smithi042 bash[30444]: audit 2023-12-07T16:02:17.040027+0000 mon.a (mon.0) 985 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi042.zhjtqu' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.42:0/2639079432"}]': finished 2023-12-07T16:02:18.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:18 smithi042 bash[30444]: cluster 2023-12-07T16:02:17.040269+0000 mon.a (mon.0) 986 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-07T16:02:18.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:18 smithi042 bash[30444]: audit 2023-12-07T16:02:17.069720+0000 mgr.x (mgr.25037) 63 : audit [DBG] from='client.15363 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:18.716 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:02:18.716 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:02:18.716 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-12-07T16:02:18.716 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T16:02:18.716 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2023-12-07T16:02:18.717 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "1/23 daemons upgraded", 2023-12-07T16:02:18.717 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "", 2023-12-07T16:02:18.717 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-12-07T16:02:18.717 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:02:18.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:18 smithi178 bash[45434]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:02:18] "GET /metrics HTTP/1.1" 200 38146 "" "Prometheus/2.33.4" 2023-12-07T16:02:19.160 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-12-07T16:02:19.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:19 smithi178 bash[25068]: audit 2023-12-07T16:02:17.477319+0000 mgr.x (mgr.25037) 64 : audit [DBG] from='client.15369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:19.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:19 smithi178 bash[25068]: audit 2023-12-07T16:02:17.855438+0000 mgr.x (mgr.25037) 65 : audit [DBG] from='client.15375 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:19.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:19 smithi178 bash[25068]: audit 2023-12-07T16:02:18.326466+0000 mon.a (mon.0) 987 : audit [DBG] from='client.? 172.21.15.42:0/157320809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:02:19.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:19 smithi042 bash[30444]: audit 2023-12-07T16:02:17.477319+0000 mgr.x (mgr.25037) 64 : audit [DBG] from='client.15369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:19.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:19 smithi042 bash[30444]: audit 2023-12-07T16:02:17.855438+0000 mgr.x (mgr.25037) 65 : audit [DBG] from='client.15375 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:19.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:19 smithi042 bash[30444]: audit 2023-12-07T16:02:18.326466+0000 mon.a (mon.0) 987 : audit [DBG] from='client.? 172.21.15.42:0/157320809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:02:19.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:19 smithi042 bash[24989]: audit 2023-12-07T16:02:17.477319+0000 mgr.x (mgr.25037) 64 : audit [DBG] from='client.15369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:19.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:19 smithi042 bash[24989]: audit 2023-12-07T16:02:17.855438+0000 mgr.x (mgr.25037) 65 : audit [DBG] from='client.15375 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:19.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:19 smithi042 bash[24989]: audit 2023-12-07T16:02:18.326466+0000 mon.a (mon.0) 987 : audit [DBG] from='client.? 172.21.15.42:0/157320809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:02:20.347 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:20 smithi178 bash[25068]: cluster 2023-12-07T16:02:18.605486+0000 mgr.x (mgr.25037) 66 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:02:20.347 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:20 smithi178 bash[25068]: audit 2023-12-07T16:02:18.713863+0000 mgr.x (mgr.25037) 67 : audit [DBG] from='client.15387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:20.347 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:20 smithi178 bash[25068]: audit 2023-12-07T16:02:19.156317+0000 mon.a (mon.0) 988 : audit [DBG] from='client.? 172.21.15.42:0/4029251589' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:02:20.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:20 smithi042 bash[30444]: cluster 2023-12-07T16:02:18.605486+0000 mgr.x (mgr.25037) 66 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:02:20.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:20 smithi042 bash[30444]: audit 2023-12-07T16:02:18.713863+0000 mgr.x (mgr.25037) 67 : audit [DBG] from='client.15387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:20.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:20 smithi042 bash[30444]: audit 2023-12-07T16:02:19.156317+0000 mon.a (mon.0) 988 : audit [DBG] from='client.? 172.21.15.42:0/4029251589' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:02:20.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:20 smithi042 bash[24989]: cluster 2023-12-07T16:02:18.605486+0000 mgr.x (mgr.25037) 66 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:02:20.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:20 smithi042 bash[24989]: audit 2023-12-07T16:02:18.713863+0000 mgr.x (mgr.25037) 67 : audit [DBG] from='client.15387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:20.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:20 smithi042 bash[24989]: audit 2023-12-07T16:02:19.156317+0000 mon.a (mon.0) 988 : audit [DBG] from='client.? 172.21.15.42:0/4029251589' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:02:21.332 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:21 smithi178 bash[25068]: audit 2023-12-07T16:02:19.490479+0000 mgr.x (mgr.25037) 68 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:21.332 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:21 smithi178 systemd[1]: Stopping Ceph prometheus.a for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:02:21.332 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:21 smithi178 bash[47389]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-prometheus.a 2023-12-07T16:02:21.332 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:21 smithi178 bash[41829]: ts=2023-12-07T16:02:21.160Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-07T16:02:21.332 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:21 smithi178 bash[41829]: ts=2023-12-07T16:02:21.160Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-07T16:02:21.332 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:21 smithi178 bash[41829]: ts=2023-12-07T16:02:21.160Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-07T16:02:21.333 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:21 smithi178 bash[41829]: ts=2023-12-07T16:02:21.160Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-07T16:02:21.333 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:21 smithi178 bash[41829]: ts=2023-12-07T16:02:21.160Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-07T16:02:21.333 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:21 smithi178 bash[41829]: ts=2023-12-07T16:02:21.160Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-07T16:02:21.333 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:21 smithi178 bash[41829]: ts=2023-12-07T16:02:21.161Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-07T16:02:21.333 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:21 smithi178 bash[41829]: ts=2023-12-07T16:02:21.161Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-07T16:02:21.333 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:21 smithi178 bash[41829]: ts=2023-12-07T16:02:21.161Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-07T16:02:21.333 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:21 smithi178 bash[41829]: ts=2023-12-07T16:02:21.162Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-07T16:02:21.333 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:21 smithi178 bash[41829]: ts=2023-12-07T16:02:21.162Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-07T16:02:21.333 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:21 smithi178 bash[41829]: ts=2023-12-07T16:02:21.162Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-07T16:02:21.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:21 smithi042 bash[30444]: audit 2023-12-07T16:02:19.490479+0000 mgr.x (mgr.25037) 68 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:21.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:21 smithi042 bash[24989]: audit 2023-12-07T16:02:19.490479+0000 mgr.x (mgr.25037) 68 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:22.072 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:21 smithi178 bash[47398]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-prometheus-a 2023-12-07T16:02:22.072 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:21 smithi178 bash[47448]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-prometheus.a 2023-12-07T16:02:22.072 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:21 smithi178 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-07T16:02:22.072 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:21 smithi178 systemd[1]: Stopped Ceph prometheus.a for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:02:22.072 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:21 smithi178 systemd[1]: Started Ceph prometheus.a for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:02:22.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:22 smithi178 bash[25068]: cluster 2023-12-07T16:02:20.606237+0000 mgr.x (mgr.25037) 69 : cluster [DBG] pgmap v37: 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-07T16:02:22.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:22 smithi178 bash[25068]: audit 2023-12-07T16:02:22.018174+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:22.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:22 smithi178 bash[25068]: audit 2023-12-07T16:02:22.030133+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:22.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:22 smithi042 bash[24989]: cluster 2023-12-07T16:02:20.606237+0000 mgr.x (mgr.25037) 69 : cluster [DBG] pgmap v37: 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-07T16:02:22.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:22 smithi042 bash[24989]: audit 2023-12-07T16:02:22.018174+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:22.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:22 smithi042 bash[24989]: audit 2023-12-07T16:02:22.030133+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:22.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:22 smithi042 bash[30444]: cluster 2023-12-07T16:02:20.606237+0000 mgr.x (mgr.25037) 69 : cluster [DBG] pgmap v37: 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-07T16:02:22.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:22 smithi042 bash[30444]: audit 2023-12-07T16:02:22.018174+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:22.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:22 smithi042 bash[30444]: audit 2023-12-07T16:02:22.030133+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:22.745 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:22 smithi178 systemd[1]: Stopping Ceph node-exporter.b for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:02:22.745 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:22 smithi178 bash[47502]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-node-exporter.b 2023-12-07T16:02:23.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:23 smithi178 bash[25068]: cephadm 2023-12-07T16:02:22.072541+0000 mgr.x (mgr.25037) 70 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-07T16:02:23.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:23 smithi178 bash[25068]: cephadm 2023-12-07T16:02:22.074107+0000 mgr.x (mgr.25037) 71 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi178 2023-12-07T16:02:23.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:23 smithi042 bash[24989]: cephadm 2023-12-07T16:02:22.072541+0000 mgr.x (mgr.25037) 70 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-07T16:02:23.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:23 smithi042 bash[24989]: cephadm 2023-12-07T16:02:22.074107+0000 mgr.x (mgr.25037) 71 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi178 2023-12-07T16:02:23.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:23 smithi042 bash[30444]: cephadm 2023-12-07T16:02:22.072541+0000 mgr.x (mgr.25037) 70 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-07T16:02:23.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:23 smithi042 bash[30444]: cephadm 2023-12-07T16:02:22.074107+0000 mgr.x (mgr.25037) 71 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi178 2023-12-07T16:02:23.781 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:23 smithi178 bash[47513]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-node-exporter-b 2023-12-07T16:02:23.781 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:23 smithi178 bash[47549]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-node-exporter.b 2023-12-07T16:02:24.084 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:23 smithi178 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-12-07T16:02:24.084 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:23 smithi178 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-07T16:02:24.084 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:23 smithi178 systemd[1]: Stopped Ceph node-exporter.b for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:02:24.084 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:23 smithi178 systemd[1]: Started Ceph node-exporter.b for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:02:24.084 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:23 smithi178 bash[47478]: ts=2023-12-07T16:02:23.924Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-07T16:02:24.084 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:23 smithi178 bash[47478]: ts=2023-12-07T16:02:23.924Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-07T16:02:24.084 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:23 smithi178 bash[47478]: ts=2023-12-07T16:02:23.924Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-07T16:02:24.085 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:23 smithi178 bash[47478]: ts=2023-12-07T16:02:23.924Z 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 smithi178 (none))" 2023-12-07T16:02:24.085 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:23 smithi178 bash[47478]: ts=2023-12-07T16:02:23.924Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-07T16:02:24.085 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:23 smithi178 bash[47478]: ts=2023-12-07T16:02:23.924Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-07T16:02:24.085 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:23 smithi178 bash[47478]: ts=2023-12-07T16:02:23.926Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-07T16:02:24.085 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:23 smithi178 bash[47478]: ts=2023-12-07T16:02:23.927Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-07T16:02:24.085 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:23 smithi178 bash[47478]: ts=2023-12-07T16:02:23.930Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-07T16:02:24.085 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:23 smithi178 bash[47478]: ts=2023-12-07T16:02:23.932Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-07T16:02:24.085 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:23 smithi178 bash[47478]: ts=2023-12-07T16:02:23.935Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.996095ms 2023-12-07T16:02:24.085 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:23 smithi178 bash[47478]: ts=2023-12-07T16:02:23.935Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-07T16:02:24.356 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:24 smithi178 bash[47478]: ts=2023-12-07T16:02:24.094Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2023-12-07T16:02:24.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:24 smithi178 bash[25068]: cluster 2023-12-07T16:02:22.607343+0000 mgr.x (mgr.25037) 72 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 675 B/s rd, 0 op/s 2023-12-07T16:02:24.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:24 smithi178 bash[25068]: audit 2023-12-07T16:02:23.892115+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:24.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:24 smithi178 bash[25068]: audit 2023-12-07T16:02:23.904954+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:24.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:24 smithi042 bash[24989]: cluster 2023-12-07T16:02:22.607343+0000 mgr.x (mgr.25037) 72 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 675 B/s rd, 0 op/s 2023-12-07T16:02:24.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:24 smithi042 bash[24989]: audit 2023-12-07T16:02:23.892115+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:24.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:24 smithi042 bash[24989]: audit 2023-12-07T16:02:23.904954+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:24.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:24 smithi042 bash[30444]: cluster 2023-12-07T16:02:22.607343+0000 mgr.x (mgr.25037) 72 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 675 B/s rd, 0 op/s 2023-12-07T16:02:24.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:24 smithi042 bash[30444]: audit 2023-12-07T16:02:23.892115+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:24.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:24 smithi042 bash[30444]: audit 2023-12-07T16:02:23.904954+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:24.856 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:24 smithi178 bash[47478]: ts=2023-12-07T16:02:24.368Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2023-12-07T16:02:24.856 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:24 smithi178 bash[47478]: ts=2023-12-07T16:02:24.368Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2023-12-07T16:02:24.856 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:24 smithi178 bash[47478]: ts=2023-12-07T16:02:24.368Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=71.38µs wal_replay_duration=432.880631ms total_replay_duration=435.980056ms 2023-12-07T16:02:24.856 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:24 smithi178 bash[47478]: ts=2023-12-07T16:02:24.374Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-07T16:02:24.857 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:24 smithi178 bash[47478]: ts=2023-12-07T16:02:24.374Z caller=main.go:947 level=info msg="TSDB started" 2023-12-07T16:02:24.857 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:24 smithi178 bash[47478]: ts=2023-12-07T16:02:24.374Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-07T16:02:24.857 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:24 smithi178 bash[47478]: ts=2023-12-07T16:02:24.404Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=29.259878ms db_storage=1.128µs remote_storage=1.896µs web_handler=846ns query_engine=1.15µs scrape=492.314µs scrape_sd=181.224µs notify=20.174µs notify_sd=16.24µs rules=27.909855ms 2023-12-07T16:02:24.857 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:24 smithi178 bash[47478]: ts=2023-12-07T16:02:24.404Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-07T16:02:25.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[25068]: cephadm 2023-12-07T16:02:23.943377+0000 mgr.x (mgr.25037) 73 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-07T16:02:25.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[25068]: cephadm 2023-12-07T16:02:23.954238+0000 mgr.x (mgr.25037) 74 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-07T16:02:25.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[25068]: audit 2023-12-07T16:02:24.076552+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:25.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[25068]: audit 2023-12-07T16:02:24.091696+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:25.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[25068]: audit 2023-12-07T16:02:24.100707+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T16:02:25.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[25068]: audit 2023-12-07T16:02:24.102072+0000 mgr.x (mgr.25037) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T16:02:25.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[25068]: cephadm 2023-12-07T16:02:24.106459+0000 mgr.x (mgr.25037) 76 : cephadm [INF] Reconfiguring daemon grafana.a on smithi178 2023-12-07T16:02:25.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:25 smithi042 bash[24989]: cephadm 2023-12-07T16:02:23.943377+0000 mgr.x (mgr.25037) 73 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-07T16:02:25.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:25 smithi042 bash[24989]: cephadm 2023-12-07T16:02:23.954238+0000 mgr.x (mgr.25037) 74 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-07T16:02:25.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:25 smithi042 bash[24989]: audit 2023-12-07T16:02:24.076552+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:25.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:25 smithi042 bash[24989]: audit 2023-12-07T16:02:24.091696+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:25.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:25 smithi042 bash[24989]: audit 2023-12-07T16:02:24.100707+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T16:02:25.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:25 smithi042 bash[24989]: audit 2023-12-07T16:02:24.102072+0000 mgr.x (mgr.25037) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T16:02:25.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:25 smithi042 bash[24989]: cephadm 2023-12-07T16:02:24.106459+0000 mgr.x (mgr.25037) 76 : cephadm [INF] Reconfiguring daemon grafana.a on smithi178 2023-12-07T16:02:25.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:25 smithi042 bash[30444]: cephadm 2023-12-07T16:02:23.943377+0000 mgr.x (mgr.25037) 73 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-07T16:02:25.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:25 smithi042 bash[30444]: cephadm 2023-12-07T16:02:23.954238+0000 mgr.x (mgr.25037) 74 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-07T16:02:25.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:25 smithi042 bash[30444]: audit 2023-12-07T16:02:24.076552+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:25.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:25 smithi042 bash[30444]: audit 2023-12-07T16:02:24.091696+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:25.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:25 smithi042 bash[30444]: audit 2023-12-07T16:02:24.100707+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T16:02:25.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:25 smithi042 bash[30444]: audit 2023-12-07T16:02:24.102072+0000 mgr.x (mgr.25037) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T16:02:25.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:25 smithi042 bash[30444]: cephadm 2023-12-07T16:02:24.106459+0000 mgr.x (mgr.25037) 76 : cephadm [INF] Reconfiguring daemon grafana.a on smithi178 2023-12-07T16:02:25.857 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.439Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-07T16:02:25.857 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.439Z 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-07T16:02:25.857 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.440Z 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-07T16:02:25.857 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.440Z 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-07T16:02:25.857 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.440Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-07T16:02:25.857 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.440Z caller=node_exporter.go:115 level=info collector=arp 2023-12-07T16:02:25.857 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-07T16:02:25.857 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-07T16:02:25.857 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-07T16:02:25.858 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-07T16:02:25.858 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-07T16:02:25.858 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-07T16:02:25.858 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-07T16:02:25.858 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-07T16:02:25.858 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=edac 2023-12-07T16:02:25.858 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-07T16:02:25.858 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-07T16:02:25.858 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-07T16:02:25.858 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-07T16:02:25.858 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-07T16:02:25.858 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-07T16:02:25.858 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-07T16:02:25.858 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-07T16:02:25.859 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-07T16:02:25.859 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-07T16:02:25.859 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-07T16:02:25.859 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-07T16:02:25.859 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-07T16:02:25.859 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-07T16:02:25.859 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-07T16:02:25.859 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-07T16:02:25.859 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=os 2023-12-07T16:02:25.859 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-07T16:02:25.859 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-07T16:02:25.859 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-07T16:02:25.859 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-07T16:02:25.859 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-07T16:02:25.859 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-07T16:02:25.860 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=stat 2023-12-07T16:02:25.860 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-07T16:02:25.860 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-07T16:02:25.860 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-07T16:02:25.860 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=time 2023-12-07T16:02:25.860 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-07T16:02:25.860 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=uname 2023-12-07T16:02:25.860 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-07T16:02:25.860 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-07T16:02:25.860 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-07T16:02:25.860 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-07T16:02:25.860 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:02:25 smithi178 bash[47611]: ts=2023-12-07T16:02:25.441Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-07T16:02:26.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:26 smithi178 bash[25068]: cluster 2023-12-07T16:02:24.608841+0000 mgr.x (mgr.25037) 77 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:26.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:26 smithi042 bash[24989]: cluster 2023-12-07T16:02:24.608841+0000 mgr.x (mgr.25037) 77 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:26.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:26 smithi042 bash[30444]: cluster 2023-12-07T16:02:24.608841+0000 mgr.x (mgr.25037) 77 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:27.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:27 smithi178 bash[25068]: audit 2023-12-07T16:02:26.738465+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:27.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:27 smithi042 bash[30444]: audit 2023-12-07T16:02:26.738465+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:27.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:27 smithi042 bash[24989]: audit 2023-12-07T16:02:26.738465+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:28.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:28 smithi042 bash[30444]: cluster 2023-12-07T16:02:26.609426+0000 mgr.x (mgr.25037) 78 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:02:28.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:28 smithi042 bash[24989]: cluster 2023-12-07T16:02:26.609426+0000 mgr.x (mgr.25037) 78 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:02:28.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:28 smithi178 bash[25068]: cluster 2023-12-07T16:02:26.609426+0000 mgr.x (mgr.25037) 78 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:02:30.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:30 smithi042 bash[24989]: cluster 2023-12-07T16:02:28.610987+0000 mgr.x (mgr.25037) 79 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:02:30.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:30 smithi042 bash[30444]: cluster 2023-12-07T16:02:28.610987+0000 mgr.x (mgr.25037) 79 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:02:30.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:30 smithi178 bash[25068]: cluster 2023-12-07T16:02:28.610987+0000 mgr.x (mgr.25037) 79 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:02:30.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:30 smithi178 bash[45434]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:02:30] "GET /metrics HTTP/1.1" 200 38142 "" "Prometheus/2.33.4" 2023-12-07T16:02:31.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:31 smithi042 bash[30444]: audit 2023-12-07T16:02:29.494263+0000 mgr.x (mgr.25037) 80 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:31.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:31 smithi042 bash[24989]: audit 2023-12-07T16:02:29.494263+0000 mgr.x (mgr.25037) 80 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:31.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:31 smithi178 bash[25068]: audit 2023-12-07T16:02:29.494263+0000 mgr.x (mgr.25037) 80 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:32.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:32 smithi178 bash[25068]: cluster 2023-12-07T16:02:30.611714+0000 mgr.x (mgr.25037) 81 : cluster [DBG] pgmap v42: 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-07T16:02:32.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:32 smithi042 bash[24989]: cluster 2023-12-07T16:02:30.611714+0000 mgr.x (mgr.25037) 81 : cluster [DBG] pgmap v42: 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-07T16:02:32.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:32 smithi042 bash[30444]: cluster 2023-12-07T16:02:30.611714+0000 mgr.x (mgr.25037) 81 : cluster [DBG] pgmap v42: 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-07T16:02:34.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:34 smithi178 bash[25068]: cluster 2023-12-07T16:02:32.612775+0000 mgr.x (mgr.25037) 82 : cluster [DBG] pgmap v43: 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-07T16:02:34.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:34 smithi042 bash[24989]: cluster 2023-12-07T16:02:32.612775+0000 mgr.x (mgr.25037) 82 : cluster [DBG] pgmap v43: 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-07T16:02:34.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:34 smithi042 bash[30444]: cluster 2023-12-07T16:02:32.612775+0000 mgr.x (mgr.25037) 82 : cluster [DBG] pgmap v43: 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-07T16:02:36.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:36 smithi178 bash[25068]: cluster 2023-12-07T16:02:34.614007+0000 mgr.x (mgr.25037) 83 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:36.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:36 smithi042 bash[24989]: cluster 2023-12-07T16:02:34.614007+0000 mgr.x (mgr.25037) 83 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:36.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:36 smithi042 bash[30444]: cluster 2023-12-07T16:02:34.614007+0000 mgr.x (mgr.25037) 83 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:38.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:38 smithi178 bash[25068]: cluster 2023-12-07T16:02:36.614778+0000 mgr.x (mgr.25037) 84 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:38.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:38 smithi042 bash[24989]: cluster 2023-12-07T16:02:36.614778+0000 mgr.x (mgr.25037) 84 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:38.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:38 smithi042 bash[30444]: cluster 2023-12-07T16:02:36.614778+0000 mgr.x (mgr.25037) 84 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:39.023 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:38 smithi178 bash[47478]: ts=2023-12-07T16:02: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.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:02:40.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:40 smithi178 bash[45434]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:02:40] "GET /metrics HTTP/1.1" 200 38142 "" "Prometheus/2.33.4" 2023-12-07T16:02:40.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:40 smithi178 bash[25068]: cluster 2023-12-07T16:02:38.616420+0000 mgr.x (mgr.25037) 85 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:40.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:40 smithi042 bash[24989]: cluster 2023-12-07T16:02:38.616420+0000 mgr.x (mgr.25037) 85 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:40.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:40 smithi042 bash[30444]: cluster 2023-12-07T16:02:38.616420+0000 mgr.x (mgr.25037) 85 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:41.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:41 smithi178 bash[25068]: audit 2023-12-07T16:02:39.505755+0000 mgr.x (mgr.25037) 86 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:41.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:41 smithi042 bash[24989]: audit 2023-12-07T16:02:39.505755+0000 mgr.x (mgr.25037) 86 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:41.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:41 smithi042 bash[30444]: audit 2023-12-07T16:02:39.505755+0000 mgr.x (mgr.25037) 86 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:42.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:42 smithi178 bash[25068]: cluster 2023-12-07T16:02:40.617158+0000 mgr.x (mgr.25037) 87 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:42.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:42 smithi178 bash[25068]: audit 2023-12-07T16:02:41.738642+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:42.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:42 smithi042 bash[24989]: cluster 2023-12-07T16:02:40.617158+0000 mgr.x (mgr.25037) 87 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:42.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:42 smithi042 bash[24989]: audit 2023-12-07T16:02:41.738642+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:42.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:42 smithi042 bash[30444]: cluster 2023-12-07T16:02:40.617158+0000 mgr.x (mgr.25037) 87 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:42.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:42 smithi042 bash[30444]: audit 2023-12-07T16:02:41.738642+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:44.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:44 smithi178 bash[25068]: cluster 2023-12-07T16:02:42.618805+0000 mgr.x (mgr.25037) 88 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:44.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:44 smithi042 bash[24989]: cluster 2023-12-07T16:02:42.618805+0000 mgr.x (mgr.25037) 88 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:44.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:44 smithi042 bash[30444]: cluster 2023-12-07T16:02:42.618805+0000 mgr.x (mgr.25037) 88 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:46.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:46 smithi178 bash[25068]: cluster 2023-12-07T16:02:44.619551+0000 mgr.x (mgr.25037) 89 : cluster [DBG] pgmap v49: 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-07T16:02:46.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:46 smithi042 bash[30444]: cluster 2023-12-07T16:02:44.619551+0000 mgr.x (mgr.25037) 89 : cluster [DBG] pgmap v49: 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-07T16:02:46.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:46 smithi042 bash[24989]: cluster 2023-12-07T16:02:44.619551+0000 mgr.x (mgr.25037) 89 : cluster [DBG] pgmap v49: 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-07T16:02:48.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:48 smithi178 bash[25068]: cluster 2023-12-07T16:02:46.620410+0000 mgr.x (mgr.25037) 90 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:48.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:48 smithi042 bash[30444]: cluster 2023-12-07T16:02:46.620410+0000 mgr.x (mgr.25037) 90 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:48.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:48 smithi042 bash[24989]: cluster 2023-12-07T16:02:46.620410+0000 mgr.x (mgr.25037) 90 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:48.726 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:48 smithi178 bash[47478]: ts=2023-12-07T16:02: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.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:02:48.727 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:48 smithi178 systemd[1]: Stopping Ceph grafana.a for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:02:48.727 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:48 smithi178 bash[47911]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-grafana.a 2023-12-07T16:02:48.727 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:48 smithi178 bash[41182]: t=2023-12-07T16:02:48+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-07T16:02:48.727 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:48 smithi178 bash[41182]: t=2023-12-07T16:02:48+0000 lvl=info msg="Database locked, sleeping then retrying" logger=sqlstore error="database is locked" retry=0 2023-12-07T16:02:49.544 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:49 smithi178 bash[47921]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-grafana-a 2023-12-07T16:02:49.544 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:49 smithi178 bash[47956]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-grafana.a 2023-12-07T16:02:49.544 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:49 smithi178 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@grafana.a.service: Succeeded. 2023-12-07T16:02:49.544 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:49 smithi178 systemd[1]: Stopped Ceph grafana.a for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:02:49.544 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:49 smithi178 systemd[1]: Started Ceph grafana.a for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:02:49.564 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-12-07T16:02:49.922 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:49 smithi178 bash[45434]: [07/Dec/2023:16:02:49] ENGINE Bus STOPPING 2023-12-07T16:02:49.922 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:49 smithi178 bash[45434]: [07/Dec/2023:16:02:49] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-07T16:02:49.922 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:49 smithi178 bash[45434]: [07/Dec/2023:16:02:49] ENGINE Bus STOPPED 2023-12-07T16:02:49.922 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:49 smithi178 bash[45434]: [07/Dec/2023:16:02:49] ENGINE Bus STARTING 2023-12-07T16:02:49.923 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:49 smithi178 bash[45434]: [07/Dec/2023:16:02:49] ENGINE Serving on http://:::9283 2023-12-07T16:02:49.923 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:49 smithi178 bash[45434]: [07/Dec/2023:16:02:49] ENGINE Bus STARTED 2023-12-07T16:02:49.923 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:49 smithi178 bash[45434]: [07/Dec/2023:16:02:49] ENGINE Bus STOPPING 2023-12-07T16:02:49.923 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:49 smithi178 bash[45434]: [07/Dec/2023:16:02:49] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-07T16:02:49.923 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:49 smithi178 bash[45434]: [07/Dec/2023:16:02:49] ENGINE Bus STOPPED 2023-12-07T16:02:49.923 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:49 smithi178 bash[45434]: [07/Dec/2023:16:02:49] ENGINE Bus STARTING 2023-12-07T16:02:49.923 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:49 smithi178 bash[45434]: [07/Dec/2023:16:02:49] ENGINE Serving on http://:::9283 2023-12-07T16:02:50.344 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:02:50.344 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 starting - - - - 2023-12-07T16:02:50.344 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi178 *:3000 starting - - - - 2023-12-07T16:02:50.344 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.zhjtqu smithi042 starting - - - - 2023-12-07T16:02:50.344 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi178 *:8443,9283 running (98s) 69s ago 13m 476M - 19.0.0-13-ge6605fb8 104f332cd0a9 3f4d25e67019 2023-12-07T16:02:50.344 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:9283 running (15m) 69s ago 15m 406M - 17.2.0 e1d6a67b021e aee386f4d468 2023-12-07T16:02:50.344 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (15m) 69s ago 16m 61.0M 2048M 17.2.0 e1d6a67b021e 68ea120d15f8 2023-12-07T16:02:50.344 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi178 running (14m) 69s ago 14m 50.1M 2048M 17.2.0 e1d6a67b021e ed4d6d59b8a5 2023-12-07T16:02:50.344 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (14m) 69s ago 14m 46.2M 2048M 17.2.0 e1d6a67b021e 885a861e01bc 2023-12-07T16:02:50.344 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 starting - - - - 2023-12-07T16:02:50.344 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi178 *:9100 starting - - - - 2023-12-07T16:02:50.345 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (13m) 69s ago 13m 56.8M 2782M 17.2.0 e1d6a67b021e 15b47f4e60f3 2023-12-07T16:02:50.345 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (12m) 69s ago 12m 59.7M 2782M 17.2.0 e1d6a67b021e 2a28cafd73fe 2023-12-07T16:02:50.345 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (12m) 69s ago 12m 52.4M 2782M 17.2.0 e1d6a67b021e 0785d9773e1b 2023-12-07T16:02:50.345 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (11m) 69s ago 11m 55.1M 2782M 17.2.0 e1d6a67b021e ef87480dafbe 2023-12-07T16:02:50.345 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi178 running (10m) 69s ago 10m 55.8M 3037M 17.2.0 e1d6a67b021e 489e822c6353 2023-12-07T16:02:50.345 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi178 running (10m) 69s ago 10m 54.5M 3037M 17.2.0 e1d6a67b021e b77d6dab08a9 2023-12-07T16:02:50.345 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi178 running (9m) 69s ago 9m 51.6M 3037M 17.2.0 e1d6a67b021e 0c3c794876c3 2023-12-07T16:02:50.345 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi178 running (8m) 69s ago 8m 54.8M 3037M 17.2.0 e1d6a67b021e d54168b8b1ca 2023-12-07T16:02:50.345 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi178 *:9095 starting - - - - 2023-12-07T16:02:50.345 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.hcortj smithi042 *:8000 running (5m) 69s ago 5m 86.0M - 17.2.0 e1d6a67b021e 7b4fbb51c0e4 2023-12-07T16:02:50.345 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi178.qokiza smithi178 *:8000 running (5m) 69s ago 5m 85.7M - 17.2.0 e1d6a67b021e ed4b389a14c0 2023-12-07T16:02:50.345 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.bhilti smithi042 *:80 running (5m) 69s ago 5m 85.7M - 17.2.0 e1d6a67b021e a005b7760f26 2023-12-07T16:02:50.345 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi178.kllngz smithi178 *:80 running (5m) 69s ago 5m 85.6M - 17.2.0 e1d6a67b021e ec7417c26d3d 2023-12-07T16:02:50.346 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:49 smithi178 bash[45434]: [07/Dec/2023:16:02:49] ENGINE Bus STARTED 2023-12-07T16:02:50.346 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:49 smithi178 bash[45434]: [07/Dec/2023:16:02:49] ENGINE Bus STOPPING 2023-12-07T16:02:50.346 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:49 smithi178 bash[45434]: [07/Dec/2023:16:02:49] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-07T16:02:50.346 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:49 smithi178 bash[45434]: [07/Dec/2023:16:02:49] ENGINE Bus STOPPED 2023-12-07T16:02:50.346 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:49 smithi178 bash[45434]: [07/Dec/2023:16:02:49] ENGINE Bus STARTING 2023-12-07T16:02:50.346 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[45434]: [07/Dec/2023:16:02:50] ENGINE Serving on http://:::9283 2023-12-07T16:02:50.346 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[45434]: [07/Dec/2023:16:02:50] ENGINE Bus STARTED 2023-12-07T16:02:50.347 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[25068]: cluster 2023-12-07T16:02:48.622081+0000 mgr.x (mgr.25037) 91 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:50.347 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[25068]: audit 2023-12-07T16:02:49.585470+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:50.347 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[25068]: audit 2023-12-07T16:02:49.594472+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:50.347 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[25068]: audit 2023-12-07T16:02:49.641372+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T16:02:50.347 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[25068]: audit 2023-12-07T16:02:49.644206+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi042.front.sepia.ceph.com:9093"}]: dispatch 2023-12-07T16:02:50.347 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[25068]: audit 2023-12-07T16:02:49.653309+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:50.347 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[25068]: audit 2023-12-07T16:02:49.678785+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T16:02:50.347 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[25068]: audit 2023-12-07T16:02:49.699679+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:50.347 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[25068]: audit 2023-12-07T16:02:49.707669+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T16:02:50.347 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[25068]: audit 2023-12-07T16:02:49.711506+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2023-12-07T16:02:50.347 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[25068]: audit 2023-12-07T16:02:49.716144+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:50.347 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[25068]: audit 2023-12-07T16:02:49.726794+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T16:02:50.347 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[25068]: audit 2023-12-07T16:02:49.729530+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi178.front.sepia.ceph.com:9095"}]: dispatch 2023-12-07T16:02:50.347 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[25068]: audit 2023-12-07T16:02:49.735950+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:50.347 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[25068]: audit 2023-12-07T16:02:49.757216+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T16:02:50.348 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[25068]: audit 2023-12-07T16:02:49.767013+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi178.front.sepia.ceph.com:3000"}]: dispatch 2023-12-07T16:02:50.348 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[25068]: audit 2023-12-07T16:02:49.774130+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:50.348 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[25068]: audit 2023-12-07T16:02:49.808051+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:02:50.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[24989]: cluster 2023-12-07T16:02:48.622081+0000 mgr.x (mgr.25037) 91 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:50.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[24989]: audit 2023-12-07T16:02:49.585470+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:50.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[24989]: audit 2023-12-07T16:02:49.594472+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:50.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[24989]: audit 2023-12-07T16:02:49.641372+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T16:02:50.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[24989]: audit 2023-12-07T16:02:49.644206+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi042.front.sepia.ceph.com:9093"}]: dispatch 2023-12-07T16:02:50.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[24989]: audit 2023-12-07T16:02:49.653309+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:50.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[24989]: audit 2023-12-07T16:02:49.678785+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T16:02:50.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[24989]: audit 2023-12-07T16:02:49.699679+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:50.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[24989]: audit 2023-12-07T16:02:49.707669+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T16:02:50.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[24989]: audit 2023-12-07T16:02:49.711506+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2023-12-07T16:02:50.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[24989]: audit 2023-12-07T16:02:49.716144+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:50.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[24989]: audit 2023-12-07T16:02:49.726794+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T16:02:50.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[24989]: audit 2023-12-07T16:02:49.729530+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi178.front.sepia.ceph.com:9095"}]: dispatch 2023-12-07T16:02:50.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[24989]: audit 2023-12-07T16:02:49.735950+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:50.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[24989]: audit 2023-12-07T16:02:49.757216+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T16:02:50.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[24989]: audit 2023-12-07T16:02:49.767013+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi178.front.sepia.ceph.com:3000"}]: dispatch 2023-12-07T16:02:50.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[24989]: audit 2023-12-07T16:02:49.774130+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:50.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[24989]: audit 2023-12-07T16:02:49.808051+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:02:50.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[30444]: cluster 2023-12-07T16:02:48.622081+0000 mgr.x (mgr.25037) 91 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:50.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[30444]: audit 2023-12-07T16:02:49.585470+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:50.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[30444]: audit 2023-12-07T16:02:49.594472+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:50.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[30444]: audit 2023-12-07T16:02:49.641372+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T16:02:50.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[30444]: audit 2023-12-07T16:02:49.644206+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi042.front.sepia.ceph.com:9093"}]: dispatch 2023-12-07T16:02:50.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[30444]: audit 2023-12-07T16:02:49.653309+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:50.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[30444]: audit 2023-12-07T16:02:49.678785+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T16:02:50.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[30444]: audit 2023-12-07T16:02:49.699679+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:50.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[30444]: audit 2023-12-07T16:02:49.707669+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T16:02:50.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[30444]: audit 2023-12-07T16:02:49.711506+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2023-12-07T16:02:50.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[30444]: audit 2023-12-07T16:02:49.716144+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:50.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[30444]: audit 2023-12-07T16:02:49.726794+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T16:02:50.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[30444]: audit 2023-12-07T16:02:49.729530+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi178.front.sepia.ceph.com:9095"}]: dispatch 2023-12-07T16:02:50.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[30444]: audit 2023-12-07T16:02:49.735950+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:50.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[30444]: audit 2023-12-07T16:02:49.757216+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T16:02:50.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[30444]: audit 2023-12-07T16:02:49.767013+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi178.front.sepia.ceph.com:3000"}]: dispatch 2023-12-07T16:02:50.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[30444]: audit 2023-12-07T16:02:49.774130+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:50.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:50 smithi042 bash[30444]: audit 2023-12-07T16:02:49.808051+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:02:50.796 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:02:50.796 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-12-07T16:02:50.796 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-07T16:02:50.797 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:02:50.797 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-12-07T16:02:50.797 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-07T16:02:50.797 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-07T16:02:50.797 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:02:50.797 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-12-07T16:02:50.797 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T16:02:50.797 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:02:50.797 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": {}, 2023-12-07T16:02:50.797 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2023-12-07T16:02:50.797 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:02:50.797 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:02:50.797 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-12-07T16:02:50.797 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-07T16:02:50.797 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-07T16:02:50.798 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T16:02:50.798 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:02:50.985 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[45434]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:02:50] "GET /metrics HTTP/1.1" 200 38140 "" "Prometheus/2.33.4" 2023-12-07T16:02:50.986 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+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-07T16:02:50.986 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+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-07T16:02:50.986 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2023-12-07T16:02:50.986 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2023-12-07T16:02:50.986 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2023-12-07T16:02:50.986 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2023-12-07T16:02:50.986 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-12-07T16:02:50.987 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-12-07T16:02:50.987 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2023-12-07T16:02:50.987 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2023-12-07T16:02:50.987 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2023-12-07T16:02:50.987 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2023-12-07T16:02:50.987 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2023-12-07T16:02:50.987 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="App mode production" logger=settings 2023-12-07T16:02:50.987 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2023-12-07T16:02:50.987 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+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-07T16:02:50.987 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="Starting DB migrations" logger=migrator 2023-12-07T16:02:50.987 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="migrations completed" logger=migrator performed=0 skipped=377 duration=649.56µs 2023-12-07T16:02:50.987 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="Created default organization" logger=sqlstore 2023-12-07T16:02:50.988 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2023-12-07T16:02:50.988 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2023-12-07T16:02:50.988 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2023-12-07T16:02:50.988 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2023-12-07T16:02:50.988 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2023-12-07T16:02:50.988 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="deleted datasource based on configuration" logger=provisioning.datasources name=Dashboard1 2023-12-07T16:02:50.988 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:50 smithi178 bash[47982]: t=2023-12-07T16:02:50+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2023-12-07T16:02:51.176 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:02:51.176 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:02:51.176 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-12-07T16:02:51.176 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T16:02:51.176 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2023-12-07T16:02:51.176 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "1/23 daemons upgraded", 2023-12-07T16:02:51.176 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading mgr daemons", 2023-12-07T16:02:51.176 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-12-07T16:02:51.176 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:02:51.356 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:51 smithi178 bash[47982]: t=2023-12-07T16:02:51+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Loki uid=P8E80F9AEF21F6940 2023-12-07T16:02:51.356 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:51 smithi178 bash[47982]: t=2023-12-07T16:02:51+0000 lvl=info msg="warming cache for startup" logger=ngalert 2023-12-07T16:02:51.356 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:51 smithi178 bash[47982]: t=2023-12-07T16:02:51+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2023-12-07T16:02:51.356 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:02:51 smithi178 bash[47982]: t=2023-12-07T16:02:51+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2023-12-07T16:02:51.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:51 smithi178 bash[25068]: audit 2023-12-07T16:02:49.510745+0000 mgr.x (mgr.25037) 92 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:51.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:51 smithi178 bash[25068]: audit 2023-12-07T16:02:49.547345+0000 mgr.x (mgr.25037) 93 : audit [DBG] from='client.25300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:51.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:51 smithi178 bash[25068]: audit 2023-12-07T16:02:49.642144+0000 mgr.x (mgr.25037) 94 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T16:02:51.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:51 smithi178 bash[25068]: audit 2023-12-07T16:02:49.644838+0000 mgr.x (mgr.25037) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi042.front.sepia.ceph.com:9093"}]: dispatch 2023-12-07T16:02:51.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:51 smithi178 bash[25068]: audit 2023-12-07T16:02:49.680457+0000 mgr.x (mgr.25037) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T16:02:51.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:51 smithi178 bash[25068]: cephadm 2023-12-07T16:02:49.706846+0000 mgr.x (mgr.25037) 97 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.42:5000 to Dashboard 2023-12-07T16:02:51.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:51 smithi178 bash[25068]: audit 2023-12-07T16:02:49.708557+0000 mgr.x (mgr.25037) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T16:02:51.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:51 smithi178 bash[25068]: audit 2023-12-07T16:02:49.712662+0000 mgr.x (mgr.25037) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2023-12-07T16:02:51.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:51 smithi178 bash[25068]: audit 2023-12-07T16:02:49.727820+0000 mgr.x (mgr.25037) 100 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T16:02:51.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:51 smithi178 bash[25068]: audit 2023-12-07T16:02:49.730477+0000 mgr.x (mgr.25037) 101 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi178.front.sepia.ceph.com:9095"}]: dispatch 2023-12-07T16:02:51.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:51 smithi178 bash[25068]: audit 2023-12-07T16:02:49.758323+0000 mgr.x (mgr.25037) 102 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T16:02:51.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:51 smithi178 bash[25068]: audit 2023-12-07T16:02:49.767651+0000 mgr.x (mgr.25037) 103 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi178.front.sepia.ceph.com:3000"}]: dispatch 2023-12-07T16:02:51.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:51 smithi178 bash[25068]: cephadm 2023-12-07T16:02:49.810292+0000 mgr.x (mgr.25037) 104 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T16:02:51.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:51 smithi178 bash[25068]: cephadm 2023-12-07T16:02:49.811471+0000 mgr.x (mgr.25037) 105 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T16:02:51.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:51 smithi178 bash[25068]: audit 2023-12-07T16:02:49.932646+0000 mgr.x (mgr.25037) 106 : audit [DBG] from='client.15405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:51.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:51 smithi178 bash[25068]: audit 2023-12-07T16:02:50.791879+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.42:0/2626246634' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:02:51.555 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[24989]: audit 2023-12-07T16:02:49.510745+0000 mgr.x (mgr.25037) 92 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:51.556 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[24989]: audit 2023-12-07T16:02:49.547345+0000 mgr.x (mgr.25037) 93 : audit [DBG] from='client.25300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:51.556 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[24989]: audit 2023-12-07T16:02:49.642144+0000 mgr.x (mgr.25037) 94 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T16:02:51.556 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[24989]: audit 2023-12-07T16:02:49.644838+0000 mgr.x (mgr.25037) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi042.front.sepia.ceph.com:9093"}]: dispatch 2023-12-07T16:02:51.556 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[24989]: audit 2023-12-07T16:02:49.680457+0000 mgr.x (mgr.25037) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T16:02:51.556 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[24989]: cephadm 2023-12-07T16:02:49.706846+0000 mgr.x (mgr.25037) 97 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.42:5000 to Dashboard 2023-12-07T16:02:51.556 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[24989]: audit 2023-12-07T16:02:49.708557+0000 mgr.x (mgr.25037) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T16:02:51.556 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[24989]: audit 2023-12-07T16:02:49.712662+0000 mgr.x (mgr.25037) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2023-12-07T16:02:51.556 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[24989]: audit 2023-12-07T16:02:49.727820+0000 mgr.x (mgr.25037) 100 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T16:02:51.556 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[24989]: audit 2023-12-07T16:02:49.730477+0000 mgr.x (mgr.25037) 101 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi178.front.sepia.ceph.com:9095"}]: dispatch 2023-12-07T16:02:51.556 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[24989]: audit 2023-12-07T16:02:49.758323+0000 mgr.x (mgr.25037) 102 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T16:02:51.556 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[24989]: audit 2023-12-07T16:02:49.767651+0000 mgr.x (mgr.25037) 103 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi178.front.sepia.ceph.com:3000"}]: dispatch 2023-12-07T16:02:51.556 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[24989]: cephadm 2023-12-07T16:02:49.810292+0000 mgr.x (mgr.25037) 104 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T16:02:51.556 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[24989]: cephadm 2023-12-07T16:02:49.811471+0000 mgr.x (mgr.25037) 105 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T16:02:51.556 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[24989]: audit 2023-12-07T16:02:49.932646+0000 mgr.x (mgr.25037) 106 : audit [DBG] from='client.15405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:51.556 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[24989]: audit 2023-12-07T16:02:50.791879+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.42:0/2626246634' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:02:51.557 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[30444]: audit 2023-12-07T16:02:49.510745+0000 mgr.x (mgr.25037) 92 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:51.557 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[30444]: audit 2023-12-07T16:02:49.547345+0000 mgr.x (mgr.25037) 93 : audit [DBG] from='client.25300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:51.557 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[30444]: audit 2023-12-07T16:02:49.642144+0000 mgr.x (mgr.25037) 94 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T16:02:51.557 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[30444]: audit 2023-12-07T16:02:49.644838+0000 mgr.x (mgr.25037) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi042.front.sepia.ceph.com:9093"}]: dispatch 2023-12-07T16:02:51.557 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[30444]: audit 2023-12-07T16:02:49.680457+0000 mgr.x (mgr.25037) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T16:02:51.557 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[30444]: cephadm 2023-12-07T16:02:49.706846+0000 mgr.x (mgr.25037) 97 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.42:5000 to Dashboard 2023-12-07T16:02:51.557 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[30444]: audit 2023-12-07T16:02:49.708557+0000 mgr.x (mgr.25037) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T16:02:51.557 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[30444]: audit 2023-12-07T16:02:49.712662+0000 mgr.x (mgr.25037) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2023-12-07T16:02:51.557 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[30444]: audit 2023-12-07T16:02:49.727820+0000 mgr.x (mgr.25037) 100 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T16:02:51.557 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[30444]: audit 2023-12-07T16:02:49.730477+0000 mgr.x (mgr.25037) 101 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi178.front.sepia.ceph.com:9095"}]: dispatch 2023-12-07T16:02:51.557 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[30444]: audit 2023-12-07T16:02:49.758323+0000 mgr.x (mgr.25037) 102 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T16:02:51.557 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[30444]: audit 2023-12-07T16:02:49.767651+0000 mgr.x (mgr.25037) 103 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi178.front.sepia.ceph.com:3000"}]: dispatch 2023-12-07T16:02:51.557 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[30444]: cephadm 2023-12-07T16:02:49.810292+0000 mgr.x (mgr.25037) 104 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T16:02:51.557 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[30444]: cephadm 2023-12-07T16:02:49.811471+0000 mgr.x (mgr.25037) 105 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T16:02:51.557 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[30444]: audit 2023-12-07T16:02:49.932646+0000 mgr.x (mgr.25037) 106 : audit [DBG] from='client.15405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:51.558 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:51 smithi042 bash[30444]: audit 2023-12-07T16:02:50.791879+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.42:0/2626246634' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:02:51.651 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-12-07T16:02:52.574 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:52 smithi042 bash[30444]: audit 2023-12-07T16:02:50.319952+0000 mgr.x (mgr.25037) 107 : audit [DBG] from='client.25312 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:52.574 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:52 smithi042 bash[30444]: cluster 2023-12-07T16:02:50.622853+0000 mgr.x (mgr.25037) 108 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:52.574 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:52 smithi042 bash[30444]: audit 2023-12-07T16:02:51.173398+0000 mgr.x (mgr.25037) 109 : audit [DBG] from='client.25324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:52.575 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:52 smithi042 bash[30444]: audit 2023-12-07T16:02:51.647283+0000 mon.a (mon.0) 1002 : audit [DBG] from='client.? 172.21.15.42:0/1939098723' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:02:52.575 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:52 smithi042 bash[30444]: audit 2023-12-07T16:02:52.144082+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:52.575 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:52 smithi042 bash[30444]: audit 2023-12-07T16:02:52.147386+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T16:02:52.575 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:52 smithi042 bash[30444]: audit 2023-12-07T16:02:52.150055+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T16:02:52.575 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:52 smithi042 bash[30444]: audit 2023-12-07T16:02:52.152895+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T16:02:52.575 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:52 smithi042 bash[30444]: audit 2023-12-07T16:02:52.154682+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:02:52.575 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:52 smithi042 bash[24989]: audit 2023-12-07T16:02:50.319952+0000 mgr.x (mgr.25037) 107 : audit [DBG] from='client.25312 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:52.575 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:52 smithi042 bash[24989]: cluster 2023-12-07T16:02:50.622853+0000 mgr.x (mgr.25037) 108 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:52.575 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:52 smithi042 bash[24989]: audit 2023-12-07T16:02:51.173398+0000 mgr.x (mgr.25037) 109 : audit [DBG] from='client.25324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:52.575 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:52 smithi042 bash[24989]: audit 2023-12-07T16:02:51.647283+0000 mon.a (mon.0) 1002 : audit [DBG] from='client.? 172.21.15.42:0/1939098723' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:02:52.576 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:52 smithi042 bash[24989]: audit 2023-12-07T16:02:52.144082+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:52.576 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:52 smithi042 bash[24989]: audit 2023-12-07T16:02:52.147386+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T16:02:52.576 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:52 smithi042 bash[24989]: audit 2023-12-07T16:02:52.150055+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T16:02:52.576 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:52 smithi042 bash[24989]: audit 2023-12-07T16:02:52.152895+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T16:02:52.576 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:52 smithi042 bash[24989]: audit 2023-12-07T16:02:52.154682+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:02:52.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:52 smithi178 bash[25068]: audit 2023-12-07T16:02:50.319952+0000 mgr.x (mgr.25037) 107 : audit [DBG] from='client.25312 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:52.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:52 smithi178 bash[25068]: cluster 2023-12-07T16:02:50.622853+0000 mgr.x (mgr.25037) 108 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:52.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:52 smithi178 bash[25068]: audit 2023-12-07T16:02:51.173398+0000 mgr.x (mgr.25037) 109 : audit [DBG] from='client.25324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:52.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:52 smithi178 bash[25068]: audit 2023-12-07T16:02:51.647283+0000 mon.a (mon.0) 1002 : audit [DBG] from='client.? 172.21.15.42:0/1939098723' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:02:52.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:52 smithi178 bash[25068]: audit 2023-12-07T16:02:52.144082+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:52.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:52 smithi178 bash[25068]: audit 2023-12-07T16:02:52.147386+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T16:02:52.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:52 smithi178 bash[25068]: audit 2023-12-07T16:02:52.150055+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T16:02:52.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:52 smithi178 bash[25068]: audit 2023-12-07T16:02:52.152895+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T16:02:52.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:52 smithi178 bash[25068]: audit 2023-12-07T16:02:52.154682+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:02:53.545 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:53 smithi042 bash[30444]: cephadm 2023-12-07T16:02:52.136412+0000 mgr.x (mgr.25037) 110 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-07T16:02:53.546 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:53 smithi042 bash[30444]: cephadm 2023-12-07T16:02:52.156642+0000 mgr.x (mgr.25037) 111 : cephadm [INF] Deploying daemon mgr.y on smithi042 2023-12-07T16:02:53.546 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:53 smithi042 bash[24989]: cephadm 2023-12-07T16:02:52.136412+0000 mgr.x (mgr.25037) 110 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-07T16:02:53.546 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:53 smithi042 bash[24989]: cephadm 2023-12-07T16:02:52.156642+0000 mgr.x (mgr.25037) 111 : cephadm [INF] Deploying daemon mgr.y on smithi042 2023-12-07T16:02:53.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:53 smithi178 bash[25068]: cephadm 2023-12-07T16:02:52.136412+0000 mgr.x (mgr.25037) 110 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-07T16:02:53.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:53 smithi178 bash[25068]: cephadm 2023-12-07T16:02:52.156642+0000 mgr.x (mgr.25037) 111 : cephadm [INF] Deploying daemon mgr.y on smithi042 2023-12-07T16:02:54.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:54 smithi178 bash[25068]: cluster 2023-12-07T16:02:52.624438+0000 mgr.x (mgr.25037) 112 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:54.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:54 smithi042 bash[24989]: cluster 2023-12-07T16:02:52.624438+0000 mgr.x (mgr.25037) 112 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:54.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:54 smithi042 bash[30444]: cluster 2023-12-07T16:02:52.624438+0000 mgr.x (mgr.25037) 112 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:55.013 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:02:54 smithi042 systemd[1]: Stopping Ceph mgr.y for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:02:55.620 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:02:55 smithi042 bash[61166]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-mgr-y 2023-12-07T16:02:55.895 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:02:55 smithi042 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mgr.y.service: Main process exited, code=exited, status=143/n/a 2023-12-07T16:02:55.896 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:02:55 smithi042 bash[61242]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-mgr-y 2023-12-07T16:02:55.896 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:02:55 smithi042 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2023-12-07T16:02:55.896 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:02:55 smithi042 systemd[1]: Stopped Ceph mgr.y for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:02:56.195 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:02:55 smithi042 systemd[1]: Started Ceph mgr.y for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:02:56.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:56 smithi042 bash[24989]: cluster 2023-12-07T16:02:54.625182+0000 mgr.x (mgr.25037) 113 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:56.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:56 smithi042 bash[24989]: audit 2023-12-07T16:02:55.944656+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:56.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:56 smithi042 bash[24989]: audit 2023-12-07T16:02:55.954007+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:56.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:56 smithi042 bash[30444]: cluster 2023-12-07T16:02:54.625182+0000 mgr.x (mgr.25037) 113 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:56.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:56 smithi042 bash[30444]: audit 2023-12-07T16:02:55.944656+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:56.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:56 smithi042 bash[30444]: audit 2023-12-07T16:02:55.954007+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:56.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:56 smithi178 bash[25068]: cluster 2023-12-07T16:02:54.625182+0000 mgr.x (mgr.25037) 113 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:56.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:56 smithi178 bash[25068]: audit 2023-12-07T16:02:55.944656+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:56.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:56 smithi178 bash[25068]: audit 2023-12-07T16:02:55.954007+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:02:57.185 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:02:57 smithi042 bash[61307]: debug 2023-12-07T16:02:57.009+0000 7efcd5a6d700 1 -- 172.21.15.42:0/1176213903 <== mon.0 v2:172.21.15.42:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5585ab4601a0 con 0x5585ac1e0800 2023-12-07T16:02:57.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:57 smithi178 bash[25068]: audit 2023-12-07T16:02:56.739089+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:57.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:57 smithi042 bash[24989]: audit 2023-12-07T16:02:56.739089+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:57.620 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:02:57 smithi042 bash[61307]: debug 2023-12-07T16:02:57.177+0000 7efcdfc13200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T16:02:57.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:57 smithi042 bash[30444]: audit 2023-12-07T16:02:56.739089+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:58.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:02:58 smithi178 bash[25068]: cluster 2023-12-07T16:02:56.625904+0000 mgr.x (mgr.25037) 114 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:58.606 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:02:58 smithi042 bash[24989]: cluster 2023-12-07T16:02:56.625904+0000 mgr.x (mgr.25037) 114 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:58.607 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:02:58 smithi042 bash[30444]: cluster 2023-12-07T16:02:56.625904+0000 mgr.x (mgr.25037) 114 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:58.607 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:02:58 smithi042 bash[61307]: debug 2023-12-07T16:02:58.109+0000 7efcdfc13200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T16:02:58.607 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:02:58 smithi042 bash[61307]: debug 2023-12-07T16:02:58.217+0000 7efcdfc13200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T16:02:58.607 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:02:58 smithi042 bash[61307]: debug 2023-12-07T16:02:58.321+0000 7efcdfc13200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T16:02:58.607 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:02:58 smithi042 bash[61307]: debug 2023-12-07T16:02:58.597+0000 7efcdfc13200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T16:02:59.106 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:02:58 smithi178 bash[47478]: ts=2023-12-07T16:02:58.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:02:59.358 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:02:58 smithi042 bash[61307]: debug 2023-12-07T16:02:58.965+0000 7efcdfc13200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T16:02:59.358 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:02:59 smithi042 bash[61307]: debug 2023-12-07T16:02:59.129+0000 7efcdfc13200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T16:02:59.620 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:02:59 smithi042 bash[61307]: debug 2023-12-07T16:02:59.349+0000 7efcdfc13200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T16:03:00.525 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:00 smithi042 bash[61307]: debug 2023-12-07T16:03:00.397+0000 7efcdfc13200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T16:03:00.526 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:00 smithi042 bash[24989]: cluster 2023-12-07T16:02:58.627618+0000 mgr.x (mgr.25037) 115 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:00.526 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:00 smithi042 bash[30444]: cluster 2023-12-07T16:02:58.627618+0000 mgr.x (mgr.25037) 115 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:00.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:00 smithi178 bash[25068]: cluster 2023-12-07T16:02:58.627618+0000 mgr.x (mgr.25037) 115 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:00.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:00 smithi178 bash[45434]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:03:00] "GET /metrics HTTP/1.1" 200 38142 "" "Prometheus/2.33.4" 2023-12-07T16:03:00.871 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:00 smithi042 bash[61307]: debug 2023-12-07T16:03:00.517+0000 7efcdfc13200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T16:03:00.871 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:00 smithi042 bash[61307]: debug 2023-12-07T16:03:00.641+0000 7efcdfc13200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T16:03:01.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:01 smithi178 bash[25068]: audit 2023-12-07T16:02:59.521373+0000 mgr.x (mgr.25037) 116 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:03:01.619 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:01 smithi042 bash[61307]: debug 2023-12-07T16:03:01.169+0000 7efcdfc13200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T16:03:01.620 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:01 smithi042 bash[61307]: debug 2023-12-07T16:03:01.405+0000 7efcdfc13200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T16:03:01.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:01 smithi042 bash[24989]: audit 2023-12-07T16:02:59.521373+0000 mgr.x (mgr.25037) 116 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:03:01.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:01 smithi042 bash[30444]: audit 2023-12-07T16:02:59.521373+0000 mgr.x (mgr.25037) 116 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:03:02.219 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:01 smithi042 bash[61307]: debug 2023-12-07T16:03:01.885+0000 7efcdfc13200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T16:03:02.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:02 smithi178 bash[25068]: cluster 2023-12-07T16:03:00.628370+0000 mgr.x (mgr.25037) 117 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:02.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:02 smithi042 bash[24989]: cluster 2023-12-07T16:03:00.628370+0000 mgr.x (mgr.25037) 117 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:02.620 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:02 smithi042 bash[61307]: debug 2023-12-07T16:03:02.433+0000 7efcdfc13200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T16:03:02.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:02 smithi042 bash[30444]: cluster 2023-12-07T16:03:00.628370+0000 mgr.x (mgr.25037) 117 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:03.370 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:03 smithi042 bash[61307]: debug 2023-12-07T16:03:03.029+0000 7efcdfc13200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T16:03:03.370 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:03 smithi042 bash[61307]: debug 2023-12-07T16:03:03.153+0000 7efcdfc13200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T16:03:03.646 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:03 smithi042 bash[61307]: debug 2023-12-07T16:03:03.513+0000 7efcdfc13200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T16:03:03.647 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:03 smithi042 bash[24989]: audit 2023-12-07T16:03:02.369486+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:03.647 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:03 smithi042 bash[24989]: audit 2023-12-07T16:03:02.374787+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:03.647 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:03 smithi042 bash[24989]: audit 2023-12-07T16:03:02.383568+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:03.647 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:03 smithi042 bash[24989]: audit 2023-12-07T16:03:02.388274+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:03.647 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:03 smithi042 bash[24989]: cluster 2023-12-07T16:03:02.629945+0000 mgr.x (mgr.25037) 118 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:03.647 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:03 smithi042 bash[30444]: audit 2023-12-07T16:03:02.369486+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:03.647 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:03 smithi042 bash[30444]: audit 2023-12-07T16:03:02.374787+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:03.647 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:03 smithi042 bash[30444]: audit 2023-12-07T16:03:02.383568+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:03.647 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:03 smithi042 bash[30444]: audit 2023-12-07T16:03:02.388274+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:03.647 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:03 smithi042 bash[30444]: cluster 2023-12-07T16:03:02.629945+0000 mgr.x (mgr.25037) 118 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:03.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:03 smithi178 bash[25068]: audit 2023-12-07T16:03:02.369486+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:03.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:03 smithi178 bash[25068]: audit 2023-12-07T16:03:02.374787+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:03.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:03 smithi178 bash[25068]: audit 2023-12-07T16:03:02.383568+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:03.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:03 smithi178 bash[25068]: audit 2023-12-07T16:03:02.388274+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:03.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:03 smithi178 bash[25068]: cluster 2023-12-07T16:03:02.629945+0000 mgr.x (mgr.25037) 118 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:03.923 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:03 smithi042 bash[61307]: debug 2023-12-07T16:03:03.637+0000 7efcdfc13200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T16:03:03.923 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:03 smithi042 bash[61307]: debug 2023-12-07T16:03:03.789+0000 7efcdfc13200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T16:03:04.249 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:03 smithi042 bash[61307]: debug 2023-12-07T16:03:03.913+0000 7efcdfc13200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T16:03:04.249 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:04 smithi042 bash[61307]: debug 2023-12-07T16:03:04.045+0000 7efcdfc13200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T16:03:04.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:04 smithi042 bash[24989]: audit 2023-12-07T16:03:03.486688+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:04.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:04 smithi042 bash[24989]: audit 2023-12-07T16:03:03.499915+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:04.620 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:04 smithi042 bash[61307]: debug 2023-12-07T16:03:04.241+0000 7efcdfc13200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T16:03:04.620 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:04 smithi042 bash[61307]: debug 2023-12-07T16:03:04.369+0000 7efcdfc13200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T16:03:04.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:04 smithi042 bash[30444]: audit 2023-12-07T16:03:03.486688+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:04.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:04 smithi042 bash[30444]: audit 2023-12-07T16:03:03.499915+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:04.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:04 smithi178 bash[25068]: audit 2023-12-07T16:03:03.486688+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:04.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:04 smithi178 bash[25068]: audit 2023-12-07T16:03:03.499915+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:05.790 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:05 smithi042 bash[24989]: cluster 2023-12-07T16:03:04.630622+0000 mgr.x (mgr.25037) 119 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:05.790 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:05 smithi042 bash[61307]: debug 2023-12-07T16:03:05.641+0000 7efcdfc13200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T16:03:05.790 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:05 smithi042 bash[61307]: [07/Dec/2023:16:03:05] ENGINE Bus STARTING 2023-12-07T16:03:05.790 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:05 smithi042 bash[30444]: cluster 2023-12-07T16:03:04.630622+0000 mgr.x (mgr.25037) 119 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:05.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:05 smithi178 bash[25068]: cluster 2023-12-07T16:03:04.630622+0000 mgr.x (mgr.25037) 119 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:06.120 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:05 smithi042 bash[61307]: CherryPy Checker: 2023-12-07T16:03:06.120 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:05 smithi042 bash[61307]: The Application mounted at '' has an empty config. 2023-12-07T16:03:06.120 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:05 smithi042 bash[61307]: [07/Dec/2023:16:03:05] ENGINE Serving on http://:::9283 2023-12-07T16:03:06.120 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:05 smithi042 bash[61307]: [07/Dec/2023:16:03:05] ENGINE Bus STARTED 2023-12-07T16:03:06.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:06 smithi178 bash[25068]: cluster 2023-12-07T16:03:05.670325+0000 mon.a (mon.0) 1013 : cluster [DBG] Standby manager daemon y restarted 2023-12-07T16:03:06.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:06 smithi178 bash[25068]: cluster 2023-12-07T16:03:05.670601+0000 mon.a (mon.0) 1014 : cluster [DBG] Standby manager daemon y started 2023-12-07T16:03:06.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:06 smithi178 bash[25068]: audit 2023-12-07T16:03:05.678690+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.? 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-07T16:03:06.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:06 smithi178 bash[25068]: audit 2023-12-07T16:03:05.680877+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.? 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T16:03:06.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:06 smithi178 bash[25068]: audit 2023-12-07T16:03:05.686754+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.? 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-07T16:03:06.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:06 smithi178 bash[25068]: audit 2023-12-07T16:03:05.687616+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.? 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T16:03:06.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:06 smithi042 bash[24989]: cluster 2023-12-07T16:03:05.670325+0000 mon.a (mon.0) 1013 : cluster [DBG] Standby manager daemon y restarted 2023-12-07T16:03:06.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:06 smithi042 bash[24989]: cluster 2023-12-07T16:03:05.670601+0000 mon.a (mon.0) 1014 : cluster [DBG] Standby manager daemon y started 2023-12-07T16:03:06.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:06 smithi042 bash[24989]: audit 2023-12-07T16:03:05.678690+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.? 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-07T16:03:06.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:06 smithi042 bash[24989]: audit 2023-12-07T16:03:05.680877+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.? 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T16:03:06.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:06 smithi042 bash[24989]: audit 2023-12-07T16:03:05.686754+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.? 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-07T16:03:06.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:06 smithi042 bash[24989]: audit 2023-12-07T16:03:05.687616+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.? 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T16:03:06.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:06 smithi042 bash[30444]: cluster 2023-12-07T16:03:05.670325+0000 mon.a (mon.0) 1013 : cluster [DBG] Standby manager daemon y restarted 2023-12-07T16:03:06.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:06 smithi042 bash[30444]: cluster 2023-12-07T16:03:05.670601+0000 mon.a (mon.0) 1014 : cluster [DBG] Standby manager daemon y started 2023-12-07T16:03:06.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:06 smithi042 bash[30444]: audit 2023-12-07T16:03:05.678690+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.? 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-07T16:03:06.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:06 smithi042 bash[30444]: audit 2023-12-07T16:03:05.680877+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.? 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T16:03:06.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:06 smithi042 bash[30444]: audit 2023-12-07T16:03:05.686754+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.? 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-07T16:03:06.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:06 smithi042 bash[30444]: audit 2023-12-07T16:03:05.687616+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.? 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T16:03:07.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:07 smithi178 bash[25068]: cluster 2023-12-07T16:03:06.516959+0000 mon.a (mon.0) 1019 : cluster [DBG] mgrmap e28: x(active, since 100s), standbys: y 2023-12-07T16:03:07.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:07 smithi178 bash[25068]: cluster 2023-12-07T16:03:06.631387+0000 mgr.x (mgr.25037) 120 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:07.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:07 smithi042 bash[24989]: cluster 2023-12-07T16:03:06.516959+0000 mon.a (mon.0) 1019 : cluster [DBG] mgrmap e28: x(active, since 100s), standbys: y 2023-12-07T16:03:07.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:07 smithi042 bash[24989]: cluster 2023-12-07T16:03:06.631387+0000 mgr.x (mgr.25037) 120 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:07.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:07 smithi042 bash[30444]: cluster 2023-12-07T16:03:06.516959+0000 mon.a (mon.0) 1019 : cluster [DBG] mgrmap e28: x(active, since 100s), standbys: y 2023-12-07T16:03:07.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:07 smithi042 bash[30444]: cluster 2023-12-07T16:03:06.631387+0000 mgr.x (mgr.25037) 120 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:09.106 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:08 smithi178 bash[47478]: ts=2023-12-07T16: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.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:03:09.786 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:09 smithi042 bash[30444]: cluster 2023-12-07T16:03:08.633050+0000 mgr.x (mgr.25037) 121 : cluster [DBG] pgmap v61: 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-07T16:03:09.787 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:09 smithi042 bash[24989]: cluster 2023-12-07T16:03:08.633050+0000 mgr.x (mgr.25037) 121 : cluster [DBG] pgmap v61: 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-07T16:03:10.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:09 smithi178 bash[25068]: cluster 2023-12-07T16:03:08.633050+0000 mgr.x (mgr.25037) 121 : cluster [DBG] pgmap v61: 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-07T16:03:10.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:10 smithi178 bash[45434]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:03:10] "GET /metrics HTTP/1.1" 200 38142 "" "Prometheus/2.33.4" 2023-12-07T16:03:10.703 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:10 smithi042 bash[24989]: audit 2023-12-07T16:03:09.532453+0000 mgr.x (mgr.25037) 122 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:03:10.703 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:10 smithi042 bash[30444]: audit 2023-12-07T16:03:09.532453+0000 mgr.x (mgr.25037) 122 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:03:11.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:10 smithi178 bash[25068]: audit 2023-12-07T16:03:09.532453+0000 mgr.x (mgr.25037) 122 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:03:12.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:11 smithi178 bash[25068]: cluster 2023-12-07T16:03:10.633724+0000 mgr.x (mgr.25037) 123 : cluster [DBG] pgmap v62: 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-07T16:03:12.120 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:11 smithi042 bash[30444]: cluster 2023-12-07T16:03:10.633724+0000 mgr.x (mgr.25037) 123 : cluster [DBG] pgmap v62: 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-07T16:03:12.120 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:11 smithi042 bash[24989]: cluster 2023-12-07T16:03:10.633724+0000 mgr.x (mgr.25037) 123 : cluster [DBG] pgmap v62: 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-07T16:03:12.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:12 smithi042 bash[30444]: audit 2023-12-07T16:03:11.739471+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:03:12.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:12 smithi042 bash[24989]: audit 2023-12-07T16:03:11.739471+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:03:13.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:12 smithi178 bash[25068]: audit 2023-12-07T16:03:11.739471+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:03:14.519 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:14 smithi178 bash[45434]: ignoring --setuser ceph since I am not root 2023-12-07T16:03:14.519 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:14 smithi178 bash[45434]: ignoring --setgroup ceph since I am not root 2023-12-07T16:03:14.519 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:14 smithi178 bash[45434]: debug 2023-12-07T16:03:14.347+0000 7f0b0bc31700 1 -- 172.21.15.178:0/873873096 <== mon.2 v2:172.21.15.178:3300/0 3 ==== mon_map magic: 0 v1 ==== 413+0+0 (secure 0 0 0) 0x5641a65eb080 con 0x5641a735ac00 2023-12-07T16:03:14.519 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:14 smithi178 bash[45434]: debug 2023-12-07T16:03:14.347+0000 7f0b0bc31700 1 -- 172.21.15.178:0/873873096 <== mon.2 v2:172.21.15.178:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5641a65de1a0 con 0x5641a735ac00 2023-12-07T16:03:14.519 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:14 smithi178 bash[25068]: cluster 2023-12-07T16:03:12.635445+0000 mgr.x (mgr.25037) 124 : cluster [DBG] pgmap v63: 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-07T16:03:14.520 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:14 smithi178 bash[25068]: audit 2023-12-07T16:03:13.254919+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:14.520 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:14 smithi178 bash[25068]: audit 2023-12-07T16:03:13.269496+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:14.520 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:14 smithi178 bash[25068]: audit 2023-12-07T16:03:13.276533+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:03:14.520 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:14 smithi178 bash[25068]: audit 2023-12-07T16:03:13.278466+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:03:14.520 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:14 smithi178 bash[25068]: audit 2023-12-07T16:03:13.285281+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:14.520 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:14 smithi178 bash[25068]: audit 2023-12-07T16:03:13.382415+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:03:14.520 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:14 smithi178 bash[25068]: audit 2023-12-07T16:03:13.386205+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-07T16:03:14.520 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:14 smithi178 bash[25068]: audit 2023-12-07T16:03:13.388898+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-07T16:03:14.520 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:14 smithi178 bash[25068]: cluster 2023-12-07T16:03:13.395937+0000 mon.a (mon.0) 1024 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-07T16:03:14.541 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[24989]: cluster 2023-12-07T16:03:12.635445+0000 mgr.x (mgr.25037) 124 : cluster [DBG] pgmap v63: 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-07T16:03:14.541 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[24989]: audit 2023-12-07T16:03:13.254919+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:14.542 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[24989]: audit 2023-12-07T16:03:13.269496+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:14.542 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[24989]: audit 2023-12-07T16:03:13.276533+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:03:14.542 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[24989]: audit 2023-12-07T16:03:13.278466+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:03:14.542 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[24989]: audit 2023-12-07T16:03:13.285281+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:14.542 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[24989]: audit 2023-12-07T16:03:13.382415+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:03:14.542 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[24989]: audit 2023-12-07T16:03:13.386205+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-07T16:03:14.542 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[24989]: audit 2023-12-07T16:03:13.388898+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-07T16:03:14.542 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[24989]: cluster 2023-12-07T16:03:13.395937+0000 mon.a (mon.0) 1024 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-07T16:03:14.543 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[61307]: [07/Dec/2023:16:03:14] ENGINE Bus STOPPING 2023-12-07T16:03:14.543 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[61307]: [07/Dec/2023:16:03:14] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-07T16:03:14.543 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[61307]: [07/Dec/2023:16:03:14] ENGINE Bus STOPPED 2023-12-07T16:03:14.543 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[61307]: [07/Dec/2023:16:03:14] ENGINE Bus STARTING 2023-12-07T16:03:14.543 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[30444]: cluster 2023-12-07T16:03:12.635445+0000 mgr.x (mgr.25037) 124 : cluster [DBG] pgmap v63: 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-07T16:03:14.543 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[30444]: audit 2023-12-07T16:03:13.254919+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:14.543 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[30444]: audit 2023-12-07T16:03:13.269496+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:14.543 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[30444]: audit 2023-12-07T16:03:13.276533+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:03:14.544 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[30444]: audit 2023-12-07T16:03:13.278466+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:03:14.544 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[30444]: audit 2023-12-07T16:03:13.285281+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.25037 ' entity='mgr.x' 2023-12-07T16:03:14.544 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[30444]: audit 2023-12-07T16:03:13.382415+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:03:14.544 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[30444]: audit 2023-12-07T16:03:13.386205+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-07T16:03:14.544 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[30444]: audit 2023-12-07T16:03:13.388898+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.25037 172.21.15.178:0/3306612590' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-07T16:03:14.544 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[30444]: cluster 2023-12-07T16:03:13.395937+0000 mon.a (mon.0) 1024 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-07T16:03:14.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:14 smithi178 bash[45434]: debug 2023-12-07T16:03:14.511+0000 7f0b159b9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T16:03:14.870 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[61307]: [07/Dec/2023:16:03:14] ENGINE Serving on http://:::9283 2023-12-07T16:03:14.870 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:03:14 smithi042 bash[61307]: [07/Dec/2023:16:03:14] ENGINE Bus STARTED 2023-12-07T16:03:15.533 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[45434]: debug 2023-12-07T16:03:15.427+0000 7f0b159b9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T16:03:15.534 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: cephadm 2023-12-07T16:03:13.384606+0000 mgr.x (mgr.25037) 125 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T16:03:15.534 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: cephadm 2023-12-07T16:03:13.385251+0000 mgr.x (mgr.25037) 126 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T16:03:15.534 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: cephadm 2023-12-07T16:03:13.388398+0000 mgr.x (mgr.25037) 127 : cephadm [INF] Failing over to other MGR 2023-12-07T16:03:15.535 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: audit 2023-12-07T16:03:14.295262+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-07T16:03:15.535 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: cluster 2023-12-07T16:03:14.295400+0000 mon.a (mon.0) 1026 : cluster [DBG] mgrmap e29: y(active, starting, since 0.907744s) 2023-12-07T16:03:15.535 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: audit 2023-12-07T16:03:14.295812+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T16:03:15.535 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: audit 2023-12-07T16:03:14.296148+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T16:03:15.535 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: audit 2023-12-07T16:03:14.296554+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T16:03:15.535 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: audit 2023-12-07T16:03:14.297421+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T16:03:15.535 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: audit 2023-12-07T16:03:14.297844+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T16:03:15.535 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: audit 2023-12-07T16:03:14.298252+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T16:03:15.535 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: audit 2023-12-07T16:03:14.298620+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T16:03:15.535 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: audit 2023-12-07T16:03:14.299116+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T16:03:15.536 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: audit 2023-12-07T16:03:14.299546+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T16:03:15.536 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: audit 2023-12-07T16:03:14.299861+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T16:03:15.536 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: audit 2023-12-07T16:03:14.300209+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T16:03:15.536 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: audit 2023-12-07T16:03:14.300554+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T16:03:15.536 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: audit 2023-12-07T16:03:14.300920+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T16:03:15.536 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: audit 2023-12-07T16:03:14.301182+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T16:03:15.536 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: audit 2023-12-07T16:03:14.301861+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T16:03:15.536 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: cluster 2023-12-07T16:03:14.330656+0000 mon.a (mon.0) 1027 : cluster [INF] Manager daemon y is now available 2023-12-07T16:03:15.536 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: audit 2023-12-07T16:03:14.379260+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:03:15.536 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: audit 2023-12-07T16:03:14.428161+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:03:15.536 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: audit 2023-12-07T16:03:14.440155+0000 mon.c (mon.1) 62 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T16:03:15.537 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: audit 2023-12-07T16:03:14.440696+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T16:03:15.537 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: audit 2023-12-07T16:03:14.493331+0000 mon.c (mon.1) 63 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T16:03:15.537 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[25068]: audit 2023-12-07T16:03:14.493900+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T16:03:15.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: cephadm 2023-12-07T16:03:13.384606+0000 mgr.x (mgr.25037) 125 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T16:03:15.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: cephadm 2023-12-07T16:03:13.385251+0000 mgr.x (mgr.25037) 126 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T16:03:15.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: cephadm 2023-12-07T16:03:13.388398+0000 mgr.x (mgr.25037) 127 : cephadm [INF] Failing over to other MGR 2023-12-07T16:03:15.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: audit 2023-12-07T16:03:14.295262+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-07T16:03:15.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: cluster 2023-12-07T16:03:14.295400+0000 mon.a (mon.0) 1026 : cluster [DBG] mgrmap e29: y(active, starting, since 0.907744s) 2023-12-07T16:03:15.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: audit 2023-12-07T16:03:14.295812+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T16:03:15.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: audit 2023-12-07T16:03:14.296148+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T16:03:15.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: audit 2023-12-07T16:03:14.296554+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T16:03:15.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: audit 2023-12-07T16:03:14.297421+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T16:03:15.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: audit 2023-12-07T16:03:14.297844+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T16:03:15.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: audit 2023-12-07T16:03:14.298252+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T16:03:15.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: audit 2023-12-07T16:03:14.298620+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T16:03:15.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: audit 2023-12-07T16:03:14.299116+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T16:03:15.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: audit 2023-12-07T16:03:14.299546+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T16:03:15.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: audit 2023-12-07T16:03:14.299861+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T16:03:15.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: audit 2023-12-07T16:03:14.300209+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T16:03:15.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: audit 2023-12-07T16:03:14.300554+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T16:03:15.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: audit 2023-12-07T16:03:14.300920+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T16:03:15.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: audit 2023-12-07T16:03:14.301182+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T16:03:15.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: audit 2023-12-07T16:03:14.301861+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T16:03:15.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: cephadm 2023-12-07T16:03:13.384606+0000 mgr.x (mgr.25037) 125 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T16:03:15.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: cephadm 2023-12-07T16:03:13.385251+0000 mgr.x (mgr.25037) 126 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T16:03:15.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: cephadm 2023-12-07T16:03:13.388398+0000 mgr.x (mgr.25037) 127 : cephadm [INF] Failing over to other MGR 2023-12-07T16:03:15.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: audit 2023-12-07T16:03:14.295262+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.25037 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-07T16:03:15.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: cluster 2023-12-07T16:03:14.295400+0000 mon.a (mon.0) 1026 : cluster [DBG] mgrmap e29: y(active, starting, since 0.907744s) 2023-12-07T16:03:15.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: audit 2023-12-07T16:03:14.295812+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T16:03:15.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: audit 2023-12-07T16:03:14.296148+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T16:03:15.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: audit 2023-12-07T16:03:14.296554+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T16:03:15.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: audit 2023-12-07T16:03:14.297421+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T16:03:15.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: audit 2023-12-07T16:03:14.297844+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T16:03:15.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: audit 2023-12-07T16:03:14.298252+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T16:03:15.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: audit 2023-12-07T16:03:14.298620+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T16:03:15.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: audit 2023-12-07T16:03:14.299116+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T16:03:15.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: audit 2023-12-07T16:03:14.299546+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T16:03:15.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: audit 2023-12-07T16:03:14.299861+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T16:03:15.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: audit 2023-12-07T16:03:14.300209+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T16:03:15.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: audit 2023-12-07T16:03:14.300554+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T16:03:15.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: audit 2023-12-07T16:03:14.300920+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T16:03:15.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: audit 2023-12-07T16:03:14.301182+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T16:03:15.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: audit 2023-12-07T16:03:14.301861+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T16:03:15.625 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: cluster 2023-12-07T16:03:14.330656+0000 mon.a (mon.0) 1027 : cluster [INF] Manager daemon y is now available 2023-12-07T16:03:15.625 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: audit 2023-12-07T16:03:14.379260+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:03:15.625 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: audit 2023-12-07T16:03:14.428161+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:03:15.626 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: audit 2023-12-07T16:03:14.440155+0000 mon.c (mon.1) 62 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T16:03:15.626 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: audit 2023-12-07T16:03:14.440696+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T16:03:15.626 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: audit 2023-12-07T16:03:14.493331+0000 mon.c (mon.1) 63 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T16:03:15.626 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[24989]: audit 2023-12-07T16:03:14.493900+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T16:03:15.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: cluster 2023-12-07T16:03:14.330656+0000 mon.a (mon.0) 1027 : cluster [INF] Manager daemon y is now available 2023-12-07T16:03:15.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: audit 2023-12-07T16:03:14.379260+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:03:15.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: audit 2023-12-07T16:03:14.428161+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:03:15.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: audit 2023-12-07T16:03:14.440155+0000 mon.c (mon.1) 62 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T16:03:15.627 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: audit 2023-12-07T16:03:14.440696+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T16:03:15.627 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: audit 2023-12-07T16:03:14.493331+0000 mon.c (mon.1) 63 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T16:03:15.627 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:15 smithi042 bash[30444]: audit 2023-12-07T16:03:14.493900+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T16:03:15.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[45434]: debug 2023-12-07T16:03:15.527+0000 7f0b159b9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T16:03:15.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[45434]: debug 2023-12-07T16:03:15.627+0000 7f0b159b9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T16:03:16.267 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:15 smithi178 bash[45434]: debug 2023-12-07T16:03:15.895+0000 7f0b159b9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T16:03:16.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:16 smithi178 bash[45434]: debug 2023-12-07T16:03:16.259+0000 7f0b159b9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T16:03:16.607 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:16 smithi178 bash[45434]: debug 2023-12-07T16:03:16.435+0000 7f0b159b9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T16:03:16.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:16 smithi178 bash[25068]: cephadm 2023-12-07T16:03:15.286957+0000 mgr.y (mgr.15435) 1 : cephadm [INF] [07/Dec/2023:16:03:15] ENGINE Bus STARTING 2023-12-07T16:03:16.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:16 smithi178 bash[25068]: cluster 2023-12-07T16:03:15.296066+0000 mon.a (mon.0) 1030 : cluster [DBG] mgrmap e30: y(active, since 1.90841s) 2023-12-07T16:03:16.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:16 smithi178 bash[25068]: cluster 2023-12-07T16:03:15.332386+0000 mgr.y (mgr.15435) 2 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:03:16.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:16 smithi178 bash[25068]: cephadm 2023-12-07T16:03:15.440528+0000 mgr.y (mgr.15435) 3 : cephadm [INF] [07/Dec/2023:16:03:15] ENGINE Serving on https://172.21.15.42:7150 2023-12-07T16:03:16.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:16 smithi178 bash[25068]: cephadm 2023-12-07T16:03:15.542597+0000 mgr.y (mgr.15435) 4 : cephadm [INF] [07/Dec/2023:16:03:15] ENGINE Serving on http://172.21.15.42:8765 2023-12-07T16:03:16.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:16 smithi178 bash[25068]: cephadm 2023-12-07T16:03:15.543399+0000 mgr.y (mgr.15435) 5 : cephadm [INF] [07/Dec/2023:16:03:15] ENGINE Bus STARTED 2023-12-07T16:03:16.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:16 smithi042 bash[24989]: cephadm 2023-12-07T16:03:15.286957+0000 mgr.y (mgr.15435) 1 : cephadm [INF] [07/Dec/2023:16:03:15] ENGINE Bus STARTING 2023-12-07T16:03:16.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:16 smithi042 bash[24989]: cluster 2023-12-07T16:03:15.296066+0000 mon.a (mon.0) 1030 : cluster [DBG] mgrmap e30: y(active, since 1.90841s) 2023-12-07T16:03:16.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:16 smithi042 bash[24989]: cluster 2023-12-07T16:03:15.332386+0000 mgr.y (mgr.15435) 2 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:03:16.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:16 smithi042 bash[24989]: cephadm 2023-12-07T16:03:15.440528+0000 mgr.y (mgr.15435) 3 : cephadm [INF] [07/Dec/2023:16:03:15] ENGINE Serving on https://172.21.15.42:7150 2023-12-07T16:03:16.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:16 smithi042 bash[24989]: cephadm 2023-12-07T16:03:15.542597+0000 mgr.y (mgr.15435) 4 : cephadm [INF] [07/Dec/2023:16:03:15] ENGINE Serving on http://172.21.15.42:8765 2023-12-07T16:03:16.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:16 smithi042 bash[24989]: cephadm 2023-12-07T16:03:15.543399+0000 mgr.y (mgr.15435) 5 : cephadm [INF] [07/Dec/2023:16:03:15] ENGINE Bus STARTED 2023-12-07T16:03:16.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:16 smithi042 bash[30444]: cephadm 2023-12-07T16:03:15.286957+0000 mgr.y (mgr.15435) 1 : cephadm [INF] [07/Dec/2023:16:03:15] ENGINE Bus STARTING 2023-12-07T16:03:16.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:16 smithi042 bash[30444]: cluster 2023-12-07T16:03:15.296066+0000 mon.a (mon.0) 1030 : cluster [DBG] mgrmap e30: y(active, since 1.90841s) 2023-12-07T16:03:16.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:16 smithi042 bash[30444]: cluster 2023-12-07T16:03:15.332386+0000 mgr.y (mgr.15435) 2 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:03:16.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:16 smithi042 bash[30444]: cephadm 2023-12-07T16:03:15.440528+0000 mgr.y (mgr.15435) 3 : cephadm [INF] [07/Dec/2023:16:03:15] ENGINE Serving on https://172.21.15.42:7150 2023-12-07T16:03:16.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:16 smithi042 bash[30444]: cephadm 2023-12-07T16:03:15.542597+0000 mgr.y (mgr.15435) 4 : cephadm [INF] [07/Dec/2023:16:03:15] ENGINE Serving on http://172.21.15.42:8765 2023-12-07T16:03:16.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:16 smithi042 bash[30444]: cephadm 2023-12-07T16:03:15.543399+0000 mgr.y (mgr.15435) 5 : cephadm [INF] [07/Dec/2023:16:03:15] ENGINE Bus STARTED 2023-12-07T16:03:17.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:16 smithi178 bash[45434]: debug 2023-12-07T16:03:16.659+0000 7f0b159b9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T16:03:17.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:17 smithi178 bash[25068]: cluster 2023-12-07T16:03:16.299498+0000 mgr.y (mgr.15435) 6 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:03:17.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:17 smithi178 bash[25068]: cluster 2023-12-07T16:03:16.305646+0000 mon.a (mon.0) 1031 : cluster [DBG] mgrmap e31: y(active, since 2s) 2023-12-07T16:03:17.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:17 smithi042 bash[24989]: cluster 2023-12-07T16:03:16.299498+0000 mgr.y (mgr.15435) 6 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:03:17.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:17 smithi042 bash[24989]: cluster 2023-12-07T16:03:16.305646+0000 mon.a (mon.0) 1031 : cluster [DBG] mgrmap e31: y(active, since 2s) 2023-12-07T16:03:17.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:17 smithi042 bash[30444]: cluster 2023-12-07T16:03:16.299498+0000 mgr.y (mgr.15435) 6 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:03:17.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:17 smithi042 bash[30444]: cluster 2023-12-07T16:03:16.305646+0000 mon.a (mon.0) 1031 : cluster [DBG] mgrmap e31: y(active, since 2s) 2023-12-07T16:03:18.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:17 smithi178 bash[45434]: debug 2023-12-07T16:03:17.695+0000 7f0b159b9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T16:03:18.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:17 smithi178 bash[45434]: debug 2023-12-07T16:03:17.811+0000 7f0b159b9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T16:03:18.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:17 smithi178 bash[45434]: debug 2023-12-07T16:03:17.923+0000 7f0b159b9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T16:03:18.663 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:18 smithi178 bash[45434]: debug 2023-12-07T16:03:18.403+0000 7f0b159b9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T16:03:18.663 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:18 smithi178 bash[45434]: debug 2023-12-07T16:03:18.627+0000 7f0b159b9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T16:03:19.089 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:18 smithi178 bash[47478]: ts=2023-12-07T16: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.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:03:19.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:19 smithi178 bash[45434]: debug 2023-12-07T16:03:19.083+0000 7f0b159b9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T16:03:19.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:19 smithi178 bash[25068]: cluster 2023-12-07T16:03:18.300417+0000 mgr.y (mgr.15435) 7 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:03:19.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:19 smithi178 bash[25068]: cluster 2023-12-07T16:03:18.314680+0000 mon.a (mon.0) 1032 : cluster [DBG] mgrmap e32: y(active, since 4s) 2023-12-07T16:03:19.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:19 smithi042 bash[24989]: cluster 2023-12-07T16:03:18.300417+0000 mgr.y (mgr.15435) 7 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:03:19.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:19 smithi042 bash[24989]: cluster 2023-12-07T16:03:18.314680+0000 mon.a (mon.0) 1032 : cluster [DBG] mgrmap e32: y(active, since 4s) 2023-12-07T16:03:19.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:19 smithi042 bash[30444]: cluster 2023-12-07T16:03:18.300417+0000 mgr.y (mgr.15435) 7 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:03:19.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:19 smithi042 bash[30444]: cluster 2023-12-07T16:03:18.314680+0000 mon.a (mon.0) 1032 : cluster [DBG] mgrmap e32: y(active, since 4s) 2023-12-07T16:03:19.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:19 smithi178 bash[45434]: debug 2023-12-07T16:03:19.587+0000 7f0b159b9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T16:03:20.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:20 smithi178 bash[25068]: audit 2023-12-07T16:03:19.538170+0000 mgr.y (mgr.15435) 8 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:03:20.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:20 smithi178 bash[45434]: debug 2023-12-07T16:03:20.203+0000 7f0b159b9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T16:03:20.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:20 smithi178 bash[45434]: debug 2023-12-07T16:03:20.323+0000 7f0b159b9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T16:03:20.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:20 smithi042 bash[24989]: audit 2023-12-07T16:03:19.538170+0000 mgr.y (mgr.15435) 8 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:03:20.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:20 smithi042 bash[30444]: audit 2023-12-07T16:03:19.538170+0000 mgr.y (mgr.15435) 8 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:03:20.996 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:20 smithi178 bash[45434]: debug 2023-12-07T16:03:20.707+0000 7f0b159b9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T16:03:20.996 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:20 smithi178 bash[45434]: debug 2023-12-07T16:03:20.831+0000 7f0b159b9200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T16:03:21.257 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:20 smithi178 bash[45434]: debug 2023-12-07T16:03:20.987+0000 7f0b159b9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T16:03:21.257 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:21 smithi178 bash[45434]: debug 2023-12-07T16:03:21.115+0000 7f0b159b9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T16:03:21.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:21 smithi178 bash[25068]: cluster 2023-12-07T16:03:20.301599+0000 mgr.y (mgr.15435) 9 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:03:21.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:21 smithi178 bash[25068]: audit 2023-12-07T16:03:21.171832+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:21.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:21 smithi178 bash[25068]: audit 2023-12-07T16:03:21.183228+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:21.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:21 smithi178 bash[45434]: debug 2023-12-07T16:03:21.251+0000 7f0b159b9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T16:03:21.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:21 smithi178 bash[45434]: debug 2023-12-07T16:03:21.459+0000 7f0b159b9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T16:03:21.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:21 smithi178 bash[45434]: debug 2023-12-07T16:03:21.599+0000 7f0b159b9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T16:03:21.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:21 smithi042 bash[30444]: cluster 2023-12-07T16:03:20.301599+0000 mgr.y (mgr.15435) 9 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:03:21.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:21 smithi042 bash[30444]: audit 2023-12-07T16:03:21.171832+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:21.620 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:21 smithi042 bash[30444]: audit 2023-12-07T16:03:21.183228+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:21.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:21 smithi042 bash[24989]: cluster 2023-12-07T16:03:20.301599+0000 mgr.y (mgr.15435) 9 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:03:21.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:21 smithi042 bash[24989]: audit 2023-12-07T16:03:21.171832+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:21.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:21 smithi042 bash[24989]: audit 2023-12-07T16:03:21.183228+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:22.052 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-12-07T16:03:22.848 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:03:22.849 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (78s) 1s ago 8m 16.4M - 0.23.0 ba2b418f427c fe1b358b85a1 2023-12-07T16:03:22.849 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi178 *:3000 running (33s) 1s ago 7m 42.9M - 8.3.5 dad864ee21e9 3cb0965be645 2023-12-07T16:03:22.849 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.zhjtqu smithi042 running (74s) 1s ago 6m 46.8M - 3.5 e1d6a67b021e b2a7ca404ef0 2023-12-07T16:03:22.849 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi178 *:8443,9283 running (2m) 1s ago 14m 174M - 19.0.0-13-ge6605fb8 104f332cd0a9 3f4d25e67019 2023-12-07T16:03:22.849 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (26s) 1s ago 16m 466M - 19.0.0-13-ge6605fb8 104f332cd0a9 6718013de405 2023-12-07T16:03:22.849 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (16m) 1s ago 16m 65.5M 2048M 17.2.0 e1d6a67b021e 68ea120d15f8 2023-12-07T16:03:22.849 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi178 running (14m) 1s ago 14m 56.4M 2048M 17.2.0 e1d6a67b021e ed4d6d59b8a5 2023-12-07T16:03:22.849 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (14m) 1s ago 14m 51.7M 2048M 17.2.0 e1d6a67b021e 885a861e01bc 2023-12-07T16:03:22.849 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (88s) 1s ago 8m 10.7M - 1.3.1 1dbe0e931976 531aa26ab3fd 2023-12-07T16:03:22.849 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi178 *:9100 running (58s) 1s ago 8m 10.6M - 1.3.1 1dbe0e931976 f553be30e56c 2023-12-07T16:03:22.849 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (13m) 1s ago 13m 58.1M 2782M 17.2.0 e1d6a67b021e 15b47f4e60f3 2023-12-07T16:03:22.849 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (13m) 1s ago 13m 61.0M 2782M 17.2.0 e1d6a67b021e 2a28cafd73fe 2023-12-07T16:03:22.849 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (12m) 1s ago 12m 53.5M 2782M 17.2.0 e1d6a67b021e 0785d9773e1b 2023-12-07T16:03:22.850 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (12m) 1s ago 12m 56.7M 2782M 17.2.0 e1d6a67b021e ef87480dafbe 2023-12-07T16:03:22.850 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi178 running (11m) 1s ago 11m 57.1M 3037M 17.2.0 e1d6a67b021e 489e822c6353 2023-12-07T16:03:22.850 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi178 running (10m) 1s ago 10m 55.0M 3037M 17.2.0 e1d6a67b021e b77d6dab08a9 2023-12-07T16:03:22.850 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi178 running (10m) 1s ago 10m 53.2M 3037M 17.2.0 e1d6a67b021e 0c3c794876c3 2023-12-07T16:03:22.850 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi178 running (9m) 1s ago 9m 56.5M 3037M 17.2.0 e1d6a67b021e d54168b8b1ca 2023-12-07T16:03:22.850 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi178 *:9095 running (60s) 1s ago 8m 52.7M - 2.33.4 514e6a882f6e 7205e8316153 2023-12-07T16:03:22.850 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.hcortj smithi042 *:8000 running (6m) 1s ago 6m 86.9M - 17.2.0 e1d6a67b021e 7b4fbb51c0e4 2023-12-07T16:03:22.850 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi178.qokiza smithi178 *:8000 running (6m) 1s ago 6m 86.7M - 17.2.0 e1d6a67b021e ed4b389a14c0 2023-12-07T16:03:22.850 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.bhilti smithi042 *:80 running (6m) 1s ago 6m 86.6M - 17.2.0 e1d6a67b021e a005b7760f26 2023-12-07T16:03:22.850 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi178.kllngz smithi178 *:80 running (6m) 1s ago 6m 86.4M - 17.2.0 e1d6a67b021e ec7417c26d3d 2023-12-07T16:03:22.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:22 smithi178 bash[25068]: audit 2023-12-07T16:03:21.428084+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:22.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:22 smithi178 bash[25068]: audit 2023-12-07T16:03:21.437449+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:22.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:22 smithi178 bash[25068]: audit 2023-12-07T16:03:22.235360+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:22.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:22 smithi178 bash[25068]: audit 2023-12-07T16:03:22.243594+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:22.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:22 smithi042 bash[24989]: audit 2023-12-07T16:03:21.428084+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:22.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:22 smithi042 bash[24989]: audit 2023-12-07T16:03:21.437449+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:22.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:22 smithi042 bash[24989]: audit 2023-12-07T16:03:22.235360+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:22.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:22 smithi042 bash[24989]: audit 2023-12-07T16:03:22.243594+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:22.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:22 smithi042 bash[30444]: audit 2023-12-07T16:03:21.428084+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:22.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:22 smithi042 bash[30444]: audit 2023-12-07T16:03:21.437449+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:22.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:22 smithi042 bash[30444]: audit 2023-12-07T16:03:22.235360+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:22.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:22 smithi042 bash[30444]: audit 2023-12-07T16:03:22.243594+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:23.288 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:03:23.288 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-12-07T16:03:23.288 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-07T16:03:23.289 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:03:23.289 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-12-07T16:03:23.289 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-07T16:03:23.289 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:03:23.289 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-12-07T16:03:23.289 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T16:03:23.289 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:03:23.289 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": {}, 2023-12-07T16:03:23.289 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2023-12-07T16:03:23.289 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:03:23.289 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:03:23.290 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-12-07T16:03:23.290 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2023-12-07T16:03:23.290 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-07T16:03:23.290 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T16:03:23.290 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:03:23.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:22 smithi178 bash[45434]: debug 2023-12-07T16:03:22.883+0000 7f0b159b9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T16:03:23.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:22 smithi178 bash[45434]: [07/Dec/2023:16:03:22] ENGINE Bus STARTING 2023-12-07T16:03:23.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:23 smithi178 bash[45434]: CherryPy Checker: 2023-12-07T16:03:23.357 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:23 smithi178 bash[45434]: The Application mounted at '' has an empty config. 2023-12-07T16:03:23.357 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:23 smithi178 bash[45434]: [07/Dec/2023:16:03:23] ENGINE Serving on http://:::9283 2023-12-07T16:03:23.357 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:23 smithi178 bash[45434]: [07/Dec/2023:16:03:23] ENGINE Bus STARTED 2023-12-07T16:03:23.682 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:03:23.682 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:03:23.683 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-12-07T16:03:23.683 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T16:03:23.683 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2023-12-07T16:03:23.683 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr" 2023-12-07T16:03:23.683 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2023-12-07T16:03:23.683 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "2/23 daemons upgraded", 2023-12-07T16:03:23.683 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "", 2023-12-07T16:03:23.683 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-12-07T16:03:23.683 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:03:23.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:23 smithi178 bash[25068]: audit 2023-12-07T16:03:22.031038+0000 mgr.y (mgr.15435) 10 : audit [DBG] from='client.15471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:23.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:23 smithi178 bash[25068]: cluster 2023-12-07T16:03:22.303009+0000 mgr.y (mgr.15435) 11 : 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-07T16:03:23.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:23 smithi178 bash[25068]: audit 2023-12-07T16:03:22.425017+0000 mgr.y (mgr.15435) 12 : audit [DBG] from='client.25372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:23.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:23 smithi178 bash[25068]: audit 2023-12-07T16:03:22.489431+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:23.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:23 smithi178 bash[25068]: audit 2023-12-07T16:03:22.498308+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:23.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:23 smithi178 bash[25068]: audit 2023-12-07T16:03:22.812600+0000 mgr.y (mgr.15435) 13 : audit [DBG] from='client.25378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:23.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:23 smithi178 bash[25068]: cluster 2023-12-07T16:03:22.906232+0000 mon.a (mon.0) 1041 : cluster [DBG] Standby manager daemon x started 2023-12-07T16:03:23.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:23 smithi178 bash[25068]: audit 2023-12-07T16:03:22.915459+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.? 172.21.15.178:0/3612446940' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T16:03:23.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:23 smithi178 bash[25068]: audit 2023-12-07T16:03:22.917787+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.? 172.21.15.178:0/3612446940' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T16:03:23.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:23 smithi178 bash[25068]: audit 2023-12-07T16:03:22.921900+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.? 172.21.15.178:0/3612446940' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T16:03:23.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:23 smithi178 bash[25068]: audit 2023-12-07T16:03:22.923143+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.? 172.21.15.178:0/3612446940' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T16:03:23.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:23 smithi178 bash[25068]: audit 2023-12-07T16:03:23.282976+0000 mon.a (mon.0) 1042 : audit [DBG] from='client.? 172.21.15.42:0/204369782' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:03:23.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[24989]: audit 2023-12-07T16:03:22.031038+0000 mgr.y (mgr.15435) 10 : audit [DBG] from='client.15471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:23.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[24989]: cluster 2023-12-07T16:03:22.303009+0000 mgr.y (mgr.15435) 11 : 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-07T16:03:23.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[24989]: audit 2023-12-07T16:03:22.425017+0000 mgr.y (mgr.15435) 12 : audit [DBG] from='client.25372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:23.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[24989]: audit 2023-12-07T16:03:22.489431+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:23.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[24989]: audit 2023-12-07T16:03:22.498308+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:23.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[24989]: audit 2023-12-07T16:03:22.812600+0000 mgr.y (mgr.15435) 13 : audit [DBG] from='client.25378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:23.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[24989]: cluster 2023-12-07T16:03:22.906232+0000 mon.a (mon.0) 1041 : cluster [DBG] Standby manager daemon x started 2023-12-07T16:03:23.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[24989]: audit 2023-12-07T16:03:22.915459+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.? 172.21.15.178:0/3612446940' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T16:03:23.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[24989]: audit 2023-12-07T16:03:22.917787+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.? 172.21.15.178:0/3612446940' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T16:03:23.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[24989]: audit 2023-12-07T16:03:22.921900+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.? 172.21.15.178:0/3612446940' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T16:03:23.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[24989]: audit 2023-12-07T16:03:22.923143+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.? 172.21.15.178:0/3612446940' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T16:03:23.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[24989]: audit 2023-12-07T16:03:23.282976+0000 mon.a (mon.0) 1042 : audit [DBG] from='client.? 172.21.15.42:0/204369782' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:03:23.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[30444]: audit 2023-12-07T16:03:22.031038+0000 mgr.y (mgr.15435) 10 : audit [DBG] from='client.15471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:23.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[30444]: cluster 2023-12-07T16:03:22.303009+0000 mgr.y (mgr.15435) 11 : 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-07T16:03:23.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[30444]: audit 2023-12-07T16:03:22.425017+0000 mgr.y (mgr.15435) 12 : audit [DBG] from='client.25372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:23.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[30444]: audit 2023-12-07T16:03:22.489431+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:23.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[30444]: audit 2023-12-07T16:03:22.498308+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:23.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[30444]: audit 2023-12-07T16:03:22.812600+0000 mgr.y (mgr.15435) 13 : audit [DBG] from='client.25378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:23.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[30444]: cluster 2023-12-07T16:03:22.906232+0000 mon.a (mon.0) 1041 : cluster [DBG] Standby manager daemon x started 2023-12-07T16:03:23.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[30444]: audit 2023-12-07T16:03:22.915459+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.? 172.21.15.178:0/3612446940' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T16:03:23.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[30444]: audit 2023-12-07T16:03:22.917787+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.? 172.21.15.178:0/3612446940' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T16:03:23.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[30444]: audit 2023-12-07T16:03:22.921900+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.? 172.21.15.178:0/3612446940' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T16:03:23.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[30444]: audit 2023-12-07T16:03:22.923143+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.? 172.21.15.178:0/3612446940' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T16:03:23.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:23 smithi042 bash[30444]: audit 2023-12-07T16:03:23.282976+0000 mon.a (mon.0) 1042 : audit [DBG] from='client.? 172.21.15.42:0/204369782' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:03:24.139 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-12-07T16:03:24.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:24 smithi178 bash[25068]: cluster 2023-12-07T16:03:23.509353+0000 mon.a (mon.0) 1043 : cluster [DBG] mgrmap e33: y(active, since 10s), standbys: x 2023-12-07T16:03:24.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:24 smithi178 bash[25068]: audit 2023-12-07T16:03:23.512846+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T16:03:24.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:24 smithi178 bash[25068]: audit 2023-12-07T16:03:23.677283+0000 mgr.y (mgr.15435) 14 : audit [DBG] from='client.15495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:24.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:24 smithi178 bash[25068]: audit 2023-12-07T16:03:24.134661+0000 mon.a (mon.0) 1044 : audit [DBG] from='client.? 172.21.15.42:0/572448904' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:03:24.857 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:24 smithi178 bash[47478]: ts=2023-12-07T16:03:24.383Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.178:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.178:8765: connect: connection refused" 2023-12-07T16:03:24.857 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:24 smithi178 bash[47478]: ts=2023-12-07T16:03:24.383Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.178:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.178:8765: connect: connection refused" 2023-12-07T16:03:24.857 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:24 smithi178 bash[47478]: ts=2023-12-07T16:03:24.388Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.178:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.178:8765: connect: connection refused" 2023-12-07T16:03:24.857 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:24 smithi178 bash[47478]: ts=2023-12-07T16:03:24.388Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.178:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.178:8765: connect: connection refused" 2023-12-07T16:03:24.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:24 smithi042 bash[24989]: cluster 2023-12-07T16:03:23.509353+0000 mon.a (mon.0) 1043 : cluster [DBG] mgrmap e33: y(active, since 10s), standbys: x 2023-12-07T16:03:24.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:24 smithi042 bash[24989]: audit 2023-12-07T16:03:23.512846+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T16:03:24.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:24 smithi042 bash[24989]: audit 2023-12-07T16:03:23.677283+0000 mgr.y (mgr.15435) 14 : audit [DBG] from='client.15495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:24.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:24 smithi042 bash[24989]: audit 2023-12-07T16:03:24.134661+0000 mon.a (mon.0) 1044 : audit [DBG] from='client.? 172.21.15.42:0/572448904' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:03:24.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:24 smithi042 bash[30444]: cluster 2023-12-07T16:03:23.509353+0000 mon.a (mon.0) 1043 : cluster [DBG] mgrmap e33: y(active, since 10s), standbys: x 2023-12-07T16:03:24.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:24 smithi042 bash[30444]: audit 2023-12-07T16:03:23.512846+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T16:03:24.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:24 smithi042 bash[30444]: audit 2023-12-07T16:03:23.677283+0000 mgr.y (mgr.15435) 14 : audit [DBG] from='client.15495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:24.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:24 smithi042 bash[30444]: audit 2023-12-07T16:03:24.134661+0000 mon.a (mon.0) 1044 : audit [DBG] from='client.? 172.21.15.42:0/572448904' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:03:25.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:25 smithi178 bash[25068]: cluster 2023-12-07T16:03:24.303792+0000 mgr.y (mgr.15435) 15 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-07T16:03:25.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:25 smithi042 bash[24989]: cluster 2023-12-07T16:03:24.303792+0000 mgr.y (mgr.15435) 15 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-07T16:03:25.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:25 smithi042 bash[30444]: cluster 2023-12-07T16:03:24.303792+0000 mgr.y (mgr.15435) 15 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-07T16:03:28.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:27 smithi178 bash[25068]: cluster 2023-12-07T16:03:26.305548+0000 mgr.y (mgr.15435) 16 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-07T16:03:28.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:27 smithi042 bash[24989]: cluster 2023-12-07T16:03:26.305548+0000 mgr.y (mgr.15435) 16 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-07T16:03:28.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:27 smithi042 bash[30444]: cluster 2023-12-07T16:03:26.305548+0000 mgr.y (mgr.15435) 16 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-07T16:03:30.343 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:29 smithi178 bash[25068]: cluster 2023-12-07T16:03:28.306382+0000 mgr.y (mgr.15435) 17 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-07T16:03:30.343 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:29 smithi178 bash[25068]: audit 2023-12-07T16:03:29.426975+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:03:30.350 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:29 smithi042 bash[24989]: cluster 2023-12-07T16:03:28.306382+0000 mgr.y (mgr.15435) 17 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-07T16:03:30.351 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:29 smithi042 bash[24989]: audit 2023-12-07T16:03:29.426975+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:03:30.351 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:29 smithi042 bash[30444]: cluster 2023-12-07T16:03:28.306382+0000 mgr.y (mgr.15435) 17 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-07T16:03:30.351 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:29 smithi042 bash[30444]: audit 2023-12-07T16:03:29.426975+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:03:30.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:30 smithi178 bash[45434]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:03:30] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T16:03:31.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:30 smithi178 bash[25068]: audit 2023-12-07T16:03:29.548773+0000 mgr.y (mgr.15435) 18 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:03:31.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:30 smithi042 bash[24989]: audit 2023-12-07T16:03:29.548773+0000 mgr.y (mgr.15435) 18 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:03:31.370 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:30 smithi042 bash[30444]: audit 2023-12-07T16:03:29.548773+0000 mgr.y (mgr.15435) 18 : audit [DBG] from='client.25210 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:03:32.120 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:31 smithi042 bash[24989]: cluster 2023-12-07T16:03:30.307574+0000 mgr.y (mgr.15435) 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-07T16:03:32.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:31 smithi042 bash[30444]: cluster 2023-12-07T16:03:30.307574+0000 mgr.y (mgr.15435) 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-07T16:03:32.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:31 smithi178 bash[25068]: cluster 2023-12-07T16:03:30.307574+0000 mgr.y (mgr.15435) 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-07T16:03:33.870 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[30444]: cluster 2023-12-07T16:03:32.308878+0000 mgr.y (mgr.15435) 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-07T16:03:33.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[30444]: audit 2023-12-07T16:03:32.606846+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:33.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[30444]: audit 2023-12-07T16:03:32.619324+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:33.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[30444]: audit 2023-12-07T16:03:32.623755+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:03:33.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[30444]: audit 2023-12-07T16:03:32.625608+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:03:33.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[30444]: cephadm 2023-12-07T16:03:32.628058+0000 mgr.y (mgr.15435) 21 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2023-12-07T16:03:33.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[30444]: cephadm 2023-12-07T16:03:32.628533+0000 mgr.y (mgr.15435) 22 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2023-12-07T16:03:33.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[30444]: cephadm 2023-12-07T16:03:32.843327+0000 mgr.y (mgr.15435) 23 : cephadm [INF] Updating smithi042:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T16:03:33.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[30444]: cephadm 2023-12-07T16:03:32.843918+0000 mgr.y (mgr.15435) 24 : cephadm [INF] Updating smithi178:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T16:03:33.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[30444]: audit 2023-12-07T16:03:33.399254+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:33.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[30444]: audit 2023-12-07T16:03:33.405021+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:33.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[30444]: audit 2023-12-07T16:03:33.412412+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:33.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[30444]: audit 2023-12-07T16:03:33.417566+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:33.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[30444]: audit 2023-12-07T16:03:33.426121+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:33.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[30444]: audit 2023-12-07T16:03:33.500995+0000 mon.c (mon.1) 68 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.zhjtqu", "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-07T16:03:33.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[30444]: audit 2023-12-07T16:03:33.501882+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.zhjtqu", "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-07T16:03:33.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[30444]: audit 2023-12-07T16:03:33.517192+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:03:33.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[24989]: cluster 2023-12-07T16:03:32.308878+0000 mgr.y (mgr.15435) 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-07T16:03:33.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[24989]: audit 2023-12-07T16:03:32.606846+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:33.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[24989]: audit 2023-12-07T16:03:32.619324+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:33.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[24989]: audit 2023-12-07T16:03:32.623755+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:03:33.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[24989]: audit 2023-12-07T16:03:32.625608+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:03:33.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[24989]: cephadm 2023-12-07T16:03:32.628058+0000 mgr.y (mgr.15435) 21 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2023-12-07T16:03:33.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[24989]: cephadm 2023-12-07T16:03:32.628533+0000 mgr.y (mgr.15435) 22 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2023-12-07T16:03:33.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[24989]: cephadm 2023-12-07T16:03:32.843327+0000 mgr.y (mgr.15435) 23 : cephadm [INF] Updating smithi042:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T16:03:33.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[24989]: cephadm 2023-12-07T16:03:32.843918+0000 mgr.y (mgr.15435) 24 : cephadm [INF] Updating smithi178:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T16:03:33.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[24989]: audit 2023-12-07T16:03:33.399254+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:33.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[24989]: audit 2023-12-07T16:03:33.405021+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:33.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[24989]: audit 2023-12-07T16:03:33.412412+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:33.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[24989]: audit 2023-12-07T16:03:33.417566+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:33.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[24989]: audit 2023-12-07T16:03:33.426121+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:33.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[24989]: audit 2023-12-07T16:03:33.500995+0000 mon.c (mon.1) 68 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.zhjtqu", "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-07T16:03:33.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[24989]: audit 2023-12-07T16:03:33.501882+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.zhjtqu", "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-07T16:03:33.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:33 smithi042 bash[24989]: audit 2023-12-07T16:03:33.517192+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:03:34.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:33 smithi178 bash[25068]: cluster 2023-12-07T16:03:32.308878+0000 mgr.y (mgr.15435) 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-07T16:03:34.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:33 smithi178 bash[25068]: audit 2023-12-07T16:03:32.606846+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:34.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:33 smithi178 bash[25068]: audit 2023-12-07T16:03:32.619324+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:34.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:33 smithi178 bash[25068]: audit 2023-12-07T16:03:32.623755+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:03:34.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:33 smithi178 bash[25068]: audit 2023-12-07T16:03:32.625608+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:03:34.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:33 smithi178 bash[25068]: cephadm 2023-12-07T16:03:32.628058+0000 mgr.y (mgr.15435) 21 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2023-12-07T16:03:34.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:33 smithi178 bash[25068]: cephadm 2023-12-07T16:03:32.628533+0000 mgr.y (mgr.15435) 22 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2023-12-07T16:03:34.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:33 smithi178 bash[25068]: cephadm 2023-12-07T16:03:32.843327+0000 mgr.y (mgr.15435) 23 : cephadm [INF] Updating smithi042:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T16:03:34.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:33 smithi178 bash[25068]: cephadm 2023-12-07T16:03:32.843918+0000 mgr.y (mgr.15435) 24 : cephadm [INF] Updating smithi178:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T16:03:34.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:33 smithi178 bash[25068]: audit 2023-12-07T16:03:33.399254+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:34.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:33 smithi178 bash[25068]: audit 2023-12-07T16:03:33.405021+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:34.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:33 smithi178 bash[25068]: audit 2023-12-07T16:03:33.412412+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:34.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:33 smithi178 bash[25068]: audit 2023-12-07T16:03:33.417566+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:34.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:33 smithi178 bash[25068]: audit 2023-12-07T16:03:33.426121+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:34.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:33 smithi178 bash[25068]: audit 2023-12-07T16:03:33.500995+0000 mon.c (mon.1) 68 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.zhjtqu", "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-07T16:03:34.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:33 smithi178 bash[25068]: audit 2023-12-07T16:03:33.501882+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi042.zhjtqu", "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-07T16:03:34.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:33 smithi178 bash[25068]: audit 2023-12-07T16:03:33.517192+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:03:34.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:34 smithi042 bash[24989]: cephadm 2023-12-07T16:03:33.058567+0000 mgr.y (mgr.15435) 25 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2023-12-07T16:03:34.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:34 smithi042 bash[24989]: cephadm 2023-12-07T16:03:33.059889+0000 mgr.y (mgr.15435) 26 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2023-12-07T16:03:34.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:34 smithi042 bash[24989]: cephadm 2023-12-07T16:03:33.223903+0000 mgr.y (mgr.15435) 27 : cephadm [INF] Updating smithi042:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T16:03:34.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:34 smithi042 bash[24989]: cephadm 2023-12-07T16:03:33.225780+0000 mgr.y (mgr.15435) 28 : cephadm [INF] Updating smithi178:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T16:03:34.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:34 smithi042 bash[24989]: cephadm 2023-12-07T16:03:33.500046+0000 mgr.y (mgr.15435) 29 : cephadm [INF] Reconfiguring iscsi.foo.smithi042.zhjtqu (dependencies changed)... 2023-12-07T16:03:34.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:34 smithi042 bash[24989]: cephadm 2023-12-07T16:03:33.519214+0000 mgr.y (mgr.15435) 30 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi042.zhjtqu on smithi042 2023-12-07T16:03:34.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:34 smithi042 bash[30444]: cephadm 2023-12-07T16:03:33.058567+0000 mgr.y (mgr.15435) 25 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2023-12-07T16:03:34.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:34 smithi042 bash[30444]: cephadm 2023-12-07T16:03:33.059889+0000 mgr.y (mgr.15435) 26 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2023-12-07T16:03:34.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:34 smithi042 bash[30444]: cephadm 2023-12-07T16:03:33.223903+0000 mgr.y (mgr.15435) 27 : cephadm [INF] Updating smithi042:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T16:03:34.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:34 smithi042 bash[30444]: cephadm 2023-12-07T16:03:33.225780+0000 mgr.y (mgr.15435) 28 : cephadm [INF] Updating smithi178:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T16:03:34.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:34 smithi042 bash[30444]: cephadm 2023-12-07T16:03:33.500046+0000 mgr.y (mgr.15435) 29 : cephadm [INF] Reconfiguring iscsi.foo.smithi042.zhjtqu (dependencies changed)... 2023-12-07T16:03:34.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:34 smithi042 bash[30444]: cephadm 2023-12-07T16:03:33.519214+0000 mgr.y (mgr.15435) 30 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi042.zhjtqu on smithi042 2023-12-07T16:03:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:34 smithi178 bash[25068]: cephadm 2023-12-07T16:03:33.058567+0000 mgr.y (mgr.15435) 25 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2023-12-07T16:03:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:34 smithi178 bash[25068]: cephadm 2023-12-07T16:03:33.059889+0000 mgr.y (mgr.15435) 26 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2023-12-07T16:03:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:34 smithi178 bash[25068]: cephadm 2023-12-07T16:03:33.223903+0000 mgr.y (mgr.15435) 27 : cephadm [INF] Updating smithi042:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T16:03:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:34 smithi178 bash[25068]: cephadm 2023-12-07T16:03:33.225780+0000 mgr.y (mgr.15435) 28 : cephadm [INF] Updating smithi178:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T16:03:35.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:34 smithi178 bash[25068]: cephadm 2023-12-07T16:03:33.500046+0000 mgr.y (mgr.15435) 29 : cephadm [INF] Reconfiguring iscsi.foo.smithi042.zhjtqu (dependencies changed)... 2023-12-07T16:03:35.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:34 smithi178 bash[25068]: cephadm 2023-12-07T16:03:33.519214+0000 mgr.y (mgr.15435) 30 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi042.zhjtqu on smithi042 2023-12-07T16:03:35.983 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:35 smithi042 bash[30444]: cluster 2023-12-07T16:03:34.309708+0000 mgr.y (mgr.15435) 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-07T16:03:35.984 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:35 smithi042 bash[24989]: cluster 2023-12-07T16:03:34.309708+0000 mgr.y (mgr.15435) 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-07T16:03:36.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:35 smithi178 bash[25068]: cluster 2023-12-07T16:03:34.309708+0000 mgr.y (mgr.15435) 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-07T16:03:38.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:37 smithi178 bash[25068]: cluster 2023-12-07T16:03:36.311470+0000 mgr.y (mgr.15435) 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-07T16:03:38.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:37 smithi178 bash[25068]: audit 2023-12-07T16:03:37.074676+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:38.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:37 smithi178 bash[25068]: audit 2023-12-07T16:03:37.083390+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:38.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:37 smithi042 bash[24989]: cluster 2023-12-07T16:03:36.311470+0000 mgr.y (mgr.15435) 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-07T16:03:38.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:37 smithi042 bash[24989]: audit 2023-12-07T16:03:37.074676+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:38.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:37 smithi042 bash[24989]: audit 2023-12-07T16:03:37.083390+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:38.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:37 smithi042 bash[30444]: cluster 2023-12-07T16:03:36.311470+0000 mgr.y (mgr.15435) 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-07T16:03:38.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:37 smithi042 bash[30444]: audit 2023-12-07T16:03:37.074676+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:38.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:37 smithi042 bash[30444]: audit 2023-12-07T16:03:37.083390+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:39.120 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:38 smithi042 bash[24989]: cephadm 2023-12-07T16:03:37.092999+0000 mgr.y (mgr.15435) 33 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-07T16:03:39.120 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:38 smithi042 bash[24989]: cephadm 2023-12-07T16:03:37.356554+0000 mgr.y (mgr.15435) 34 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi178 2023-12-07T16:03:39.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:38 smithi042 bash[30444]: cephadm 2023-12-07T16:03:37.092999+0000 mgr.y (mgr.15435) 33 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-07T16:03:39.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:38 smithi042 bash[30444]: cephadm 2023-12-07T16:03:37.356554+0000 mgr.y (mgr.15435) 34 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi178 2023-12-07T16:03:39.273 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:38 smithi178 bash[25068]: cephadm 2023-12-07T16:03:37.092999+0000 mgr.y (mgr.15435) 33 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-07T16:03:39.273 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:38 smithi178 bash[25068]: cephadm 2023-12-07T16:03:37.356554+0000 mgr.y (mgr.15435) 34 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi178 2023-12-07T16:03:40.342 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:39 smithi178 bash[25068]: cluster 2023-12-07T16:03:38.312317+0000 mgr.y (mgr.15435) 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-07T16:03:40.342 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:39 smithi178 bash[25068]: audit 2023-12-07T16:03:39.194785+0000 mon.a (mon.0) 1055 : audit [DBG] from='client.? 172.21.15.42:0/516779762' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-07T16:03:40.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:40 smithi178 bash[45434]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:03:40] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T16:03:40.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:39 smithi042 bash[24989]: cluster 2023-12-07T16:03:38.312317+0000 mgr.y (mgr.15435) 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-07T16:03:40.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:39 smithi042 bash[24989]: audit 2023-12-07T16:03:39.194785+0000 mon.a (mon.0) 1055 : audit [DBG] from='client.? 172.21.15.42:0/516779762' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-07T16:03:40.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:39 smithi042 bash[30444]: cluster 2023-12-07T16:03:38.312317+0000 mgr.y (mgr.15435) 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-07T16:03:40.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:39 smithi042 bash[30444]: audit 2023-12-07T16:03:39.194785+0000 mon.a (mon.0) 1055 : audit [DBG] from='client.? 172.21.15.42:0/516779762' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-07T16:03:42.208 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:41 smithi178 bash[25068]: cluster 2023-12-07T16:03:40.313491+0000 mgr.y (mgr.15435) 36 : cluster [DBG] pgmap v16: 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-07T16:03:42.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:41 smithi042 bash[24989]: cluster 2023-12-07T16:03:40.313491+0000 mgr.y (mgr.15435) 36 : cluster [DBG] pgmap v16: 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-07T16:03:42.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:41 smithi042 bash[30444]: cluster 2023-12-07T16:03:40.313491+0000 mgr.y (mgr.15435) 36 : cluster [DBG] pgmap v16: 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-07T16:03:42.542 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:42 smithi178 systemd[1]: Stopping Ceph prometheus.a for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:03:42.542 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:42 smithi178 bash[49287]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-prometheus.a 2023-12-07T16:03:42.542 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:42 smithi178 bash[47478]: ts=2023-12-07T16:03:42.325Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-07T16:03:42.542 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:42 smithi178 bash[47478]: ts=2023-12-07T16:03:42.325Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-07T16:03:42.543 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:42 smithi178 bash[47478]: ts=2023-12-07T16:03:42.325Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-07T16:03:42.543 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:42 smithi178 bash[47478]: ts=2023-12-07T16:03:42.325Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-07T16:03:42.543 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:42 smithi178 bash[47478]: ts=2023-12-07T16:03:42.325Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-07T16:03:42.543 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:42 smithi178 bash[47478]: ts=2023-12-07T16:03:42.325Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-07T16:03:42.543 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:42 smithi178 bash[47478]: ts=2023-12-07T16:03:42.325Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-07T16:03:42.543 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:42 smithi178 bash[47478]: ts=2023-12-07T16:03:42.325Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-07T16:03:42.543 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:42 smithi178 bash[47478]: ts=2023-12-07T16:03:42.326Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-07T16:03:42.543 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:42 smithi178 bash[47478]: ts=2023-12-07T16:03:42.326Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-07T16:03:42.543 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:42 smithi178 bash[47478]: ts=2023-12-07T16:03:42.326Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-07T16:03:42.543 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:42 smithi178 bash[47478]: ts=2023-12-07T16:03:42.326Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-07T16:03:43.263 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:43 smithi178 bash[49298]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-prometheus-a 2023-12-07T16:03:43.264 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:43 smithi178 bash[49333]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-prometheus.a 2023-12-07T16:03:43.606 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:43 smithi178 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-07T16:03:43.606 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:43 smithi178 systemd[1]: Stopped Ceph prometheus.a for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:03:43.607 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:43 smithi178 systemd[1]: Started Ceph prometheus.a for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:03:44.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:43 smithi178 bash[25068]: cluster 2023-12-07T16:03:42.314764+0000 mgr.y (mgr.15435) 37 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-07T16:03:44.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:43 smithi178 bash[25068]: audit 2023-12-07T16:03:43.320473+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:44.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:43 smithi178 bash[25068]: audit 2023-12-07T16:03:43.332501+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:44.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:43 smithi178 bash[25068]: audit 2023-12-07T16:03:43.344736+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T16:03:44.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:43 smithi178 bash[25068]: audit 2023-12-07T16:03:43.366109+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:44.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:43 smithi178 bash[25068]: audit 2023-12-07T16:03:43.369495+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T16:03:44.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:43 smithi178 bash[25068]: audit 2023-12-07T16:03:43.373812+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2023-12-07T16:03:44.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:43 smithi178 bash[25068]: audit 2023-12-07T16:03:43.382464+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:44.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:43 smithi178 bash[25068]: audit 2023-12-07T16:03:43.392755+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T16:03:44.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:43 smithi178 bash[25068]: audit 2023-12-07T16:03:43.401988+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:03:44.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:43 smithi042 bash[24989]: cluster 2023-12-07T16:03:42.314764+0000 mgr.y (mgr.15435) 37 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-07T16:03:44.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:43 smithi042 bash[24989]: audit 2023-12-07T16:03:43.320473+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:44.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:43 smithi042 bash[24989]: audit 2023-12-07T16:03:43.332501+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:44.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:43 smithi042 bash[24989]: audit 2023-12-07T16:03:43.344736+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T16:03:44.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:43 smithi042 bash[24989]: audit 2023-12-07T16:03:43.366109+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:44.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:43 smithi042 bash[24989]: audit 2023-12-07T16:03:43.369495+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T16:03:44.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:43 smithi042 bash[24989]: audit 2023-12-07T16:03:43.373812+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2023-12-07T16:03:44.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:43 smithi042 bash[24989]: audit 2023-12-07T16:03:43.382464+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:44.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:43 smithi042 bash[24989]: audit 2023-12-07T16:03:43.392755+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T16:03:44.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:43 smithi042 bash[24989]: audit 2023-12-07T16:03:43.401988+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:03:44.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:43 smithi042 bash[30444]: cluster 2023-12-07T16:03:42.314764+0000 mgr.y (mgr.15435) 37 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-07T16:03:44.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:43 smithi042 bash[30444]: audit 2023-12-07T16:03:43.320473+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:44.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:43 smithi042 bash[30444]: audit 2023-12-07T16:03:43.332501+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:44.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:43 smithi042 bash[30444]: audit 2023-12-07T16:03:43.344736+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T16:03:44.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:43 smithi042 bash[30444]: audit 2023-12-07T16:03:43.366109+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:44.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:43 smithi042 bash[30444]: audit 2023-12-07T16:03:43.369495+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T16:03:44.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:43 smithi042 bash[30444]: audit 2023-12-07T16:03:43.373812+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2023-12-07T16:03:44.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:43 smithi042 bash[30444]: audit 2023-12-07T16:03:43.382464+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:44.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:43 smithi042 bash[30444]: audit 2023-12-07T16:03:43.392755+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T16:03:44.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:43 smithi042 bash[30444]: audit 2023-12-07T16:03:43.401988+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:03:45.223 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:44 smithi178 bash[25068]: audit 2023-12-07T16:03:43.345800+0000 mgr.y (mgr.15435) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T16:03:45.223 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:44 smithi178 bash[25068]: cephadm 2023-12-07T16:03:43.368921+0000 mgr.y (mgr.15435) 39 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.42:5000 to Dashboard 2023-12-07T16:03:45.223 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:44 smithi178 bash[25068]: audit 2023-12-07T16:03:43.370335+0000 mgr.y (mgr.15435) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T16:03:45.223 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:44 smithi178 bash[25068]: audit 2023-12-07T16:03:43.374719+0000 mgr.y (mgr.15435) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2023-12-07T16:03:45.223 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:44 smithi178 bash[25068]: audit 2023-12-07T16:03:43.393906+0000 mgr.y (mgr.15435) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T16:03:45.223 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:44 smithi178 bash[25068]: audit 2023-12-07T16:03:44.427187+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:03:45.223 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[49360]: ts=2023-12-07T16:03:45.220Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-07T16:03:45.224 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[49360]: ts=2023-12-07T16:03:45.220Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-07T16:03:45.224 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[49360]: ts=2023-12-07T16:03:45.220Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-07T16:03:45.224 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[49360]: ts=2023-12-07T16:03:45.220Z 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 smithi178 (none))" 2023-12-07T16:03:45.224 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[49360]: ts=2023-12-07T16:03:45.220Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-07T16:03:45.224 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[49360]: ts=2023-12-07T16:03:45.220Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-07T16:03:45.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:44 smithi042 bash[24989]: audit 2023-12-07T16:03:43.345800+0000 mgr.y (mgr.15435) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T16:03:45.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:44 smithi042 bash[24989]: cephadm 2023-12-07T16:03:43.368921+0000 mgr.y (mgr.15435) 39 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.42:5000 to Dashboard 2023-12-07T16:03:45.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:44 smithi042 bash[24989]: audit 2023-12-07T16:03:43.370335+0000 mgr.y (mgr.15435) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T16:03:45.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:44 smithi042 bash[24989]: audit 2023-12-07T16:03:43.374719+0000 mgr.y (mgr.15435) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2023-12-07T16:03:45.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:44 smithi042 bash[24989]: audit 2023-12-07T16:03:43.393906+0000 mgr.y (mgr.15435) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T16:03:45.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:44 smithi042 bash[24989]: audit 2023-12-07T16:03:44.427187+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:03:45.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:44 smithi042 bash[30444]: audit 2023-12-07T16:03:43.345800+0000 mgr.y (mgr.15435) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T16:03:45.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:44 smithi042 bash[30444]: cephadm 2023-12-07T16:03:43.368921+0000 mgr.y (mgr.15435) 39 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.42:5000 to Dashboard 2023-12-07T16:03:45.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:44 smithi042 bash[30444]: audit 2023-12-07T16:03:43.370335+0000 mgr.y (mgr.15435) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T16:03:45.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:44 smithi042 bash[30444]: audit 2023-12-07T16:03:43.374719+0000 mgr.y (mgr.15435) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi042"}]: dispatch 2023-12-07T16:03:45.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:44 smithi042 bash[30444]: audit 2023-12-07T16:03:43.393906+0000 mgr.y (mgr.15435) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T16:03:45.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:44 smithi042 bash[30444]: audit 2023-12-07T16:03:44.427187+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:03:45.566 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[49360]: ts=2023-12-07T16:03:45.222Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-07T16:03:45.566 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[49360]: ts=2023-12-07T16:03:45.223Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-07T16:03:45.566 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[49360]: ts=2023-12-07T16:03:45.226Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-07T16:03:45.566 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[49360]: ts=2023-12-07T16:03:45.229Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-07T16:03:45.566 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[49360]: ts=2023-12-07T16:03:45.232Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.533875ms 2023-12-07T16:03:45.566 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[49360]: ts=2023-12-07T16:03:45.232Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-07T16:03:45.566 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[49360]: ts=2023-12-07T16:03:45.385Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2023-12-07T16:03:45.856 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[49360]: ts=2023-12-07T16:03:45.673Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2023-12-07T16:03:45.857 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[49360]: ts=2023-12-07T16:03:45.722Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2023-12-07T16:03:45.857 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[49360]: ts=2023-12-07T16:03:45.722Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2023-12-07T16:03:45.857 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[49360]: ts=2023-12-07T16:03:45.722Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=51.287µs wal_replay_duration=490.12358ms total_replay_duration=492.732347ms 2023-12-07T16:03:45.857 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[49360]: ts=2023-12-07T16:03:45.729Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-07T16:03:45.857 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[49360]: ts=2023-12-07T16:03:45.729Z caller=main.go:947 level=info msg="TSDB started" 2023-12-07T16:03:45.857 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[49360]: ts=2023-12-07T16:03:45.729Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-07T16:03:45.857 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[49360]: ts=2023-12-07T16:03:45.761Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=32.197574ms db_storage=1.311µs remote_storage=2.101µs web_handler=661ns query_engine=1.429µs scrape=436.888µs scrape_sd=146.212µs notify=16.711µs notify_sd=15.374µs rules=31.143943ms 2023-12-07T16:03:45.857 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[49360]: ts=2023-12-07T16:03:45.761Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-07T16:03:46.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:45 smithi178 bash[25068]: cluster 2023-12-07T16:03:44.315572+0000 mgr.y (mgr.15435) 43 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-07T16:03:46.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:45 smithi042 bash[24989]: cluster 2023-12-07T16:03:44.315572+0000 mgr.y (mgr.15435) 43 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-07T16:03:46.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:45 smithi042 bash[30444]: cluster 2023-12-07T16:03:44.315572+0000 mgr.y (mgr.15435) 43 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-07T16:03:47.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:46 smithi178 bash[25068]: audit 2023-12-07T16:03:46.428707+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T16:03:47.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:46 smithi178 bash[25068]: audit 2023-12-07T16:03:46.429536+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T16:03:47.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:46 smithi178 bash[25068]: audit 2023-12-07T16:03:46.432034+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T16:03:47.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:46 smithi178 bash[25068]: audit 2023-12-07T16:03:46.434189+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:03:47.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:46 smithi042 bash[24989]: audit 2023-12-07T16:03:46.428707+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T16:03:47.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:46 smithi042 bash[24989]: audit 2023-12-07T16:03:46.429536+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T16:03:47.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:46 smithi042 bash[24989]: audit 2023-12-07T16:03:46.432034+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T16:03:47.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:46 smithi042 bash[24989]: audit 2023-12-07T16:03:46.434189+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:03:47.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:46 smithi042 bash[30444]: audit 2023-12-07T16:03:46.428707+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T16:03:47.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:46 smithi042 bash[30444]: audit 2023-12-07T16:03:46.429536+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T16:03:47.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:46 smithi042 bash[30444]: audit 2023-12-07T16:03:46.432034+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T16:03:47.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:46 smithi042 bash[30444]: audit 2023-12-07T16:03:46.434189+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:03:48.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:47 smithi178 bash[25068]: cluster 2023-12-07T16:03:46.317290+0000 mgr.y (mgr.15435) 44 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:48.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:47 smithi178 bash[25068]: cephadm 2023-12-07T16:03:46.427728+0000 mgr.y (mgr.15435) 45 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-07T16:03:48.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:47 smithi178 bash[25068]: cephadm 2023-12-07T16:03:46.436352+0000 mgr.y (mgr.15435) 46 : cephadm [INF] Deploying daemon mgr.x on smithi178 2023-12-07T16:03:48.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:47 smithi042 bash[24989]: cluster 2023-12-07T16:03:46.317290+0000 mgr.y (mgr.15435) 44 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:48.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:47 smithi042 bash[24989]: cephadm 2023-12-07T16:03:46.427728+0000 mgr.y (mgr.15435) 45 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-07T16:03:48.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:47 smithi042 bash[24989]: cephadm 2023-12-07T16:03:46.436352+0000 mgr.y (mgr.15435) 46 : cephadm [INF] Deploying daemon mgr.x on smithi178 2023-12-07T16:03:48.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:47 smithi042 bash[30444]: cluster 2023-12-07T16:03:46.317290+0000 mgr.y (mgr.15435) 44 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:48.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:47 smithi042 bash[30444]: cephadm 2023-12-07T16:03:46.427728+0000 mgr.y (mgr.15435) 45 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-07T16:03:48.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:47 smithi042 bash[30444]: cephadm 2023-12-07T16:03:46.436352+0000 mgr.y (mgr.15435) 46 : cephadm [INF] Deploying daemon mgr.x on smithi178 2023-12-07T16:03:49.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:49 smithi178 systemd[1]: Stopping Ceph mgr.x for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:03:50.249 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:49 smithi178 bash[49654]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-mgr-x 2023-12-07T16:03:50.250 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:49 smithi178 bash[25068]: cluster 2023-12-07T16:03:48.318049+0000 mgr.y (mgr.15435) 47 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-07T16:03:50.250 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:49 smithi178 bash[25068]: audit 2023-12-07T16:03:48.844755+0000 mgr.y (mgr.15435) 48 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:03:50.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:49 smithi042 bash[24989]: cluster 2023-12-07T16:03:48.318049+0000 mgr.y (mgr.15435) 47 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-07T16:03:50.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:49 smithi042 bash[24989]: audit 2023-12-07T16:03:48.844755+0000 mgr.y (mgr.15435) 48 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:03:50.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:49 smithi042 bash[30444]: cluster 2023-12-07T16:03:48.318049+0000 mgr.y (mgr.15435) 47 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-07T16:03:50.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:49 smithi042 bash[30444]: audit 2023-12-07T16:03:48.844755+0000 mgr.y (mgr.15435) 48 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:03:50.506 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:50 smithi178 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-07T16:03:50.506 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:50 smithi178 bash[49725]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-mgr-x 2023-12-07T16:03:50.506 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:50 smithi178 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-07T16:03:50.507 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:50 smithi178 systemd[1]: Stopped Ceph mgr.x for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:03:50.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:50 smithi178 systemd[1]: Started Ceph mgr.x for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:03:51.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:51 smithi178 bash[49792]: debug 2023-12-07T16:03:51.738+0000 7fa864e4d700 1 -- 172.21.15.178:0/1587414654 <== mon.2 v2:172.21.15.178:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5615422821a0 con 0x561543000c00 2023-12-07T16:03:51.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:51 smithi178 bash[25068]: cluster 2023-12-07T16:03:50.319245+0000 mgr.y (mgr.15435) 49 : cluster [DBG] pgmap v21: 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-07T16:03:51.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:51 smithi178 bash[25068]: audit 2023-12-07T16:03:50.566094+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:51.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:51 smithi178 bash[25068]: audit 2023-12-07T16:03:50.575350+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:51.870 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:51 smithi042 bash[24989]: cluster 2023-12-07T16:03:50.319245+0000 mgr.y (mgr.15435) 49 : cluster [DBG] pgmap v21: 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-07T16:03:51.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:51 smithi042 bash[24989]: audit 2023-12-07T16:03:50.566094+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:51.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:51 smithi042 bash[24989]: audit 2023-12-07T16:03:50.575350+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:51.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:51 smithi042 bash[30444]: cluster 2023-12-07T16:03:50.319245+0000 mgr.y (mgr.15435) 49 : cluster [DBG] pgmap v21: 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-07T16:03:51.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:51 smithi042 bash[30444]: audit 2023-12-07T16:03:50.566094+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:51.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:51 smithi042 bash[30444]: audit 2023-12-07T16:03:50.575350+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:52.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:51 smithi178 bash[49792]: debug 2023-12-07T16:03:51.902+0000 7fa86eff3200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T16:03:53.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:52 smithi178 bash[49792]: debug 2023-12-07T16:03:52.802+0000 7fa86eff3200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T16:03:53.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:52 smithi178 bash[49792]: debug 2023-12-07T16:03:52.902+0000 7fa86eff3200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T16:03:53.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:53 smithi178 bash[49792]: debug 2023-12-07T16:03:53.002+0000 7fa86eff3200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T16:03:53.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:53 smithi178 bash[49792]: debug 2023-12-07T16:03:53.266+0000 7fa86eff3200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T16:03:53.947 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:53 smithi178 bash[49792]: debug 2023-12-07T16:03:53.622+0000 7fa86eff3200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T16:03:53.947 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:53 smithi178 bash[49792]: debug 2023-12-07T16:03:53.782+0000 7fa86eff3200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T16:03:54.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:53 smithi178 bash[25068]: cluster 2023-12-07T16:03:52.320614+0000 mgr.y (mgr.15435) 50 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:54.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:53 smithi178 bash[49792]: debug 2023-12-07T16:03:53.990+0000 7fa86eff3200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T16:03:54.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:53 smithi042 bash[24989]: cluster 2023-12-07T16:03:52.320614+0000 mgr.y (mgr.15435) 50 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:54.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:53 smithi042 bash[30444]: cluster 2023-12-07T16:03:52.320614+0000 mgr.y (mgr.15435) 50 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:54.550 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-12-07T16:03:55.322 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:03:55.322 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (111s) 33s ago 8m 16.4M - 0.23.0 ba2b418f427c fe1b358b85a1 2023-12-07T16:03:55.322 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi178 *:3000 running (65s) 34s ago 8m 42.9M - 8.3.5 dad864ee21e9 3cb0965be645 2023-12-07T16:03:55.322 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.zhjtqu smithi042 starting - - - - 2023-12-07T16:03:55.322 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi178 *:8443,9283,8765 starting - - - - 2023-12-07T16:03:55.322 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (59s) 33s ago 16m 466M - 19.0.0-13-ge6605fb8 104f332cd0a9 6718013de405 2023-12-07T16:03:55.323 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (16m) 33s ago 17m 65.5M 2048M 17.2.0 e1d6a67b021e 68ea120d15f8 2023-12-07T16:03:55.323 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi178 running (15m) 34s ago 15m 56.4M 2048M 17.2.0 e1d6a67b021e ed4d6d59b8a5 2023-12-07T16:03:55.323 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (15m) 33s ago 15m 51.7M 2048M 17.2.0 e1d6a67b021e 885a861e01bc 2023-12-07T16:03:55.323 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (2m) 33s ago 9m 10.7M - 1.3.1 1dbe0e931976 531aa26ab3fd 2023-12-07T16:03:55.323 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi178 *:9100 running (91s) 34s ago 9m 10.6M - 1.3.1 1dbe0e931976 f553be30e56c 2023-12-07T16:03:55.323 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (14m) 33s ago 14m 58.1M 2782M 17.2.0 e1d6a67b021e 15b47f4e60f3 2023-12-07T16:03:55.323 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (13m) 33s ago 13m 61.0M 2782M 17.2.0 e1d6a67b021e 2a28cafd73fe 2023-12-07T16:03:55.323 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (13m) 33s ago 13m 53.5M 2782M 17.2.0 e1d6a67b021e 0785d9773e1b 2023-12-07T16:03:55.323 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (12m) 33s ago 12m 56.7M 2782M 17.2.0 e1d6a67b021e ef87480dafbe 2023-12-07T16:03:55.323 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi178 running (11m) 34s ago 12m 57.1M 3037M 17.2.0 e1d6a67b021e 489e822c6353 2023-12-07T16:03:55.323 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi178 running (11m) 34s ago 11m 55.0M 3037M 17.2.0 e1d6a67b021e b77d6dab08a9 2023-12-07T16:03:55.324 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi178 running (10m) 34s ago 10m 53.2M 3037M 17.2.0 e1d6a67b021e 0c3c794876c3 2023-12-07T16:03:55.324 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi178 running (10m) 34s ago 10m 56.5M 3037M 17.2.0 e1d6a67b021e d54168b8b1ca 2023-12-07T16:03:55.324 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi178 *:9095 starting - - - - 2023-12-07T16:03:55.324 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.hcortj smithi042 *:8000 running (7m) 33s ago 7m 86.9M - 17.2.0 e1d6a67b021e 7b4fbb51c0e4 2023-12-07T16:03:55.324 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi178.qokiza smithi178 *:8000 running (6m) 34s ago 6m 86.7M - 17.2.0 e1d6a67b021e ed4b389a14c0 2023-12-07T16:03:55.324 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.bhilti smithi042 *:80 running (6m) 33s ago 6m 86.6M - 17.2.0 e1d6a67b021e a005b7760f26 2023-12-07T16:03:55.324 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi178.kllngz smithi178 *:80 running (6m) 34s ago 6m 86.4M - 17.2.0 e1d6a67b021e ec7417c26d3d 2023-12-07T16:03:55.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:54 smithi178 bash[49792]: debug 2023-12-07T16:03:54.994+0000 7fa86eff3200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T16:03:55.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:55 smithi178 bash[49792]: debug 2023-12-07T16:03:55.110+0000 7fa86eff3200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T16:03:55.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:55 smithi178 bash[49792]: debug 2023-12-07T16:03:55.226+0000 7fa86eff3200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T16:03:55.806 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:03:55.806 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-12-07T16:03:55.806 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-07T16:03:55.806 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:03:55.806 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-12-07T16:03:55.807 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T16:03:55.807 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:03:55.807 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-12-07T16:03:55.807 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T16:03:55.807 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:03:55.807 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": {}, 2023-12-07T16:03:55.807 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2023-12-07T16:03:55.807 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:03:55.807 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:03:55.807 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-12-07T16:03:55.807 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2023-12-07T16:03:55.807 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T16:03:55.808 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T16:03:55.808 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:03:55.972 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:55 smithi178 bash[49792]: debug 2023-12-07T16:03:55.702+0000 7fa86eff3200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T16:03:55.972 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:55 smithi178 bash[25068]: cluster 2023-12-07T16:03:54.321329+0000 mgr.y (mgr.15435) 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-07T16:03:55.973 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:55 smithi178 bash[25068]: audit 2023-12-07T16:03:54.528027+0000 mgr.y (mgr.15435) 52 : audit [DBG] from='client.15537 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:55.973 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:55 smithi178 bash[25068]: audit 2023-12-07T16:03:54.908010+0000 mgr.y (mgr.15435) 53 : audit [DBG] from='client.15543 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:55.973 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:55 smithi178 bash[25068]: audit 2023-12-07T16:03:55.800820+0000 mon.a (mon.0) 1063 : audit [DBG] from='client.? 172.21.15.42:0/64402194' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:03:56.249 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:03:56.250 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:03:56.250 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-12-07T16:03:56.250 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T16:03:56.250 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [], 2023-12-07T16:03:56.250 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "", 2023-12-07T16:03:56.250 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading mgr daemons", 2023-12-07T16:03:56.250 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-12-07T16:03:56.250 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:03:56.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:55 smithi178 bash[49792]: debug 2023-12-07T16:03:55.946+0000 7fa86eff3200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T16:03:56.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:55 smithi042 bash[24989]: cluster 2023-12-07T16:03:54.321329+0000 mgr.y (mgr.15435) 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-07T16:03:56.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:55 smithi042 bash[24989]: audit 2023-12-07T16:03:54.528027+0000 mgr.y (mgr.15435) 52 : audit [DBG] from='client.15537 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:56.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:55 smithi042 bash[24989]: audit 2023-12-07T16:03:54.908010+0000 mgr.y (mgr.15435) 53 : audit [DBG] from='client.15543 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:56.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:55 smithi042 bash[24989]: audit 2023-12-07T16:03:55.800820+0000 mon.a (mon.0) 1063 : audit [DBG] from='client.? 172.21.15.42:0/64402194' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:03:56.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:55 smithi042 bash[30444]: cluster 2023-12-07T16:03:54.321329+0000 mgr.y (mgr.15435) 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-07T16:03:56.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:55 smithi042 bash[30444]: audit 2023-12-07T16:03:54.528027+0000 mgr.y (mgr.15435) 52 : audit [DBG] from='client.15537 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:56.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:55 smithi042 bash[30444]: audit 2023-12-07T16:03:54.908010+0000 mgr.y (mgr.15435) 53 : audit [DBG] from='client.15543 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:56.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:55 smithi042 bash[30444]: audit 2023-12-07T16:03:55.800820+0000 mon.a (mon.0) 1063 : audit [DBG] from='client.? 172.21.15.42:0/64402194' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:03:56.715 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-12-07T16:03:56.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:56 smithi178 bash[49792]: debug 2023-12-07T16:03:56.442+0000 7fa86eff3200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T16:03:57.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:56 smithi178 bash[49792]: debug 2023-12-07T16:03:56.978+0000 7fa86eff3200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T16:03:57.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:56 smithi178 bash[25068]: audit 2023-12-07T16:03:55.288771+0000 mgr.y (mgr.15435) 54 : audit [DBG] from='client.25444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:57.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:56 smithi178 bash[25068]: audit 2023-12-07T16:03:56.709742+0000 mon.c (mon.1) 79 : audit [DBG] from='client.? 172.21.15.42:0/1062708826' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:03:57.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:56 smithi178 bash[25068]: audit 2023-12-07T16:03:56.904205+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:57.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:56 smithi178 bash[25068]: audit 2023-12-07T16:03:56.917166+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:57.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:56 smithi042 bash[24989]: audit 2023-12-07T16:03:55.288771+0000 mgr.y (mgr.15435) 54 : audit [DBG] from='client.25444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:57.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:56 smithi042 bash[24989]: audit 2023-12-07T16:03:56.709742+0000 mon.c (mon.1) 79 : audit [DBG] from='client.? 172.21.15.42:0/1062708826' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:03:57.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:56 smithi042 bash[24989]: audit 2023-12-07T16:03:56.904205+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:57.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:56 smithi042 bash[24989]: audit 2023-12-07T16:03:56.917166+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:57.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:56 smithi042 bash[30444]: audit 2023-12-07T16:03:55.288771+0000 mgr.y (mgr.15435) 54 : audit [DBG] from='client.25444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:57.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:56 smithi042 bash[30444]: audit 2023-12-07T16:03:56.709742+0000 mon.c (mon.1) 79 : audit [DBG] from='client.? 172.21.15.42:0/1062708826' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:03:57.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:56 smithi042 bash[30444]: audit 2023-12-07T16:03:56.904205+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:57.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:56 smithi042 bash[30444]: audit 2023-12-07T16:03:56.917166+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:57.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:57 smithi178 bash[49792]: debug 2023-12-07T16:03:57.582+0000 7fa86eff3200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T16:03:57.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:57 smithi178 bash[49792]: debug 2023-12-07T16:03:57.702+0000 7fa86eff3200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T16:03:58.339 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:58 smithi178 bash[49792]: debug 2023-12-07T16:03:58.070+0000 7fa86eff3200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T16:03:58.339 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:58 smithi178 bash[49792]: debug 2023-12-07T16:03:58.186+0000 7fa86eff3200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T16:03:58.340 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:57 smithi178 bash[25068]: audit 2023-12-07T16:03:56.244228+0000 mgr.y (mgr.15435) 55 : audit [DBG] from='client.15561 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:58.340 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:57 smithi178 bash[25068]: cluster 2023-12-07T16:03:56.322454+0000 mgr.y (mgr.15435) 56 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:58.340 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:57 smithi178 bash[25068]: audit 2023-12-07T16:03:57.152142+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:58.340 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:57 smithi178 bash[25068]: audit 2023-12-07T16:03:57.166540+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:58.340 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:57 smithi178 bash[25068]: audit 2023-12-07T16:03:57.914856+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:58.340 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:57 smithi178 bash[25068]: audit 2023-12-07T16:03:57.928127+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:58.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:57 smithi042 bash[24989]: audit 2023-12-07T16:03:56.244228+0000 mgr.y (mgr.15435) 55 : audit [DBG] from='client.15561 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:58.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:57 smithi042 bash[24989]: cluster 2023-12-07T16:03:56.322454+0000 mgr.y (mgr.15435) 56 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:58.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:57 smithi042 bash[24989]: audit 2023-12-07T16:03:57.152142+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:58.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:57 smithi042 bash[24989]: audit 2023-12-07T16:03:57.166540+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:58.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:57 smithi042 bash[24989]: audit 2023-12-07T16:03:57.914856+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:58.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:57 smithi042 bash[24989]: audit 2023-12-07T16:03:57.928127+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:58.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:57 smithi042 bash[30444]: audit 2023-12-07T16:03:56.244228+0000 mgr.y (mgr.15435) 55 : audit [DBG] from='client.15561 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:58.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:57 smithi042 bash[30444]: cluster 2023-12-07T16:03:56.322454+0000 mgr.y (mgr.15435) 56 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:58.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:57 smithi042 bash[30444]: audit 2023-12-07T16:03:57.152142+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:58.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:57 smithi042 bash[30444]: audit 2023-12-07T16:03:57.166540+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:58.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:57 smithi042 bash[30444]: audit 2023-12-07T16:03:57.914856+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:58.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:57 smithi042 bash[30444]: audit 2023-12-07T16:03:57.928127+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:03:58.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:58 smithi178 bash[49792]: debug 2023-12-07T16:03:58.334+0000 7fa86eff3200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T16:03:58.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:58 smithi178 bash[49792]: debug 2023-12-07T16:03:58.450+0000 7fa86eff3200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T16:03:58.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:58 smithi178 bash[49792]: debug 2023-12-07T16:03:58.574+0000 7fa86eff3200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T16:03:59.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:58 smithi178 bash[49792]: debug 2023-12-07T16:03:58.766+0000 7fa86eff3200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T16:03:59.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:03:58 smithi178 bash[49792]: debug 2023-12-07T16:03:58.886+0000 7fa86eff3200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T16:04:00.253 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:59 smithi178 bash[25068]: cluster 2023-12-07T16:03:58.323175+0000 mgr.y (mgr.15435) 57 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:04:00.253 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:59 smithi178 bash[25068]: audit 2023-12-07T16:03:58.856030+0000 mgr.y (mgr.15435) 58 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:04:00.253 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:03:59 smithi178 bash[25068]: audit 2023-12-07T16:03:59.427534+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:04:00.253 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:00 smithi178 bash[49792]: debug 2023-12-07T16:04:00.118+0000 7fa86eff3200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T16:04:00.254 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:00 smithi178 bash[49792]: [07/Dec/2023:16:04:00] ENGINE Bus STARTING 2023-12-07T16:04:00.370 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:00 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:04:00] "GET /metrics HTTP/1.1" 200 38150 "" "Prometheus/2.33.4" 2023-12-07T16:04:00.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:59 smithi042 bash[24989]: cluster 2023-12-07T16:03:58.323175+0000 mgr.y (mgr.15435) 57 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:04:00.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:59 smithi042 bash[24989]: audit 2023-12-07T16:03:58.856030+0000 mgr.y (mgr.15435) 58 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:04:00.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:03:59 smithi042 bash[24989]: audit 2023-12-07T16:03:59.427534+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:04:00.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:59 smithi042 bash[30444]: cluster 2023-12-07T16:03:58.323175+0000 mgr.y (mgr.15435) 57 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:04:00.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:59 smithi042 bash[30444]: audit 2023-12-07T16:03:58.856030+0000 mgr.y (mgr.15435) 58 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:04:00.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:03:59 smithi042 bash[30444]: audit 2023-12-07T16:03:59.427534+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:04:00.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:00 smithi178 bash[49792]: CherryPy Checker: 2023-12-07T16:04:00.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:00 smithi178 bash[49792]: The Application mounted at '' has an empty config. 2023-12-07T16:04:00.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:00 smithi178 bash[49792]: [07/Dec/2023:16:04:00] ENGINE Serving on http://:::9283 2023-12-07T16:04:00.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:00 smithi178 bash[49792]: [07/Dec/2023:16:04:00] ENGINE Bus STARTED 2023-12-07T16:04:01.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:00 smithi178 bash[25068]: cluster 2023-12-07T16:04:00.138835+0000 mon.a (mon.0) 1070 : cluster [DBG] Standby manager daemon x restarted 2023-12-07T16:04:01.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:00 smithi178 bash[25068]: cluster 2023-12-07T16:04:00.139080+0000 mon.a (mon.0) 1071 : cluster [DBG] Standby manager daemon x started 2023-12-07T16:04:01.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:00 smithi178 bash[25068]: audit 2023-12-07T16:04:00.142718+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.? 172.21.15.178:0/3251961721' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T16:04:01.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:00 smithi178 bash[25068]: audit 2023-12-07T16:04:00.144869+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.? 172.21.15.178:0/3251961721' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T16:04:01.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:00 smithi178 bash[25068]: audit 2023-12-07T16:04:00.148795+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.? 172.21.15.178:0/3251961721' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T16:04:01.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:00 smithi178 bash[25068]: audit 2023-12-07T16:04:00.149647+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.? 172.21.15.178:0/3251961721' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T16:04:01.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:00 smithi042 bash[24989]: cluster 2023-12-07T16:04:00.138835+0000 mon.a (mon.0) 1070 : cluster [DBG] Standby manager daemon x restarted 2023-12-07T16:04:01.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:00 smithi042 bash[24989]: cluster 2023-12-07T16:04:00.139080+0000 mon.a (mon.0) 1071 : cluster [DBG] Standby manager daemon x started 2023-12-07T16:04:01.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:00 smithi042 bash[24989]: audit 2023-12-07T16:04:00.142718+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.? 172.21.15.178:0/3251961721' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T16:04:01.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:00 smithi042 bash[24989]: audit 2023-12-07T16:04:00.144869+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.? 172.21.15.178:0/3251961721' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T16:04:01.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:00 smithi042 bash[24989]: audit 2023-12-07T16:04:00.148795+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.? 172.21.15.178:0/3251961721' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T16:04:01.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:00 smithi042 bash[24989]: audit 2023-12-07T16:04:00.149647+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.? 172.21.15.178:0/3251961721' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T16:04:01.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:00 smithi042 bash[30444]: cluster 2023-12-07T16:04:00.138835+0000 mon.a (mon.0) 1070 : cluster [DBG] Standby manager daemon x restarted 2023-12-07T16:04:01.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:00 smithi042 bash[30444]: cluster 2023-12-07T16:04:00.139080+0000 mon.a (mon.0) 1071 : cluster [DBG] Standby manager daemon x started 2023-12-07T16:04:01.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:00 smithi042 bash[30444]: audit 2023-12-07T16:04:00.142718+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.? 172.21.15.178:0/3251961721' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T16:04:01.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:00 smithi042 bash[30444]: audit 2023-12-07T16:04:00.144869+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.? 172.21.15.178:0/3251961721' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T16:04:01.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:00 smithi042 bash[30444]: audit 2023-12-07T16:04:00.148795+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.? 172.21.15.178:0/3251961721' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T16:04:01.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:00 smithi042 bash[30444]: audit 2023-12-07T16:04:00.149647+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.? 172.21.15.178:0/3251961721' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T16:04:02.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:01 smithi178 bash[25068]: cluster 2023-12-07T16:04:00.324576+0000 mgr.y (mgr.15435) 59 : cluster [DBG] pgmap v26: 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-07T16:04:02.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:01 smithi178 bash[25068]: cluster 2023-12-07T16:04:00.994397+0000 mon.a (mon.0) 1072 : cluster [DBG] mgrmap e34: y(active, since 47s), standbys: x 2023-12-07T16:04:02.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:01 smithi042 bash[24989]: cluster 2023-12-07T16:04:00.324576+0000 mgr.y (mgr.15435) 59 : cluster [DBG] pgmap v26: 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-07T16:04:02.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:01 smithi042 bash[24989]: cluster 2023-12-07T16:04:00.994397+0000 mon.a (mon.0) 1072 : cluster [DBG] mgrmap e34: y(active, since 47s), standbys: x 2023-12-07T16:04:02.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:01 smithi042 bash[30444]: cluster 2023-12-07T16:04:00.324576+0000 mgr.y (mgr.15435) 59 : cluster [DBG] pgmap v26: 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-07T16:04:02.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:01 smithi042 bash[30444]: cluster 2023-12-07T16:04:00.994397+0000 mon.a (mon.0) 1072 : cluster [DBG] mgrmap e34: y(active, since 47s), standbys: x 2023-12-07T16:04:04.279 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:03 smithi178 bash[25068]: cluster 2023-12-07T16:04:02.325801+0000 mgr.y (mgr.15435) 60 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:04:04.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:03 smithi042 bash[24989]: cluster 2023-12-07T16:04:02.325801+0000 mgr.y (mgr.15435) 60 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:04:04.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:03 smithi042 bash[30444]: cluster 2023-12-07T16:04:02.325801+0000 mgr.y (mgr.15435) 60 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:04:06.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:05 smithi178 bash[25068]: cluster 2023-12-07T16:04:04.326515+0000 mgr.y (mgr.15435) 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-07T16:04:06.370 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:05 smithi042 bash[24989]: cluster 2023-12-07T16:04:04.326515+0000 mgr.y (mgr.15435) 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-07T16:04:06.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:05 smithi042 bash[30444]: cluster 2023-12-07T16:04:04.326515+0000 mgr.y (mgr.15435) 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-07T16:04:08.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:08 smithi178 bash[25068]: cluster 2023-12-07T16:04:06.328261+0000 mgr.y (mgr.15435) 62 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:04:08.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:08 smithi178 bash[25068]: audit 2023-12-07T16:04:07.939000+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:04:08.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:08 smithi178 bash[25068]: audit 2023-12-07T16:04:07.951347+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:04:08.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:08 smithi178 bash[25068]: audit 2023-12-07T16:04:07.956496+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:04:08.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:08 smithi178 bash[25068]: audit 2023-12-07T16:04:07.958289+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:04:08.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:08 smithi178 bash[25068]: audit 2023-12-07T16:04:07.969075+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:04:08.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:08 smithi042 bash[30444]: cluster 2023-12-07T16:04:06.328261+0000 mgr.y (mgr.15435) 62 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:04:08.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:08 smithi042 bash[30444]: audit 2023-12-07T16:04:07.939000+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:04:08.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:08 smithi042 bash[30444]: audit 2023-12-07T16:04:07.951347+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:04:08.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:08 smithi042 bash[30444]: audit 2023-12-07T16:04:07.956496+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:04:08.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:08 smithi042 bash[30444]: audit 2023-12-07T16:04:07.958289+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:04:08.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:08 smithi042 bash[30444]: audit 2023-12-07T16:04:07.969075+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:04:08.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:07 smithi042 bash[24989]: cluster 2023-12-07T16:04:06.328261+0000 mgr.y (mgr.15435) 62 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:04:08.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:07 smithi042 bash[24989]: audit 2023-12-07T16:04:07.939000+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:04:08.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:07 smithi042 bash[24989]: audit 2023-12-07T16:04:07.951347+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:04:08.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:08 smithi042 bash[24989]: audit 2023-12-07T16:04:07.956496+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:04:08.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:08 smithi042 bash[24989]: audit 2023-12-07T16:04:07.958289+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:04:08.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:08 smithi042 bash[24989]: audit 2023-12-07T16:04:07.969075+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:04:09.008 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:04:08 smithi178 bash[49360]: ts=2023-12-07T16:04: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.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:04:09.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:09 smithi178 bash[25068]: audit 2023-12-07T16:04:08.056970+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:04:09.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:09 smithi178 bash[25068]: audit 2023-12-07T16:04:08.061981+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:04:09.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:09 smithi178 bash[25068]: audit 2023-12-07T16:04:08.071986+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:04:09.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:09 smithi178 bash[25068]: audit 2023-12-07T16:04:08.076581+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-07T16:04:09.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:09 smithi178 bash[25068]: audit 2023-12-07T16:04:08.077394+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-07T16:04:09.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:09 smithi178 bash[25068]: audit 2023-12-07T16:04:08.083990+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-07T16:04:09.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:09 smithi178 bash[25068]: audit 2023-12-07T16:04:08.087217+0000 mon.c (mon.1) 90 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-07T16:04:09.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:09 smithi178 bash[25068]: audit 2023-12-07T16:04:08.087742+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-07T16:04:09.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:09 smithi178 bash[25068]: audit 2023-12-07T16:04:08.093660+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-07T16:04:09.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:09 smithi178 bash[25068]: audit 2023-12-07T16:04:08.097637+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-07T16:04:09.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:09 smithi178 bash[25068]: audit 2023-12-07T16:04:08.099279+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-07T16:04:09.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:09 smithi042 bash[24989]: audit 2023-12-07T16:04:08.056970+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:04:09.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:09 smithi042 bash[24989]: audit 2023-12-07T16:04:08.061981+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:04:09.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:09 smithi042 bash[24989]: audit 2023-12-07T16:04:08.071986+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:04:09.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:09 smithi042 bash[24989]: audit 2023-12-07T16:04:08.076581+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-07T16:04:09.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:09 smithi042 bash[24989]: audit 2023-12-07T16:04:08.077394+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-07T16:04:09.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:09 smithi042 bash[24989]: audit 2023-12-07T16:04:08.083990+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-07T16:04:09.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:09 smithi042 bash[24989]: audit 2023-12-07T16:04:08.087217+0000 mon.c (mon.1) 90 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-07T16:04:09.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:09 smithi042 bash[24989]: audit 2023-12-07T16:04:08.087742+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-07T16:04:09.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:09 smithi042 bash[24989]: audit 2023-12-07T16:04:08.093660+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-07T16:04:09.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:09 smithi042 bash[24989]: audit 2023-12-07T16:04:08.097637+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-07T16:04:09.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:09 smithi042 bash[24989]: audit 2023-12-07T16:04:08.099279+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-07T16:04:09.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:09 smithi042 bash[30444]: audit 2023-12-07T16:04:08.056970+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:04:09.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:09 smithi042 bash[30444]: audit 2023-12-07T16:04:08.061981+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:04:09.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:09 smithi042 bash[30444]: audit 2023-12-07T16:04:08.071986+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:04:09.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:09 smithi042 bash[30444]: audit 2023-12-07T16:04:08.076581+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-07T16:04:09.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:09 smithi042 bash[30444]: audit 2023-12-07T16:04:08.077394+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-07T16:04:09.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:09 smithi042 bash[30444]: audit 2023-12-07T16:04:08.083990+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-07T16:04:09.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:09 smithi042 bash[30444]: audit 2023-12-07T16:04:08.087217+0000 mon.c (mon.1) 90 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-07T16:04:09.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:09 smithi042 bash[30444]: audit 2023-12-07T16:04:08.087742+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-07T16:04:09.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:09 smithi042 bash[30444]: audit 2023-12-07T16:04:08.093660+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.15435 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-07T16:04:09.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:09 smithi042 bash[30444]: audit 2023-12-07T16:04:08.097637+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-07T16:04:09.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:09 smithi042 bash[30444]: audit 2023-12-07T16:04:08.099279+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-07T16:04:10.100 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:10 smithi042 bash[24989]: cephadm 2023-12-07T16:04:08.064042+0000 mgr.y (mgr.15435) 63 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-07T16:04:10.100 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:10 smithi042 bash[24989]: cephadm 2023-12-07T16:04:08.100434+0000 mgr.y (mgr.15435) 64 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-07T16:04:10.101 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:10 smithi042 bash[24989]: cluster 2023-12-07T16:04:08.329075+0000 mgr.y (mgr.15435) 65 : 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-07T16:04:10.101 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:10 smithi042 bash[24989]: audit 2023-12-07T16:04:08.865753+0000 mgr.y (mgr.15435) 66 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:04:10.101 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:10 smithi042 bash[30444]: cephadm 2023-12-07T16:04:08.064042+0000 mgr.y (mgr.15435) 63 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-07T16:04:10.101 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:10 smithi042 bash[30444]: cephadm 2023-12-07T16:04:08.100434+0000 mgr.y (mgr.15435) 64 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-07T16:04:10.101 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:10 smithi042 bash[30444]: cluster 2023-12-07T16:04:08.329075+0000 mgr.y (mgr.15435) 65 : 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-07T16:04:10.101 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:10 smithi042 bash[30444]: audit 2023-12-07T16:04:08.865753+0000 mgr.y (mgr.15435) 66 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:04:10.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:10 smithi178 bash[25068]: cephadm 2023-12-07T16:04:08.064042+0000 mgr.y (mgr.15435) 63 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-07T16:04:10.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:10 smithi178 bash[25068]: cephadm 2023-12-07T16:04:08.100434+0000 mgr.y (mgr.15435) 64 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-07T16:04:10.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:10 smithi178 bash[25068]: cluster 2023-12-07T16:04:08.329075+0000 mgr.y (mgr.15435) 65 : 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-07T16:04:10.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:10 smithi178 bash[25068]: audit 2023-12-07T16:04:08.865753+0000 mgr.y (mgr.15435) 66 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:04:10.370 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:10 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:04:10] "GET /metrics HTTP/1.1" 200 38150 "" "Prometheus/2.33.4" 2023-12-07T16:04:11.660 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:11 smithi042 bash[30444]: cluster 2023-12-07T16:04:10.330354+0000 mgr.y (mgr.15435) 67 : cluster [DBG] pgmap v31: 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-07T16:04:11.660 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:11 smithi042 bash[30444]: cephadm 2023-12-07T16:04:10.370093+0000 mgr.y (mgr.15435) 68 : cephadm [INF] Upgrade: Updating mon.a 2023-12-07T16:04:11.660 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:11 smithi042 bash[30444]: audit 2023-12-07T16:04:10.382912+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:04:11.660 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:11 smithi042 bash[30444]: audit 2023-12-07T16:04:10.384516+0000 mon.c (mon.1) 93 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T16:04:11.660 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:11 smithi042 bash[30444]: audit 2023-12-07T16:04:10.385683+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T16:04:11.660 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:11 smithi042 bash[30444]: audit 2023-12-07T16:04:10.386679+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:04:11.660 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:11 smithi042 bash[30444]: cephadm 2023-12-07T16:04:10.388000+0000 mgr.y (mgr.15435) 69 : cephadm [INF] Deploying daemon mon.a on smithi042 2023-12-07T16:04:11.661 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:11 smithi042 bash[24989]: cluster 2023-12-07T16:04:10.330354+0000 mgr.y (mgr.15435) 67 : cluster [DBG] pgmap v31: 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-07T16:04:11.661 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:11 smithi042 bash[24989]: cephadm 2023-12-07T16:04:10.370093+0000 mgr.y (mgr.15435) 68 : cephadm [INF] Upgrade: Updating mon.a 2023-12-07T16:04:11.661 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:11 smithi042 bash[24989]: audit 2023-12-07T16:04:10.382912+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:04:11.661 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:11 smithi042 bash[24989]: audit 2023-12-07T16:04:10.384516+0000 mon.c (mon.1) 93 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T16:04:11.661 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:11 smithi042 bash[24989]: audit 2023-12-07T16:04:10.385683+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T16:04:11.661 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:11 smithi042 bash[24989]: audit 2023-12-07T16:04:10.386679+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:04:11.661 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:11 smithi042 bash[24989]: cephadm 2023-12-07T16:04:10.388000+0000 mgr.y (mgr.15435) 69 : cephadm [INF] Deploying daemon mon.a on smithi042 2023-12-07T16:04:11.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:11 smithi178 bash[25068]: cluster 2023-12-07T16:04:10.330354+0000 mgr.y (mgr.15435) 67 : cluster [DBG] pgmap v31: 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-07T16:04:11.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:11 smithi178 bash[25068]: cephadm 2023-12-07T16:04:10.370093+0000 mgr.y (mgr.15435) 68 : cephadm [INF] Upgrade: Updating mon.a 2023-12-07T16:04:11.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:11 smithi178 bash[25068]: audit 2023-12-07T16:04:10.382912+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.15435 ' entity='mgr.y' 2023-12-07T16:04:11.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:11 smithi178 bash[25068]: audit 2023-12-07T16:04:10.384516+0000 mon.c (mon.1) 93 : audit [INF] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T16:04:11.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:11 smithi178 bash[25068]: audit 2023-12-07T16:04:10.385683+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T16:04:11.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:11 smithi178 bash[25068]: audit 2023-12-07T16:04:10.386679+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:04:11.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:11 smithi178 bash[25068]: cephadm 2023-12-07T16:04:10.388000+0000 mgr.y (mgr.15435) 69 : cephadm [INF] Deploying daemon mon.a on smithi042 2023-12-07T16:04:13.037 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:12 smithi042 systemd[1]: Stopping Ceph mon.a for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:04:13.312 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:13 smithi042 bash[24989]: debug 2023-12-07T16:04:13.024+0000 7fce6abe3700 -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-07T16:04:13.312 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:13 smithi042 bash[24989]: debug 2023-12-07T16:04:13.024+0000 7fce6abe3700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-12-07T16:04:14.120 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:13 smithi042 bash[64340]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-mon-a 2023-12-07T16:04:14.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:13 smithi042 bash[64412]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-mon-a 2023-12-07T16:04:14.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:13 smithi042 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-07T16:04:14.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:13 smithi042 systemd[1]: Stopped Ceph mon.a for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:04:14.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:14 smithi042 systemd[1]: Started Ceph mon.a for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:04:15.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.180+0000 7f939c3cdc80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-07T16:04:15.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.180+0000 7f939c3cdc80 0 ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev), process ceph-mon, pid 7 2023-12-07T16:04:15.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.180+0000 7f939c3cdc80 0 pidfile_write: ignore empty --pid-file 2023-12-07T16:04:15.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 0 load: jerasure load: lrc 2023-12-07T16:04:15.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: RocksDB version: 7.9.2 2023-12-07T16:04:15.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Git sha 0 2023-12-07T16:04:15.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Compile date 2023-12-05 09:15:47 2023-12-07T16:04:15.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: DB SUMMARY 2023-12-07T16:04:15.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: DB Session ID: I44116ZEQRXLG0ISV6SP 2023-12-07T16:04:15.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: CURRENT file: CURRENT 2023-12-07T16:04:15.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-07T16:04:15.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: MANIFEST file: MANIFEST-000015 size: 1338 Bytes 2023-12-07T16:04:15.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000036.sst 2023-12-07T16:04:15.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000034.log size: 238840 ; 2023-12-07T16:04:15.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.error_if_exists: 0 2023-12-07T16:04:15.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.create_if_missing: 0 2023-12-07T16:04:15.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.paranoid_checks: 1 2023-12-07T16:04:15.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-07T16:04:15.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-07T16:04:15.374 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-07T16:04:15.374 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.env: 0x55b1b9d46a60 2023-12-07T16:04:15.374 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-07T16:04:15.374 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.info_log: 0x55b1ba949760 2023-12-07T16:04:15.374 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-07T16:04:15.374 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.statistics: (nil) 2023-12-07T16:04:15.374 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.use_fsync: 0 2023-12-07T16:04:15.374 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_log_file_size: 0 2023-12-07T16:04:15.374 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-07T16:04:15.374 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-07T16:04:15.375 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-07T16:04:15.375 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-07T16:04:15.375 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.allow_fallocate: 1 2023-12-07T16:04:15.375 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-07T16:04:15.375 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-07T16:04:15.375 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.use_direct_reads: 0 2023-12-07T16:04:15.375 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-07T16:04:15.375 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-07T16:04:15.375 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.db_log_dir: 2023-12-07T16:04:15.375 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.wal_dir: 2023-12-07T16:04:15.375 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-07T16:04:15.376 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-07T16:04:15.376 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-07T16:04:15.376 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-07T16:04:15.376 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-07T16:04:15.376 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-07T16:04:15.376 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-07T16:04:15.376 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-07T16:04:15.376 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.write_buffer_manager: 0x55b1ba91cf00 2023-12-07T16:04:15.376 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-07T16:04:15.376 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-07T16:04:15.376 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-07T16:04:15.376 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-07T16:04:15.377 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-07T16:04:15.377 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-07T16:04:15.378 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-07T16:04:15.378 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-07T16:04:15.379 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.unordered_write: 0 2023-12-07T16:04:15.379 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-07T16:04:15.379 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-07T16:04:15.379 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-07T16:04:15.379 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-07T16:04:15.379 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.row_cache: None 2023-12-07T16:04:15.379 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.wal_filter: None 2023-12-07T16:04:15.379 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-07T16:04:15.379 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-07T16:04:15.379 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.two_write_queues: 0 2023-12-07T16:04:15.379 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-07T16:04:15.379 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.wal_compression: 0 2023-12-07T16:04:15.380 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.atomic_flush: 0 2023-12-07T16:04:15.380 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-07T16:04:15.380 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-07T16:04:15.380 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-07T16:04:15.380 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.log_readahead_size: 0 2023-12-07T16:04:15.380 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-07T16:04:15.380 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-07T16:04:15.380 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-07T16:04:15.380 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-07T16:04:15.380 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-07T16:04:15.380 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-07T16:04:15.380 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-07T16:04:15.380 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_background_jobs: 2 2023-12-07T16:04:15.381 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_background_compactions: -1 2023-12-07T16:04:15.381 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_subcompactions: 1 2023-12-07T16:04:15.381 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-07T16:04:15.381 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-07T16:04:15.381 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-07T16:04:15.381 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-07T16:04:15.381 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-07T16:04:15.381 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-07T16:04:15.381 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-07T16:04:15.381 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-07T16:04:15.381 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_open_files: -1 2023-12-07T16:04:15.382 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-07T16:04:15.382 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-07T16:04:15.382 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-07T16:04:15.382 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-07T16:04:15.382 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_background_flushes: -1 2023-12-07T16:04:15.382 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Compression algorithms supported: 2023-12-07T16:04:15.382 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-07T16:04:15.382 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: kZSTD supported: 0 2023-12-07T16:04:15.382 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: kXpressCompression supported: 0 2023-12-07T16:04:15.382 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-07T16:04:15.382 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: kZlibCompression supported: 1 2023-12-07T16:04:15.382 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: kSnappyCompression supported: 1 2023-12-07T16:04:15.382 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: kLZ4Compression supported: 1 2023-12-07T16:04:15.383 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: kBZip2Compression supported: 0 2023-12-07T16:04:15.383 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-07T16:04:15.383 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-07T16:04:15.383 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2023-12-07T16:04:15.383 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-07T16:04:15.383 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-07T16:04:15.383 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.merge_operator: 2023-12-07T16:04:15.383 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compaction_filter: None 2023-12-07T16:04:15.383 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-07T16:04:15.383 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-07T16:04:15.383 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-07T16:04:15.384 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-07T16:04:15.384 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b1ba9498a0) 2023-12-07T16:04:15.384 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: cache_index_and_filter_blocks: 1 2023-12-07T16:04:15.384 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-07T16:04:15.384 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-07T16:04:15.384 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: pin_top_level_index_and_filter: 1 2023-12-07T16:04:15.384 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: index_type: 0 2023-12-07T16:04:15.384 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: data_block_index_type: 0 2023-12-07T16:04:15.384 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: index_shortening: 1 2023-12-07T16:04:15.384 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: data_block_hash_table_util_ratio: 0.750000 2023-12-07T16:04:15.384 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: checksum: 4 2023-12-07T16:04:15.384 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: no_block_cache: 0 2023-12-07T16:04:15.385 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: block_cache: 0x55b1ba99d090 2023-12-07T16:04:15.385 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: block_cache_name: BinnedLRUCache 2023-12-07T16:04:15.385 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: block_cache_options: 2023-12-07T16:04:15.385 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: capacity : 536870912 2023-12-07T16:04:15.385 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: num_shard_bits : 4 2023-12-07T16:04:15.385 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: strict_capacity_limit : 0 2023-12-07T16:04:15.385 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: high_pri_pool_ratio: 0.000 2023-12-07T16:04:15.385 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: block_cache_compressed: (nil) 2023-12-07T16:04:15.385 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: persistent_cache: (nil) 2023-12-07T16:04:15.385 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: block_size: 4096 2023-12-07T16:04:15.385 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: block_size_deviation: 10 2023-12-07T16:04:15.385 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: block_restart_interval: 16 2023-12-07T16:04:15.386 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: index_block_restart_interval: 1 2023-12-07T16:04:15.386 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: metadata_block_size: 4096 2023-12-07T16:04:15.386 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: partition_filters: 0 2023-12-07T16:04:15.386 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: use_delta_encoding: 1 2023-12-07T16:04:15.386 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: filter_policy: bloomfilter 2023-12-07T16:04:15.386 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: whole_key_filtering: 1 2023-12-07T16:04:15.386 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: verify_compression: 0 2023-12-07T16:04:15.386 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: read_amp_bytes_per_bit: 0 2023-12-07T16:04:15.386 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: format_version: 5 2023-12-07T16:04:15.386 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: enable_index_compression: 1 2023-12-07T16:04:15.386 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: block_align: 0 2023-12-07T16:04:15.386 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: max_auto_readahead_size: 262144 2023-12-07T16:04:15.387 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: prepopulate_block_cache: 0 2023-12-07T16:04:15.387 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: initial_auto_readahead_size: 8192 2023-12-07T16:04:15.387 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: num_file_reads_for_auto_readahead: 2 2023-12-07T16:04:15.387 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-07T16:04:15.387 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-07T16:04:15.387 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compression: NoCompression 2023-12-07T16:04:15.387 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-07T16:04:15.387 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-07T16:04:15.387 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-07T16:04:15.387 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.num_levels: 7 2023-12-07T16:04:15.387 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-07T16:04:15.387 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-07T16:04:15.387 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-07T16:04:15.388 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-07T16:04:15.388 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-07T16:04:15.388 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-07T16:04:15.388 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-07T16:04:15.388 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-07T16:04:15.388 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-07T16:04:15.388 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-07T16:04:15.388 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-07T16:04:15.388 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-07T16:04:15.388 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-07T16:04:15.388 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-07T16:04:15.388 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-07T16:04:15.388 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-07T16:04:15.389 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-07T16:04:15.389 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-07T16:04:15.389 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-07T16:04:15.389 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-07T16:04:15.389 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-07T16:04:15.389 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-07T16:04:15.389 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-07T16:04:15.389 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-07T16:04:15.389 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-07T16:04:15.389 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-07T16:04:15.389 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-07T16:04:15.389 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-07T16:04:15.389 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-07T16:04:15.390 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-07T16:04:15.390 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-07T16:04:15.390 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-07T16:04:15.390 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-07T16:04:15.390 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-07T16:04:15.390 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-07T16:04:15.390 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-07T16:04:15.390 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-07T16:04:15.390 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-07T16:04:15.390 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-07T16:04:15.390 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-07T16:04:15.390 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-07T16:04:15.391 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-07T16:04:15.391 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-07T16:04:15.391 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-07T16:04:15.391 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-07T16:04:15.391 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-07T16:04:15.391 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-07T16:04:15.391 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-07T16:04:15.391 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-07T16:04:15.391 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-07T16:04:15.391 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-07T16:04:15.391 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-07T16:04:15.391 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-07T16:04:15.391 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.table_properties_collectors: 2023-12-07T16:04:15.392 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.inplace_update_support: 0 2023-12-07T16:04:15.392 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-07T16:04:15.392 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-07T16:04:15.392 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-07T16:04:15.392 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-07T16:04:15.392 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.bloom_locality: 0 2023-12-07T16:04:15.392 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.max_successive_merges: 0 2023-12-07T16:04:15.392 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-07T16:04:15.392 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-07T16:04:15.392 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-07T16:04:15.392 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-07T16:04:15.392 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.ttl: 2592000 2023-12-07T16:04:15.392 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-07T16:04:15.393 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-07T16:04:15.393 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-07T16:04:15.393 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.enable_blob_files: false 2023-12-07T16:04:15.393 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.min_blob_size: 0 2023-12-07T16:04:15.393 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-07T16:04:15.393 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-07T16:04:15.393 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-07T16:04:15.393 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-07T16:04:15.393 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-07T16:04:15.393 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-07T16:04:15.393 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-07T16:04:15.393 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.184+0000 7f939c3cdc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-07T16:04:15.393 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.188+0000 7f9391395700 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-07T16:04:15.394 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.188+0000 7f939c3cdc80 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-07T16:04:15.394 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.188+0000 7f939c3cdc80 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 16993, log_number is 34,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-07T16:04:15.394 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.188+0000 7f939c3cdc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 34 2023-12-07T16:04:15.394 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.188+0000 7f939c3cdc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d01c41da-7dd0-4656-9ce7-d65420824957 2023-12-07T16:04:15.394 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.188+0000 7f939c3cdc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701965055189647, "job": 1, "event": "recovery_started", "wal_files": [34]} 2023-12-07T16:04:15.394 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.188+0000 7f939c3cdc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #34 mode 2 2023-12-07T16:04:15.394 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.188+0000 7f939c3cdc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701965055191839, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 39, "file_size": 236828, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 16994, "largest_seqno": 17192, "table_properties": {"data_size": 234992, "index_size": 504, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 325, "raw_key_size": 2781, "raw_average_key_size": 26, "raw_value_size": 232652, "raw_average_value_size": 2215, "num_data_blocks": 22, "num_entries": 105, "num_filter_entries": 105, "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": 1701965055, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d01c41da-7dd0-4656-9ce7-d65420824957", "db_session_id": "I44116ZEQRXLG0ISV6SP", "orig_file_number": 39, "seqno_to_time_mapping": "N/A"}} 2023-12-07T16:04:15.394 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.188+0000 7f939c3cdc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701965055192065, "job": 1, "event": "recovery_finished"} 2023-12-07T16:04:15.394 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.192+0000 7f939c3cdc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 41 2023-12-07T16:04:15.394 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.192+0000 7f939c3cdc80 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-07T16:04:15.395 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.192+0000 7f939c3cdc80 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-07T16:04:15.395 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.192+0000 7f939c3cdc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55b1baa3c000 2023-12-07T16:04:15.395 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.192+0000 7f939c3cdc80 4 rocksdb: DB pointer 0x55b1baa2a000 2023-12-07T16:04:15.395 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.192+0000 7f938ab88700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-07T16:04:15.395 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.192+0000 7f938ab88700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-07T16:04:15.395 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: ** DB Stats ** 2023-12-07T16:04:15.395 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T16:04:15.395 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: 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-07T16:04:15.395 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T16:04:15.395 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T16:04:15.395 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: 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-07T16:04:15.395 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T16:04:15.396 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T16:04:15.396 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: ** Compaction Stats [default] ** 2023-12-07T16:04:15.396 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: 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-07T16:04:15.396 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-07T16:04:15.396 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: L0 1/0 231.28 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 140.9 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-07T16:04:15.396 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: L6 1/0 10.48 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-07T16:04:15.396 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: Sum 2/0 10.71 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 140.9 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-07T16:04:15.396 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 140.9 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-07T16:04:15.396 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: ** Compaction Stats [default] ** 2023-12-07T16:04:15.396 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: 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-07T16:04:15.396 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T16:04:15.396 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 140.9 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-07T16:04:15.396 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-07T16:04:15.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T16:04:15.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T16:04:15.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T16:04:15.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T16:04:15.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T16:04:15.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: AddFile(Keys): cumulative 0, interval 0 2023-12-07T16:04:15.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: Cumulative compaction: 0.00 GB write, 29.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T16:04:15.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: Interval compaction: 0.00 GB write, 29.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T16:04:15.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: 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-07T16:04:15.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: Block cache BinnedLRUCache@0x55b1ba99d090#7 capacity: 512.00 MB usage: 0.95 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.4e-05 secs_since: 0 2023-12-07T16:04:15.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: Block cache entry stats(count,size,portion): FilterBlock(1,0.38 KB,7.15256e-05%) IndexBlock(1,0.58 KB,0.000110269%) Misc(1,0.00 KB,0%) 2023-12-07T16:04:15.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: ** File Read Latency Histogram By Level [default] ** 2023-12-07T16:04:15.397 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.196+0000 7f939c3cdc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] at bind addrs [v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T16:04:15.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.196+0000 7f939c3cdc80 1 mon.a@-1(???) e3 preinit fsid b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T16:04:15.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.196+0000 7f939c3cdc80 0 mon.a@-1(???).mds e1 new map 2023-12-07T16:04:15.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.196+0000 7f939c3cdc80 0 mon.a@-1(???).mds e1 print_map 2023-12-07T16:04:15.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: e1 2023-12-07T16:04:15.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-07T16:04:15.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: 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-07T16:04:15.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: legacy client fscid: -1 2023-12-07T16:04:15.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: 2023-12-07T16:04:15.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: No filesystems configured 2023-12-07T16:04:15.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.196+0000 7f939c3cdc80 0 mon.a@-1(???).osd e104 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-07T16:04:15.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.196+0000 7f939c3cdc80 0 mon.a@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2023-12-07T16:04:15.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.196+0000 7f939c3cdc80 0 mon.a@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2023-12-07T16:04:15.398 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.196+0000 7f939c3cdc80 0 mon.a@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2023-12-07T16:04:15.399 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:15 smithi042 bash[64476]: debug 2023-12-07T16:04:15.196+0000 7f939c3cdc80 1 mon.a@-1(???).paxosservice(auth 1..23) refresh upgraded, format 0 -> 3 2023-12-07T16:04:17.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:16 smithi178 bash[49792]: ignoring --setuser ceph since I am not root 2023-12-07T16:04:17.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:16 smithi178 bash[49792]: ignoring --setgroup ceph since I am not root 2023-12-07T16:04:17.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:16 smithi178 bash[49792]: debug 2023-12-07T16:04:16.718+0000 7f3eab459700 1 -- 172.21.15.178:0/2069613242 <== mon.2 v2:172.21.15.178:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f20faaa1a0 con 0x55f210826800 2023-12-07T16:04:17.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:16 smithi178 bash[49792]: debug 2023-12-07T16:04:16.878+0000 7f3eb51e1200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T16:04:17.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:16 smithi178 bash[25068]: cluster 2023-12-07T16:04:12.331630+0000 mgr.y (mgr.15435) 70 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:04:17.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:16 smithi178 bash[25068]: cluster 2023-12-07T16:04:14.332404+0000 mgr.y (mgr.15435) 71 : cluster [DBG] 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-07T16:04:17.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:16 smithi178 bash[25068]: audit 2023-12-07T16:04:14.429118+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:04:17.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:16 smithi178 bash[25068]: cluster 2023-12-07T16:04:16.622639+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-07T16:04:17.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:16 smithi178 bash[25068]: cluster 2023-12-07T16:04:16.626611+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-07T16:04:17.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:16 smithi178 bash[25068]: cluster 2023-12-07T16:04:16.636350+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],b=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T16:04:17.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:16 smithi178 bash[25068]: cluster 2023-12-07T16:04:16.637118+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-07T16:04:17.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:16 smithi178 bash[25068]: cluster 2023-12-07T16:04:16.637179+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-07T16:04:17.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:16 smithi178 bash[25068]: cluster 2023-12-07T16:04:16.638646+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e34: y(active, since 63s), standbys: x 2023-12-07T16:04:17.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:16 smithi178 bash[25068]: audit 2023-12-07T16:04:16.652848+0000 mon.a (mon.0) 7 : audit [INF] from='mgr.15435 ' entity='' 2023-12-07T16:04:17.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:16 smithi178 bash[25068]: cluster 2023-12-07T16:04:16.653890+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e35: y(active, since 63s), standbys: x 2023-12-07T16:04:17.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:16 smithi178 bash[25068]: cluster 2023-12-07T16:04:16.653963+0000 mon.a (mon.0) 9 : cluster [INF] overall HEALTH_OK 2023-12-07T16:04:17.120 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[61307]: ignoring --setuser ceph since I am not root 2023-12-07T16:04:17.121 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[61307]: ignoring --setgroup ceph since I am not root 2023-12-07T16:04:17.121 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[61307]: debug 2023-12-07T16:04:16.716+0000 7efc63010700 1 -- 172.21.15.42:0/3109874001 <== mon.1 v2:172.21.15.42:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a7765c01a0 con 0x55a77733c400 2023-12-07T16:04:17.121 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[61307]: debug 2023-12-07T16:04:16.876+0000 7efc6cd98200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T16:04:17.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[64476]: cluster 2023-12-07T16:04:12.331630+0000 mgr.y (mgr.15435) 70 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:04:17.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[64476]: cluster 2023-12-07T16:04:14.332404+0000 mgr.y (mgr.15435) 71 : 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-07T16:04:17.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[64476]: audit 2023-12-07T16:04:14.429118+0000 mon.c (mon.1) 96 : audit 0 from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:04:17.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[64476]: cluster 2023-12-07T16:04:16.622639+0000 mon.a (mon.0) 1 : cluster 1 mon.a calling monitor election 2023-12-07T16:04:17.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[64476]: cluster 2023-12-07T16:04:16.626611+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-07T16:04:17.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[64476]: cluster 2023-12-07T16:04:16.636350+0000 mon.a (mon.0) 3 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],b=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T16:04:17.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[64476]: cluster 2023-12-07T16:04:16.637118+0000 mon.a (mon.0) 4 : cluster 0 fsmap 2023-12-07T16:04:17.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[64476]: cluster 2023-12-07T16:04:16.637179+0000 mon.a (mon.0) 5 : cluster 0 osdmap e104: 8 total, 8 up, 8 in 2023-12-07T16:04:17.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[64476]: cluster 2023-12-07T16:04:16.638646+0000 mon.a (mon.0) 6 : cluster 0 mgrmap e34: y(active, since 63s), standbys: x 2023-12-07T16:04:17.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[64476]: audit 2023-12-07T16:04:16.652848+0000 mon.a (mon.0) 7 : audit 1 from='mgr.15435 ' entity='' 2023-12-07T16:04:17.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[64476]: cluster 2023-12-07T16:04:16.653890+0000 mon.a (mon.0) 8 : cluster 0 mgrmap e35: y(active, since 63s), standbys: x 2023-12-07T16:04:17.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[64476]: cluster 2023-12-07T16:04:16.653963+0000 mon.a (mon.0) 9 : cluster 1 overall HEALTH_OK 2023-12-07T16:04:17.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[30444]: cluster 2023-12-07T16:04:12.331630+0000 mgr.y (mgr.15435) 70 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:04:17.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[30444]: cluster 2023-12-07T16:04:14.332404+0000 mgr.y (mgr.15435) 71 : cluster [DBG] 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-07T16:04:17.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[30444]: audit 2023-12-07T16:04:14.429118+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.15435 172.21.15.42:0/2842674298' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:04:17.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[30444]: cluster 2023-12-07T16:04:16.622639+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-07T16:04:17.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[30444]: cluster 2023-12-07T16:04:16.626611+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-07T16:04:17.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[30444]: cluster 2023-12-07T16:04:16.636350+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],b=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T16:04:17.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[30444]: cluster 2023-12-07T16:04:16.637118+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-07T16:04:17.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[30444]: cluster 2023-12-07T16:04:16.637179+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-07T16:04:17.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[30444]: cluster 2023-12-07T16:04:16.638646+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e34: y(active, since 63s), standbys: x 2023-12-07T16:04:17.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[30444]: audit 2023-12-07T16:04:16.652848+0000 mon.a (mon.0) 7 : audit [INF] from='mgr.15435 ' entity='' 2023-12-07T16:04:17.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[30444]: cluster 2023-12-07T16:04:16.653890+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e35: y(active, since 63s), standbys: x 2023-12-07T16:04:17.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:16 smithi042 bash[30444]: cluster 2023-12-07T16:04:16.653963+0000 mon.a (mon.0) 9 : cluster [INF] overall HEALTH_OK 2023-12-07T16:04:18.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:17 smithi178 bash[49792]: debug 2023-12-07T16:04:17.794+0000 7f3eb51e1200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T16:04:18.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:17 smithi178 bash[49792]: debug 2023-12-07T16:04:17.894+0000 7f3eb51e1200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T16:04:18.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:17 smithi178 bash[49792]: debug 2023-12-07T16:04:17.994+0000 7f3eb51e1200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T16:04:18.172 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:17 smithi042 bash[61307]: debug 2023-12-07T16:04:17.804+0000 7efc6cd98200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T16:04:18.172 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:17 smithi042 bash[61307]: debug 2023-12-07T16:04:17.908+0000 7efc6cd98200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T16:04:18.606 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:18 smithi178 bash[49792]: debug 2023-12-07T16:04:18.258+0000 7f3eb51e1200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T16:04:18.620 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:18 smithi042 bash[61307]: debug 2023-12-07T16:04:18.012+0000 7efc6cd98200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T16:04:18.620 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:18 smithi042 bash[61307]: debug 2023-12-07T16:04:18.288+0000 7efc6cd98200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T16:04:18.984 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:18 smithi178 bash[25068]: cluster 2023-12-07T16:04:17.660625+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e36: y(active, since 64s), standbys: x 2023-12-07T16:04:18.984 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:18 smithi178 bash[49792]: debug 2023-12-07T16:04:18.610+0000 7f3eb51e1200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T16:04:18.984 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:18 smithi178 bash[49792]: debug 2023-12-07T16:04:18.770+0000 7f3eb51e1200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T16:04:18.985 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:04:18 smithi178 bash[49360]: ts=2023-12-07T16:04: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.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:04:19.047 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:18 smithi042 bash[61307]: debug 2023-12-07T16:04:18.656+0000 7efc6cd98200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T16:04:19.047 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:18 smithi042 bash[61307]: debug 2023-12-07T16:04:18.820+0000 7efc6cd98200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T16:04:19.047 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:18 smithi042 bash[64476]: cluster 2023-12-07T16:04:17.660625+0000 mon.a (mon.0) 10 : cluster 0 mgrmap e36: y(active, since 64s), standbys: x 2023-12-07T16:04:19.047 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:18 smithi042 bash[30444]: cluster 2023-12-07T16:04:17.660625+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e36: y(active, since 64s), standbys: x 2023-12-07T16:04:19.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:18 smithi178 bash[49792]: debug 2023-12-07T16:04:18.982+0000 7f3eb51e1200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T16:04:19.370 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:19 smithi042 bash[61307]: debug 2023-12-07T16:04:19.040+0000 7efc6cd98200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T16:04:20.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:19 smithi178 bash[49792]: debug 2023-12-07T16:04:19.978+0000 7f3eb51e1200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T16:04:20.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:20 smithi178 bash[49792]: debug 2023-12-07T16:04:20.094+0000 7f3eb51e1200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T16:04:20.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:20 smithi178 bash[49792]: debug 2023-12-07T16:04:20.210+0000 7f3eb51e1200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T16:04:20.370 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:20 smithi042 bash[61307]: debug 2023-12-07T16:04:20.072+0000 7efc6cd98200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T16:04:20.370 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:20 smithi042 bash[61307]: debug 2023-12-07T16:04:20.188+0000 7efc6cd98200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T16:04:20.370 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:20 smithi042 bash[61307]: debug 2023-12-07T16:04:20.308+0000 7efc6cd98200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T16:04:21.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:20 smithi178 bash[49792]: debug 2023-12-07T16:04:20.686+0000 7f3eb51e1200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T16:04:21.106 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:20 smithi178 bash[49792]: debug 2023-12-07T16:04:20.910+0000 7f3eb51e1200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T16:04:21.120 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:20 smithi042 bash[61307]: debug 2023-12-07T16:04:20.796+0000 7efc6cd98200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T16:04:21.120 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:21 smithi042 bash[61307]: debug 2023-12-07T16:04:21.032+0000 7efc6cd98200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T16:04:21.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:21 smithi178 bash[49792]: debug 2023-12-07T16:04:21.366+0000 7f3eb51e1200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T16:04:21.870 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:21 smithi042 bash[61307]: debug 2023-12-07T16:04:21.504+0000 7efc6cd98200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T16:04:22.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:21 smithi178 bash[49792]: debug 2023-12-07T16:04:21.878+0000 7f3eb51e1200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T16:04:22.370 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:22 smithi042 bash[61307]: debug 2023-12-07T16:04:22.012+0000 7efc6cd98200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T16:04:22.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:22 smithi178 bash[49792]: debug 2023-12-07T16:04:22.458+0000 7f3eb51e1200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T16:04:22.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:22 smithi178 bash[49792]: debug 2023-12-07T16:04:22.570+0000 7f3eb51e1200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T16:04:22.870 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:22 smithi042 bash[61307]: debug 2023-12-07T16:04:22.576+0000 7efc6cd98200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T16:04:22.871 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:22 smithi042 bash[61307]: debug 2023-12-07T16:04:22.688+0000 7efc6cd98200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T16:04:23.173 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:22 smithi178 bash[49792]: debug 2023-12-07T16:04:22.914+0000 7f3eb51e1200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T16:04:23.173 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:23 smithi178 bash[49792]: debug 2023-12-07T16:04:23.026+0000 7f3eb51e1200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T16:04:23.316 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:23 smithi042 bash[61307]: debug 2023-12-07T16:04:23.044+0000 7efc6cd98200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T16:04:23.316 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:23 smithi042 bash[61307]: debug 2023-12-07T16:04:23.164+0000 7efc6cd98200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T16:04:23.600 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:23 smithi178 bash[49792]: debug 2023-12-07T16:04:23.170+0000 7f3eb51e1200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T16:04:23.600 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:23 smithi178 bash[49792]: debug 2023-12-07T16:04:23.282+0000 7f3eb51e1200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T16:04:23.600 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:23 smithi178 bash[49792]: debug 2023-12-07T16:04:23.406+0000 7f3eb51e1200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T16:04:23.620 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:23 smithi042 bash[61307]: debug 2023-12-07T16:04:23.308+0000 7efc6cd98200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T16:04:23.621 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:23 smithi042 bash[61307]: debug 2023-12-07T16:04:23.428+0000 7efc6cd98200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T16:04:23.621 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:23 smithi042 bash[61307]: debug 2023-12-07T16:04:23.556+0000 7efc6cd98200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T16:04:23.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:23 smithi178 bash[49792]: debug 2023-12-07T16:04:23.594+0000 7f3eb51e1200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T16:04:23.856 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:23 smithi178 bash[49792]: debug 2023-12-07T16:04:23.722+0000 7f3eb51e1200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T16:04:24.121 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:23 smithi042 bash[61307]: debug 2023-12-07T16:04:23.748+0000 7efc6cd98200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T16:04:24.121 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:23 smithi042 bash[61307]: debug 2023-12-07T16:04:23.880+0000 7efc6cd98200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T16:04:25.334 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:25 smithi042 bash[30444]: cluster 2023-12-07T16:04:24.969869+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2023-12-07T16:04:25.335 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:25 smithi042 bash[30444]: cluster 2023-12-07T16:04:24.970061+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2023-12-07T16:04:25.335 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:25 smithi042 bash[30444]: audit 2023-12-07T16:04:24.977946+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.? 172.21.15.178:0/443321042' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T16:04:25.335 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:25 smithi042 bash[30444]: audit 2023-12-07T16:04:24.980262+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.? 172.21.15.178:0/443321042' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T16:04:25.335 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:25 smithi042 bash[30444]: audit 2023-12-07T16:04:24.986028+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.? 172.21.15.178:0/443321042' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T16:04:25.335 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:25 smithi042 bash[30444]: audit 2023-12-07T16:04:24.986931+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.? 172.21.15.178:0/443321042' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T16:04:25.335 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:25 smithi042 bash[30444]: debug 2023-12-07T16:04:25.191+0000 7f47d9d9e700 -1 mon.c@1(peon).osd e105 update_from_paxos full map CRC mismatch, resetting to canonical 2023-12-07T16:04:25.335 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:25 smithi042 bash[61307]: debug 2023-12-07T16:04:25.163+0000 7efc6cd98200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T16:04:25.336 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:25 smithi042 bash[61307]: [07/Dec/2023:16:04:25] ENGINE Bus STARTING 2023-12-07T16:04:25.336 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:25 smithi042 bash[64476]: cluster 2023-12-07T16:04:24.969869+0000 mon.a (mon.0) 11 : cluster 0 Standby manager daemon x restarted 2023-12-07T16:04:25.336 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:25 smithi042 bash[64476]: cluster 2023-12-07T16:04:24.970061+0000 mon.a (mon.0) 12 : cluster 0 Standby manager daemon x started 2023-12-07T16:04:25.336 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:25 smithi042 bash[64476]: audit 2023-12-07T16:04:24.977946+0000 mon.c (mon.1) 97 : audit 0 from='mgr.? 172.21.15.178:0/443321042' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T16:04:25.336 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:25 smithi042 bash[64476]: audit 2023-12-07T16:04:24.980262+0000 mon.c (mon.1) 98 : audit 0 from='mgr.? 172.21.15.178:0/443321042' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T16:04:25.336 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:25 smithi042 bash[64476]: audit 2023-12-07T16:04:24.986028+0000 mon.c (mon.1) 99 : audit 0 from='mgr.? 172.21.15.178:0/443321042' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T16:04:25.336 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:25 smithi042 bash[64476]: audit 2023-12-07T16:04:24.986931+0000 mon.c (mon.1) 100 : audit 0 from='mgr.? 172.21.15.178:0/443321042' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T16:04:25.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:24 smithi178 bash[49792]: debug 2023-12-07T16:04:24.950+0000 7f3eb51e1200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T16:04:25.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:24 smithi178 bash[49792]: [07/Dec/2023:16:04:24] ENGINE Bus STARTING 2023-12-07T16:04:25.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:25 smithi178 bash[49792]: CherryPy Checker: 2023-12-07T16:04:25.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:25 smithi178 bash[49792]: The Application mounted at '' has an empty config. 2023-12-07T16:04:25.356 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:25 smithi178 bash[49792]: [07/Dec/2023:16:04:25] ENGINE Serving on http://:::9283 2023-12-07T16:04:25.357 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:04:25 smithi178 bash[49792]: [07/Dec/2023:16:04:25] ENGINE Bus STARTED 2023-12-07T16:04:25.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:25 smithi178 bash[25068]: cluster 2023-12-07T16:04:24.969869+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2023-12-07T16:04:25.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:25 smithi178 bash[25068]: cluster 2023-12-07T16:04:24.970061+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2023-12-07T16:04:25.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:25 smithi178 bash[25068]: audit 2023-12-07T16:04:24.977946+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.? 172.21.15.178:0/443321042' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T16:04:25.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:25 smithi178 bash[25068]: audit 2023-12-07T16:04:24.980262+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.? 172.21.15.178:0/443321042' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T16:04:25.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:25 smithi178 bash[25068]: audit 2023-12-07T16:04:24.986028+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.? 172.21.15.178:0/443321042' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T16:04:25.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:25 smithi178 bash[25068]: audit 2023-12-07T16:04:24.986931+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.? 172.21.15.178:0/443321042' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T16:04:25.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:25 smithi178 bash[25068]: debug 2023-12-07T16:04:25.194+0000 7f39a05d5700 -1 mon.b@2(peon).osd e105 update_from_paxos full map CRC mismatch, resetting to canonical 2023-12-07T16:04:25.621 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:25 smithi042 bash[61307]: CherryPy Checker: 2023-12-07T16:04:25.621 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:25 smithi042 bash[61307]: The Application mounted at '' has an empty config. 2023-12-07T16:04:25.621 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:25 smithi042 bash[61307]: [07/Dec/2023:16:04:25] ENGINE Serving on http://:::9283 2023-12-07T16:04:25.621 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:25 smithi042 bash[61307]: [07/Dec/2023:16:04:25] ENGINE Bus STARTED 2023-12-07T16:04:26.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: cluster 2023-12-07T16:04:25.031355+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e37: y(active, since 71s), standbys: x 2023-12-07T16:04:26.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: cluster 2023-12-07T16:04:25.187801+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2023-12-07T16:04:26.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: cluster 2023-12-07T16:04:25.188584+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2023-12-07T16:04:26.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: cluster 2023-12-07T16:04:25.197495+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-07T16:04:26.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: cluster 2023-12-07T16:04:25.198013+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e38: y(active, starting, since 0.00961058s), standbys: x 2023-12-07T16:04:26.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: cluster 2023-12-07T16:04:25.205302+0000 osd.2 (osd.2) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-07T16:04:26.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: cluster 2023-12-07T16:04:25.209154+0000 osd.4 (osd.4) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-07T16:04:26.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: audit 2023-12-07T16:04:25.216745+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T16:04:26.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: audit 2023-12-07T16:04:25.217014+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T16:04:26.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: audit 2023-12-07T16:04:25.217240+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T16:04:26.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: audit 2023-12-07T16:04:25.220391+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T16:04:26.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: audit 2023-12-07T16:04:25.220659+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T16:04:26.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: audit 2023-12-07T16:04:25.220922+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T16:04:26.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: audit 2023-12-07T16:04:25.221453+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T16:04:26.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: audit 2023-12-07T16:04:25.221838+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T16:04:26.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: audit 2023-12-07T16:04:25.222130+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T16:04:26.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: audit 2023-12-07T16:04:25.222332+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T16:04:26.359 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: audit 2023-12-07T16:04:25.222543+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T16:04:26.359 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: audit 2023-12-07T16:04:25.222753+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T16:04:26.359 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: audit 2023-12-07T16:04:25.222960+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T16:04:26.359 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: audit 2023-12-07T16:04:25.223209+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T16:04:26.359 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: audit 2023-12-07T16:04:25.223381+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T16:04:26.359 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: audit 2023-12-07T16:04:25.224001+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T16:04:26.359 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: cluster 2023-12-07T16:04:25.233961+0000 mon.a (mon.0) 18 : cluster [INF] Manager daemon y is now available 2023-12-07T16:04:26.359 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: audit 2023-12-07T16:04:25.274313+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:04:26.359 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: audit 2023-12-07T16:04:25.325934+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:04:26.359 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: audit 2023-12-07T16:04:25.349417+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T16:04:26.360 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: audit 2023-12-07T16:04:25.350057+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T16:04:26.360 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: cluster 2023-12-07T16:04:25.390833+0000 osd.0 (osd.0) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-07T16:04:26.360 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: audit 2023-12-07T16:04:25.416620+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T16:04:26.360 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:26 smithi178 bash[25068]: audit 2023-12-07T16:04:25.417130+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T16:04:26.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[61307]: debug 2023-12-07T16:04:26.227+0000 7efc2cbf8700 -1 mgr.server handle_report got status from non-daemon mon.a 2023-12-07T16:04:26.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: cluster 2023-12-07T16:04:25.031355+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e37: y(active, since 71s), standbys: x 2023-12-07T16:04:26.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: cluster 2023-12-07T16:04:25.187801+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2023-12-07T16:04:26.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: cluster 2023-12-07T16:04:25.188584+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2023-12-07T16:04:26.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: cluster 2023-12-07T16:04:25.197495+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-07T16:04:26.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: cluster 2023-12-07T16:04:25.198013+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e38: y(active, starting, since 0.00961058s), standbys: x 2023-12-07T16:04:26.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: cluster 2023-12-07T16:04:25.205302+0000 osd.2 (osd.2) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-07T16:04:26.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: cluster 2023-12-07T16:04:25.209154+0000 osd.4 (osd.4) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-07T16:04:26.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: audit 2023-12-07T16:04:25.216745+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T16:04:26.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: audit 2023-12-07T16:04:25.217014+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T16:04:26.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: audit 2023-12-07T16:04:25.217240+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T16:04:26.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: audit 2023-12-07T16:04:25.220391+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T16:04:26.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: audit 2023-12-07T16:04:25.220659+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T16:04:26.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: audit 2023-12-07T16:04:25.220922+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T16:04:26.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: audit 2023-12-07T16:04:25.221453+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T16:04:26.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: audit 2023-12-07T16:04:25.221838+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T16:04:26.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: audit 2023-12-07T16:04:25.222130+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T16:04:26.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: audit 2023-12-07T16:04:25.222332+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T16:04:26.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: audit 2023-12-07T16:04:25.222543+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T16:04:26.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: audit 2023-12-07T16:04:25.222753+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T16:04:26.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: audit 2023-12-07T16:04:25.222960+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T16:04:26.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: cluster 2023-12-07T16:04:25.031355+0000 mon.a (mon.0) 13 : cluster 0 mgrmap e37: y(active, since 71s), standbys: x 2023-12-07T16:04:26.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: cluster 2023-12-07T16:04:25.187801+0000 mon.a (mon.0) 14 : cluster 1 Active manager daemon y restarted 2023-12-07T16:04:26.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: cluster 2023-12-07T16:04:25.188584+0000 mon.a (mon.0) 15 : cluster 1 Activating manager daemon y 2023-12-07T16:04:26.374 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: cluster 2023-12-07T16:04:25.197495+0000 mon.a (mon.0) 16 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2023-12-07T16:04:26.374 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: cluster 2023-12-07T16:04:25.198013+0000 mon.a (mon.0) 17 : cluster 0 mgrmap e38: y(active, starting, since 0.00961058s), standbys: x 2023-12-07T16:04:26.374 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: cluster 2023-12-07T16:04:25.205302+0000 osd.2 (osd.2) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-07T16:04:26.374 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: cluster 2023-12-07T16:04:25.209154+0000 osd.4 (osd.4) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-07T16:04:26.374 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: audit 2023-12-07T16:04:25.216745+0000 mon.c (mon.1) 101 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T16:04:26.374 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: audit 2023-12-07T16:04:25.217014+0000 mon.c (mon.1) 102 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T16:04:26.374 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: audit 2023-12-07T16:04:25.217240+0000 mon.c (mon.1) 103 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T16:04:26.374 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: audit 2023-12-07T16:04:25.220391+0000 mon.c (mon.1) 104 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T16:04:26.374 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: audit 2023-12-07T16:04:25.220659+0000 mon.c (mon.1) 105 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T16:04:26.374 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: audit 2023-12-07T16:04:25.220922+0000 mon.c (mon.1) 106 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T16:04:26.374 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: audit 2023-12-07T16:04:25.221453+0000 mon.c (mon.1) 107 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T16:04:26.375 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: audit 2023-12-07T16:04:25.221838+0000 mon.c (mon.1) 108 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T16:04:26.375 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: audit 2023-12-07T16:04:25.222130+0000 mon.c (mon.1) 109 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T16:04:26.375 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: audit 2023-12-07T16:04:25.222332+0000 mon.c (mon.1) 110 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T16:04:26.375 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: audit 2023-12-07T16:04:25.222543+0000 mon.c (mon.1) 111 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T16:04:26.375 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: audit 2023-12-07T16:04:25.222753+0000 mon.c (mon.1) 112 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T16:04:26.375 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: audit 2023-12-07T16:04:25.222960+0000 mon.c (mon.1) 113 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T16:04:26.375 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: audit 2023-12-07T16:04:25.223209+0000 mon.c (mon.1) 114 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T16:04:26.375 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: audit 2023-12-07T16:04:25.223209+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T16:04:26.376 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: audit 2023-12-07T16:04:25.223381+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T16:04:26.376 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: audit 2023-12-07T16:04:25.224001+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T16:04:26.376 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: cluster 2023-12-07T16:04:25.233961+0000 mon.a (mon.0) 18 : cluster [INF] Manager daemon y is now available 2023-12-07T16:04:26.376 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: audit 2023-12-07T16:04:25.274313+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:04:26.376 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: audit 2023-12-07T16:04:25.325934+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:04:26.376 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: audit 2023-12-07T16:04:25.349417+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T16:04:26.376 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: audit 2023-12-07T16:04:25.350057+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T16:04:26.376 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: cluster 2023-12-07T16:04:25.390833+0000 osd.0 (osd.0) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-07T16:04:26.376 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: audit 2023-12-07T16:04:25.416620+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T16:04:26.376 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[30444]: audit 2023-12-07T16:04:25.417130+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T16:04:26.377 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: audit 2023-12-07T16:04:25.223381+0000 mon.c (mon.1) 115 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T16:04:26.377 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: audit 2023-12-07T16:04:25.224001+0000 mon.c (mon.1) 116 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T16:04:26.377 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: cluster 2023-12-07T16:04:25.233961+0000 mon.a (mon.0) 18 : cluster 1 Manager daemon y is now available 2023-12-07T16:04:26.377 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: audit 2023-12-07T16:04:25.274313+0000 mon.c (mon.1) 117 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:04:26.377 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: audit 2023-12-07T16:04:25.325934+0000 mon.c (mon.1) 118 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:04:26.377 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: audit 2023-12-07T16:04:25.349417+0000 mon.c (mon.1) 119 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T16:04:26.377 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: audit 2023-12-07T16:04:25.350057+0000 mon.a (mon.0) 19 : audit 1 from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T16:04:26.377 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: cluster 2023-12-07T16:04:25.390833+0000 osd.0 (osd.0) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-07T16:04:26.377 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: audit 2023-12-07T16:04:25.416620+0000 mon.c (mon.1) 120 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T16:04:26.377 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:26 smithi042 bash[64476]: audit 2023-12-07T16:04:25.417130+0000 mon.a (mon.0) 20 : audit 1 from='mgr.25474 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T16:04:27.121 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-12-07T16:04:27.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:27 smithi178 bash[25068]: cluster 2023-12-07T16:04:25.380125+0000 osd.7 (osd.7) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-07T16:04:27.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:27 smithi178 bash[25068]: cluster 2023-12-07T16:04:25.400875+0000 osd.3 (osd.3) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-07T16:04:27.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:27 smithi178 bash[25068]: cephadm 2023-12-07T16:04:26.192551+0000 mgr.y (mgr.25474) 1 : cephadm [INF] [07/Dec/2023:16:04:26] ENGINE Bus STARTING 2023-12-07T16:04:27.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:27 smithi178 bash[25068]: cluster 2023-12-07T16:04:26.228526+0000 mon.a (mon.0) 21 : cluster [DBG] mgrmap e39: y(active, since 1.04012s), standbys: x 2023-12-07T16:04:27.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:27 smithi178 bash[25068]: audit 2023-12-07T16:04:26.243540+0000 mgr.y (mgr.25474) 2 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:04:27.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:27 smithi178 bash[25068]: cluster 2023-12-07T16:04:26.246379+0000 mgr.y (mgr.25474) 3 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:04:27.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:27 smithi178 bash[25068]: cephadm 2023-12-07T16:04:26.320934+0000 mgr.y (mgr.25474) 4 : cephadm [INF] [07/Dec/2023:16:04:26] ENGINE Serving on https://172.21.15.42:7150 2023-12-07T16:04:27.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:27 smithi178 bash[25068]: cephadm 2023-12-07T16:04:26.424012+0000 mgr.y (mgr.25474) 5 : cephadm [INF] [07/Dec/2023:16:04:26] ENGINE Serving on http://172.21.15.42:8765 2023-12-07T16:04:27.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:27 smithi178 bash[25068]: cephadm 2023-12-07T16:04:26.424362+0000 mgr.y (mgr.25474) 6 : cephadm [INF] [07/Dec/2023:16:04:26] ENGINE Bus STARTED 2023-12-07T16:04:27.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:27 smithi042 bash[64476]: cluster 2023-12-07T16:04:25.380125+0000 osd.7 (osd.7) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-07T16:04:27.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:27 smithi042 bash[64476]: cluster 2023-12-07T16:04:25.400875+0000 osd.3 (osd.3) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-07T16:04:27.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:27 smithi042 bash[64476]: cephadm 2023-12-07T16:04:26.192551+0000 mgr.y (mgr.25474) 1 : cephadm 1 [07/Dec/2023:16:04:26] ENGINE Bus STARTING 2023-12-07T16:04:27.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:27 smithi042 bash[64476]: cluster 2023-12-07T16:04:26.228526+0000 mon.a (mon.0) 21 : cluster 0 mgrmap e39: y(active, since 1.04012s), standbys: x 2023-12-07T16:04:27.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:27 smithi042 bash[64476]: audit 2023-12-07T16:04:26.243540+0000 mgr.y (mgr.25474) 2 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:04:27.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:27 smithi042 bash[64476]: cluster 2023-12-07T16:04:26.246379+0000 mgr.y (mgr.25474) 3 : cluster 0 pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:04:27.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:27 smithi042 bash[64476]: cephadm 2023-12-07T16:04:26.320934+0000 mgr.y (mgr.25474) 4 : cephadm 1 [07/Dec/2023:16:04:26] ENGINE Serving on https://172.21.15.42:7150 2023-12-07T16:04:27.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:27 smithi042 bash[64476]: cephadm 2023-12-07T16:04:26.424012+0000 mgr.y (mgr.25474) 5 : cephadm 1 [07/Dec/2023:16:04:26] ENGINE Serving on http://172.21.15.42:8765 2023-12-07T16:04:27.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:27 smithi042 bash[64476]: cephadm 2023-12-07T16:04:26.424362+0000 mgr.y (mgr.25474) 6 : cephadm 1 [07/Dec/2023:16:04:26] ENGINE Bus STARTED 2023-12-07T16:04:27.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:27 smithi042 bash[30444]: cluster 2023-12-07T16:04:25.380125+0000 osd.7 (osd.7) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-07T16:04:27.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:27 smithi042 bash[30444]: cluster 2023-12-07T16:04:25.400875+0000 osd.3 (osd.3) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-07T16:04:27.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:27 smithi042 bash[30444]: cephadm 2023-12-07T16:04:26.192551+0000 mgr.y (mgr.25474) 1 : cephadm [INF] [07/Dec/2023:16:04:26] ENGINE Bus STARTING 2023-12-07T16:04:27.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:27 smithi042 bash[30444]: cluster 2023-12-07T16:04:26.228526+0000 mon.a (mon.0) 21 : cluster [DBG] mgrmap e39: y(active, since 1.04012s), standbys: x 2023-12-07T16:04:27.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:27 smithi042 bash[30444]: audit 2023-12-07T16:04:26.243540+0000 mgr.y (mgr.25474) 2 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:04:27.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:27 smithi042 bash[30444]: cluster 2023-12-07T16:04:26.246379+0000 mgr.y (mgr.25474) 3 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:04:27.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:27 smithi042 bash[30444]: cephadm 2023-12-07T16:04:26.320934+0000 mgr.y (mgr.25474) 4 : cephadm [INF] [07/Dec/2023:16:04:26] ENGINE Serving on https://172.21.15.42:7150 2023-12-07T16:04:27.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:27 smithi042 bash[30444]: cephadm 2023-12-07T16:04:26.424012+0000 mgr.y (mgr.25474) 5 : cephadm [INF] [07/Dec/2023:16:04:26] ENGINE Serving on http://172.21.15.42:8765 2023-12-07T16:04:27.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:27 smithi042 bash[30444]: cephadm 2023-12-07T16:04:26.424362+0000 mgr.y (mgr.25474) 6 : cephadm [INF] [07/Dec/2023:16:04:26] ENGINE Bus STARTED 2023-12-07T16:04:27.876 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:04:27.876 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (2m) 30s ago 9m 16.6M - 0.23.0 ba2b418f427c fe1b358b85a1 2023-12-07T16:04:27.876 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi178 *:3000 running (98s) 30s ago 8m 43.8M - 8.3.5 dad864ee21e9 3cb0965be645 2023-12-07T16:04:27.876 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.zhjtqu smithi042 running (50s) 30s ago 7m 43.8M - 3.5 e1d6a67b021e 7deb6d5f3048 2023-12-07T16:04:27.876 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi178 *:8443,9283,8765 running (37s) 30s ago 15m 86.5M - 19.0.0-13-ge6605fb8 104f332cd0a9 c0c2d21198ed 2023-12-07T16:04:27.876 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (91s) 30s ago 17m 480M - 19.0.0-13-ge6605fb8 104f332cd0a9 6718013de405 2023-12-07T16:04:27.876 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (17m) 30s ago 17m 66.6M 2048M 17.2.0 e1d6a67b021e 68ea120d15f8 2023-12-07T16:04:27.877 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi178 running (15m) 30s ago 15m 59.5M 2048M 17.2.0 e1d6a67b021e ed4d6d59b8a5 2023-12-07T16:04:27.877 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (15m) 30s ago 15m 54.5M 2048M 17.2.0 e1d6a67b021e 885a861e01bc 2023-12-07T16:04:27.877 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (2m) 30s ago 9m 10.7M - 1.3.1 1dbe0e931976 531aa26ab3fd 2023-12-07T16:04:27.877 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi178 *:9100 running (2m) 30s ago 9m 10.4M - 1.3.1 1dbe0e931976 f553be30e56c 2023-12-07T16:04:27.877 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (14m) 30s ago 14m 58.4M 2782M 17.2.0 e1d6a67b021e 15b47f4e60f3 2023-12-07T16:04:27.877 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (14m) 30s ago 14m 61.3M 2782M 17.2.0 e1d6a67b021e 2a28cafd73fe 2023-12-07T16:04:27.877 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (13m) 30s ago 13m 53.4M 2782M 17.2.0 e1d6a67b021e 0785d9773e1b 2023-12-07T16:04:27.877 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (13m) 30s ago 13m 56.9M 2782M 17.2.0 e1d6a67b021e ef87480dafbe 2023-12-07T16:04:27.877 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi178 running (12m) 30s ago 12m 57.7M 3037M 17.2.0 e1d6a67b021e 489e822c6353 2023-12-07T16:04:27.877 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi178 running (11m) 30s ago 11m 55.4M 3037M 17.2.0 e1d6a67b021e b77d6dab08a9 2023-12-07T16:04:27.877 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi178 running (11m) 30s ago 11m 53.9M 3037M 17.2.0 e1d6a67b021e 0c3c794876c3 2023-12-07T16:04:27.877 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi178 running (10m) 30s ago 10m 56.5M 3037M 17.2.0 e1d6a67b021e d54168b8b1ca 2023-12-07T16:04:27.877 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi178 *:9095 running (44s) 30s ago 9m 45.9M - 2.33.4 514e6a882f6e 8dc9b81a4426 2023-12-07T16:04:27.877 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.hcortj smithi042 *:8000 running (7m) 30s ago 7m 87.2M - 17.2.0 e1d6a67b021e 7b4fbb51c0e4 2023-12-07T16:04:27.877 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi178.qokiza smithi178 *:8000 running (7m) 30s ago 7m 87.0M - 17.2.0 e1d6a67b021e ed4b389a14c0 2023-12-07T16:04:27.878 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.bhilti smithi042 *:80 running (7m) 30s ago 7m 86.8M - 17.2.0 e1d6a67b021e a005b7760f26 2023-12-07T16:04:27.878 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi178.kllngz smithi178 *:80 running (7m) 30s ago 7m 86.7M - 17.2.0 e1d6a67b021e ec7417c26d3d 2023-12-07T16:04:28.345 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:04:28.345 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-12-07T16:04:28.345 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2023-12-07T16:04:28.345 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-07T16:04:28.345 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:04:28.345 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-12-07T16:04:28.345 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T16:04:28.345 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:04:28.346 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-12-07T16:04:28.346 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T16:04:28.346 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:04:28.346 INFO:teuthology.orchestra.run.smithi042.stdout: "mds": {}, 2023-12-07T16:04:28.346 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2023-12-07T16:04:28.346 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:04:28.346 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:04:28.346 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-12-07T16:04:28.346 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14, 2023-12-07T16:04:28.346 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T16:04:28.346 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T16:04:28.346 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:04:28.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:28 smithi178 bash[25068]: audit 2023-12-07T16:04:27.100461+0000 mgr.y (mgr.25474) 7 : audit [DBG] from='client.25498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:28.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:28 smithi178 bash[25068]: cluster 2023-12-07T16:04:27.220318+0000 mgr.y (mgr.25474) 8 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:04:28.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:28 smithi178 bash[25068]: audit 2023-12-07T16:04:27.475436+0000 mgr.y (mgr.25474) 9 : audit [DBG] from='client.25504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:28.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:28 smithi178 bash[25068]: cluster 2023-12-07T16:04:28.055375+0000 mon.a (mon.0) 22 : cluster [DBG] mgrmap e40: y(active, since 2s), standbys: x 2023-12-07T16:04:28.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:28 smithi042 bash[64476]: audit 2023-12-07T16:04:27.100461+0000 mgr.y (mgr.25474) 7 : audit 0 from='client.25498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:28.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:28 smithi042 bash[64476]: cluster 2023-12-07T16:04:27.220318+0000 mgr.y (mgr.25474) 8 : cluster 0 pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:04:28.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:28 smithi042 bash[64476]: audit 2023-12-07T16:04:27.475436+0000 mgr.y (mgr.25474) 9 : audit 0 from='client.25504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:28.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:28 smithi042 bash[64476]: cluster 2023-12-07T16:04:28.055375+0000 mon.a (mon.0) 22 : cluster 0 mgrmap e40: y(active, since 2s), standbys: x 2023-12-07T16:04:28.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:28 smithi042 bash[30444]: audit 2023-12-07T16:04:27.100461+0000 mgr.y (mgr.25474) 7 : audit [DBG] from='client.25498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:28.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:28 smithi042 bash[30444]: cluster 2023-12-07T16:04:27.220318+0000 mgr.y (mgr.25474) 8 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:04:28.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:28 smithi042 bash[30444]: audit 2023-12-07T16:04:27.475436+0000 mgr.y (mgr.25474) 9 : audit [DBG] from='client.25504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:28.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:28 smithi042 bash[30444]: cluster 2023-12-07T16:04:28.055375+0000 mon.a (mon.0) 22 : cluster [DBG] mgrmap e40: y(active, since 2s), standbys: x 2023-12-07T16:04:28.727 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:04:28.727 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:04:28.727 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-12-07T16:04:28.727 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T16:04:28.727 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2023-12-07T16:04:28.727 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr" 2023-12-07T16:04:28.727 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2023-12-07T16:04:28.728 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "2/23 daemons upgraded", 2023-12-07T16:04:28.728 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "", 2023-12-07T16:04:28.728 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-12-07T16:04:28.728 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:04:29.164 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-12-07T16:04:29.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:29 smithi178 bash[25068]: audit 2023-12-07T16:04:27.847211+0000 mgr.y (mgr.25474) 10 : audit [DBG] from='client.25516 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:29.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:29 smithi178 bash[25068]: audit 2023-12-07T16:04:28.339280+0000 mon.c (mon.1) 121 : audit [DBG] from='client.? 172.21.15.42:0/1184466324' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:04:29.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:29 smithi178 bash[25068]: audit 2023-12-07T16:04:28.721506+0000 mgr.y (mgr.25474) 11 : audit [DBG] from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:29.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:29 smithi178 bash[25068]: audit 2023-12-07T16:04:29.158095+0000 mon.a (mon.0) 23 : audit [DBG] from='client.? 172.21.15.42:0/676362849' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:04:29.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:29 smithi042 bash[64476]: audit 2023-12-07T16:04:27.847211+0000 mgr.y (mgr.25474) 10 : audit 0 from='client.25516 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:29.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:29 smithi042 bash[64476]: audit 2023-12-07T16:04:28.339280+0000 mon.c (mon.1) 121 : audit 0 from='client.? 172.21.15.42:0/1184466324' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:04:29.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:29 smithi042 bash[64476]: audit 2023-12-07T16:04:28.721506+0000 mgr.y (mgr.25474) 11 : audit 0 from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:29.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:29 smithi042 bash[64476]: audit 2023-12-07T16:04:29.158095+0000 mon.a (mon.0) 23 : audit 0 from='client.? 172.21.15.42:0/676362849' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:04:29.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:29 smithi042 bash[30444]: audit 2023-12-07T16:04:27.847211+0000 mgr.y (mgr.25474) 10 : audit [DBG] from='client.25516 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:29.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:29 smithi042 bash[30444]: audit 2023-12-07T16:04:28.339280+0000 mon.c (mon.1) 121 : audit [DBG] from='client.? 172.21.15.42:0/1184466324' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:04:29.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:29 smithi042 bash[30444]: audit 2023-12-07T16:04:28.721506+0000 mgr.y (mgr.25474) 11 : audit [DBG] from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:29.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:29 smithi042 bash[30444]: audit 2023-12-07T16:04:29.158095+0000 mon.a (mon.0) 23 : audit [DBG] from='client.? 172.21.15.42:0/676362849' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:04:30.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:30 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:04:30] "GET /metrics HTTP/1.1" 200 35359 "" "Prometheus/2.33.4" 2023-12-07T16:04:30.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:30 smithi042 bash[64476]: cluster 2023-12-07T16:04:29.220903+0000 mgr.y (mgr.25474) 12 : cluster 0 pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:04:30.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:30 smithi042 bash[64476]: cluster 2023-12-07T16:04:29.245773+0000 mon.a (mon.0) 24 : cluster 0 mgrmap e41: y(active, since 4s), standbys: x 2023-12-07T16:04:30.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:30 smithi042 bash[30444]: cluster 2023-12-07T16:04:29.220903+0000 mgr.y (mgr.25474) 12 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:04:30.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:30 smithi042 bash[30444]: cluster 2023-12-07T16:04:29.245773+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e41: y(active, since 4s), standbys: x 2023-12-07T16:04:30.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:30 smithi178 bash[25068]: cluster 2023-12-07T16:04:29.220903+0000 mgr.y (mgr.25474) 12 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:04:30.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:30 smithi178 bash[25068]: cluster 2023-12-07T16:04:29.245773+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e41: y(active, since 4s), standbys: x 2023-12-07T16:04:32.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:32 smithi178 bash[25068]: cluster 2023-12-07T16:04:31.221625+0000 mgr.y (mgr.25474) 13 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:04:32.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:32 smithi178 bash[25068]: audit 2023-12-07T16:04:32.187649+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:32.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:32 smithi178 bash[25068]: audit 2023-12-07T16:04:32.199199+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:32.620 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:32 smithi042 bash[64476]: cluster 2023-12-07T16:04:31.221625+0000 mgr.y (mgr.25474) 13 : cluster 0 pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:04:32.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:32 smithi042 bash[64476]: audit 2023-12-07T16:04:32.187649+0000 mon.a (mon.0) 25 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:32.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:32 smithi042 bash[64476]: audit 2023-12-07T16:04:32.199199+0000 mon.a (mon.0) 26 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:32.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:32 smithi042 bash[30444]: cluster 2023-12-07T16:04:31.221625+0000 mgr.y (mgr.25474) 13 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:04:32.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:32 smithi042 bash[30444]: audit 2023-12-07T16:04:32.187649+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:32.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:32 smithi042 bash[30444]: audit 2023-12-07T16:04:32.199199+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:33.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:33 smithi178 bash[25068]: audit 2023-12-07T16:04:32.300467+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:33.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:33 smithi178 bash[25068]: audit 2023-12-07T16:04:32.314749+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:33.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:33 smithi042 bash[64476]: audit 2023-12-07T16:04:32.300467+0000 mon.a (mon.0) 27 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:33.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:33 smithi042 bash[64476]: audit 2023-12-07T16:04:32.314749+0000 mon.a (mon.0) 28 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:33.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:33 smithi042 bash[30444]: audit 2023-12-07T16:04:32.300467+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:33.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:33 smithi042 bash[30444]: audit 2023-12-07T16:04:32.314749+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:34.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:34 smithi178 bash[25068]: cluster 2023-12-07T16:04:33.223355+0000 mgr.y (mgr.25474) 14 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-07T16:04:34.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:34 smithi178 bash[25068]: audit 2023-12-07T16:04:33.319873+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:34.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:34 smithi178 bash[25068]: audit 2023-12-07T16:04:33.331362+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:34.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:34 smithi178 bash[25068]: audit 2023-12-07T16:04:33.418962+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:34.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:34 smithi178 bash[25068]: audit 2023-12-07T16:04:33.431167+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:34.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:34 smithi042 bash[64476]: cluster 2023-12-07T16:04:33.223355+0000 mgr.y (mgr.25474) 14 : 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-07T16:04:34.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:34 smithi042 bash[64476]: audit 2023-12-07T16:04:33.319873+0000 mon.a (mon.0) 29 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:34.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:34 smithi042 bash[64476]: audit 2023-12-07T16:04:33.331362+0000 mon.a (mon.0) 30 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:34.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:34 smithi042 bash[64476]: audit 2023-12-07T16:04:33.418962+0000 mon.a (mon.0) 31 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:34.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:34 smithi042 bash[64476]: audit 2023-12-07T16:04:33.431167+0000 mon.a (mon.0) 32 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:34.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:34 smithi042 bash[30444]: cluster 2023-12-07T16:04:33.223355+0000 mgr.y (mgr.25474) 14 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-07T16:04:34.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:34 smithi042 bash[30444]: audit 2023-12-07T16:04:33.319873+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:34.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:34 smithi042 bash[30444]: audit 2023-12-07T16:04:33.331362+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:34.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:34 smithi042 bash[30444]: audit 2023-12-07T16:04:33.418962+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:34.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:34 smithi042 bash[30444]: audit 2023-12-07T16:04:33.431167+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:36.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:36 smithi178 bash[25068]: cluster 2023-12-07T16:04:35.224126+0000 mgr.y (mgr.25474) 15 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-07T16:04:36.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:36 smithi042 bash[64476]: cluster 2023-12-07T16:04:35.224126+0000 mgr.y (mgr.25474) 15 : 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-07T16:04:36.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:36 smithi042 bash[30444]: cluster 2023-12-07T16:04:35.224126+0000 mgr.y (mgr.25474) 15 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-07T16:04:37.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:37 smithi178 bash[25068]: audit 2023-12-07T16:04:36.253985+0000 mgr.y (mgr.25474) 16 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:04:37.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:37 smithi042 bash[64476]: audit 2023-12-07T16:04:36.253985+0000 mgr.y (mgr.25474) 16 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:04:37.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:37 smithi042 bash[30444]: audit 2023-12-07T16:04:36.253985+0000 mgr.y (mgr.25474) 16 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:04:38.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:38 smithi178 bash[25068]: cluster 2023-12-07T16:04:37.226110+0000 mgr.y (mgr.25474) 17 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-07T16:04:38.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:38 smithi042 bash[64476]: cluster 2023-12-07T16:04:37.226110+0000 mgr.y (mgr.25474) 17 : 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-07T16:04:38.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:38 smithi042 bash[30444]: cluster 2023-12-07T16:04:37.226110+0000 mgr.y (mgr.25474) 17 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-07T16:04:39.106 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:04:38 smithi178 bash[49360]: ts=2023-12-07T16:04: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.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:04:40.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:40 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:04:40] "GET /metrics HTTP/1.1" 200 35359 "" "Prometheus/2.33.4" 2023-12-07T16:04:40.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:40 smithi042 bash[64476]: cluster 2023-12-07T16:04:39.226901+0000 mgr.y (mgr.25474) 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-07T16:04:40.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:40 smithi042 bash[30444]: cluster 2023-12-07T16:04:39.226901+0000 mgr.y (mgr.25474) 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-07T16:04:40.604 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:40 smithi178 bash[25068]: cluster 2023-12-07T16:04:39.226901+0000 mgr.y (mgr.25474) 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-07T16:04:41.556 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:41 smithi178 bash[25068]: audit 2023-12-07T16:04:40.326416+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:04:41.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:41 smithi042 bash[64476]: audit 2023-12-07T16:04:40.326416+0000 mon.c (mon.1) 122 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:04:41.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:41 smithi042 bash[30444]: audit 2023-12-07T16:04:40.326416+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:04:42.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:42 smithi178 bash[25068]: cluster 2023-12-07T16:04:41.227800+0000 mgr.y (mgr.25474) 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-07T16:04:42.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:42 smithi042 bash[64476]: cluster 2023-12-07T16:04:41.227800+0000 mgr.y (mgr.25474) 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-07T16:04:42.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:42 smithi042 bash[30444]: cluster 2023-12-07T16:04:41.227800+0000 mgr.y (mgr.25474) 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-07T16:04:44.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:44 smithi178 bash[25068]: cluster 2023-12-07T16:04:43.229621+0000 mgr.y (mgr.25474) 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-07T16:04:44.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:44 smithi178 bash[25068]: audit 2023-12-07T16:04:43.737611+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:44.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:44 smithi178 bash[25068]: audit 2023-12-07T16:04:43.751931+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:44.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:44 smithi178 bash[25068]: audit 2023-12-07T16:04:43.756772+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:04:44.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:44 smithi178 bash[25068]: audit 2023-12-07T16:04:43.758719+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:04:44.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:44 smithi042 bash[30444]: cluster 2023-12-07T16:04:43.229621+0000 mgr.y (mgr.25474) 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-07T16:04:44.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:44 smithi042 bash[30444]: audit 2023-12-07T16:04:43.737611+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:44.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:44 smithi042 bash[30444]: audit 2023-12-07T16:04:43.751931+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:44.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:44 smithi042 bash[30444]: audit 2023-12-07T16:04:43.756772+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:04:44.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:44 smithi042 bash[30444]: audit 2023-12-07T16:04:43.758719+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:04:44.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:44 smithi042 bash[64476]: cluster 2023-12-07T16:04:43.229621+0000 mgr.y (mgr.25474) 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-07T16:04:44.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:44 smithi042 bash[64476]: audit 2023-12-07T16:04:43.737611+0000 mon.a (mon.0) 33 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:44.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:44 smithi042 bash[64476]: audit 2023-12-07T16:04:43.751931+0000 mon.a (mon.0) 34 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:44.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:44 smithi042 bash[64476]: audit 2023-12-07T16:04:43.756772+0000 mon.c (mon.1) 123 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:04:44.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:44 smithi042 bash[64476]: audit 2023-12-07T16:04:43.758719+0000 mon.c (mon.1) 124 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:04:45.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:45 smithi178 bash[25068]: cephadm 2023-12-07T16:04:43.761235+0000 mgr.y (mgr.25474) 21 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2023-12-07T16:04:45.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:45 smithi178 bash[25068]: cephadm 2023-12-07T16:04:43.761786+0000 mgr.y (mgr.25474) 22 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2023-12-07T16:04:45.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:45 smithi178 bash[25068]: cephadm 2023-12-07T16:04:43.976898+0000 mgr.y (mgr.25474) 23 : cephadm [INF] Updating smithi042:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T16:04:45.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:45 smithi178 bash[25068]: cephadm 2023-12-07T16:04:43.977288+0000 mgr.y (mgr.25474) 24 : cephadm [INF] Updating smithi178:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T16:04:45.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:45 smithi178 bash[25068]: cephadm 2023-12-07T16:04:44.141964+0000 mgr.y (mgr.25474) 25 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2023-12-07T16:04:45.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:45 smithi178 bash[25068]: cephadm 2023-12-07T16:04:44.142910+0000 mgr.y (mgr.25474) 26 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2023-12-07T16:04:45.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:45 smithi178 bash[25068]: cephadm 2023-12-07T16:04:44.307178+0000 mgr.y (mgr.25474) 27 : cephadm [INF] Updating smithi042:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T16:04:45.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:45 smithi178 bash[25068]: cephadm 2023-12-07T16:04:44.309524+0000 mgr.y (mgr.25474) 28 : cephadm [INF] Updating smithi178:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T16:04:45.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:45 smithi178 bash[25068]: audit 2023-12-07T16:04:44.532381+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:45.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:45 smithi178 bash[25068]: audit 2023-12-07T16:04:44.543291+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:45.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:45 smithi178 bash[25068]: audit 2023-12-07T16:04:44.552866+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:45.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:45 smithi178 bash[25068]: audit 2023-12-07T16:04:44.559256+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:45.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:45 smithi178 bash[25068]: audit 2023-12-07T16:04:44.568686+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:45.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:45 smithi178 bash[25068]: audit 2023-12-07T16:04:44.660537+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:04:45.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:45 smithi178 bash[25068]: audit 2023-12-07T16:04:44.664723+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:04:45.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:45 smithi178 bash[25068]: audit 2023-12-07T16:04:44.667119+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-07T16:04:45.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:45 smithi178 bash[25068]: audit 2023-12-07T16:04:44.668612+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-07T16:04:45.859 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:45 smithi178 bash[25068]: cephadm 2023-12-07T16:04:44.669644+0000 mgr.y (mgr.25474) 29 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-07T16:04:45.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[30444]: cephadm 2023-12-07T16:04:43.761235+0000 mgr.y (mgr.25474) 21 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.conf 2023-12-07T16:04:45.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[30444]: cephadm 2023-12-07T16:04:43.761786+0000 mgr.y (mgr.25474) 22 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2023-12-07T16:04:45.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[30444]: cephadm 2023-12-07T16:04:43.976898+0000 mgr.y (mgr.25474) 23 : cephadm [INF] Updating smithi042:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T16:04:45.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[30444]: cephadm 2023-12-07T16:04:43.977288+0000 mgr.y (mgr.25474) 24 : cephadm [INF] Updating smithi178:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T16:04:45.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[30444]: cephadm 2023-12-07T16:04:44.141964+0000 mgr.y (mgr.25474) 25 : cephadm [INF] Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2023-12-07T16:04:45.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[30444]: cephadm 2023-12-07T16:04:44.142910+0000 mgr.y (mgr.25474) 26 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2023-12-07T16:04:45.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[30444]: cephadm 2023-12-07T16:04:44.307178+0000 mgr.y (mgr.25474) 27 : cephadm [INF] Updating smithi042:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T16:04:45.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[30444]: cephadm 2023-12-07T16:04:44.309524+0000 mgr.y (mgr.25474) 28 : cephadm [INF] Updating smithi178:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T16:04:45.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[30444]: audit 2023-12-07T16:04:44.532381+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:45.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[30444]: audit 2023-12-07T16:04:44.543291+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:45.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[30444]: audit 2023-12-07T16:04:44.552866+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:45.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[30444]: audit 2023-12-07T16:04:44.559256+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:45.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[30444]: audit 2023-12-07T16:04:44.568686+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:45.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[30444]: audit 2023-12-07T16:04:44.660537+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:04:45.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[30444]: audit 2023-12-07T16:04:44.664723+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:04:45.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[30444]: audit 2023-12-07T16:04:44.667119+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-07T16:04:45.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[30444]: audit 2023-12-07T16:04:44.668612+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-07T16:04:45.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[30444]: cephadm 2023-12-07T16:04:44.669644+0000 mgr.y (mgr.25474) 29 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-07T16:04:45.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[64476]: cephadm 2023-12-07T16:04:43.761235+0000 mgr.y (mgr.25474) 21 : cephadm 1 Updating smithi042:/etc/ceph/ceph.conf 2023-12-07T16:04:45.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[64476]: cephadm 2023-12-07T16:04:43.761786+0000 mgr.y (mgr.25474) 22 : cephadm 1 Updating smithi178:/etc/ceph/ceph.conf 2023-12-07T16:04:45.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[64476]: cephadm 2023-12-07T16:04:43.976898+0000 mgr.y (mgr.25474) 23 : cephadm 1 Updating smithi042:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T16:04:45.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[64476]: cephadm 2023-12-07T16:04:43.977288+0000 mgr.y (mgr.25474) 24 : cephadm 1 Updating smithi178:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T16:04:45.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[64476]: cephadm 2023-12-07T16:04:44.141964+0000 mgr.y (mgr.25474) 25 : cephadm 1 Updating smithi042:/etc/ceph/ceph.client.admin.keyring 2023-12-07T16:04:45.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[64476]: cephadm 2023-12-07T16:04:44.142910+0000 mgr.y (mgr.25474) 26 : cephadm 1 Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2023-12-07T16:04:45.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[64476]: cephadm 2023-12-07T16:04:44.307178+0000 mgr.y (mgr.25474) 27 : cephadm 1 Updating smithi042:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T16:04:45.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[64476]: cephadm 2023-12-07T16:04:44.309524+0000 mgr.y (mgr.25474) 28 : cephadm 1 Updating smithi178:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T16:04:45.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[64476]: audit 2023-12-07T16:04:44.532381+0000 mon.a (mon.0) 35 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:45.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[64476]: audit 2023-12-07T16:04:44.543291+0000 mon.a (mon.0) 36 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:45.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[64476]: audit 2023-12-07T16:04:44.552866+0000 mon.a (mon.0) 37 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:45.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[64476]: audit 2023-12-07T16:04:44.559256+0000 mon.a (mon.0) 38 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:45.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[64476]: audit 2023-12-07T16:04:44.568686+0000 mon.a (mon.0) 39 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:45.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[64476]: audit 2023-12-07T16:04:44.660537+0000 mon.c (mon.1) 125 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:04:45.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[64476]: audit 2023-12-07T16:04:44.664723+0000 mon.c (mon.1) 126 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:04:45.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[64476]: audit 2023-12-07T16:04:44.667119+0000 mon.c (mon.1) 127 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-07T16:04:45.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[64476]: audit 2023-12-07T16:04:44.668612+0000 mon.c (mon.1) 128 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-07T16:04:45.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:45 smithi042 bash[64476]: cephadm 2023-12-07T16:04:44.669644+0000 mgr.y (mgr.25474) 29 : cephadm 1 Upgrade: It appears safe to stop mon.c 2023-12-07T16:04:46.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:46 smithi178 bash[25068]: cluster 2023-12-07T16:04:45.230371+0000 mgr.y (mgr.25474) 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-07T16:04:46.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:46 smithi042 bash[64476]: cluster 2023-12-07T16:04:45.230371+0000 mgr.y (mgr.25474) 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-07T16:04:46.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:46 smithi042 bash[30444]: cluster 2023-12-07T16:04:45.230371+0000 mgr.y (mgr.25474) 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-07T16:04:47.837 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:47 smithi042 bash[64476]: audit 2023-12-07T16:04:46.264883+0000 mgr.y (mgr.25474) 31 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:04:47.837 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:47 smithi042 bash[64476]: audit 2023-12-07T16:04:47.399792+0000 mon.a (mon.0) 40 : audit 1 from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:47.837 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:47 smithi042 bash[64476]: audit 2023-12-07T16:04:47.404628+0000 mon.c (mon.1) 129 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T16:04:47.837 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:47 smithi042 bash[64476]: audit 2023-12-07T16:04:47.406134+0000 mon.c (mon.1) 130 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T16:04:47.837 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:47 smithi042 bash[64476]: audit 2023-12-07T16:04:47.407512+0000 mon.c (mon.1) 131 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:04:47.838 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:47 smithi042 bash[30444]: audit 2023-12-07T16:04:46.264883+0000 mgr.y (mgr.25474) 31 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:04:47.838 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:47 smithi042 bash[30444]: audit 2023-12-07T16:04:47.399792+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:47.838 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:47 smithi042 bash[30444]: audit 2023-12-07T16:04:47.404628+0000 mon.c (mon.1) 129 : audit [INF] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T16:04:47.838 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:47 smithi042 bash[30444]: audit 2023-12-07T16:04:47.406134+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T16:04:47.838 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:47 smithi042 bash[30444]: audit 2023-12-07T16:04:47.407512+0000 mon.c (mon.1) 131 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:04:47.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:47 smithi178 bash[25068]: audit 2023-12-07T16:04:46.264883+0000 mgr.y (mgr.25474) 31 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:04:47.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:47 smithi178 bash[25068]: audit 2023-12-07T16:04:47.399792+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.25474 ' entity='mgr.y' 2023-12-07T16:04:47.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:47 smithi178 bash[25068]: audit 2023-12-07T16:04:47.404628+0000 mon.c (mon.1) 129 : audit [INF] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T16:04:47.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:47 smithi178 bash[25068]: audit 2023-12-07T16:04:47.406134+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T16:04:47.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:47 smithi178 bash[25068]: audit 2023-12-07T16:04:47.407512+0000 mon.c (mon.1) 131 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:04:48.815 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:48 smithi042 bash[64476]: cluster 2023-12-07T16:04:47.232044+0000 mgr.y (mgr.25474) 32 : 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-07T16:04:48.815 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:48 smithi042 bash[64476]: cephadm 2023-12-07T16:04:47.391267+0000 mgr.y (mgr.25474) 33 : cephadm 1 Upgrade: Updating mon.c 2023-12-07T16:04:48.816 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:48 smithi042 bash[64476]: cephadm 2023-12-07T16:04:47.409359+0000 mgr.y (mgr.25474) 34 : cephadm 1 Deploying daemon mon.c on smithi042 2023-12-07T16:04:48.816 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:48 smithi042 bash[30444]: cluster 2023-12-07T16:04:47.232044+0000 mgr.y (mgr.25474) 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-07T16:04:48.816 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:48 smithi042 bash[30444]: cephadm 2023-12-07T16:04:47.391267+0000 mgr.y (mgr.25474) 33 : cephadm [INF] Upgrade: Updating mon.c 2023-12-07T16:04:48.816 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:48 smithi042 bash[30444]: cephadm 2023-12-07T16:04:47.409359+0000 mgr.y (mgr.25474) 34 : cephadm [INF] Deploying daemon mon.c on smithi042 2023-12-07T16:04:48.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:48 smithi178 bash[25068]: cluster 2023-12-07T16:04:47.232044+0000 mgr.y (mgr.25474) 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-07T16:04:48.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:48 smithi178 bash[25068]: cephadm 2023-12-07T16:04:47.391267+0000 mgr.y (mgr.25474) 33 : cephadm [INF] Upgrade: Updating mon.c 2023-12-07T16:04:48.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:48 smithi178 bash[25068]: cephadm 2023-12-07T16:04:47.409359+0000 mgr.y (mgr.25474) 34 : cephadm [INF] Deploying daemon mon.c on smithi042 2023-12-07T16:04:48.856 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:04:48 smithi178 bash[49360]: ts=2023-12-07T16: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.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:04:50.100 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:49 smithi042 systemd[1]: Stopping Ceph mon.c for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:04:50.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:50 smithi042 bash[30444]: debug 2023-12-07T16:04:50.115+0000 7f47df5a9700 -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-07T16:04:50.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:50 smithi042 bash[30444]: debug 2023-12-07T16:04:50.115+0000 7f47df5a9700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-12-07T16:04:50.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:50 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:04:50] "GET /metrics HTTP/1.1" 200 38166 "" "Prometheus/2.33.4" 2023-12-07T16:04:50.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:50 smithi042 bash[61307]: [07/Dec/2023:16:04:50] ENGINE Bus STOPPING 2023-12-07T16:04:50.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:50 smithi042 bash[61307]: [07/Dec/2023:16:04:50] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-07T16:04:50.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:50 smithi042 bash[61307]: [07/Dec/2023:16:04:50] ENGINE Bus STOPPED 2023-12-07T16:04:50.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:50 smithi042 bash[61307]: [07/Dec/2023:16:04:50] ENGINE Bus STARTING 2023-12-07T16:04:50.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:50 smithi042 bash[61307]: [07/Dec/2023:16:04:50] ENGINE Serving on http://:::9283 2023-12-07T16:04:50.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:50 smithi042 bash[61307]: [07/Dec/2023:16:04:50] ENGINE Bus STARTED 2023-12-07T16:04:51.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:50 smithi042 bash[65708]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-mon-c 2023-12-07T16:04:51.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:51 smithi042 bash[65791]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-mon-c 2023-12-07T16:04:51.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:51 smithi042 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mon.c.service: Succeeded. 2023-12-07T16:04:51.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:51 smithi042 systemd[1]: Stopped Ceph mon.c for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:04:51.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:51 smithi042 systemd[1]: Started Ceph mon.c for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:04:52.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.479+0000 7f315097fc80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-07T16:04:52.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.479+0000 7f315097fc80 0 ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev), process ceph-mon, pid 7 2023-12-07T16:04:52.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.479+0000 7f315097fc80 0 pidfile_write: ignore empty --pid-file 2023-12-07T16:04:52.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.483+0000 7f315097fc80 0 load: jerasure load: lrc 2023-12-07T16:04:52.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: RocksDB version: 7.9.2 2023-12-07T16:04:52.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Git sha 0 2023-12-07T16:04:52.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Compile date 2023-12-05 09:15:47 2023-12-07T16:04:52.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: DB SUMMARY 2023-12-07T16:04:52.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: DB Session ID: VRJLRXA1RAR093WUFOQO 2023-12-07T16:04:52.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: CURRENT file: CURRENT 2023-12-07T16:04:52.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-07T16:04:52.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 1263 Bytes 2023-12-07T16:04:52.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000030.sst 2023-12-07T16:04:52.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000028.log size: 3813276 ; 2023-12-07T16:04:52.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.error_if_exists: 0 2023-12-07T16:04:52.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.create_if_missing: 0 2023-12-07T16:04:52.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.paranoid_checks: 1 2023-12-07T16:04:52.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-07T16:04:52.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-07T16:04:52.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-07T16:04:52.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.env: 0x56079ee08a60 2023-12-07T16:04:52.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-07T16:04:52.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.info_log: 0x5607a0dc3780 2023-12-07T16:04:52.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-07T16:04:52.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.statistics: (nil) 2023-12-07T16:04:52.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.use_fsync: 0 2023-12-07T16:04:52.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_log_file_size: 0 2023-12-07T16:04:52.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-07T16:04:52.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-07T16:04:52.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-07T16:04:52.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-07T16:04:52.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.allow_fallocate: 1 2023-12-07T16:04:52.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-07T16:04:52.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-07T16:04:52.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.use_direct_reads: 0 2023-12-07T16:04:52.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-07T16:04:52.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-07T16:04:52.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.db_log_dir: 2023-12-07T16:04:52.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.wal_dir: 2023-12-07T16:04:52.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-07T16:04:52.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-07T16:04:52.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-07T16:04:52.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-07T16:04:52.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-07T16:04:52.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-07T16:04:52.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-07T16:04:52.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-07T16:04:52.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.write_buffer_manager: 0x5607a0d96f00 2023-12-07T16:04:52.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-07T16:04:52.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-07T16:04:52.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-07T16:04:52.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-07T16:04:52.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-07T16:04:52.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-07T16:04:52.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-07T16:04:52.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-07T16:04:52.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.unordered_write: 0 2023-12-07T16:04:52.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-07T16:04:52.626 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-07T16:04:52.627 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-07T16:04:52.627 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-07T16:04:52.627 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.row_cache: None 2023-12-07T16:04:52.627 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.wal_filter: None 2023-12-07T16:04:52.627 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-07T16:04:52.627 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-07T16:04:52.627 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.two_write_queues: 0 2023-12-07T16:04:52.627 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-07T16:04:52.627 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.wal_compression: 0 2023-12-07T16:04:52.627 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.atomic_flush: 0 2023-12-07T16:04:52.627 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-07T16:04:52.627 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-07T16:04:52.627 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-07T16:04:52.627 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.log_readahead_size: 0 2023-12-07T16:04:52.627 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-07T16:04:52.627 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-07T16:04:52.628 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-07T16:04:52.628 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-07T16:04:52.628 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-07T16:04:52.628 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-07T16:04:52.628 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-07T16:04:52.628 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_background_jobs: 2 2023-12-07T16:04:52.628 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_background_compactions: -1 2023-12-07T16:04:52.628 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_subcompactions: 1 2023-12-07T16:04:52.628 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-07T16:04:52.628 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-07T16:04:52.628 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-07T16:04:52.628 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-07T16:04:52.628 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-07T16:04:52.628 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-07T16:04:52.628 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-07T16:04:52.628 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-07T16:04:52.629 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_open_files: -1 2023-12-07T16:04:52.629 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-07T16:04:52.629 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-07T16:04:52.629 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-07T16:04:52.629 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-07T16:04:52.629 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_background_flushes: -1 2023-12-07T16:04:52.629 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Compression algorithms supported: 2023-12-07T16:04:52.629 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-07T16:04:52.629 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: kZSTD supported: 0 2023-12-07T16:04:52.629 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: kXpressCompression supported: 0 2023-12-07T16:04:52.629 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-07T16:04:52.629 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: kZlibCompression supported: 1 2023-12-07T16:04:52.629 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: kSnappyCompression supported: 1 2023-12-07T16:04:52.629 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: kLZ4Compression supported: 1 2023-12-07T16:04:52.629 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: kBZip2Compression supported: 0 2023-12-07T16:04:52.630 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-07T16:04:52.630 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-07T16:04:52.630 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 2023-12-07T16:04:52.630 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-07T16:04:52.630 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-07T16:04:52.630 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.merge_operator: 2023-12-07T16:04:52.630 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compaction_filter: None 2023-12-07T16:04:52.630 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-07T16:04:52.630 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-07T16:04:52.630 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-07T16:04:52.630 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-07T16:04:52.630 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5607a0dc38a0) 2023-12-07T16:04:52.630 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: cache_index_and_filter_blocks: 1 2023-12-07T16:04:52.630 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-07T16:04:52.630 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-07T16:04:52.631 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: pin_top_level_index_and_filter: 1 2023-12-07T16:04:52.631 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: index_type: 0 2023-12-07T16:04:52.631 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: data_block_index_type: 0 2023-12-07T16:04:52.631 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: index_shortening: 1 2023-12-07T16:04:52.631 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: data_block_hash_table_util_ratio: 0.750000 2023-12-07T16:04:52.631 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: checksum: 4 2023-12-07T16:04:52.631 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: no_block_cache: 0 2023-12-07T16:04:52.631 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: block_cache: 0x5607a0e17090 2023-12-07T16:04:52.631 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: block_cache_name: BinnedLRUCache 2023-12-07T16:04:52.631 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: block_cache_options: 2023-12-07T16:04:52.631 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: capacity : 536870912 2023-12-07T16:04:52.631 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: num_shard_bits : 4 2023-12-07T16:04:52.631 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: strict_capacity_limit : 0 2023-12-07T16:04:52.631 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: high_pri_pool_ratio: 0.000 2023-12-07T16:04:52.631 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: block_cache_compressed: (nil) 2023-12-07T16:04:52.632 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: persistent_cache: (nil) 2023-12-07T16:04:52.632 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: block_size: 4096 2023-12-07T16:04:52.632 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: block_size_deviation: 10 2023-12-07T16:04:52.632 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: block_restart_interval: 16 2023-12-07T16:04:52.632 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: index_block_restart_interval: 1 2023-12-07T16:04:52.632 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: metadata_block_size: 4096 2023-12-07T16:04:52.632 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: partition_filters: 0 2023-12-07T16:04:52.632 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: use_delta_encoding: 1 2023-12-07T16:04:52.632 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: filter_policy: bloomfilter 2023-12-07T16:04:52.632 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: whole_key_filtering: 1 2023-12-07T16:04:52.632 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: verify_compression: 0 2023-12-07T16:04:52.632 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: read_amp_bytes_per_bit: 0 2023-12-07T16:04:52.632 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: format_version: 5 2023-12-07T16:04:52.632 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: enable_index_compression: 1 2023-12-07T16:04:52.632 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: block_align: 0 2023-12-07T16:04:52.633 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: max_auto_readahead_size: 262144 2023-12-07T16:04:52.633 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: prepopulate_block_cache: 0 2023-12-07T16:04:52.633 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: initial_auto_readahead_size: 8192 2023-12-07T16:04:52.633 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: num_file_reads_for_auto_readahead: 2 2023-12-07T16:04:52.633 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-07T16:04:52.633 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-07T16:04:52.634 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compression: NoCompression 2023-12-07T16:04:52.634 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-07T16:04:52.634 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-07T16:04:52.634 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-07T16:04:52.634 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.num_levels: 7 2023-12-07T16:04:52.634 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-07T16:04:52.634 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-07T16:04:52.634 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-07T16:04:52.634 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-07T16:04:52.634 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-07T16:04:52.634 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-07T16:04:52.634 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-07T16:04:52.635 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-07T16:04:52.635 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-07T16:04:52.635 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-07T16:04:52.635 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-07T16:04:52.635 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-07T16:04:52.635 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-07T16:04:52.635 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-07T16:04:52.635 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-07T16:04:52.635 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-07T16:04:52.635 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-07T16:04:52.635 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-07T16:04:52.635 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-07T16:04:52.635 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-07T16:04:52.635 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-07T16:04:52.635 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-07T16:04:52.635 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-07T16:04:52.636 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-07T16:04:52.636 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-07T16:04:52.636 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-07T16:04:52.636 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-07T16:04:52.636 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-07T16:04:52.636 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-07T16:04:52.636 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-07T16:04:52.636 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-07T16:04:52.636 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-07T16:04:52.636 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-07T16:04:52.636 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-07T16:04:52.636 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-07T16:04:52.636 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-07T16:04:52.636 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-07T16:04:52.636 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-07T16:04:52.637 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-07T16:04:52.637 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-07T16:04:52.637 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-07T16:04:52.637 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-07T16:04:52.637 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-07T16:04:52.637 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-07T16:04:52.637 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-07T16:04:52.637 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-07T16:04:52.637 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-07T16:04:52.637 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-07T16:04:52.637 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-07T16:04:52.637 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-07T16:04:52.637 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-07T16:04:52.637 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-07T16:04:52.637 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-07T16:04:52.638 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.table_properties_collectors: 2023-12-07T16:04:52.638 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.inplace_update_support: 0 2023-12-07T16:04:52.638 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-07T16:04:52.638 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-07T16:04:52.638 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-07T16:04:52.638 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-07T16:04:52.638 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.bloom_locality: 0 2023-12-07T16:04:52.638 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.max_successive_merges: 0 2023-12-07T16:04:52.638 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-07T16:04:52.638 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-07T16:04:52.638 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-07T16:04:52.638 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-07T16:04:52.638 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.ttl: 2592000 2023-12-07T16:04:52.638 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-07T16:04:52.639 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-07T16:04:52.639 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-07T16:04:52.639 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.enable_blob_files: false 2023-12-07T16:04:52.639 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.min_blob_size: 0 2023-12-07T16:04:52.639 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-07T16:04:52.639 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-07T16:04:52.639 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-07T16:04:52.639 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-07T16:04:52.639 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-07T16:04:52.639 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-07T16:04:52.639 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-07T16:04:52.639 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f315097fc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-07T16:04:52.639 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.487+0000 7f3146148700 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-07T16:04:52.639 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.491+0000 7f315097fc80 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-07T16:04:52.640 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.491+0000 7f315097fc80 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 18121, log_number is 28,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-07T16:04:52.640 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.491+0000 7f315097fc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 28 2023-12-07T16:04:52.640 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.491+0000 7f315097fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 427cd1e9-133d-4fd8-b9cc-033cfbf6f8da 2023-12-07T16:04:52.640 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.491+0000 7f315097fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701965092492634, "job": 1, "event": "recovery_started", "wal_files": [28]} 2023-12-07T16:04:52.640 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.491+0000 7f315097fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #28 mode 2 2023-12-07T16:04:52.640 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.507+0000 7f315097fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701965092509511, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 33, "file_size": 2449645, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 18126, "largest_seqno": 19005, "table_properties": {"data_size": 2445389, "index_size": 2278, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 965, "raw_key_size": 8870, "raw_average_key_size": 24, "raw_value_size": 2437435, "raw_average_value_size": 6605, "num_data_blocks": 104, "num_entries": 369, "num_filter_entries": 369, "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": 1701965092, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "427cd1e9-133d-4fd8-b9cc-033cfbf6f8da", "db_session_id": "VRJLRXA1RAR093WUFOQO", "orig_file_number": 33, "seqno_to_time_mapping": "N/A"}} 2023-12-07T16:04:52.640 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.507+0000 7f315097fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701965092509743, "job": 1, "event": "recovery_finished"} 2023-12-07T16:04:52.640 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.507+0000 7f315097fc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 35 2023-12-07T16:04:52.640 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.507+0000 7f315097fc80 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-07T16:04:52.640 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.511+0000 7f315097fc80 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-07T16:04:52.640 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.511+0000 7f315097fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5607a0eb6000 2023-12-07T16:04:52.640 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.511+0000 7f315097fc80 4 rocksdb: DB pointer 0x5607a0ea4000 2023-12-07T16:04:52.640 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.511+0000 7f313f13a700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-07T16:04:52.640 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.511+0000 7f313f13a700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-07T16:04:52.640 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: ** DB Stats ** 2023-12-07T16:04:52.641 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T16:04:52.641 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: 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-07T16:04:52.641 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T16:04:52.641 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T16:04:52.641 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: 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-07T16:04:52.641 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T16:04:52.641 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T16:04:52.641 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: ** Compaction Stats [default] ** 2023-12-07T16:04:52.641 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: 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-07T16:04:52.641 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-07T16:04:52.641 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: L0 1/0 2.34 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 391.0 0.01 0.00 1 0.006 0 0 0.0 0.0 2023-12-07T16:04:52.641 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: L6 1/0 10.49 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-07T16:04:52.641 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: Sum 2/0 12.82 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 391.0 0.01 0.00 1 0.006 0 0 0.0 0.0 2023-12-07T16:04:52.641 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 391.0 0.01 0.00 1 0.006 0 0 0.0 0.0 2023-12-07T16:04:52.641 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: ** Compaction Stats [default] ** 2023-12-07T16:04:52.641 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: 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-07T16:04:52.642 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T16:04:52.642 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 391.0 0.01 0.00 1 0.006 0 0 0.0 0.0 2023-12-07T16:04:52.642 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-07T16:04:52.642 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T16:04:52.642 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: Flush(GB): cumulative 0.002, interval 0.002 2023-12-07T16:04:52.642 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T16:04:52.642 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T16:04:52.642 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T16:04:52.642 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: AddFile(Keys): cumulative 0, interval 0 2023-12-07T16:04:52.642 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: Cumulative compaction: 0.00 GB write, 94.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T16:04:52.642 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: Interval compaction: 0.00 GB write, 94.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T16:04:52.642 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: 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-07T16:04:52.642 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: Block cache BinnedLRUCache@0x5607a0e17090#7 capacity: 512.00 MB usage: 3.36 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2e-05 secs_since: 0 2023-12-07T16:04:52.642 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: 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-07T16:04:52.643 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: ** File Read Latency Histogram By Level [default] ** 2023-12-07T16:04:52.643 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.511+0000 7f315097fc80 0 starting mon.c rank 1 at public addrs [v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0] at bind addrs [v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T16:04:52.643 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.515+0000 7f315097fc80 1 mon.c@-1(???) e3 preinit fsid b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T16:04:52.643 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.515+0000 7f315097fc80 0 mon.c@-1(???).mds e1 new map 2023-12-07T16:04:52.643 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.515+0000 7f315097fc80 0 mon.c@-1(???).mds e1 print_map 2023-12-07T16:04:52.643 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: e1 2023-12-07T16:04:52.643 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-07T16:04:52.643 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: 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-07T16:04:52.643 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: legacy client fscid: -1 2023-12-07T16:04:52.643 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: 2023-12-07T16:04:52.643 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: No filesystems configured 2023-12-07T16:04:52.643 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.515+0000 7f315097fc80 0 mon.c@-1(???).osd e105 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-07T16:04:52.643 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.515+0000 7f315097fc80 0 mon.c@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2023-12-07T16:04:52.643 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.515+0000 7f315097fc80 0 mon.c@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2023-12-07T16:04:52.643 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.515+0000 7f315097fc80 0 mon.c@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2023-12-07T16:04:52.644 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:52 smithi042 bash[65854]: debug 2023-12-07T16:04:52.515+0000 7f315097fc80 1 mon.c@-1(???).paxosservice(auth 1..24) refresh upgraded, format 0 -> 3 2023-12-07T16:04:54.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:54 smithi178 bash[25068]: cluster 2023-12-07T16:04:51.233377+0000 mgr.y (mgr.25474) 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-07T16:04:54.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:54 smithi178 bash[25068]: cluster 2023-12-07T16:04:52.730449+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-07T16:04:54.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:54 smithi178 bash[25068]: cluster 2023-12-07T16:04:53.231534+0000 mon.a (mon.0) 44 : cluster [INF] mon.a calling monitor election 2023-12-07T16:04:54.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:54 smithi178 bash[25068]: cluster 2023-12-07T16:04:53.234995+0000 mon.a (mon.0) 45 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T16:04:54.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:54 smithi178 bash[25068]: cluster 2023-12-07T16:04:53.235108+0000 mgr.y (mgr.25474) 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-07T16:04:54.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:54 smithi178 bash[25068]: cluster 2023-12-07T16:04:53.243063+0000 mon.a (mon.0) 46 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],b=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T16:04:54.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:54 smithi178 bash[25068]: cluster 2023-12-07T16:04:53.244508+0000 mon.a (mon.0) 47 : cluster [DBG] fsmap 2023-12-07T16:04:54.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:54 smithi178 bash[25068]: cluster 2023-12-07T16:04:53.244583+0000 mon.a (mon.0) 48 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-07T16:04:54.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:54 smithi178 bash[25068]: cluster 2023-12-07T16:04:53.245034+0000 mon.a (mon.0) 49 : cluster [DBG] mgrmap e41: y(active, since 28s), standbys: x 2023-12-07T16:04:54.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:54 smithi178 bash[25068]: cluster 2023-12-07T16:04:53.252257+0000 mon.a (mon.0) 50 : cluster [INF] overall HEALTH_OK 2023-12-07T16:04:54.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:54 smithi178 bash[25068]: audit 2023-12-07T16:04:53.257606+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:04:54.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:54 smithi178 bash[25068]: audit 2023-12-07T16:04:53.266394+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:04:54.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[64476]: cluster 2023-12-07T16:04:51.233377+0000 mgr.y (mgr.25474) 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-07T16:04:54.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[64476]: cluster 2023-12-07T16:04:52.730449+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-07T16:04:54.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[64476]: cluster 2023-12-07T16:04:53.231534+0000 mon.a (mon.0) 44 : cluster 1 mon.a calling monitor election 2023-12-07T16:04:54.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[64476]: cluster 2023-12-07T16:04:53.234995+0000 mon.a (mon.0) 45 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T16:04:54.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[64476]: cluster 2023-12-07T16:04:53.235108+0000 mgr.y (mgr.25474) 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-07T16:04:54.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[64476]: cluster 2023-12-07T16:04:53.243063+0000 mon.a (mon.0) 46 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],b=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T16:04:54.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[64476]: cluster 2023-12-07T16:04:53.244508+0000 mon.a (mon.0) 47 : cluster 0 fsmap 2023-12-07T16:04:54.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[64476]: cluster 2023-12-07T16:04:53.244583+0000 mon.a (mon.0) 48 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2023-12-07T16:04:54.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[64476]: cluster 2023-12-07T16:04:53.245034+0000 mon.a (mon.0) 49 : cluster 0 mgrmap e41: y(active, since 28s), standbys: x 2023-12-07T16:04:54.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[64476]: cluster 2023-12-07T16:04:53.252257+0000 mon.a (mon.0) 50 : cluster 1 overall HEALTH_OK 2023-12-07T16:04:54.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[64476]: audit 2023-12-07T16:04:53.257606+0000 mon.a (mon.0) 51 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:04:54.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[64476]: audit 2023-12-07T16:04:53.266394+0000 mon.a (mon.0) 52 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:04:54.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[65854]: cluster 2023-12-07T16:04:51.233377+0000 mgr.y (mgr.25474) 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-07T16:04:54.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[65854]: cluster 2023-12-07T16:04:52.730449+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-07T16:04:54.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[65854]: cluster 2023-12-07T16:04:53.231534+0000 mon.a (mon.0) 44 : cluster 1 mon.a calling monitor election 2023-12-07T16:04:54.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[65854]: cluster 2023-12-07T16:04:53.234995+0000 mon.a (mon.0) 45 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T16:04:54.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[65854]: cluster 2023-12-07T16:04:53.235108+0000 mgr.y (mgr.25474) 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-07T16:04:54.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[65854]: cluster 2023-12-07T16:04:53.243063+0000 mon.a (mon.0) 46 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],b=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T16:04:54.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[65854]: cluster 2023-12-07T16:04:53.244508+0000 mon.a (mon.0) 47 : cluster 0 fsmap 2023-12-07T16:04:54.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[65854]: cluster 2023-12-07T16:04:53.244583+0000 mon.a (mon.0) 48 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2023-12-07T16:04:54.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[65854]: cluster 2023-12-07T16:04:53.245034+0000 mon.a (mon.0) 49 : cluster 0 mgrmap e41: y(active, since 28s), standbys: x 2023-12-07T16:04:54.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[65854]: cluster 2023-12-07T16:04:53.252257+0000 mon.a (mon.0) 50 : cluster 1 overall HEALTH_OK 2023-12-07T16:04:54.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[65854]: audit 2023-12-07T16:04:53.257606+0000 mon.a (mon.0) 51 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:04:54.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:54 smithi042 bash[65854]: audit 2023-12-07T16:04:53.266394+0000 mon.a (mon.0) 52 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:04:56.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:56 smithi178 bash[25068]: cluster 2023-12-07T16:04:55.235943+0000 mgr.y (mgr.25474) 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-07T16:04:56.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:56 smithi178 bash[25068]: audit 2023-12-07T16:04:55.326887+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:04:56.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:56 smithi042 bash[64476]: cluster 2023-12-07T16:04:55.235943+0000 mgr.y (mgr.25474) 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-07T16:04:56.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:56 smithi042 bash[64476]: audit 2023-12-07T16:04:55.326887+0000 mon.a (mon.0) 53 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:04:56.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:56 smithi042 bash[65854]: cluster 2023-12-07T16:04:55.235943+0000 mgr.y (mgr.25474) 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-07T16:04:56.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:56 smithi042 bash[65854]: audit 2023-12-07T16:04:55.326887+0000 mon.a (mon.0) 53 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:04:57.530 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:57 smithi042 bash[64476]: audit 2023-12-07T16:04:56.272810+0000 mgr.y (mgr.25474) 39 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:04:57.531 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:57 smithi042 bash[65854]: audit 2023-12-07T16:04:56.272810+0000 mgr.y (mgr.25474) 39 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:04:57.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:57 smithi178 bash[25068]: audit 2023-12-07T16:04:56.272810+0000 mgr.y (mgr.25474) 39 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:04:57.871 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:04:57 smithi042 bash[61307]: debug 2023-12-07T16:04:57.523+0000 7efc2cbf8700 -1 mgr.server handle_report got status from non-daemon mon.c 2023-12-07T16:04:58.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:04:58 smithi178 bash[25068]: cluster 2023-12-07T16:04:57.237585+0000 mgr.y (mgr.25474) 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-07T16:04:58.856 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:04:58 smithi178 bash[49360]: ts=2023-12-07T16: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.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:04:58.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:04:58 smithi042 bash[64476]: cluster 2023-12-07T16:04:57.237585+0000 mgr.y (mgr.25474) 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-07T16:04:58.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:04:58 smithi042 bash[65854]: cluster 2023-12-07T16:04:57.237585+0000 mgr.y (mgr.25474) 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-07T16:04:59.672 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-12-07T16:05:00.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:05:00 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:05:00] "GET /metrics HTTP/1.1" 200 38102 "" "Prometheus/2.33.4" 2023-12-07T16:05:00.461 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:05:00.461 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (2m) 0s ago 9m 16.7M - 0.23.0 ba2b418f427c fe1b358b85a1 2023-12-07T16:05:00.461 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi178 *:3000 running (2m) 28s ago 9m 44.2M - 8.3.5 dad864ee21e9 3cb0965be645 2023-12-07T16:05:00.461 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.zhjtqu smithi042 running (83s) 0s ago 7m 45.2M - 3.5 e1d6a67b021e 7deb6d5f3048 2023-12-07T16:05:00.461 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi178 *:8443,9283,8765 running (69s) 28s ago 15m 431M - 19.0.0-13-ge6605fb8 104f332cd0a9 c0c2d21198ed 2023-12-07T16:05:00.461 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (2m) 0s ago 18m 482M - 19.0.0-13-ge6605fb8 104f332cd0a9 6718013de405 2023-12-07T16:05:00.461 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (46s) 0s ago 18m 38.5M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 dac84442c4ce 2023-12-07T16:05:00.461 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi178 running (16m) 28s ago 16m 55.2M 2048M 17.2.0 e1d6a67b021e ed4d6d59b8a5 2023-12-07T16:05:00.461 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (8s) 0s ago 16m 22.1M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fb50c46ab5c1 2023-12-07T16:05:00.461 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (3m) 0s ago 10m 13.3M - 1.3.1 1dbe0e931976 531aa26ab3fd 2023-12-07T16:05:00.461 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi178 *:9100 running (2m) 28s ago 10m 11.1M - 1.3.1 1dbe0e931976 f553be30e56c 2023-12-07T16:05:00.461 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (15m) 0s ago 15m 58.9M 2782M 17.2.0 e1d6a67b021e 15b47f4e60f3 2023-12-07T16:05:00.461 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (14m) 0s ago 14m 61.5M 2782M 17.2.0 e1d6a67b021e 2a28cafd73fe 2023-12-07T16:05:00.462 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (14m) 0s ago 14m 54.0M 2782M 17.2.0 e1d6a67b021e 0785d9773e1b 2023-12-07T16:05:00.462 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (13m) 0s ago 13m 57.6M 2782M 17.2.0 e1d6a67b021e ef87480dafbe 2023-12-07T16:05:00.462 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi178 running (13m) 28s ago 13m 58.4M 3037M 17.2.0 e1d6a67b021e 489e822c6353 2023-12-07T16:05:00.462 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi178 running (12m) 28s ago 12m 55.6M 3037M 17.2.0 e1d6a67b021e b77d6dab08a9 2023-12-07T16:05:00.462 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi178 running (11m) 28s ago 11m 53.9M 3037M 17.2.0 e1d6a67b021e 0c3c794876c3 2023-12-07T16:05:00.462 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi178 running (11m) 28s ago 11m 57.3M 3037M 17.2.0 e1d6a67b021e d54168b8b1ca 2023-12-07T16:05:00.462 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi178 *:9095 running (77s) 28s ago 10m 54.5M - 2.33.4 514e6a882f6e 8dc9b81a4426 2023-12-07T16:05:00.462 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.hcortj smithi042 *:8000 running (8m) 0s ago 8m 88.0M - 17.2.0 e1d6a67b021e 7b4fbb51c0e4 2023-12-07T16:05:00.462 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi178.qokiza smithi178 *:8000 running (8m) 28s ago 8m 87.2M - 17.2.0 e1d6a67b021e ed4b389a14c0 2023-12-07T16:05:00.462 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.bhilti smithi042 *:80 running (7m) 0s ago 7m 87.6M - 17.2.0 e1d6a67b021e a005b7760f26 2023-12-07T16:05:00.462 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi178.kllngz smithi178 *:80 running (7m) 28s ago 7m 87.5M - 17.2.0 e1d6a67b021e ec7417c26d3d 2023-12-07T16:05:00.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:00 smithi178 bash[25068]: cluster 2023-12-07T16:04:59.238442+0000 mgr.y (mgr.25474) 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-07T16:05:00.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:00 smithi178 bash[25068]: audit 2023-12-07T16:04:59.651085+0000 mgr.y (mgr.25474) 42 : audit [DBG] from='client.34170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:00.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:00 smithi178 bash[25068]: audit 2023-12-07T16:04:59.833252+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:00.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:00 smithi178 bash[25068]: audit 2023-12-07T16:04:59.843200+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:00.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:00 smithi042 bash[64476]: cluster 2023-12-07T16:04:59.238442+0000 mgr.y (mgr.25474) 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-07T16:05:00.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:00 smithi042 bash[64476]: audit 2023-12-07T16:04:59.651085+0000 mgr.y (mgr.25474) 42 : audit 0 from='client.34170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:00.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:00 smithi042 bash[64476]: audit 2023-12-07T16:04:59.833252+0000 mon.a (mon.0) 54 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:00.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:00 smithi042 bash[64476]: audit 2023-12-07T16:04:59.843200+0000 mon.a (mon.0) 55 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:00.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:00 smithi042 bash[65854]: cluster 2023-12-07T16:04:59.238442+0000 mgr.y (mgr.25474) 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-07T16:05:00.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:00 smithi042 bash[65854]: audit 2023-12-07T16:04:59.651085+0000 mgr.y (mgr.25474) 42 : audit 0 from='client.34170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:00.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:00 smithi042 bash[65854]: audit 2023-12-07T16:04:59.833252+0000 mon.a (mon.0) 54 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:00.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:00 smithi042 bash[65854]: audit 2023-12-07T16:04:59.843200+0000 mon.a (mon.0) 55 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:00.920 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:05:00.921 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-12-07T16:05:00.921 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-07T16:05:00.921 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T16:05:00.921 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:05:00.921 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-12-07T16:05:00.921 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T16:05:00.921 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:05:00.921 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-12-07T16:05:00.921 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T16:05:00.921 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:05:00.921 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2023-12-07T16:05:00.921 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:05:00.921 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:05:00.921 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-12-07T16:05:00.921 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-07T16:05:00.922 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 4 2023-12-07T16:05:00.922 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T16:05:00.922 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:05:01.313 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:05:01.313 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:05:01.313 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-12-07T16:05:01.313 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T16:05:01.313 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2023-12-07T16:05:01.313 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr" 2023-12-07T16:05:01.313 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2023-12-07T16:05:01.313 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "4/23 daemons upgraded", 2023-12-07T16:05:01.313 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading mon daemons", 2023-12-07T16:05:01.313 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-12-07T16:05:01.313 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:05:01.760 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-12-07T16:05:01.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:01 smithi178 bash[25068]: audit 2023-12-07T16:05:00.038841+0000 mgr.y (mgr.25474) 43 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:01.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:01 smithi178 bash[25068]: audit 2023-12-07T16:05:00.430370+0000 mgr.y (mgr.25474) 44 : audit [DBG] from='client.44113 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:01.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:01 smithi178 bash[25068]: audit 2023-12-07T16:05:00.884437+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:01.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:01 smithi178 bash[25068]: audit 2023-12-07T16:05:00.893651+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:01.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:01 smithi178 bash[25068]: audit 2023-12-07T16:05:00.914515+0000 mon.a (mon.0) 58 : audit [DBG] from='client.? 172.21.15.42:0/370938539' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:05:01.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:01 smithi042 bash[64476]: audit 2023-12-07T16:05:00.038841+0000 mgr.y (mgr.25474) 43 : audit 0 from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:01.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:01 smithi042 bash[64476]: audit 2023-12-07T16:05:00.430370+0000 mgr.y (mgr.25474) 44 : audit 0 from='client.44113 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:01.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:01 smithi042 bash[64476]: audit 2023-12-07T16:05:00.884437+0000 mon.a (mon.0) 56 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:01.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:01 smithi042 bash[64476]: audit 2023-12-07T16:05:00.893651+0000 mon.a (mon.0) 57 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:01.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:01 smithi042 bash[64476]: audit 2023-12-07T16:05:00.914515+0000 mon.a (mon.0) 58 : audit 0 from='client.? 172.21.15.42:0/370938539' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:05:01.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:01 smithi042 bash[65854]: audit 2023-12-07T16:05:00.038841+0000 mgr.y (mgr.25474) 43 : audit 0 from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:01.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:01 smithi042 bash[65854]: audit 2023-12-07T16:05:00.430370+0000 mgr.y (mgr.25474) 44 : audit 0 from='client.44113 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:01.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:01 smithi042 bash[65854]: audit 2023-12-07T16:05:00.884437+0000 mon.a (mon.0) 56 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:01.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:01 smithi042 bash[65854]: audit 2023-12-07T16:05:00.893651+0000 mon.a (mon.0) 57 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:01.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:01 smithi042 bash[65854]: audit 2023-12-07T16:05:00.914515+0000 mon.a (mon.0) 58 : audit 0 from='client.? 172.21.15.42:0/370938539' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:05:02.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:02 smithi178 bash[25068]: cluster 2023-12-07T16:05:01.239178+0000 mgr.y (mgr.25474) 45 : 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-07T16:05:02.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:02 smithi178 bash[25068]: audit 2023-12-07T16:05:01.306744+0000 mgr.y (mgr.25474) 46 : audit [DBG] from='client.44125 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:02.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:02 smithi178 bash[25068]: audit 2023-12-07T16:05:01.754736+0000 mon.c (mon.1) 2 : audit [DBG] from='client.? 172.21.15.42:0/3571175726' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:05:02.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:02 smithi042 bash[64476]: cluster 2023-12-07T16:05:01.239178+0000 mgr.y (mgr.25474) 45 : 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-07T16:05:02.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:02 smithi042 bash[64476]: audit 2023-12-07T16:05:01.306744+0000 mgr.y (mgr.25474) 46 : audit 0 from='client.44125 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:02.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:02 smithi042 bash[64476]: audit 2023-12-07T16:05:01.754736+0000 mon.c (mon.1) 2 : audit 0 from='client.? 172.21.15.42:0/3571175726' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:05:02.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:02 smithi042 bash[65854]: cluster 2023-12-07T16:05:01.239178+0000 mgr.y (mgr.25474) 45 : 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-07T16:05:02.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:02 smithi042 bash[65854]: audit 2023-12-07T16:05:01.306744+0000 mgr.y (mgr.25474) 46 : audit 0 from='client.44125 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:02.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:02 smithi042 bash[65854]: audit 2023-12-07T16:05:01.754736+0000 mon.c (mon.1) 2 : audit 0 from='client.? 172.21.15.42:0/3571175726' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:05:04.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:04 smithi178 bash[25068]: cluster 2023-12-07T16:05:03.240871+0000 mgr.y (mgr.25474) 47 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:05:04.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:04 smithi042 bash[64476]: cluster 2023-12-07T16:05:03.240871+0000 mgr.y (mgr.25474) 47 : 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-07T16:05:04.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:04 smithi042 bash[65854]: cluster 2023-12-07T16:05:03.240871+0000 mgr.y (mgr.25474) 47 : 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-07T16:05:06.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:06 smithi178 bash[25068]: cluster 2023-12-07T16:05:05.241641+0000 mgr.y (mgr.25474) 48 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:05:06.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:06 smithi042 bash[64476]: cluster 2023-12-07T16:05:05.241641+0000 mgr.y (mgr.25474) 48 : 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-07T16:05:06.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:06 smithi042 bash[65854]: cluster 2023-12-07T16:05:05.241641+0000 mgr.y (mgr.25474) 48 : 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-07T16:05:07.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:07 smithi042 bash[64476]: audit 2023-12-07T16:05:06.282150+0000 mgr.y (mgr.25474) 49 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:05:07.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:07 smithi042 bash[65854]: audit 2023-12-07T16:05:06.282150+0000 mgr.y (mgr.25474) 49 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:05:07.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:07 smithi178 bash[25068]: audit 2023-12-07T16:05:06.282150+0000 mgr.y (mgr.25474) 49 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:05:08.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:08 smithi042 bash[64476]: cluster 2023-12-07T16:05:07.243400+0000 mgr.y (mgr.25474) 50 : 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-07T16:05:08.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:08 smithi042 bash[65854]: cluster 2023-12-07T16:05:07.243400+0000 mgr.y (mgr.25474) 50 : 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-07T16:05:08.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:08 smithi178 bash[25068]: cluster 2023-12-07T16:05:07.243400+0000 mgr.y (mgr.25474) 50 : 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-07T16:05:09.107 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:05:08 smithi178 bash[49360]: ts=2023-12-07T16:05: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.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:05:10.354 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:10 smithi042 bash[64476]: cluster 2023-12-07T16:05:09.244167+0000 mgr.y (mgr.25474) 51 : 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-07T16:05:10.354 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:05:10 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:05:10] "GET /metrics HTTP/1.1" 200 38102 "" "Prometheus/2.33.4" 2023-12-07T16:05:10.354 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:10 smithi042 bash[65854]: cluster 2023-12-07T16:05:09.244167+0000 mgr.y (mgr.25474) 51 : 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-07T16:05:10.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:10 smithi178 bash[25068]: cluster 2023-12-07T16:05:09.244167+0000 mgr.y (mgr.25474) 51 : 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-07T16:05:11.562 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:11 smithi178 bash[25068]: audit 2023-12-07T16:05:10.327006+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:05:11.562 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:11 smithi178 bash[25068]: audit 2023-12-07T16:05:11.000687+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:11.562 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:11 smithi178 bash[25068]: audit 2023-12-07T16:05:11.012669+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:11.562 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:11 smithi178 bash[25068]: audit 2023-12-07T16:05:11.014496+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:11.563 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:11 smithi178 bash[25068]: audit 2023-12-07T16:05:11.015979+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:05:11.563 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:11 smithi178 bash[25068]: audit 2023-12-07T16:05:11.024359+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:11.563 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:11 smithi178 bash[25068]: audit 2023-12-07T16:05:11.113499+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:05:11.563 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:11 smithi178 bash[25068]: audit 2023-12-07T16:05:11.117109+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:05:11.563 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:11 smithi178 bash[25068]: audit 2023-12-07T16:05:11.119547+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-07T16:05:11.563 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:11 smithi178 bash[25068]: audit 2023-12-07T16:05:11.121261+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-07T16:05:11.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:11 smithi042 bash[64476]: audit 2023-12-07T16:05:10.327006+0000 mon.a (mon.0) 59 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:05:11.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:11 smithi042 bash[64476]: audit 2023-12-07T16:05:11.000687+0000 mon.a (mon.0) 60 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:11.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:11 smithi042 bash[64476]: audit 2023-12-07T16:05:11.012669+0000 mon.a (mon.0) 61 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:11.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:11 smithi042 bash[64476]: audit 2023-12-07T16:05:11.014496+0000 mon.a (mon.0) 62 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:11.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:11 smithi042 bash[64476]: audit 2023-12-07T16:05:11.015979+0000 mon.a (mon.0) 63 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:05:11.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:11 smithi042 bash[64476]: audit 2023-12-07T16:05:11.024359+0000 mon.a (mon.0) 64 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:11.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:11 smithi042 bash[64476]: audit 2023-12-07T16:05:11.113499+0000 mon.a (mon.0) 65 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:05:11.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:11 smithi042 bash[64476]: audit 2023-12-07T16:05:11.117109+0000 mon.a (mon.0) 66 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:05:11.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:11 smithi042 bash[64476]: audit 2023-12-07T16:05:11.119547+0000 mon.a (mon.0) 67 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-07T16:05:11.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:11 smithi042 bash[64476]: audit 2023-12-07T16:05:11.121261+0000 mon.a (mon.0) 68 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-07T16:05:11.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:11 smithi042 bash[65854]: audit 2023-12-07T16:05:10.327006+0000 mon.a (mon.0) 59 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:05:11.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:11 smithi042 bash[65854]: audit 2023-12-07T16:05:11.000687+0000 mon.a (mon.0) 60 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:11.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:11 smithi042 bash[65854]: audit 2023-12-07T16:05:11.012669+0000 mon.a (mon.0) 61 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:11.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:11 smithi042 bash[65854]: audit 2023-12-07T16:05:11.014496+0000 mon.a (mon.0) 62 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:11.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:11 smithi042 bash[65854]: audit 2023-12-07T16:05:11.015979+0000 mon.a (mon.0) 63 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:05:11.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:11 smithi042 bash[65854]: audit 2023-12-07T16:05:11.024359+0000 mon.a (mon.0) 64 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:11.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:11 smithi042 bash[65854]: audit 2023-12-07T16:05:11.113499+0000 mon.a (mon.0) 65 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:05:11.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:11 smithi042 bash[65854]: audit 2023-12-07T16:05:11.117109+0000 mon.a (mon.0) 66 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:05:11.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:11 smithi042 bash[65854]: audit 2023-12-07T16:05:11.119547+0000 mon.a (mon.0) 67 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-07T16:05:11.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:11 smithi042 bash[65854]: audit 2023-12-07T16:05:11.121261+0000 mon.a (mon.0) 68 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-07T16:05:12.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:12 smithi178 bash[25068]: cephadm 2023-12-07T16:05:11.122426+0000 mgr.y (mgr.25474) 52 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2023-12-07T16:05:12.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:12 smithi178 bash[25068]: cluster 2023-12-07T16:05:11.245040+0000 mgr.y (mgr.25474) 53 : 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-07T16:05:12.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:12 smithi042 bash[64476]: cephadm 2023-12-07T16:05:11.122426+0000 mgr.y (mgr.25474) 52 : cephadm 1 Upgrade: It appears safe to stop mon.b 2023-12-07T16:05:12.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:12 smithi042 bash[64476]: cluster 2023-12-07T16:05:11.245040+0000 mgr.y (mgr.25474) 53 : 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-07T16:05:12.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:12 smithi042 bash[65854]: cephadm 2023-12-07T16:05:11.122426+0000 mgr.y (mgr.25474) 52 : cephadm 1 Upgrade: It appears safe to stop mon.b 2023-12-07T16:05:12.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:12 smithi042 bash[65854]: cluster 2023-12-07T16:05:11.245040+0000 mgr.y (mgr.25474) 53 : 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-07T16:05:14.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:14 smithi178 bash[25068]: cluster 2023-12-07T16:05:13.246825+0000 mgr.y (mgr.25474) 54 : 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-07T16:05:14.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:14 smithi178 bash[25068]: audit 2023-12-07T16:05:13.850999+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:14.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:14 smithi178 bash[25068]: audit 2023-12-07T16:05:13.855456+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T16:05:14.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:14 smithi178 bash[25068]: audit 2023-12-07T16:05:13.857143+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T16:05:14.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:14 smithi178 bash[25068]: audit 2023-12-07T16:05:13.859377+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:14.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:14 smithi042 bash[64476]: cluster 2023-12-07T16:05:13.246825+0000 mgr.y (mgr.25474) 54 : 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-07T16:05:14.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:14 smithi042 bash[64476]: audit 2023-12-07T16:05:13.850999+0000 mon.a (mon.0) 69 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:14.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:14 smithi042 bash[64476]: audit 2023-12-07T16:05:13.855456+0000 mon.a (mon.0) 70 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T16:05:14.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:14 smithi042 bash[64476]: audit 2023-12-07T16:05:13.857143+0000 mon.a (mon.0) 71 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T16:05:14.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:14 smithi042 bash[64476]: audit 2023-12-07T16:05:13.859377+0000 mon.a (mon.0) 72 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:14.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:14 smithi042 bash[65854]: cluster 2023-12-07T16:05:13.246825+0000 mgr.y (mgr.25474) 54 : 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-07T16:05:14.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:14 smithi042 bash[65854]: audit 2023-12-07T16:05:13.850999+0000 mon.a (mon.0) 69 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:14.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:14 smithi042 bash[65854]: audit 2023-12-07T16:05:13.855456+0000 mon.a (mon.0) 70 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T16:05:14.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:14 smithi042 bash[65854]: audit 2023-12-07T16:05:13.857143+0000 mon.a (mon.0) 71 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T16:05:14.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:14 smithi042 bash[65854]: audit 2023-12-07T16:05:13.859377+0000 mon.a (mon.0) 72 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:15.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:15 smithi178 bash[25068]: cephadm 2023-12-07T16:05:13.843484+0000 mgr.y (mgr.25474) 55 : cephadm [INF] Upgrade: Updating mon.b 2023-12-07T16:05:15.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:15 smithi178 bash[25068]: cephadm 2023-12-07T16:05:13.860909+0000 mgr.y (mgr.25474) 56 : cephadm [INF] Deploying daemon mon.b on smithi178 2023-12-07T16:05:15.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:15 smithi042 bash[64476]: cephadm 2023-12-07T16:05:13.843484+0000 mgr.y (mgr.25474) 55 : cephadm 1 Upgrade: Updating mon.b 2023-12-07T16:05:15.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:15 smithi042 bash[64476]: cephadm 2023-12-07T16:05:13.860909+0000 mgr.y (mgr.25474) 56 : cephadm 1 Deploying daemon mon.b on smithi178 2023-12-07T16:05:15.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:15 smithi042 bash[65854]: cephadm 2023-12-07T16:05:13.843484+0000 mgr.y (mgr.25474) 55 : cephadm 1 Upgrade: Updating mon.b 2023-12-07T16:05:15.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:15 smithi042 bash[65854]: cephadm 2023-12-07T16:05:13.860909+0000 mgr.y (mgr.25474) 56 : cephadm 1 Deploying daemon mon.b on smithi178 2023-12-07T16:05:16.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:16 smithi178 bash[25068]: cluster 2023-12-07T16:05:15.247552+0000 mgr.y (mgr.25474) 57 : 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-07T16:05:16.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:16 smithi042 bash[64476]: cluster 2023-12-07T16:05:15.247552+0000 mgr.y (mgr.25474) 57 : cluster 0 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-07T16:05:16.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:16 smithi042 bash[65854]: cluster 2023-12-07T16:05:15.247552+0000 mgr.y (mgr.25474) 57 : cluster 0 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-07T16:05:17.031 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:16 smithi178 systemd[1]: Stopping Ceph mon.b for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:05:17.031 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:16 smithi178 bash[25068]: debug 2023-12-07T16:05:16.757+0000 7f39a5de0700 -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-07T16:05:17.031 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:16 smithi178 bash[25068]: debug 2023-12-07T16:05:16.757+0000 7f39a5de0700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-12-07T16:05:17.641 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:17 smithi178 bash[51747]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-mon-b 2023-12-07T16:05:17.641 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:17 smithi178 bash[51822]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-mon-b 2023-12-07T16:05:17.641 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:17 smithi178 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mon.b.service: Succeeded. 2023-12-07T16:05:17.641 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:17 smithi178 systemd[1]: Stopped Ceph mon.b for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:05:17.929 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:17 smithi178 systemd[1]: Started Ceph mon.b for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:05:18.949 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:05:18 smithi178 bash[49360]: ts=2023-12-07T16:05: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.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:05:19.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.056+0000 7faf94a80c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-07T16:05:19.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.056+0000 7faf94a80c80 0 ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev), process ceph-mon, pid 7 2023-12-07T16:05:19.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.056+0000 7faf94a80c80 0 pidfile_write: ignore empty --pid-file 2023-12-07T16:05:19.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 0 load: jerasure load: lrc 2023-12-07T16:05:19.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-07T16:05:19.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Git sha 0 2023-12-07T16:05:19.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Compile date 2023-12-05 09:15:47 2023-12-07T16:05:19.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: DB SUMMARY 2023-12-07T16:05:19.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: DB Session ID: EENXE77EIWMKJZB6K5BO 2023-12-07T16:05:19.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: CURRENT file: CURRENT 2023-12-07T16:05:19.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-07T16:05:19.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 1263 Bytes 2023-12-07T16:05:19.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000030.sst 2023-12-07T16:05:19.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000028.log size: 4683159 ; 2023-12-07T16:05:19.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.error_if_exists: 0 2023-12-07T16:05:19.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.create_if_missing: 0 2023-12-07T16:05:19.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-07T16:05:19.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-07T16:05:19.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-07T16:05:19.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-07T16:05:19.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.env: 0x5621aaad4a60 2023-12-07T16:05:19.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-07T16:05:19.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.info_log: 0x5621ad12f760 2023-12-07T16:05:19.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-07T16:05:19.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.statistics: (nil) 2023-12-07T16:05:19.358 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.use_fsync: 0 2023-12-07T16:05:19.359 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-07T16:05:19.359 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-07T16:05:19.359 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-07T16:05:19.360 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-07T16:05:19.360 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-07T16:05:19.360 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-07T16:05:19.360 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-07T16:05:19.360 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-07T16:05:19.360 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-07T16:05:19.360 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-07T16:05:19.360 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-07T16:05:19.360 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.db_log_dir: 2023-12-07T16:05:19.360 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.wal_dir: 2023-12-07T16:05:19.360 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-07T16:05:19.360 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-07T16:05:19.360 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-07T16:05:19.360 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-07T16:05:19.360 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-07T16:05:19.361 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-07T16:05:19.361 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-07T16:05:19.361 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-07T16:05:19.361 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.write_buffer_manager: 0x5621ad102f00 2023-12-07T16:05:19.361 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-07T16:05:19.361 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-07T16:05:19.361 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-07T16:05:19.361 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-07T16:05:19.361 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-07T16:05:19.361 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-07T16:05:19.361 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-07T16:05:19.361 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-07T16:05:19.361 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.unordered_write: 0 2023-12-07T16:05:19.361 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-07T16:05:19.361 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-07T16:05:19.362 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-07T16:05:19.362 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-07T16:05:19.362 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.row_cache: None 2023-12-07T16:05:19.362 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.wal_filter: None 2023-12-07T16:05:19.362 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-07T16:05:19.362 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-07T16:05:19.362 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.two_write_queues: 0 2023-12-07T16:05:19.362 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-07T16:05:19.362 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.wal_compression: 0 2023-12-07T16:05:19.362 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.atomic_flush: 0 2023-12-07T16:05:19.362 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-07T16:05:19.362 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-07T16:05:19.362 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-07T16:05:19.362 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-07T16:05:19.362 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-07T16:05:19.363 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-07T16:05:19.363 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-07T16:05:19.363 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-07T16:05:19.363 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-07T16:05:19.363 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-07T16:05:19.363 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-07T16:05:19.363 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-07T16:05:19.363 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-07T16:05:19.363 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-07T16:05:19.363 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-07T16:05:19.363 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-07T16:05:19.363 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-07T16:05:19.363 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-07T16:05:19.363 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-07T16:05:19.364 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-07T16:05:19.364 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-07T16:05:19.364 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-07T16:05:19.364 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.max_open_files: -1 2023-12-07T16:05:19.364 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-07T16:05:19.364 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-07T16:05:19.364 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-07T16:05:19.364 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-07T16:05:19.364 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-07T16:05:19.364 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Compression algorithms supported: 2023-12-07T16:05:19.364 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-07T16:05:19.364 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: kZSTD supported: 0 2023-12-07T16:05:19.364 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: kXpressCompression supported: 0 2023-12-07T16:05:19.365 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-07T16:05:19.365 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: kZlibCompression supported: 1 2023-12-07T16:05:19.365 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-07T16:05:19.365 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-07T16:05:19.365 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-07T16:05:19.365 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-07T16:05:19.365 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.060+0000 7faf94a80c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-07T16:05:19.365 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 2023-12-07T16:05:19.365 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-07T16:05:19.365 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-07T16:05:19.365 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.merge_operator: 2023-12-07T16:05:19.365 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.compaction_filter: None 2023-12-07T16:05:19.365 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-07T16:05:19.365 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-07T16:05:19.365 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-07T16:05:19.366 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-07T16:05:19.366 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5621ad12f8a0) 2023-12-07T16:05:19.366 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: cache_index_and_filter_blocks: 1 2023-12-07T16:05:19.366 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-07T16:05:19.366 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-07T16:05:19.366 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: pin_top_level_index_and_filter: 1 2023-12-07T16:05:19.366 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: index_type: 0 2023-12-07T16:05:19.366 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: data_block_index_type: 0 2023-12-07T16:05:19.366 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: index_shortening: 1 2023-12-07T16:05:19.366 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: data_block_hash_table_util_ratio: 0.750000 2023-12-07T16:05:19.366 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: checksum: 4 2023-12-07T16:05:19.366 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: no_block_cache: 0 2023-12-07T16:05:19.366 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: block_cache: 0x5621ad183090 2023-12-07T16:05:19.366 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: block_cache_name: BinnedLRUCache 2023-12-07T16:05:19.366 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: block_cache_options: 2023-12-07T16:05:19.367 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: capacity : 536870912 2023-12-07T16:05:19.367 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: num_shard_bits : 4 2023-12-07T16:05:19.367 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: strict_capacity_limit : 0 2023-12-07T16:05:19.367 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: high_pri_pool_ratio: 0.000 2023-12-07T16:05:19.367 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: block_cache_compressed: (nil) 2023-12-07T16:05:19.367 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: persistent_cache: (nil) 2023-12-07T16:05:19.367 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: block_size: 4096 2023-12-07T16:05:19.367 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: block_size_deviation: 10 2023-12-07T16:05:19.367 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: block_restart_interval: 16 2023-12-07T16:05:19.367 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: index_block_restart_interval: 1 2023-12-07T16:05:19.367 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: metadata_block_size: 4096 2023-12-07T16:05:19.367 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: partition_filters: 0 2023-12-07T16:05:19.367 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: use_delta_encoding: 1 2023-12-07T16:05:19.367 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: filter_policy: bloomfilter 2023-12-07T16:05:19.367 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: whole_key_filtering: 1 2023-12-07T16:05:19.367 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: verify_compression: 0 2023-12-07T16:05:19.368 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: read_amp_bytes_per_bit: 0 2023-12-07T16:05:19.368 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: format_version: 5 2023-12-07T16:05:19.368 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: enable_index_compression: 1 2023-12-07T16:05:19.368 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: block_align: 0 2023-12-07T16:05:19.368 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: max_auto_readahead_size: 262144 2023-12-07T16:05:19.368 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: prepopulate_block_cache: 0 2023-12-07T16:05:19.368 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: initial_auto_readahead_size: 8192 2023-12-07T16:05:19.368 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: num_file_reads_for_auto_readahead: 2 2023-12-07T16:05:19.368 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-07T16:05:19.368 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-07T16:05:19.369 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.compression: NoCompression 2023-12-07T16:05:19.369 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-07T16:05:19.369 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-07T16:05:19.369 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-07T16:05:19.369 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.num_levels: 7 2023-12-07T16:05:19.369 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-07T16:05:19.369 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-07T16:05:19.370 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-07T16:05:19.370 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-07T16:05:19.370 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-07T16:05:19.370 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-07T16:05:19.370 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-07T16:05:19.370 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-07T16:05:19.370 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-07T16:05:19.370 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-07T16:05:19.370 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-07T16:05:19.370 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-07T16:05:19.370 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-07T16:05:19.370 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-07T16:05:19.370 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-07T16:05:19.370 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-07T16:05:19.370 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-07T16:05:19.371 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-07T16:05:19.371 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-07T16:05:19.371 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-07T16:05:19.371 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-07T16:05:19.371 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-07T16:05:19.371 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-07T16:05:19.371 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-07T16:05:19.371 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-07T16:05:19.371 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-07T16:05:19.371 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-07T16:05:19.371 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-07T16:05:19.371 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-07T16:05:19.371 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-07T16:05:19.371 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-07T16:05:19.372 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-07T16:05:19.372 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-07T16:05:19.372 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-07T16:05:19.372 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-07T16:05:19.372 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-07T16:05:19.372 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-07T16:05:19.372 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-07T16:05:19.372 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-07T16:05:19.372 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-07T16:05:19.372 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-07T16:05:19.372 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-07T16:05:19.372 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-07T16:05:19.372 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-07T16:05:19.372 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-07T16:05:19.372 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-07T16:05:19.373 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-07T16:05:19.373 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-07T16:05:19.373 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-07T16:05:19.373 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-07T16:05:19.373 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-07T16:05:19.373 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-07T16:05:19.373 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-07T16:05:19.373 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.table_properties_collectors: 2023-12-07T16:05:19.373 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-07T16:05:19.373 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-07T16:05:19.373 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-07T16:05:19.373 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-07T16:05:19.373 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-07T16:05:19.373 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.bloom_locality: 0 2023-12-07T16:05:19.373 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-07T16:05:19.374 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-07T16:05:19.374 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-07T16:05:19.374 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-07T16:05:19.374 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-07T16:05:19.374 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.ttl: 2592000 2023-12-07T16:05:19.374 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-07T16:05:19.374 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-07T16:05:19.374 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-07T16:05:19.374 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.enable_blob_files: false 2023-12-07T16:05:19.374 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.min_blob_size: 0 2023-12-07T16:05:19.374 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-07T16:05:19.374 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-07T16:05:19.374 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-07T16:05:19.374 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-07T16:05:19.375 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-07T16:05:19.375 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-07T16:05:19.375 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-07T16:05:19.375 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-07T16:05:19.375 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf89a48700 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-07T16:05:19.375 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 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-07T16:05:19.375 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 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 18038, log_number is 28,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-07T16:05:19.375 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 28 2023-12-07T16:05:19.375 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 108e9608-fc12-4012-8c5e-be4080d26924 2023-12-07T16:05:19.375 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701965119068289, "job": 1, "event": "recovery_started", "wal_files": [28]} 2023-12-07T16:05:19.375 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.064+0000 7faf94a80c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #28 mode 2 2023-12-07T16:05:19.375 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.076+0000 7faf94a80c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701965119082168, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 33, "file_size": 2964484, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 18043, "largest_seqno": 19368, "table_properties": {"data_size": 2958897, "index_size": 3288, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1285, "raw_key_size": 12005, "raw_average_key_size": 23, "raw_value_size": 2947929, "raw_average_value_size": 5757, "num_data_blocks": 149, "num_entries": 512, "num_filter_entries": 512, "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": 1701965119, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "108e9608-fc12-4012-8c5e-be4080d26924", "db_session_id": "EENXE77EIWMKJZB6K5BO", "orig_file_number": 33, "seqno_to_time_mapping": "N/A"}} 2023-12-07T16:05:19.375 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.076+0000 7faf94a80c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701965119082322, "job": 1, "event": "recovery_finished"} 2023-12-07T16:05:19.375 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.076+0000 7faf94a80c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 35 2023-12-07T16:05:19.376 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.076+0000 7faf94a80c80 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-07T16:05:19.376 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.080+0000 7faf94a80c80 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-07T16:05:19.376 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.080+0000 7faf94a80c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5621ad222000 2023-12-07T16:05:19.376 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.080+0000 7faf94a80c80 4 rocksdb: DB pointer 0x5621ad210000 2023-12-07T16:05:19.376 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.080+0000 7faf8323b700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-07T16:05:19.376 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.080+0000 7faf8323b700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-07T16:05:19.376 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: ** DB Stats ** 2023-12-07T16:05:19.376 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T16:05:19.376 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: 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-07T16:05:19.376 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T16:05:19.376 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T16:05:19.376 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: 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-07T16:05:19.376 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T16:05:19.376 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T16:05:19.376 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: ** Compaction Stats [default] ** 2023-12-07T16:05:19.377 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: 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-07T16:05:19.377 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-07T16:05:19.377 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: L0 1/0 2.83 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 471.7 0.01 0.00 1 0.006 0 0 0.0 0.0 2023-12-07T16:05:19.377 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: L6 1/0 10.49 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-07T16:05:19.377 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: Sum 2/0 13.31 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 471.7 0.01 0.00 1 0.006 0 0 0.0 0.0 2023-12-07T16:05:19.377 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 471.7 0.01 0.00 1 0.006 0 0 0.0 0.0 2023-12-07T16:05:19.377 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: ** Compaction Stats [default] ** 2023-12-07T16:05:19.377 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: 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-07T16:05:19.377 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T16:05:19.377 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 471.7 0.01 0.00 1 0.006 0 0 0.0 0.0 2023-12-07T16:05:19.377 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-07T16:05:19.377 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T16:05:19.377 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: Flush(GB): cumulative 0.003, interval 0.003 2023-12-07T16:05:19.377 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T16:05:19.377 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T16:05:19.378 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T16:05:19.378 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: AddFile(Keys): cumulative 0, interval 0 2023-12-07T16:05:19.378 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: Cumulative compaction: 0.00 GB write, 153.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T16:05:19.378 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: Interval compaction: 0.00 GB write, 153.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T16:05:19.378 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: 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-07T16:05:19.378 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: Block cache BinnedLRUCache@0x5621ad183090#7 capacity: 512.00 MB usage: 4.73 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.9e-05 secs_since: 0 2023-12-07T16:05:19.378 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: Block cache entry stats(count,size,portion): FilterBlock(1,1.41 KB,0.000268221%) IndexBlock(1,3.33 KB,0.000634789%) Misc(1,0.00 KB,0%) 2023-12-07T16:05:19.378 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: ** File Read Latency Histogram By Level [default] ** 2023-12-07T16:05:19.378 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.080+0000 7faf94a80c80 0 starting mon.b rank 2 at public addrs [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] at bind addrs [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T16:05:19.378 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.084+0000 7faf94a80c80 1 mon.b@-1(???) e3 preinit fsid b31e98c6-9517-11ee-95a2-87774f69a715 2023-12-07T16:05:19.378 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.084+0000 7faf94a80c80 0 mon.b@-1(???).mds e1 new map 2023-12-07T16:05:19.378 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.084+0000 7faf94a80c80 0 mon.b@-1(???).mds e1 print_map 2023-12-07T16:05:19.378 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: e1 2023-12-07T16:05:19.378 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-07T16:05:19.379 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: 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-07T16:05:19.379 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: legacy client fscid: -1 2023-12-07T16:05:19.379 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: 2023-12-07T16:05:19.379 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: No filesystems configured 2023-12-07T16:05:19.379 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.084+0000 7faf94a80c80 0 mon.b@-1(???).osd e105 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-07T16:05:19.379 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.084+0000 7faf94a80c80 0 mon.b@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2023-12-07T16:05:19.379 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.084+0000 7faf94a80c80 0 mon.b@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2023-12-07T16:05:19.379 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.084+0000 7faf94a80c80 0 mon.b@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2023-12-07T16:05:19.379 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:19 smithi178 bash[51889]: debug 2023-12-07T16:05:19.084+0000 7faf94a80c80 1 mon.b@-1(???).paxosservice(auth 1..25) refresh upgraded, format 0 -> 3 2023-12-07T16:05:20.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:05:20 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:05:20] "GET /metrics HTTP/1.1" 200 38168 "" "Prometheus/2.33.4" 2023-12-07T16:05:29.106 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:05:28 smithi178 bash[49360]: ts=2023-12-07T16: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.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:05:29.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:05:29 smithi042 bash[61307]: debug 2023-12-07T16:05:29.090+0000 7efc2cbf8700 -1 mgr.server handle_report got status from non-daemon mon.b 2023-12-07T16:05:30.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:05:30] "GET /metrics HTTP/1.1" 200 38168 "" "Prometheus/2.33.4" 2023-12-07T16:05:30.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:25.254286+0000 mgr.y (mgr.25474) 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-07T16:05:30.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:25.333860+0000 mon.a (mon.0) 92 : cluster 1 Cluster is now healthy 2023-12-07T16:05:30.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:25.340799+0000 mon.a (mon.0) 93 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-07T16:05:30.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:25.340845+0000 mon.a (mon.0) 94 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-07T16:05:30.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:25.340881+0000 mon.a (mon.0) 95 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] is down (out of quorum) 2023-12-07T16:05:30.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: audit 2023-12-07T16:05:25.341748+0000 mon.a (mon.0) 96 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T16:05:30.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:25.341970+0000 mon.a (mon.0) 97 : cluster 1 mon.a calling monitor election 2023-12-07T16:05:30.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:25.343279+0000 mon.c (mon.1) 5 : cluster 1 mon.c calling monitor election 2023-12-07T16:05:30.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: audit 2023-12-07T16:05:25.343329+0000 mon.a (mon.0) 98 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T16:05:30.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: audit 2023-12-07T16:05:25.343617+0000 mon.a (mon.0) 99 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T16:05:30.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:25.346392+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-07T16:05:30.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: audit 2023-12-07T16:05:26.299014+0000 mgr.y (mgr.25474) 64 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:05:30.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:27.256226+0000 mgr.y (mgr.25474) 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-07T16:05:30.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:29.256939+0000 mgr.y (mgr.25474) 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-07T16:05:30.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:30.343660+0000 mon.a (mon.0) 100 : cluster 1 mon.a is new leader, mons a,b in quorum (ranks 0,2) 2023-12-07T16:05:30.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:30.345476+0000 mon.a (mon.0) 101 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-07T16:05:30.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:30.345532+0000 mon.a (mon.0) 102 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-07T16:05:30.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:30.345563+0000 mon.a (mon.0) 103 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] is down (out of quorum) 2023-12-07T16:05:30.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:30.345658+0000 mon.a (mon.0) 104 : cluster 1 mon.a calling monitor election 2023-12-07T16:05:30.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:30.349811+0000 mon.a (mon.0) 105 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T16:05:30.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:30.356478+0000 mon.a (mon.0) 106 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],b=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T16:05:30.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:30.357230+0000 mon.a (mon.0) 107 : cluster 0 fsmap 2023-12-07T16:05:30.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:30.357275+0000 mon.a (mon.0) 108 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2023-12-07T16:05:30.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:30.357756+0000 mon.a (mon.0) 109 : cluster 0 mgrmap e41: y(active, since 65s), standbys: x 2023-12-07T16:05:30.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:30.358000+0000 mon.a (mon.0) 110 : cluster 1 Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-07T16:05:30.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:30.358036+0000 mon.a (mon.0) 111 : cluster 1 Cluster is now healthy 2023-12-07T16:05:30.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: cluster 2023-12-07T16:05:30.365522+0000 mon.a (mon.0) 112 : cluster 1 overall HEALTH_OK 2023-12-07T16:05:30.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: audit 2023-12-07T16:05:30.371506+0000 mon.a (mon.0) 113 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:30.859 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:30 smithi178 bash[51889]: audit 2023-12-07T16:05:30.373093+0000 mon.a (mon.0) 114 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:05:30.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:25.254286+0000 mgr.y (mgr.25474) 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-07T16:05:30.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:25.333860+0000 mon.a (mon.0) 92 : cluster 1 Cluster is now healthy 2023-12-07T16:05:30.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:25.340799+0000 mon.a (mon.0) 93 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-07T16:05:30.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:25.340845+0000 mon.a (mon.0) 94 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-07T16:05:30.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:25.340881+0000 mon.a (mon.0) 95 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] is down (out of quorum) 2023-12-07T16:05:30.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: audit 2023-12-07T16:05:25.341748+0000 mon.a (mon.0) 96 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T16:05:30.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:25.341970+0000 mon.a (mon.0) 97 : cluster 1 mon.a calling monitor election 2023-12-07T16:05:30.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:25.343279+0000 mon.c (mon.1) 5 : cluster 1 mon.c calling monitor election 2023-12-07T16:05:30.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: audit 2023-12-07T16:05:25.343329+0000 mon.a (mon.0) 98 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T16:05:30.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: audit 2023-12-07T16:05:25.343617+0000 mon.a (mon.0) 99 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T16:05:30.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:25.346392+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-07T16:05:30.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: audit 2023-12-07T16:05:26.299014+0000 mgr.y (mgr.25474) 64 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:05:30.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:27.256226+0000 mgr.y (mgr.25474) 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-07T16:05:30.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:29.256939+0000 mgr.y (mgr.25474) 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-07T16:05:30.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:30.343660+0000 mon.a (mon.0) 100 : cluster 1 mon.a is new leader, mons a,b in quorum (ranks 0,2) 2023-12-07T16:05:30.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:30.345476+0000 mon.a (mon.0) 101 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-07T16:05:30.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:30.345532+0000 mon.a (mon.0) 102 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-07T16:05:30.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:30.345563+0000 mon.a (mon.0) 103 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] is down (out of quorum) 2023-12-07T16:05:30.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:30.345658+0000 mon.a (mon.0) 104 : cluster 1 mon.a calling monitor election 2023-12-07T16:05:30.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:30.349811+0000 mon.a (mon.0) 105 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T16:05:30.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:30.356478+0000 mon.a (mon.0) 106 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],b=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T16:05:30.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:30.357230+0000 mon.a (mon.0) 107 : cluster 0 fsmap 2023-12-07T16:05:30.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:25.254286+0000 mgr.y (mgr.25474) 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-07T16:05:30.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:25.333860+0000 mon.a (mon.0) 92 : cluster 1 Cluster is now healthy 2023-12-07T16:05:30.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:25.340799+0000 mon.a (mon.0) 93 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-07T16:05:30.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:25.340845+0000 mon.a (mon.0) 94 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-07T16:05:30.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:25.340881+0000 mon.a (mon.0) 95 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] is down (out of quorum) 2023-12-07T16:05:30.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: audit 2023-12-07T16:05:25.341748+0000 mon.a (mon.0) 96 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T16:05:30.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:25.341970+0000 mon.a (mon.0) 97 : cluster 1 mon.a calling monitor election 2023-12-07T16:05:30.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:25.343279+0000 mon.c (mon.1) 5 : cluster 1 mon.c calling monitor election 2023-12-07T16:05:30.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: audit 2023-12-07T16:05:25.343329+0000 mon.a (mon.0) 98 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T16:05:30.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: audit 2023-12-07T16:05:25.343617+0000 mon.a (mon.0) 99 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T16:05:30.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:25.346392+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-07T16:05:30.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: audit 2023-12-07T16:05:26.299014+0000 mgr.y (mgr.25474) 64 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:05:30.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:27.256226+0000 mgr.y (mgr.25474) 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-07T16:05:30.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:29.256939+0000 mgr.y (mgr.25474) 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-07T16:05:30.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:30.343660+0000 mon.a (mon.0) 100 : cluster 1 mon.a is new leader, mons a,b in quorum (ranks 0,2) 2023-12-07T16:05:30.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:30.345476+0000 mon.a (mon.0) 101 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-07T16:05:30.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:30.345532+0000 mon.a (mon.0) 102 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-07T16:05:30.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:30.345563+0000 mon.a (mon.0) 103 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] is down (out of quorum) 2023-12-07T16:05:30.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:30.345658+0000 mon.a (mon.0) 104 : cluster 1 mon.a calling monitor election 2023-12-07T16:05:30.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:30.349811+0000 mon.a (mon.0) 105 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T16:05:30.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:30.356478+0000 mon.a (mon.0) 106 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.42:3300/0,v1:172.21.15.42:6789/0],b=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],c=[v2:172.21.15.42:3301/0,v1:172.21.15.42:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T16:05:30.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:30.357230+0000 mon.a (mon.0) 107 : cluster 0 fsmap 2023-12-07T16:05:30.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:30.357275+0000 mon.a (mon.0) 108 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2023-12-07T16:05:30.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:30.357756+0000 mon.a (mon.0) 109 : cluster 0 mgrmap e41: y(active, since 65s), standbys: x 2023-12-07T16:05:30.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:30.358000+0000 mon.a (mon.0) 110 : cluster 1 Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-07T16:05:30.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:30.358036+0000 mon.a (mon.0) 111 : cluster 1 Cluster is now healthy 2023-12-07T16:05:30.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: cluster 2023-12-07T16:05:30.365522+0000 mon.a (mon.0) 112 : cluster 1 overall HEALTH_OK 2023-12-07T16:05:30.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: audit 2023-12-07T16:05:30.371506+0000 mon.a (mon.0) 113 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:30.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[64476]: audit 2023-12-07T16:05:30.373093+0000 mon.a (mon.0) 114 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:05:30.875 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:30.357275+0000 mon.a (mon.0) 108 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2023-12-07T16:05:30.875 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:30.357756+0000 mon.a (mon.0) 109 : cluster 0 mgrmap e41: y(active, since 65s), standbys: x 2023-12-07T16:05:30.875 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:30.358000+0000 mon.a (mon.0) 110 : cluster 1 Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-07T16:05:30.875 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:30.358036+0000 mon.a (mon.0) 111 : cluster 1 Cluster is now healthy 2023-12-07T16:05:30.876 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: cluster 2023-12-07T16:05:30.365522+0000 mon.a (mon.0) 112 : cluster 1 overall HEALTH_OK 2023-12-07T16:05:30.876 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: audit 2023-12-07T16:05:30.371506+0000 mon.a (mon.0) 113 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:30.876 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:30 smithi042 bash[65854]: audit 2023-12-07T16:05:30.373093+0000 mon.a (mon.0) 114 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:05:32.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:31 smithi178 bash[51889]: audit 2023-12-07T16:05:30.753166+0000 mon.a (mon.0) 115 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:32.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:31 smithi178 bash[51889]: audit 2023-12-07T16:05:30.763696+0000 mon.a (mon.0) 116 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:32.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:31 smithi178 bash[51889]: cluster 2023-12-07T16:05:31.258637+0000 mgr.y (mgr.25474) 67 : cluster 0 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-07T16:05:32.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:31 smithi042 bash[64476]: audit 2023-12-07T16:05:30.753166+0000 mon.a (mon.0) 115 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:32.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:31 smithi042 bash[64476]: audit 2023-12-07T16:05:30.763696+0000 mon.a (mon.0) 116 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:32.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:31 smithi042 bash[64476]: cluster 2023-12-07T16:05:31.258637+0000 mgr.y (mgr.25474) 67 : cluster 0 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-07T16:05:32.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:31 smithi042 bash[65854]: audit 2023-12-07T16:05:30.753166+0000 mon.a (mon.0) 115 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:32.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:31 smithi042 bash[65854]: audit 2023-12-07T16:05:30.763696+0000 mon.a (mon.0) 116 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:32.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:31 smithi042 bash[65854]: cluster 2023-12-07T16:05:31.258637+0000 mgr.y (mgr.25474) 67 : cluster 0 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-07T16:05:32.174 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-12-07T16:05:32.957 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:05:32.957 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (3m) 33s ago 10m 16.7M - 0.23.0 ba2b418f427c fe1b358b85a1 2023-12-07T16:05:32.957 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi178 *:3000 running (2m) 2s ago 10m 43.5M - 8.3.5 dad864ee21e9 3cb0965be645 2023-12-07T16:05:32.957 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.zhjtqu smithi042 running (115s) 33s ago 8m 45.2M - 3.5 e1d6a67b021e 7deb6d5f3048 2023-12-07T16:05:32.957 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi178 *:8443,9283,8765 running (102s) 2s ago 16m 433M - 19.0.0-13-ge6605fb8 104f332cd0a9 c0c2d21198ed 2023-12-07T16:05:32.957 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (2m) 33s ago 18m 482M - 19.0.0-13-ge6605fb8 104f332cd0a9 6718013de405 2023-12-07T16:05:32.957 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (78s) 33s ago 18m 38.5M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 dac84442c4ce 2023-12-07T16:05:32.957 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi178 running (15s) 2s ago 16m 22.3M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d9d6d09f7e87 2023-12-07T16:05:32.957 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (41s) 33s ago 16m 22.1M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fb50c46ab5c1 2023-12-07T16:05:32.957 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (3m) 33s ago 10m 13.3M - 1.3.1 1dbe0e931976 531aa26ab3fd 2023-12-07T16:05:32.957 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi178 *:9100 running (3m) 2s ago 10m 11.3M - 1.3.1 1dbe0e931976 f553be30e56c 2023-12-07T16:05:32.958 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (16m) 33s ago 16m 58.9M 2782M 17.2.0 e1d6a67b021e 15b47f4e60f3 2023-12-07T16:05:32.958 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (15m) 33s ago 15m 61.5M 2782M 17.2.0 e1d6a67b021e 2a28cafd73fe 2023-12-07T16:05:32.958 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (14m) 33s ago 14m 54.0M 2782M 17.2.0 e1d6a67b021e 0785d9773e1b 2023-12-07T16:05:32.958 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (14m) 33s ago 14m 57.6M 2782M 17.2.0 e1d6a67b021e ef87480dafbe 2023-12-07T16:05:32.958 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi178 running (13m) 2s ago 13m 58.4M 3037M 17.2.0 e1d6a67b021e 489e822c6353 2023-12-07T16:05:32.958 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi178 running (12m) 2s ago 12m 56.3M 3037M 17.2.0 e1d6a67b021e b77d6dab08a9 2023-12-07T16:05:32.958 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi178 running (12m) 2s ago 12m 54.7M 3037M 17.2.0 e1d6a67b021e 0c3c794876c3 2023-12-07T16:05:32.958 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi178 running (11m) 2s ago 11m 57.5M 3037M 17.2.0 e1d6a67b021e d54168b8b1ca 2023-12-07T16:05:32.958 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi178 *:9095 running (109s) 2s ago 10m 59.4M - 2.33.4 514e6a882f6e 8dc9b81a4426 2023-12-07T16:05:32.958 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.hcortj smithi042 *:8000 running (8m) 33s ago 8m 88.0M - 17.2.0 e1d6a67b021e 7b4fbb51c0e4 2023-12-07T16:05:32.958 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi178.qokiza smithi178 *:8000 running (8m) 2s ago 8m 87.5M - 17.2.0 e1d6a67b021e ed4b389a14c0 2023-12-07T16:05:32.958 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.bhilti smithi042 *:80 running (8m) 33s ago 8m 87.6M - 17.2.0 e1d6a67b021e a005b7760f26 2023-12-07T16:05:32.958 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi178.kllngz smithi178 *:80 running (8m) 2s ago 8m 87.9M - 17.2.0 e1d6a67b021e ec7417c26d3d 2023-12-07T16:05:33.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:32 smithi178 bash[51889]: audit 2023-12-07T16:05:31.763572+0000 mon.a (mon.0) 117 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:33.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:32 smithi178 bash[51889]: audit 2023-12-07T16:05:31.776485+0000 mon.a (mon.0) 118 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:33.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:32 smithi178 bash[51889]: audit 2023-12-07T16:05:32.152484+0000 mgr.y (mgr.25474) 68 : audit 0 from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:33.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:32 smithi178 bash[51889]: audit 2023-12-07T16:05:32.548208+0000 mgr.y (mgr.25474) 69 : audit 0 from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:33.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:32 smithi042 bash[64476]: audit 2023-12-07T16:05:31.763572+0000 mon.a (mon.0) 117 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:33.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:32 smithi042 bash[64476]: audit 2023-12-07T16:05:31.776485+0000 mon.a (mon.0) 118 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:33.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:32 smithi042 bash[64476]: audit 2023-12-07T16:05:32.152484+0000 mgr.y (mgr.25474) 68 : audit 0 from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:33.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:32 smithi042 bash[64476]: audit 2023-12-07T16:05:32.548208+0000 mgr.y (mgr.25474) 69 : audit 0 from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:33.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:32 smithi042 bash[65854]: audit 2023-12-07T16:05:31.763572+0000 mon.a (mon.0) 117 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:33.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:32 smithi042 bash[65854]: audit 2023-12-07T16:05:31.776485+0000 mon.a (mon.0) 118 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:33.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:32 smithi042 bash[65854]: audit 2023-12-07T16:05:32.152484+0000 mgr.y (mgr.25474) 68 : audit 0 from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:33.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:32 smithi042 bash[65854]: audit 2023-12-07T16:05:32.548208+0000 mgr.y (mgr.25474) 69 : audit 0 from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:33.431 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:05:33.432 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-12-07T16:05:33.432 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T16:05:33.432 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:05:33.432 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-12-07T16:05:33.432 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T16:05:33.432 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:05:33.432 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-12-07T16:05:33.432 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T16:05:33.432 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:05:33.432 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2023-12-07T16:05:33.432 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:05:33.432 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:05:33.432 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-12-07T16:05:33.432 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-12-07T16:05:33.433 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 5 2023-12-07T16:05:33.433 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T16:05:33.433 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:05:33.824 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:05:33.824 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:05:33.824 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-12-07T16:05:33.824 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T16:05:33.824 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2023-12-07T16:05:33.824 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr", 2023-12-07T16:05:33.824 INFO:teuthology.orchestra.run.smithi042.stdout: "mon" 2023-12-07T16:05:33.824 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2023-12-07T16:05:33.824 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "5/23 daemons upgraded", 2023-12-07T16:05:33.824 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading mon daemons", 2023-12-07T16:05:33.825 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-12-07T16:05:33.825 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:05:34.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:33 smithi178 bash[51889]: audit 2023-12-07T16:05:32.926328+0000 mgr.y (mgr.25474) 70 : audit 0 from='client.44149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:34.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:33 smithi178 bash[51889]: cluster 2023-12-07T16:05:33.259403+0000 mgr.y (mgr.25474) 71 : 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-07T16:05:34.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:33 smithi178 bash[51889]: audit 2023-12-07T16:05:33.425505+0000 mon.a (mon.0) 119 : audit 0 from='client.? 172.21.15.42:0/2407110033' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:05:34.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:33 smithi042 bash[64476]: audit 2023-12-07T16:05:32.926328+0000 mgr.y (mgr.25474) 70 : audit 0 from='client.44149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:34.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:33 smithi042 bash[64476]: cluster 2023-12-07T16:05:33.259403+0000 mgr.y (mgr.25474) 71 : 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-07T16:05:34.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:33 smithi042 bash[64476]: audit 2023-12-07T16:05:33.425505+0000 mon.a (mon.0) 119 : audit 0 from='client.? 172.21.15.42:0/2407110033' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:05:34.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:33 smithi042 bash[65854]: audit 2023-12-07T16:05:32.926328+0000 mgr.y (mgr.25474) 70 : audit 0 from='client.44149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:34.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:33 smithi042 bash[65854]: cluster 2023-12-07T16:05:33.259403+0000 mgr.y (mgr.25474) 71 : 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-07T16:05:34.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:33 smithi042 bash[65854]: audit 2023-12-07T16:05:33.425505+0000 mon.a (mon.0) 119 : audit 0 from='client.? 172.21.15.42:0/2407110033' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:05:34.280 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-12-07T16:05:35.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:35 smithi178 bash[51889]: audit 2023-12-07T16:05:33.817385+0000 mgr.y (mgr.25474) 72 : audit 0 from='client.34230 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:35.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:35 smithi178 bash[51889]: audit 2023-12-07T16:05:34.274654+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.42:0/360180258' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:05:35.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:35 smithi042 bash[64476]: audit 2023-12-07T16:05:33.817385+0000 mgr.y (mgr.25474) 72 : audit 0 from='client.34230 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:35.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:35 smithi042 bash[64476]: audit 2023-12-07T16:05:34.274654+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.42:0/360180258' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:05:35.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:35 smithi042 bash[65854]: audit 2023-12-07T16:05:33.817385+0000 mgr.y (mgr.25474) 72 : audit 0 from='client.34230 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:35.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:35 smithi042 bash[65854]: audit 2023-12-07T16:05:34.274654+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.42:0/360180258' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:05:36.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:36 smithi178 bash[51889]: cluster 2023-12-07T16:05:35.260263+0000 mgr.y (mgr.25474) 73 : 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-07T16:05:36.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:36 smithi042 bash[65854]: cluster 2023-12-07T16:05:35.260263+0000 mgr.y (mgr.25474) 73 : 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-07T16:05:36.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:36 smithi042 bash[64476]: cluster 2023-12-07T16:05:35.260263+0000 mgr.y (mgr.25474) 73 : 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-07T16:05:37.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:37 smithi178 bash[51889]: audit 2023-12-07T16:05:36.308816+0000 mgr.y (mgr.25474) 74 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:05:37.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:37 smithi042 bash[64476]: audit 2023-12-07T16:05:36.308816+0000 mgr.y (mgr.25474) 74 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:05:37.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:37 smithi042 bash[65854]: audit 2023-12-07T16:05:36.308816+0000 mgr.y (mgr.25474) 74 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:05:38.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:38 smithi178 bash[51889]: cluster 2023-12-07T16:05:37.261940+0000 mgr.y (mgr.25474) 75 : 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-07T16:05:38.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:38 smithi042 bash[64476]: cluster 2023-12-07T16:05:37.261940+0000 mgr.y (mgr.25474) 75 : 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-07T16:05:38.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:38 smithi042 bash[65854]: cluster 2023-12-07T16:05:37.261940+0000 mgr.y (mgr.25474) 75 : 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-07T16:05:39.107 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:05:38 smithi178 bash[49360]: ts=2023-12-07T16: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.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:05:40.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:40 smithi042 bash[64476]: cluster 2023-12-07T16:05:39.262686+0000 mgr.y (mgr.25474) 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-07T16:05:40.374 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:05:40 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:05:40] "GET /metrics HTTP/1.1" 200 38238 "" "Prometheus/2.33.4" 2023-12-07T16:05:40.374 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:40 smithi042 bash[65854]: cluster 2023-12-07T16:05:39.262686+0000 mgr.y (mgr.25474) 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-07T16:05:40.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:40 smithi178 bash[51889]: cluster 2023-12-07T16:05:39.262686+0000 mgr.y (mgr.25474) 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-07T16:05:41.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:41 smithi178 bash[51889]: audit 2023-12-07T16:05:40.335953+0000 mon.a (mon.0) 120 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:41.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:41 smithi178 bash[51889]: audit 2023-12-07T16:05:40.338235+0000 mon.a (mon.0) 121 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:05:41.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:41 smithi042 bash[65854]: audit 2023-12-07T16:05:40.335953+0000 mon.a (mon.0) 120 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:41.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:41 smithi042 bash[65854]: audit 2023-12-07T16:05:40.338235+0000 mon.a (mon.0) 121 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:05:41.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:41 smithi042 bash[64476]: audit 2023-12-07T16:05:40.335953+0000 mon.a (mon.0) 120 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:41.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:41 smithi042 bash[64476]: audit 2023-12-07T16:05:40.338235+0000 mon.a (mon.0) 121 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:05:42.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:42 smithi178 bash[51889]: cluster 2023-12-07T16:05:41.264326+0000 mgr.y (mgr.25474) 77 : 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-07T16:05:42.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:42 smithi178 bash[51889]: audit 2023-12-07T16:05:41.880686+0000 mon.a (mon.0) 122 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:42.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:42 smithi178 bash[51889]: audit 2023-12-07T16:05:41.890342+0000 mon.a (mon.0) 123 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:42.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:42 smithi178 bash[51889]: audit 2023-12-07T16:05:41.892506+0000 mon.a (mon.0) 124 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:42.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:42 smithi178 bash[51889]: audit 2023-12-07T16:05:41.894261+0000 mon.a (mon.0) 125 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:05:42.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:42 smithi178 bash[51889]: audit 2023-12-07T16:05:41.903770+0000 mon.a (mon.0) 126 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:42.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:42 smithi178 bash[51889]: audit 2023-12-07T16:05:41.977524+0000 mon.a (mon.0) 127 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T16:05:42.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:42 smithi178 bash[51889]: audit 2023-12-07T16:05:41.979433+0000 mon.a (mon.0) 128 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T16:05:42.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:42 smithi178 bash[51889]: audit 2023-12-07T16:05:41.981326+0000 mon.a (mon.0) 129 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:42.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:42 smithi042 bash[64476]: cluster 2023-12-07T16:05:41.264326+0000 mgr.y (mgr.25474) 77 : 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-07T16:05:42.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:42 smithi042 bash[64476]: audit 2023-12-07T16:05:41.880686+0000 mon.a (mon.0) 122 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:42.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:42 smithi042 bash[64476]: audit 2023-12-07T16:05:41.890342+0000 mon.a (mon.0) 123 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:42.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:42 smithi042 bash[64476]: audit 2023-12-07T16:05:41.892506+0000 mon.a (mon.0) 124 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:42.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:42 smithi042 bash[64476]: audit 2023-12-07T16:05:41.894261+0000 mon.a (mon.0) 125 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:05:42.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:42 smithi042 bash[64476]: audit 2023-12-07T16:05:41.903770+0000 mon.a (mon.0) 126 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:42.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:42 smithi042 bash[64476]: audit 2023-12-07T16:05:41.977524+0000 mon.a (mon.0) 127 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T16:05:42.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:42 smithi042 bash[64476]: audit 2023-12-07T16:05:41.979433+0000 mon.a (mon.0) 128 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T16:05:42.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:42 smithi042 bash[64476]: audit 2023-12-07T16:05:41.981326+0000 mon.a (mon.0) 129 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:42.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:42 smithi042 bash[65854]: cluster 2023-12-07T16:05:41.264326+0000 mgr.y (mgr.25474) 77 : 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-07T16:05:42.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:42 smithi042 bash[65854]: audit 2023-12-07T16:05:41.880686+0000 mon.a (mon.0) 122 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:42.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:42 smithi042 bash[65854]: audit 2023-12-07T16:05:41.890342+0000 mon.a (mon.0) 123 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:42.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:42 smithi042 bash[65854]: audit 2023-12-07T16:05:41.892506+0000 mon.a (mon.0) 124 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:42.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:42 smithi042 bash[65854]: audit 2023-12-07T16:05:41.894261+0000 mon.a (mon.0) 125 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:05:42.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:42 smithi042 bash[65854]: audit 2023-12-07T16:05:41.903770+0000 mon.a (mon.0) 126 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:42.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:42 smithi042 bash[65854]: audit 2023-12-07T16:05:41.977524+0000 mon.a (mon.0) 127 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T16:05:42.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:42 smithi042 bash[65854]: audit 2023-12-07T16:05:41.979433+0000 mon.a (mon.0) 128 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T16:05:42.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:42 smithi042 bash[65854]: audit 2023-12-07T16:05:41.981326+0000 mon.a (mon.0) 129 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:43.584 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:43 smithi042 bash[64476]: cephadm 2023-12-07T16:05:41.976749+0000 mgr.y (mgr.25474) 78 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-07T16:05:43.584 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:43 smithi042 bash[64476]: cephadm 2023-12-07T16:05:41.983464+0000 mgr.y (mgr.25474) 79 : cephadm 1 Reconfiguring daemon mon.a on smithi042 2023-12-07T16:05:43.584 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:43 smithi042 bash[65854]: cephadm 2023-12-07T16:05:41.976749+0000 mgr.y (mgr.25474) 78 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-07T16:05:43.585 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:43 smithi042 bash[65854]: cephadm 2023-12-07T16:05:41.983464+0000 mgr.y (mgr.25474) 79 : cephadm 1 Reconfiguring daemon mon.a on smithi042 2023-12-07T16:05:43.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:43 smithi178 bash[51889]: cephadm 2023-12-07T16:05:41.976749+0000 mgr.y (mgr.25474) 78 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-07T16:05:43.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:43 smithi178 bash[51889]: cephadm 2023-12-07T16:05:41.983464+0000 mgr.y (mgr.25474) 79 : cephadm 1 Reconfiguring daemon mon.a on smithi042 2023-12-07T16:05:44.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:44 smithi042 bash[64476]: cluster 2023-12-07T16:05:43.265112+0000 mgr.y (mgr.25474) 80 : cluster 0 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-07T16:05:44.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:44 smithi042 bash[64476]: audit 2023-12-07T16:05:44.152958+0000 mon.a (mon.0) 130 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:44.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:44 smithi042 bash[64476]: audit 2023-12-07T16:05:44.162245+0000 mon.a (mon.0) 131 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:44.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:44 smithi042 bash[64476]: audit 2023-12-07T16:05:44.204701+0000 mon.a (mon.0) 132 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T16:05:44.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:44 smithi042 bash[64476]: audit 2023-12-07T16:05:44.207221+0000 mon.a (mon.0) 133 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T16:05:44.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:44 smithi042 bash[64476]: audit 2023-12-07T16:05:44.209565+0000 mon.a (mon.0) 134 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:44.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:44 smithi042 bash[65854]: cluster 2023-12-07T16:05:43.265112+0000 mgr.y (mgr.25474) 80 : cluster 0 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-07T16:05:44.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:44 smithi042 bash[65854]: audit 2023-12-07T16:05:44.152958+0000 mon.a (mon.0) 130 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:44.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:44 smithi042 bash[65854]: audit 2023-12-07T16:05:44.162245+0000 mon.a (mon.0) 131 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:44.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:44 smithi042 bash[65854]: audit 2023-12-07T16:05:44.204701+0000 mon.a (mon.0) 132 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T16:05:44.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:44 smithi042 bash[65854]: audit 2023-12-07T16:05:44.207221+0000 mon.a (mon.0) 133 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T16:05:44.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:44 smithi042 bash[65854]: audit 2023-12-07T16:05:44.209565+0000 mon.a (mon.0) 134 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:44.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:44 smithi178 bash[51889]: cluster 2023-12-07T16:05:43.265112+0000 mgr.y (mgr.25474) 80 : cluster 0 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-07T16:05:44.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:44 smithi178 bash[51889]: audit 2023-12-07T16:05:44.152958+0000 mon.a (mon.0) 130 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:44.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:44 smithi178 bash[51889]: audit 2023-12-07T16:05:44.162245+0000 mon.a (mon.0) 131 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:44.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:44 smithi178 bash[51889]: audit 2023-12-07T16:05:44.204701+0000 mon.a (mon.0) 132 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T16:05:44.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:44 smithi178 bash[51889]: audit 2023-12-07T16:05:44.207221+0000 mon.a (mon.0) 133 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T16:05:44.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:44 smithi178 bash[51889]: audit 2023-12-07T16:05:44.209565+0000 mon.a (mon.0) 134 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:45.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:45 smithi042 bash[64476]: cephadm 2023-12-07T16:05:44.203800+0000 mgr.y (mgr.25474) 81 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-07T16:05:45.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:45 smithi042 bash[64476]: cephadm 2023-12-07T16:05:44.211873+0000 mgr.y (mgr.25474) 82 : cephadm 1 Reconfiguring daemon mgr.y on smithi042 2023-12-07T16:05:45.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:45 smithi042 bash[65854]: cephadm 2023-12-07T16:05:44.203800+0000 mgr.y (mgr.25474) 81 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-07T16:05:45.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:45 smithi042 bash[65854]: cephadm 2023-12-07T16:05:44.211873+0000 mgr.y (mgr.25474) 82 : cephadm 1 Reconfiguring daemon mgr.y on smithi042 2023-12-07T16:05:45.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:45 smithi178 bash[51889]: cephadm 2023-12-07T16:05:44.203800+0000 mgr.y (mgr.25474) 81 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-07T16:05:45.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:45 smithi178 bash[51889]: cephadm 2023-12-07T16:05:44.211873+0000 mgr.y (mgr.25474) 82 : cephadm 1 Reconfiguring daemon mgr.y on smithi042 2023-12-07T16:05:46.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:46 smithi042 bash[64476]: cluster 2023-12-07T16:05:45.265864+0000 mgr.y (mgr.25474) 83 : 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-07T16:05:46.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:46 smithi042 bash[64476]: audit 2023-12-07T16:05:46.342386+0000 mon.a (mon.0) 135 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:46.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:46 smithi042 bash[64476]: audit 2023-12-07T16:05:46.353037+0000 mon.a (mon.0) 136 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:46.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:46 smithi042 bash[65854]: cluster 2023-12-07T16:05:45.265864+0000 mgr.y (mgr.25474) 83 : 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-07T16:05:46.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:46 smithi042 bash[65854]: audit 2023-12-07T16:05:46.342386+0000 mon.a (mon.0) 135 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:46.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:46 smithi042 bash[65854]: audit 2023-12-07T16:05:46.353037+0000 mon.a (mon.0) 136 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:46.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:46 smithi178 bash[51889]: cluster 2023-12-07T16:05:45.265864+0000 mgr.y (mgr.25474) 83 : 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-07T16:05:46.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:46 smithi178 bash[51889]: audit 2023-12-07T16:05:46.342386+0000 mon.a (mon.0) 135 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:46.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:46 smithi178 bash[51889]: audit 2023-12-07T16:05:46.353037+0000 mon.a (mon.0) 136 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:47.717 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:47 smithi042 bash[64476]: audit 2023-12-07T16:05:46.318599+0000 mgr.y (mgr.25474) 84 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:05:47.718 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:47 smithi042 bash[64476]: cephadm 2023-12-07T16:05:46.381891+0000 mgr.y (mgr.25474) 85 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-07T16:05:47.718 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:47 smithi042 bash[64476]: audit 2023-12-07T16:05:46.383120+0000 mon.a (mon.0) 137 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T16:05:47.718 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:47 smithi042 bash[64476]: audit 2023-12-07T16:05:46.386636+0000 mon.a (mon.0) 138 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T16:05:47.718 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:47 smithi042 bash[64476]: audit 2023-12-07T16:05:46.388054+0000 mon.a (mon.0) 139 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:47.718 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:47 smithi042 bash[64476]: cephadm 2023-12-07T16:05:46.389798+0000 mgr.y (mgr.25474) 86 : cephadm 1 Reconfiguring daemon mon.c on smithi042 2023-12-07T16:05:47.718 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:47 smithi042 bash[65854]: audit 2023-12-07T16:05:46.318599+0000 mgr.y (mgr.25474) 84 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:05:47.719 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:47 smithi042 bash[65854]: cephadm 2023-12-07T16:05:46.381891+0000 mgr.y (mgr.25474) 85 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-07T16:05:47.719 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:47 smithi042 bash[65854]: audit 2023-12-07T16:05:46.383120+0000 mon.a (mon.0) 137 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T16:05:47.719 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:47 smithi042 bash[65854]: audit 2023-12-07T16:05:46.386636+0000 mon.a (mon.0) 138 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T16:05:47.719 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:47 smithi042 bash[65854]: audit 2023-12-07T16:05:46.388054+0000 mon.a (mon.0) 139 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:47.719 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:47 smithi042 bash[65854]: cephadm 2023-12-07T16:05:46.389798+0000 mgr.y (mgr.25474) 86 : cephadm 1 Reconfiguring daemon mon.c on smithi042 2023-12-07T16:05:47.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:47 smithi178 bash[51889]: audit 2023-12-07T16:05:46.318599+0000 mgr.y (mgr.25474) 84 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:05:47.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:47 smithi178 bash[51889]: cephadm 2023-12-07T16:05:46.381891+0000 mgr.y (mgr.25474) 85 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-07T16:05:47.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:47 smithi178 bash[51889]: audit 2023-12-07T16:05:46.383120+0000 mon.a (mon.0) 137 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T16:05:47.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:47 smithi178 bash[51889]: audit 2023-12-07T16:05:46.386636+0000 mon.a (mon.0) 138 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T16:05:47.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:47 smithi178 bash[51889]: audit 2023-12-07T16:05:46.388054+0000 mon.a (mon.0) 139 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:47.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:47 smithi178 bash[51889]: cephadm 2023-12-07T16:05:46.389798+0000 mgr.y (mgr.25474) 86 : cephadm 1 Reconfiguring daemon mon.c on smithi042 2023-12-07T16:05:48.663 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:48 smithi178 bash[51889]: cluster 2023-12-07T16:05:47.267554+0000 mgr.y (mgr.25474) 87 : 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-07T16:05:48.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:48 smithi042 bash[64476]: cluster 2023-12-07T16:05:47.267554+0000 mgr.y (mgr.25474) 87 : 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-07T16:05:48.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:48 smithi042 bash[65854]: cluster 2023-12-07T16:05:47.267554+0000 mgr.y (mgr.25474) 87 : 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-07T16:05:49.106 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:05:48 smithi178 bash[49360]: ts=2023-12-07T16:05: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.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:05:49.723 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:49 smithi042 bash[65854]: audit 2023-12-07T16:05:48.455956+0000 mon.a (mon.0) 140 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:49.723 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:49 smithi042 bash[65854]: audit 2023-12-07T16:05:48.465188+0000 mon.a (mon.0) 141 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:49.723 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:49 smithi042 bash[65854]: cephadm 2023-12-07T16:05:48.508810+0000 mgr.y (mgr.25474) 88 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-07T16:05:49.723 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:49 smithi042 bash[65854]: audit 2023-12-07T16:05:48.509683+0000 mon.a (mon.0) 142 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T16:05:49.723 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:49 smithi042 bash[65854]: audit 2023-12-07T16:05:48.511663+0000 mon.a (mon.0) 143 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:49.723 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:49 smithi042 bash[65854]: cephadm 2023-12-07T16:05:48.517576+0000 mgr.y (mgr.25474) 89 : cephadm 1 Reconfiguring daemon osd.0 on smithi042 2023-12-07T16:05:49.723 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:49 smithi042 bash[64476]: audit 2023-12-07T16:05:48.455956+0000 mon.a (mon.0) 140 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:49.723 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:49 smithi042 bash[64476]: audit 2023-12-07T16:05:48.465188+0000 mon.a (mon.0) 141 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:49.724 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:49 smithi042 bash[64476]: cephadm 2023-12-07T16:05:48.508810+0000 mgr.y (mgr.25474) 88 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-07T16:05:49.724 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:49 smithi042 bash[64476]: audit 2023-12-07T16:05:48.509683+0000 mon.a (mon.0) 142 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T16:05:49.724 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:49 smithi042 bash[64476]: audit 2023-12-07T16:05:48.511663+0000 mon.a (mon.0) 143 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:49.724 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:49 smithi042 bash[64476]: cephadm 2023-12-07T16:05:48.517576+0000 mgr.y (mgr.25474) 89 : cephadm 1 Reconfiguring daemon osd.0 on smithi042 2023-12-07T16:05:49.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:49 smithi178 bash[51889]: audit 2023-12-07T16:05:48.455956+0000 mon.a (mon.0) 140 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:49.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:49 smithi178 bash[51889]: audit 2023-12-07T16:05:48.465188+0000 mon.a (mon.0) 141 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:49.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:49 smithi178 bash[51889]: cephadm 2023-12-07T16:05:48.508810+0000 mgr.y (mgr.25474) 88 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-07T16:05:49.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:49 smithi178 bash[51889]: audit 2023-12-07T16:05:48.509683+0000 mon.a (mon.0) 142 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T16:05:49.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:49 smithi178 bash[51889]: audit 2023-12-07T16:05:48.511663+0000 mon.a (mon.0) 143 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:49.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:49 smithi178 bash[51889]: cephadm 2023-12-07T16:05:48.517576+0000 mgr.y (mgr.25474) 89 : cephadm 1 Reconfiguring daemon osd.0 on smithi042 2023-12-07T16:05:50.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:05:50 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:05:50] "GET /metrics HTTP/1.1" 200 38233 "" "Prometheus/2.33.4" 2023-12-07T16:05:50.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:50 smithi178 bash[51889]: cluster 2023-12-07T16:05:49.268462+0000 mgr.y (mgr.25474) 90 : 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-07T16:05:50.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:50 smithi042 bash[64476]: cluster 2023-12-07T16:05:49.268462+0000 mgr.y (mgr.25474) 90 : 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-07T16:05:50.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:50 smithi042 bash[65854]: cluster 2023-12-07T16:05:49.268462+0000 mgr.y (mgr.25474) 90 : 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-07T16:05:51.956 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:51 smithi042 bash[64476]: audit 2023-12-07T16:05:50.639275+0000 mon.a (mon.0) 144 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:51.956 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:51 smithi042 bash[64476]: audit 2023-12-07T16:05:50.648957+0000 mon.a (mon.0) 145 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:51.956 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:51 smithi042 bash[64476]: cephadm 2023-12-07T16:05:50.686610+0000 mgr.y (mgr.25474) 91 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-07T16:05:51.956 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:51 smithi042 bash[64476]: audit 2023-12-07T16:05:50.687319+0000 mon.a (mon.0) 146 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T16:05:51.956 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:51 smithi042 bash[64476]: audit 2023-12-07T16:05:50.689368+0000 mon.a (mon.0) 147 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:51.956 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:51 smithi042 bash[64476]: cephadm 2023-12-07T16:05:50.695411+0000 mgr.y (mgr.25474) 92 : cephadm 1 Reconfiguring daemon osd.1 on smithi042 2023-12-07T16:05:51.956 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:51 smithi042 bash[65854]: audit 2023-12-07T16:05:50.639275+0000 mon.a (mon.0) 144 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:51.956 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:51 smithi042 bash[65854]: audit 2023-12-07T16:05:50.648957+0000 mon.a (mon.0) 145 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:51.957 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:51 smithi042 bash[65854]: cephadm 2023-12-07T16:05:50.686610+0000 mgr.y (mgr.25474) 91 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-07T16:05:51.957 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:51 smithi042 bash[65854]: audit 2023-12-07T16:05:50.687319+0000 mon.a (mon.0) 146 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T16:05:51.957 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:51 smithi042 bash[65854]: audit 2023-12-07T16:05:50.689368+0000 mon.a (mon.0) 147 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:51.957 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:51 smithi042 bash[65854]: cephadm 2023-12-07T16:05:50.695411+0000 mgr.y (mgr.25474) 92 : cephadm 1 Reconfiguring daemon osd.1 on smithi042 2023-12-07T16:05:52.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:51 smithi178 bash[51889]: audit 2023-12-07T16:05:50.639275+0000 mon.a (mon.0) 144 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:52.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:51 smithi178 bash[51889]: audit 2023-12-07T16:05:50.648957+0000 mon.a (mon.0) 145 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:52.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:51 smithi178 bash[51889]: cephadm 2023-12-07T16:05:50.686610+0000 mgr.y (mgr.25474) 91 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-07T16:05:52.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:51 smithi178 bash[51889]: audit 2023-12-07T16:05:50.687319+0000 mon.a (mon.0) 146 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T16:05:52.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:51 smithi178 bash[51889]: audit 2023-12-07T16:05:50.689368+0000 mon.a (mon.0) 147 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:52.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:51 smithi178 bash[51889]: cephadm 2023-12-07T16:05:50.695411+0000 mgr.y (mgr.25474) 92 : cephadm 1 Reconfiguring daemon osd.1 on smithi042 2023-12-07T16:05:53.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:52 smithi178 bash[51889]: cluster 2023-12-07T16:05:51.270211+0000 mgr.y (mgr.25474) 93 : 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-07T16:05:53.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:52 smithi042 bash[64476]: cluster 2023-12-07T16:05:51.270211+0000 mgr.y (mgr.25474) 93 : 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-07T16:05:53.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:52 smithi042 bash[65854]: cluster 2023-12-07T16:05:51.270211+0000 mgr.y (mgr.25474) 93 : 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-07T16:05:54.056 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:53 smithi042 bash[65854]: audit 2023-12-07T16:05:52.744102+0000 mon.a (mon.0) 148 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:54.056 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:53 smithi042 bash[65854]: audit 2023-12-07T16:05:52.754193+0000 mon.a (mon.0) 149 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:54.056 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:53 smithi042 bash[65854]: audit 2023-12-07T16:05:52.765025+0000 mon.a (mon.0) 150 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T16:05:54.056 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:53 smithi042 bash[65854]: audit 2023-12-07T16:05:52.766382+0000 mon.a (mon.0) 151 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:54.057 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:53 smithi042 bash[64476]: audit 2023-12-07T16:05:52.744102+0000 mon.a (mon.0) 148 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:54.057 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:53 smithi042 bash[64476]: audit 2023-12-07T16:05:52.754193+0000 mon.a (mon.0) 149 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:54.057 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:53 smithi042 bash[64476]: audit 2023-12-07T16:05:52.765025+0000 mon.a (mon.0) 150 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T16:05:54.057 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:53 smithi042 bash[64476]: audit 2023-12-07T16:05:52.766382+0000 mon.a (mon.0) 151 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:54.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:53 smithi178 bash[51889]: audit 2023-12-07T16:05:52.744102+0000 mon.a (mon.0) 148 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:54.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:53 smithi178 bash[51889]: audit 2023-12-07T16:05:52.754193+0000 mon.a (mon.0) 149 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:54.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:53 smithi178 bash[51889]: audit 2023-12-07T16:05:52.765025+0000 mon.a (mon.0) 150 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T16:05:54.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:53 smithi178 bash[51889]: audit 2023-12-07T16:05:52.766382+0000 mon.a (mon.0) 151 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:55.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:54 smithi178 bash[51889]: cephadm 2023-12-07T16:05:52.764434+0000 mgr.y (mgr.25474) 94 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-07T16:05:55.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:54 smithi178 bash[51889]: cephadm 2023-12-07T16:05:52.770373+0000 mgr.y (mgr.25474) 95 : cephadm 1 Reconfiguring daemon osd.2 on smithi042 2023-12-07T16:05:55.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:54 smithi178 bash[51889]: cluster 2023-12-07T16:05:53.271009+0000 mgr.y (mgr.25474) 96 : 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-07T16:05:55.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:54 smithi042 bash[64476]: cephadm 2023-12-07T16:05:52.764434+0000 mgr.y (mgr.25474) 94 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-07T16:05:55.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:54 smithi042 bash[64476]: cephadm 2023-12-07T16:05:52.770373+0000 mgr.y (mgr.25474) 95 : cephadm 1 Reconfiguring daemon osd.2 on smithi042 2023-12-07T16:05:55.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:54 smithi042 bash[64476]: cluster 2023-12-07T16:05:53.271009+0000 mgr.y (mgr.25474) 96 : 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-07T16:05:55.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:54 smithi042 bash[65854]: cephadm 2023-12-07T16:05:52.764434+0000 mgr.y (mgr.25474) 94 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-07T16:05:55.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:54 smithi042 bash[65854]: cephadm 2023-12-07T16:05:52.770373+0000 mgr.y (mgr.25474) 95 : cephadm 1 Reconfiguring daemon osd.2 on smithi042 2023-12-07T16:05:55.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:54 smithi042 bash[65854]: cluster 2023-12-07T16:05:53.271009+0000 mgr.y (mgr.25474) 96 : 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-07T16:05:56.080 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:55 smithi042 bash[65854]: audit 2023-12-07T16:05:54.760409+0000 mon.a (mon.0) 152 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:56.080 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:55 smithi042 bash[65854]: audit 2023-12-07T16:05:54.769126+0000 mon.a (mon.0) 153 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:56.080 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:55 smithi042 bash[65854]: cephadm 2023-12-07T16:05:54.789301+0000 mgr.y (mgr.25474) 97 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-07T16:05:56.081 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:55 smithi042 bash[65854]: audit 2023-12-07T16:05:54.789900+0000 mon.a (mon.0) 154 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-07T16:05:56.081 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:55 smithi042 bash[65854]: audit 2023-12-07T16:05:54.791497+0000 mon.a (mon.0) 155 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:56.081 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:55 smithi042 bash[65854]: cephadm 2023-12-07T16:05:54.797089+0000 mgr.y (mgr.25474) 98 : cephadm 1 Reconfiguring daemon osd.3 on smithi042 2023-12-07T16:05:56.081 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:55 smithi042 bash[65854]: cluster 2023-12-07T16:05:55.271762+0000 mgr.y (mgr.25474) 99 : 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-07T16:05:56.081 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:55 smithi042 bash[65854]: audit 2023-12-07T16:05:55.332287+0000 mon.a (mon.0) 156 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:05:56.081 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:55 smithi042 bash[64476]: audit 2023-12-07T16:05:54.760409+0000 mon.a (mon.0) 152 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:56.081 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:55 smithi042 bash[64476]: audit 2023-12-07T16:05:54.769126+0000 mon.a (mon.0) 153 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:56.081 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:55 smithi042 bash[64476]: cephadm 2023-12-07T16:05:54.789301+0000 mgr.y (mgr.25474) 97 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-07T16:05:56.082 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:55 smithi042 bash[64476]: audit 2023-12-07T16:05:54.789900+0000 mon.a (mon.0) 154 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-07T16:05:56.082 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:55 smithi042 bash[64476]: audit 2023-12-07T16:05:54.791497+0000 mon.a (mon.0) 155 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:56.082 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:55 smithi042 bash[64476]: cephadm 2023-12-07T16:05:54.797089+0000 mgr.y (mgr.25474) 98 : cephadm 1 Reconfiguring daemon osd.3 on smithi042 2023-12-07T16:05:56.082 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:55 smithi042 bash[64476]: cluster 2023-12-07T16:05:55.271762+0000 mgr.y (mgr.25474) 99 : 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-07T16:05:56.082 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:55 smithi042 bash[64476]: audit 2023-12-07T16:05:55.332287+0000 mon.a (mon.0) 156 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:05:56.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:55 smithi178 bash[51889]: audit 2023-12-07T16:05:54.760409+0000 mon.a (mon.0) 152 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:56.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:55 smithi178 bash[51889]: audit 2023-12-07T16:05:54.769126+0000 mon.a (mon.0) 153 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:56.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:55 smithi178 bash[51889]: cephadm 2023-12-07T16:05:54.789301+0000 mgr.y (mgr.25474) 97 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-07T16:05:56.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:55 smithi178 bash[51889]: audit 2023-12-07T16:05:54.789900+0000 mon.a (mon.0) 154 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-07T16:05:56.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:55 smithi178 bash[51889]: audit 2023-12-07T16:05:54.791497+0000 mon.a (mon.0) 155 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:56.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:55 smithi178 bash[51889]: cephadm 2023-12-07T16:05:54.797089+0000 mgr.y (mgr.25474) 98 : cephadm 1 Reconfiguring daemon osd.3 on smithi042 2023-12-07T16:05:56.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:55 smithi178 bash[51889]: cluster 2023-12-07T16:05:55.271762+0000 mgr.y (mgr.25474) 99 : 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-07T16:05:56.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:55 smithi178 bash[51889]: audit 2023-12-07T16:05:55.332287+0000 mon.a (mon.0) 156 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:05:57.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:57 smithi178 bash[51889]: audit 2023-12-07T16:05:56.328835+0000 mgr.y (mgr.25474) 100 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:05:57.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:57 smithi178 bash[51889]: audit 2023-12-07T16:05:56.860396+0000 mon.a (mon.0) 157 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:57.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:57 smithi178 bash[51889]: audit 2023-12-07T16:05:56.870222+0000 mon.a (mon.0) 158 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:57.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:57 smithi178 bash[51889]: audit 2023-12-07T16:05:56.917493+0000 mon.a (mon.0) 159 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.hcortj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T16:05:57.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:57 smithi178 bash[51889]: audit 2023-12-07T16:05:56.921502+0000 mon.a (mon.0) 160 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:57.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:57 smithi042 bash[65854]: audit 2023-12-07T16:05:56.328835+0000 mgr.y (mgr.25474) 100 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:05:57.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:57 smithi042 bash[65854]: audit 2023-12-07T16:05:56.860396+0000 mon.a (mon.0) 157 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:57.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:57 smithi042 bash[65854]: audit 2023-12-07T16:05:56.870222+0000 mon.a (mon.0) 158 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:57.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:57 smithi042 bash[65854]: audit 2023-12-07T16:05:56.917493+0000 mon.a (mon.0) 159 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.hcortj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T16:05:57.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:57 smithi042 bash[65854]: audit 2023-12-07T16:05:56.921502+0000 mon.a (mon.0) 160 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:57.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:57 smithi042 bash[64476]: audit 2023-12-07T16:05:56.328835+0000 mgr.y (mgr.25474) 100 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:05:57.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:57 smithi042 bash[64476]: audit 2023-12-07T16:05:56.860396+0000 mon.a (mon.0) 157 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:57.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:57 smithi042 bash[64476]: audit 2023-12-07T16:05:56.870222+0000 mon.a (mon.0) 158 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:05:57.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:57 smithi042 bash[64476]: audit 2023-12-07T16:05:56.917493+0000 mon.a (mon.0) 159 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi042.hcortj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T16:05:57.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:57 smithi042 bash[64476]: audit 2023-12-07T16:05:56.921502+0000 mon.a (mon.0) 160 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:58.449 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:58 smithi042 bash[65854]: cephadm 2023-12-07T16:05:56.916701+0000 mgr.y (mgr.25474) 101 : cephadm 1 Reconfiguring rgw.foo.smithi042.hcortj (monmap changed)... 2023-12-07T16:05:58.449 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:58 smithi042 bash[65854]: cephadm 2023-12-07T16:05:56.923836+0000 mgr.y (mgr.25474) 102 : cephadm 1 Reconfiguring daemon rgw.foo.smithi042.hcortj on smithi042 2023-12-07T16:05:58.449 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:05:58 smithi042 bash[65854]: cluster 2023-12-07T16:05:57.273133+0000 mgr.y (mgr.25474) 103 : 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-07T16:05:58.449 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:58 smithi042 bash[64476]: cephadm 2023-12-07T16:05:56.916701+0000 mgr.y (mgr.25474) 101 : cephadm 1 Reconfiguring rgw.foo.smithi042.hcortj (monmap changed)... 2023-12-07T16:05:58.449 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:58 smithi042 bash[64476]: cephadm 2023-12-07T16:05:56.923836+0000 mgr.y (mgr.25474) 102 : cephadm 1 Reconfiguring daemon rgw.foo.smithi042.hcortj on smithi042 2023-12-07T16:05:58.449 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:05:58 smithi042 bash[64476]: cluster 2023-12-07T16:05:57.273133+0000 mgr.y (mgr.25474) 103 : 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-07T16:05:58.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:58 smithi178 bash[51889]: cephadm 2023-12-07T16:05:56.916701+0000 mgr.y (mgr.25474) 101 : cephadm 1 Reconfiguring rgw.foo.smithi042.hcortj (monmap changed)... 2023-12-07T16:05:58.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:58 smithi178 bash[51889]: cephadm 2023-12-07T16:05:56.923836+0000 mgr.y (mgr.25474) 102 : cephadm 1 Reconfiguring daemon rgw.foo.smithi042.hcortj on smithi042 2023-12-07T16:05:58.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:05:58 smithi178 bash[51889]: cluster 2023-12-07T16:05:57.273133+0000 mgr.y (mgr.25474) 103 : 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-07T16:05:59.106 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:05:58 smithi178 bash[49360]: ts=2023-12-07T16: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.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:06:00.314 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:06:00 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:06:00] "GET /metrics HTTP/1.1" 200 38234 "" "Prometheus/2.33.4" 2023-12-07T16:06:00.314 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:00 smithi042 bash[64476]: audit 2023-12-07T16:05:59.051649+0000 mon.a (mon.0) 161 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:00.314 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:00 smithi042 bash[64476]: audit 2023-12-07T16:05:59.061925+0000 mon.a (mon.0) 162 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:00.314 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:00 smithi042 bash[64476]: cephadm 2023-12-07T16:05:59.094928+0000 mgr.y (mgr.25474) 104 : cephadm 1 Reconfiguring rgw.smpl.smithi042.bhilti (monmap changed)... 2023-12-07T16:06:00.314 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:00 smithi042 bash[64476]: audit 2023-12-07T16:05:59.095651+0000 mon.a (mon.0) 163 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.bhilti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T16:06:00.314 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:00 smithi042 bash[64476]: audit 2023-12-07T16:05:59.099609+0000 mon.a (mon.0) 164 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:00.314 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:00 smithi042 bash[64476]: cephadm 2023-12-07T16:05:59.101708+0000 mgr.y (mgr.25474) 105 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi042.bhilti on smithi042 2023-12-07T16:06:00.314 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:00 smithi042 bash[64476]: cluster 2023-12-07T16:05:59.273645+0000 mgr.y (mgr.25474) 106 : 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-07T16:06:00.315 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:00 smithi042 bash[65854]: audit 2023-12-07T16:05:59.051649+0000 mon.a (mon.0) 161 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:00.315 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:00 smithi042 bash[65854]: audit 2023-12-07T16:05:59.061925+0000 mon.a (mon.0) 162 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:00.315 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:00 smithi042 bash[65854]: cephadm 2023-12-07T16:05:59.094928+0000 mgr.y (mgr.25474) 104 : cephadm 1 Reconfiguring rgw.smpl.smithi042.bhilti (monmap changed)... 2023-12-07T16:06:00.315 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:00 smithi042 bash[65854]: audit 2023-12-07T16:05:59.095651+0000 mon.a (mon.0) 163 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.bhilti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T16:06:00.315 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:00 smithi042 bash[65854]: audit 2023-12-07T16:05:59.099609+0000 mon.a (mon.0) 164 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:00.315 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:00 smithi042 bash[65854]: cephadm 2023-12-07T16:05:59.101708+0000 mgr.y (mgr.25474) 105 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi042.bhilti on smithi042 2023-12-07T16:06:00.315 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:00 smithi042 bash[65854]: cluster 2023-12-07T16:05:59.273645+0000 mgr.y (mgr.25474) 106 : 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-07T16:06:00.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:00 smithi178 bash[51889]: audit 2023-12-07T16:05:59.051649+0000 mon.a (mon.0) 161 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:00.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:00 smithi178 bash[51889]: audit 2023-12-07T16:05:59.061925+0000 mon.a (mon.0) 162 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:00.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:00 smithi178 bash[51889]: cephadm 2023-12-07T16:05:59.094928+0000 mgr.y (mgr.25474) 104 : cephadm 1 Reconfiguring rgw.smpl.smithi042.bhilti (monmap changed)... 2023-12-07T16:06:00.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:00 smithi178 bash[51889]: audit 2023-12-07T16:05:59.095651+0000 mon.a (mon.0) 163 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi042.bhilti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T16:06:00.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:00 smithi178 bash[51889]: audit 2023-12-07T16:05:59.099609+0000 mon.a (mon.0) 164 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:00.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:00 smithi178 bash[51889]: cephadm 2023-12-07T16:05:59.101708+0000 mgr.y (mgr.25474) 105 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi042.bhilti on smithi042 2023-12-07T16:06:00.357 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:00 smithi178 bash[51889]: cluster 2023-12-07T16:05:59.273645+0000 mgr.y (mgr.25474) 106 : 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-07T16:06:02.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:02 smithi178 bash[51889]: audit 2023-12-07T16:06:01.206734+0000 mon.a (mon.0) 165 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:02.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:02 smithi178 bash[51889]: audit 2023-12-07T16:06:01.216703+0000 mon.a (mon.0) 166 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:02.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:02 smithi178 bash[51889]: cephadm 2023-12-07T16:06:01.220629+0000 mgr.y (mgr.25474) 107 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-07T16:06:02.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:02 smithi178 bash[51889]: audit 2023-12-07T16:06:01.221136+0000 mon.a (mon.0) 167 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T16:06:02.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:02 smithi178 bash[51889]: audit 2023-12-07T16:06:01.222629+0000 mon.a (mon.0) 168 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T16:06:02.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:02 smithi178 bash[51889]: audit 2023-12-07T16:06:01.223919+0000 mon.a (mon.0) 169 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:02.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:02 smithi178 bash[51889]: cephadm 2023-12-07T16:06:01.225623+0000 mgr.y (mgr.25474) 108 : cephadm 1 Reconfiguring daemon mon.b on smithi178 2023-12-07T16:06:02.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:02 smithi178 bash[51889]: cluster 2023-12-07T16:06:01.275323+0000 mgr.y (mgr.25474) 109 : 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-07T16:06:02.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:02 smithi042 bash[64476]: audit 2023-12-07T16:06:01.206734+0000 mon.a (mon.0) 165 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:02.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:02 smithi042 bash[64476]: audit 2023-12-07T16:06:01.216703+0000 mon.a (mon.0) 166 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:02.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:02 smithi042 bash[64476]: cephadm 2023-12-07T16:06:01.220629+0000 mgr.y (mgr.25474) 107 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-07T16:06:02.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:02 smithi042 bash[64476]: audit 2023-12-07T16:06:01.221136+0000 mon.a (mon.0) 167 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T16:06:02.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:02 smithi042 bash[64476]: audit 2023-12-07T16:06:01.222629+0000 mon.a (mon.0) 168 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T16:06:02.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:02 smithi042 bash[64476]: audit 2023-12-07T16:06:01.223919+0000 mon.a (mon.0) 169 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:02.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:02 smithi042 bash[64476]: cephadm 2023-12-07T16:06:01.225623+0000 mgr.y (mgr.25474) 108 : cephadm 1 Reconfiguring daemon mon.b on smithi178 2023-12-07T16:06:02.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:02 smithi042 bash[64476]: cluster 2023-12-07T16:06:01.275323+0000 mgr.y (mgr.25474) 109 : 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-07T16:06:02.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:02 smithi042 bash[65854]: audit 2023-12-07T16:06:01.206734+0000 mon.a (mon.0) 165 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:02.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:02 smithi042 bash[65854]: audit 2023-12-07T16:06:01.216703+0000 mon.a (mon.0) 166 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:02.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:02 smithi042 bash[65854]: cephadm 2023-12-07T16:06:01.220629+0000 mgr.y (mgr.25474) 107 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-07T16:06:02.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:02 smithi042 bash[65854]: audit 2023-12-07T16:06:01.221136+0000 mon.a (mon.0) 167 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T16:06:02.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:02 smithi042 bash[65854]: audit 2023-12-07T16:06:01.222629+0000 mon.a (mon.0) 168 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T16:06:02.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:02 smithi042 bash[65854]: audit 2023-12-07T16:06:01.223919+0000 mon.a (mon.0) 169 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:02.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:02 smithi042 bash[65854]: cephadm 2023-12-07T16:06:01.225623+0000 mgr.y (mgr.25474) 108 : cephadm 1 Reconfiguring daemon mon.b on smithi178 2023-12-07T16:06:02.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:02 smithi042 bash[65854]: cluster 2023-12-07T16:06:01.275323+0000 mgr.y (mgr.25474) 109 : 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-07T16:06:04.692 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-12-07T16:06:05.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:04 smithi178 bash[51889]: cluster 2023-12-07T16:06:03.276107+0000 mgr.y (mgr.25474) 110 : 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-07T16:06:05.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:04 smithi178 bash[51889]: audit 2023-12-07T16:06:03.752382+0000 mon.a (mon.0) 170 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:05.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:04 smithi178 bash[51889]: audit 2023-12-07T16:06:03.762375+0000 mon.a (mon.0) 171 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:05.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:04 smithi178 bash[51889]: audit 2023-12-07T16:06:03.797615+0000 mon.a (mon.0) 172 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T16:06:05.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:04 smithi178 bash[51889]: audit 2023-12-07T16:06:03.799722+0000 mon.a (mon.0) 173 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T16:06:05.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:04 smithi178 bash[51889]: audit 2023-12-07T16:06:03.802411+0000 mon.a (mon.0) 174 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:05.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:04 smithi042 bash[64476]: cluster 2023-12-07T16:06:03.276107+0000 mgr.y (mgr.25474) 110 : 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-07T16:06:05.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:04 smithi042 bash[64476]: audit 2023-12-07T16:06:03.752382+0000 mon.a (mon.0) 170 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:05.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:04 smithi042 bash[64476]: audit 2023-12-07T16:06:03.762375+0000 mon.a (mon.0) 171 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:05.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:04 smithi042 bash[64476]: audit 2023-12-07T16:06:03.797615+0000 mon.a (mon.0) 172 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T16:06:05.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:04 smithi042 bash[64476]: audit 2023-12-07T16:06:03.799722+0000 mon.a (mon.0) 173 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T16:06:05.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:04 smithi042 bash[64476]: audit 2023-12-07T16:06:03.802411+0000 mon.a (mon.0) 174 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:05.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:04 smithi042 bash[65854]: cluster 2023-12-07T16:06:03.276107+0000 mgr.y (mgr.25474) 110 : 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-07T16:06:05.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:04 smithi042 bash[65854]: audit 2023-12-07T16:06:03.752382+0000 mon.a (mon.0) 170 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:05.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:04 smithi042 bash[65854]: audit 2023-12-07T16:06:03.762375+0000 mon.a (mon.0) 171 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:05.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:04 smithi042 bash[65854]: audit 2023-12-07T16:06:03.797615+0000 mon.a (mon.0) 172 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T16:06:05.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:04 smithi042 bash[65854]: audit 2023-12-07T16:06:03.799722+0000 mon.a (mon.0) 173 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T16:06:05.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:04 smithi042 bash[65854]: audit 2023-12-07T16:06:03.802411+0000 mon.a (mon.0) 174 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:05.474 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:06:05.474 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (4m) 65s ago 10m 16.7M - 0.23.0 ba2b418f427c fe1b358b85a1 2023-12-07T16:06:05.474 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi178 *:3000 running (3m) 34s ago 10m 43.5M - 8.3.5 dad864ee21e9 3cb0965be645 2023-12-07T16:06:05.474 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.zhjtqu smithi042 running (2m) 65s ago 8m 45.2M - 3.5 e1d6a67b021e 7deb6d5f3048 2023-12-07T16:06:05.475 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi178 *:8443,9283,8765 running (2m) 34s ago 17m 433M - 19.0.0-13-ge6605fb8 104f332cd0a9 c0c2d21198ed 2023-12-07T16:06:05.475 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (3m) 65s ago 19m 482M - 19.0.0-13-ge6605fb8 104f332cd0a9 6718013de405 2023-12-07T16:06:05.475 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (111s) 65s ago 19m 38.5M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 dac84442c4ce 2023-12-07T16:06:05.475 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi178 running (47s) 34s ago 17m 22.3M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d9d6d09f7e87 2023-12-07T16:06:05.475 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (74s) 65s ago 17m 22.1M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fb50c46ab5c1 2023-12-07T16:06:05.475 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (4m) 65s ago 11m 13.3M - 1.3.1 1dbe0e931976 531aa26ab3fd 2023-12-07T16:06:05.475 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi178 *:9100 running (3m) 34s ago 11m 11.3M - 1.3.1 1dbe0e931976 f553be30e56c 2023-12-07T16:06:05.475 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (16m) 65s ago 16m 58.9M 2782M 17.2.0 e1d6a67b021e 15b47f4e60f3 2023-12-07T16:06:05.475 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (15m) 65s ago 16m 61.5M 2782M 17.2.0 e1d6a67b021e 2a28cafd73fe 2023-12-07T16:06:05.475 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (15m) 65s ago 15m 54.0M 2782M 17.2.0 e1d6a67b021e 0785d9773e1b 2023-12-07T16:06:05.475 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (14m) 65s ago 14m 57.6M 2782M 17.2.0 e1d6a67b021e ef87480dafbe 2023-12-07T16:06:05.475 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi178 running (14m) 34s ago 14m 58.4M 3037M 17.2.0 e1d6a67b021e 489e822c6353 2023-12-07T16:06:05.475 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi178 running (13m) 34s ago 13m 56.3M 3037M 17.2.0 e1d6a67b021e b77d6dab08a9 2023-12-07T16:06:05.475 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi178 running (12m) 34s ago 12m 54.7M 3037M 17.2.0 e1d6a67b021e 0c3c794876c3 2023-12-07T16:06:05.476 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi178 running (12m) 34s ago 12m 57.5M 3037M 17.2.0 e1d6a67b021e d54168b8b1ca 2023-12-07T16:06:05.476 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi178 *:9095 running (2m) 34s ago 11m 59.4M - 2.33.4 514e6a882f6e 8dc9b81a4426 2023-12-07T16:06:05.476 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.hcortj smithi042 *:8000 running (9m) 65s ago 9m 88.0M - 17.2.0 e1d6a67b021e 7b4fbb51c0e4 2023-12-07T16:06:05.476 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi178.qokiza smithi178 *:8000 running (9m) 34s ago 9m 87.5M - 17.2.0 e1d6a67b021e ed4b389a14c0 2023-12-07T16:06:05.476 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.bhilti smithi042 *:80 running (8m) 65s ago 8m 87.6M - 17.2.0 e1d6a67b021e a005b7760f26 2023-12-07T16:06:05.476 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi178.kllngz smithi178 *:80 running (8m) 34s ago 8m 87.9M - 17.2.0 e1d6a67b021e ec7417c26d3d 2023-12-07T16:06:05.927 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:06:05.927 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-12-07T16:06:05.927 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T16:06:05.927 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:06:05.927 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-12-07T16:06:05.927 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T16:06:05.927 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:06:05.927 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-12-07T16:06:05.927 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T16:06:05.927 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:06:05.927 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2023-12-07T16:06:05.928 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:06:05.928 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:06:05.928 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-12-07T16:06:05.928 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-12-07T16:06:05.928 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 5 2023-12-07T16:06:05.928 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T16:06:05.928 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:06:06.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:05 smithi178 bash[51889]: cephadm 2023-12-07T16:06:03.796874+0000 mgr.y (mgr.25474) 111 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-07T16:06:06.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:05 smithi178 bash[51889]: cephadm 2023-12-07T16:06:03.804685+0000 mgr.y (mgr.25474) 112 : cephadm 1 Reconfiguring daemon mgr.x on smithi178 2023-12-07T16:06:06.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:05 smithi178 bash[51889]: audit 2023-12-07T16:06:04.669206+0000 mgr.y (mgr.25474) 113 : audit 0 from='client.44173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:06.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:05 smithi178 bash[51889]: audit 2023-12-07T16:06:05.065070+0000 mgr.y (mgr.25474) 114 : audit 0 from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:06.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:05 smithi178 bash[51889]: cluster 2023-12-07T16:06:05.276759+0000 mgr.y (mgr.25474) 115 : 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-07T16:06:06.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:05 smithi178 bash[51889]: audit 2023-12-07T16:06:05.451171+0000 mgr.y (mgr.25474) 116 : audit 0 from='client.44185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:06.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:05 smithi042 bash[64476]: cephadm 2023-12-07T16:06:03.796874+0000 mgr.y (mgr.25474) 111 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-07T16:06:06.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:05 smithi042 bash[64476]: cephadm 2023-12-07T16:06:03.804685+0000 mgr.y (mgr.25474) 112 : cephadm 1 Reconfiguring daemon mgr.x on smithi178 2023-12-07T16:06:06.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:05 smithi042 bash[64476]: audit 2023-12-07T16:06:04.669206+0000 mgr.y (mgr.25474) 113 : audit 0 from='client.44173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:06.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:05 smithi042 bash[64476]: audit 2023-12-07T16:06:05.065070+0000 mgr.y (mgr.25474) 114 : audit 0 from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:06.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:05 smithi042 bash[64476]: cluster 2023-12-07T16:06:05.276759+0000 mgr.y (mgr.25474) 115 : 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-07T16:06:06.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:05 smithi042 bash[64476]: audit 2023-12-07T16:06:05.451171+0000 mgr.y (mgr.25474) 116 : audit 0 from='client.44185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:06.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:05 smithi042 bash[65854]: cephadm 2023-12-07T16:06:03.796874+0000 mgr.y (mgr.25474) 111 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-07T16:06:06.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:05 smithi042 bash[65854]: cephadm 2023-12-07T16:06:03.804685+0000 mgr.y (mgr.25474) 112 : cephadm 1 Reconfiguring daemon mgr.x on smithi178 2023-12-07T16:06:06.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:05 smithi042 bash[65854]: audit 2023-12-07T16:06:04.669206+0000 mgr.y (mgr.25474) 113 : audit 0 from='client.44173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:06.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:05 smithi042 bash[65854]: audit 2023-12-07T16:06:05.065070+0000 mgr.y (mgr.25474) 114 : audit 0 from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:06.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:05 smithi042 bash[65854]: cluster 2023-12-07T16:06:05.276759+0000 mgr.y (mgr.25474) 115 : 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-07T16:06:06.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:05 smithi042 bash[65854]: audit 2023-12-07T16:06:05.451171+0000 mgr.y (mgr.25474) 116 : audit 0 from='client.44185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:06.309 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:06:06.309 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:06:06.309 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-12-07T16:06:06.309 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T16:06:06.310 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2023-12-07T16:06:06.310 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr", 2023-12-07T16:06:06.310 INFO:teuthology.orchestra.run.smithi042.stdout: "mon" 2023-12-07T16:06:06.310 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2023-12-07T16:06:06.310 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "5/23 daemons upgraded", 2023-12-07T16:06:06.310 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading mon daemons", 2023-12-07T16:06:06.310 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-12-07T16:06:06.310 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:06:06.768 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-12-07T16:06:07.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:06 smithi178 bash[51889]: audit 2023-12-07T16:06:05.920115+0000 mon.a (mon.0) 175 : audit 0 from='client.? 172.21.15.42:0/2228651864' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:07.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:06 smithi178 bash[51889]: audit 2023-12-07T16:06:06.240133+0000 mon.a (mon.0) 176 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:07.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:06 smithi178 bash[51889]: audit 2023-12-07T16:06:06.249219+0000 mon.a (mon.0) 177 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:07.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:06 smithi178 bash[51889]: cephadm 2023-12-07T16:06:06.274710+0000 mgr.y (mgr.25474) 117 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-07T16:06:07.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:06 smithi178 bash[51889]: audit 2023-12-07T16:06:06.275206+0000 mon.a (mon.0) 178 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-07T16:06:07.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:06 smithi178 bash[51889]: audit 2023-12-07T16:06:06.276453+0000 mon.a (mon.0) 179 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:07.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:06 smithi178 bash[51889]: cephadm 2023-12-07T16:06:06.280465+0000 mgr.y (mgr.25474) 118 : cephadm 1 Reconfiguring daemon osd.4 on smithi178 2023-12-07T16:06:07.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:06 smithi178 bash[51889]: audit 2023-12-07T16:06:06.302104+0000 mgr.y (mgr.25474) 119 : audit 0 from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:07.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:06 smithi178 bash[51889]: audit 2023-12-07T16:06:06.336606+0000 mgr.y (mgr.25474) 120 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:06:07.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:06 smithi042 bash[64476]: audit 2023-12-07T16:06:05.920115+0000 mon.a (mon.0) 175 : audit 0 from='client.? 172.21.15.42:0/2228651864' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:07.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:06 smithi042 bash[64476]: audit 2023-12-07T16:06:06.240133+0000 mon.a (mon.0) 176 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:07.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:06 smithi042 bash[64476]: audit 2023-12-07T16:06:06.249219+0000 mon.a (mon.0) 177 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:07.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:06 smithi042 bash[64476]: cephadm 2023-12-07T16:06:06.274710+0000 mgr.y (mgr.25474) 117 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-07T16:06:07.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:06 smithi042 bash[64476]: audit 2023-12-07T16:06:06.275206+0000 mon.a (mon.0) 178 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-07T16:06:07.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:06 smithi042 bash[64476]: audit 2023-12-07T16:06:06.276453+0000 mon.a (mon.0) 179 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:07.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:06 smithi042 bash[64476]: cephadm 2023-12-07T16:06:06.280465+0000 mgr.y (mgr.25474) 118 : cephadm 1 Reconfiguring daemon osd.4 on smithi178 2023-12-07T16:06:07.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:06 smithi042 bash[64476]: audit 2023-12-07T16:06:06.302104+0000 mgr.y (mgr.25474) 119 : audit 0 from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:07.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:06 smithi042 bash[64476]: audit 2023-12-07T16:06:06.336606+0000 mgr.y (mgr.25474) 120 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:06:07.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:06 smithi042 bash[65854]: audit 2023-12-07T16:06:05.920115+0000 mon.a (mon.0) 175 : audit 0 from='client.? 172.21.15.42:0/2228651864' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:07.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:06 smithi042 bash[65854]: audit 2023-12-07T16:06:06.240133+0000 mon.a (mon.0) 176 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:07.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:06 smithi042 bash[65854]: audit 2023-12-07T16:06:06.249219+0000 mon.a (mon.0) 177 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:07.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:06 smithi042 bash[65854]: cephadm 2023-12-07T16:06:06.274710+0000 mgr.y (mgr.25474) 117 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-07T16:06:07.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:06 smithi042 bash[65854]: audit 2023-12-07T16:06:06.275206+0000 mon.a (mon.0) 178 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-07T16:06:07.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:06 smithi042 bash[65854]: audit 2023-12-07T16:06:06.276453+0000 mon.a (mon.0) 179 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:07.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:06 smithi042 bash[65854]: cephadm 2023-12-07T16:06:06.280465+0000 mgr.y (mgr.25474) 118 : cephadm 1 Reconfiguring daemon osd.4 on smithi178 2023-12-07T16:06:07.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:06 smithi042 bash[65854]: audit 2023-12-07T16:06:06.302104+0000 mgr.y (mgr.25474) 119 : audit 0 from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:07.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:06 smithi042 bash[65854]: audit 2023-12-07T16:06:06.336606+0000 mgr.y (mgr.25474) 120 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:06:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:07 smithi178 bash[51889]: audit 2023-12-07T16:06:06.761715+0000 mon.a (mon.0) 180 : audit 0 from='client.? 172.21.15.42:0/2416742740' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:06:08.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:07 smithi178 bash[51889]: cluster 2023-12-07T16:06:07.278424+0000 mgr.y (mgr.25474) 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-07T16:06:08.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:07 smithi042 bash[64476]: audit 2023-12-07T16:06:06.761715+0000 mon.a (mon.0) 180 : audit 0 from='client.? 172.21.15.42:0/2416742740' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:06:08.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:07 smithi042 bash[64476]: cluster 2023-12-07T16:06:07.278424+0000 mgr.y (mgr.25474) 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-07T16:06:08.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:07 smithi042 bash[65854]: audit 2023-12-07T16:06:06.761715+0000 mon.a (mon.0) 180 : audit 0 from='client.? 172.21.15.42:0/2416742740' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:06:08.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:07 smithi042 bash[65854]: cluster 2023-12-07T16:06:07.278424+0000 mgr.y (mgr.25474) 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-07T16:06:09.107 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:06:08 smithi178 bash[49360]: ts=2023-12-07T16:06: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.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:06:10.101 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:09 smithi042 bash[64476]: audit 2023-12-07T16:06:08.801959+0000 mon.a (mon.0) 181 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:10.101 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:09 smithi042 bash[64476]: audit 2023-12-07T16:06:08.813806+0000 mon.a (mon.0) 182 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:10.101 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:09 smithi042 bash[64476]: cephadm 2023-12-07T16:06:08.850499+0000 mgr.y (mgr.25474) 122 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-07T16:06:10.101 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:09 smithi042 bash[64476]: audit 2023-12-07T16:06:08.851250+0000 mon.a (mon.0) 183 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-07T16:06:10.101 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:09 smithi042 bash[64476]: audit 2023-12-07T16:06:08.852580+0000 mon.a (mon.0) 184 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:10.101 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:09 smithi042 bash[64476]: cephadm 2023-12-07T16:06:08.855203+0000 mgr.y (mgr.25474) 123 : cephadm 1 Reconfiguring daemon osd.5 on smithi178 2023-12-07T16:06:10.101 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:09 smithi042 bash[64476]: cluster 2023-12-07T16:06:09.279179+0000 mgr.y (mgr.25474) 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-07T16:06:10.102 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:09 smithi042 bash[65854]: audit 2023-12-07T16:06:08.801959+0000 mon.a (mon.0) 181 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:10.102 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:09 smithi042 bash[65854]: audit 2023-12-07T16:06:08.813806+0000 mon.a (mon.0) 182 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:10.102 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:09 smithi042 bash[65854]: cephadm 2023-12-07T16:06:08.850499+0000 mgr.y (mgr.25474) 122 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-07T16:06:10.102 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:09 smithi042 bash[65854]: audit 2023-12-07T16:06:08.851250+0000 mon.a (mon.0) 183 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-07T16:06:10.102 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:09 smithi042 bash[65854]: audit 2023-12-07T16:06:08.852580+0000 mon.a (mon.0) 184 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:10.102 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:09 smithi042 bash[65854]: cephadm 2023-12-07T16:06:08.855203+0000 mgr.y (mgr.25474) 123 : cephadm 1 Reconfiguring daemon osd.5 on smithi178 2023-12-07T16:06:10.102 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:09 smithi042 bash[65854]: cluster 2023-12-07T16:06:09.279179+0000 mgr.y (mgr.25474) 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-07T16:06:10.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:09 smithi178 bash[51889]: audit 2023-12-07T16:06:08.801959+0000 mon.a (mon.0) 181 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:10.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:09 smithi178 bash[51889]: audit 2023-12-07T16:06:08.813806+0000 mon.a (mon.0) 182 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:10.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:09 smithi178 bash[51889]: cephadm 2023-12-07T16:06:08.850499+0000 mgr.y (mgr.25474) 122 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-07T16:06:10.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:09 smithi178 bash[51889]: audit 2023-12-07T16:06:08.851250+0000 mon.a (mon.0) 183 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-07T16:06:10.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:09 smithi178 bash[51889]: audit 2023-12-07T16:06:08.852580+0000 mon.a (mon.0) 184 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:10.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:09 smithi178 bash[51889]: cephadm 2023-12-07T16:06:08.855203+0000 mgr.y (mgr.25474) 123 : cephadm 1 Reconfiguring daemon osd.5 on smithi178 2023-12-07T16:06:10.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:09 smithi178 bash[51889]: cluster 2023-12-07T16:06:09.279179+0000 mgr.y (mgr.25474) 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-07T16:06:10.372 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:06:10 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:06:10] "GET /metrics HTTP/1.1" 200 38234 "" "Prometheus/2.33.4" 2023-12-07T16:06:11.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:11 smithi178 bash[51889]: audit 2023-12-07T16:06:10.332777+0000 mon.a (mon.0) 185 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:06:11.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:11 smithi042 bash[64476]: audit 2023-12-07T16:06:10.332777+0000 mon.a (mon.0) 185 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:06:11.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:11 smithi042 bash[65854]: audit 2023-12-07T16:06:10.332777+0000 mon.a (mon.0) 185 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:06:12.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:12 smithi178 bash[51889]: audit 2023-12-07T16:06:11.277485+0000 mon.a (mon.0) 186 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:12.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:12 smithi178 bash[51889]: cluster 2023-12-07T16:06:11.280414+0000 mgr.y (mgr.25474) 125 : 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-07T16:06:12.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:12 smithi178 bash[51889]: audit 2023-12-07T16:06:11.286962+0000 mon.a (mon.0) 187 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:12.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:12 smithi178 bash[51889]: cephadm 2023-12-07T16:06:11.325906+0000 mgr.y (mgr.25474) 126 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-07T16:06:12.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:12 smithi178 bash[51889]: audit 2023-12-07T16:06:11.326602+0000 mon.a (mon.0) 188 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-07T16:06:12.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:12 smithi178 bash[51889]: audit 2023-12-07T16:06:11.328489+0000 mon.a (mon.0) 189 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:12.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:12 smithi178 bash[51889]: cephadm 2023-12-07T16:06:11.334207+0000 mgr.y (mgr.25474) 127 : cephadm 1 Reconfiguring daemon osd.6 on smithi178 2023-12-07T16:06:12.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:12 smithi042 bash[64476]: audit 2023-12-07T16:06:11.277485+0000 mon.a (mon.0) 186 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:12.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:12 smithi042 bash[64476]: cluster 2023-12-07T16:06:11.280414+0000 mgr.y (mgr.25474) 125 : 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-07T16:06:12.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:12 smithi042 bash[64476]: audit 2023-12-07T16:06:11.286962+0000 mon.a (mon.0) 187 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:12.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:12 smithi042 bash[64476]: cephadm 2023-12-07T16:06:11.325906+0000 mgr.y (mgr.25474) 126 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-07T16:06:12.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:12 smithi042 bash[64476]: audit 2023-12-07T16:06:11.326602+0000 mon.a (mon.0) 188 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-07T16:06:12.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:12 smithi042 bash[64476]: audit 2023-12-07T16:06:11.328489+0000 mon.a (mon.0) 189 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:12.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:12 smithi042 bash[64476]: cephadm 2023-12-07T16:06:11.334207+0000 mgr.y (mgr.25474) 127 : cephadm 1 Reconfiguring daemon osd.6 on smithi178 2023-12-07T16:06:12.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:12 smithi042 bash[65854]: audit 2023-12-07T16:06:11.277485+0000 mon.a (mon.0) 186 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:12.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:12 smithi042 bash[65854]: cluster 2023-12-07T16:06:11.280414+0000 mgr.y (mgr.25474) 125 : 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-07T16:06:12.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:12 smithi042 bash[65854]: audit 2023-12-07T16:06:11.286962+0000 mon.a (mon.0) 187 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:12.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:12 smithi042 bash[65854]: cephadm 2023-12-07T16:06:11.325906+0000 mgr.y (mgr.25474) 126 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-07T16:06:12.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:12 smithi042 bash[65854]: audit 2023-12-07T16:06:11.326602+0000 mon.a (mon.0) 188 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-07T16:06:12.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:12 smithi042 bash[65854]: audit 2023-12-07T16:06:11.328489+0000 mon.a (mon.0) 189 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:12.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:12 smithi042 bash[65854]: cephadm 2023-12-07T16:06:11.334207+0000 mgr.y (mgr.25474) 127 : cephadm 1 Reconfiguring daemon osd.6 on smithi178 2023-12-07T16:06:15.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:14 smithi178 bash[51889]: cluster 2023-12-07T16:06:13.281096+0000 mgr.y (mgr.25474) 128 : 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-07T16:06:15.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:14 smithi178 bash[51889]: audit 2023-12-07T16:06:13.719460+0000 mon.a (mon.0) 190 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:15.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:14 smithi178 bash[51889]: audit 2023-12-07T16:06:13.729743+0000 mon.a (mon.0) 191 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:15.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:14 smithi178 bash[51889]: audit 2023-12-07T16:06:13.754767+0000 mon.a (mon.0) 192 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-07T16:06:15.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:14 smithi178 bash[51889]: audit 2023-12-07T16:06:13.756365+0000 mon.a (mon.0) 193 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:15.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:14 smithi042 bash[64476]: cluster 2023-12-07T16:06:13.281096+0000 mgr.y (mgr.25474) 128 : 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-07T16:06:15.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:14 smithi042 bash[64476]: audit 2023-12-07T16:06:13.719460+0000 mon.a (mon.0) 190 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:15.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:14 smithi042 bash[64476]: audit 2023-12-07T16:06:13.729743+0000 mon.a (mon.0) 191 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:15.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:14 smithi042 bash[64476]: audit 2023-12-07T16:06:13.754767+0000 mon.a (mon.0) 192 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-07T16:06:15.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:14 smithi042 bash[64476]: audit 2023-12-07T16:06:13.756365+0000 mon.a (mon.0) 193 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:15.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:14 smithi042 bash[65854]: cluster 2023-12-07T16:06:13.281096+0000 mgr.y (mgr.25474) 128 : 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-07T16:06:15.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:14 smithi042 bash[65854]: audit 2023-12-07T16:06:13.719460+0000 mon.a (mon.0) 190 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:15.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:14 smithi042 bash[65854]: audit 2023-12-07T16:06:13.729743+0000 mon.a (mon.0) 191 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:15.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:14 smithi042 bash[65854]: audit 2023-12-07T16:06:13.754767+0000 mon.a (mon.0) 192 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-07T16:06:15.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:14 smithi042 bash[65854]: audit 2023-12-07T16:06:13.756365+0000 mon.a (mon.0) 193 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:15.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:15 smithi178 bash[51889]: cephadm 2023-12-07T16:06:13.754150+0000 mgr.y (mgr.25474) 129 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-07T16:06:15.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:15 smithi178 bash[51889]: cephadm 2023-12-07T16:06:13.762031+0000 mgr.y (mgr.25474) 130 : cephadm 1 Reconfiguring daemon osd.7 on smithi178 2023-12-07T16:06:16.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:15 smithi042 bash[64476]: cephadm 2023-12-07T16:06:13.754150+0000 mgr.y (mgr.25474) 129 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-07T16:06:16.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:15 smithi042 bash[64476]: cephadm 2023-12-07T16:06:13.762031+0000 mgr.y (mgr.25474) 130 : cephadm 1 Reconfiguring daemon osd.7 on smithi178 2023-12-07T16:06:16.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:15 smithi042 bash[65854]: cephadm 2023-12-07T16:06:13.754150+0000 mgr.y (mgr.25474) 129 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-07T16:06:16.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:15 smithi042 bash[65854]: cephadm 2023-12-07T16:06:13.762031+0000 mgr.y (mgr.25474) 130 : cephadm 1 Reconfiguring daemon osd.7 on smithi178 2023-12-07T16:06:17.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:16 smithi178 bash[51889]: cluster 2023-12-07T16:06:15.281790+0000 mgr.y (mgr.25474) 131 : 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-07T16:06:17.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:16 smithi178 bash[51889]: audit 2023-12-07T16:06:16.263539+0000 mon.a (mon.0) 194 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:17.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:16 smithi178 bash[51889]: audit 2023-12-07T16:06:16.271540+0000 mon.a (mon.0) 195 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:17.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:16 smithi178 bash[51889]: audit 2023-12-07T16:06:16.284152+0000 mon.a (mon.0) 196 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi178.qokiza", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T16:06:17.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:16 smithi178 bash[51889]: audit 2023-12-07T16:06:16.287099+0000 mon.a (mon.0) 197 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:17.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:16 smithi042 bash[64476]: cluster 2023-12-07T16:06:15.281790+0000 mgr.y (mgr.25474) 131 : 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-07T16:06:17.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:16 smithi042 bash[64476]: audit 2023-12-07T16:06:16.263539+0000 mon.a (mon.0) 194 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:17.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:16 smithi042 bash[64476]: audit 2023-12-07T16:06:16.271540+0000 mon.a (mon.0) 195 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:17.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:16 smithi042 bash[64476]: audit 2023-12-07T16:06:16.284152+0000 mon.a (mon.0) 196 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi178.qokiza", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T16:06:17.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:16 smithi042 bash[64476]: audit 2023-12-07T16:06:16.287099+0000 mon.a (mon.0) 197 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:17.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:16 smithi042 bash[65854]: cluster 2023-12-07T16:06:15.281790+0000 mgr.y (mgr.25474) 131 : 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-07T16:06:17.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:16 smithi042 bash[65854]: audit 2023-12-07T16:06:16.263539+0000 mon.a (mon.0) 194 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:17.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:16 smithi042 bash[65854]: audit 2023-12-07T16:06:16.271540+0000 mon.a (mon.0) 195 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:17.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:16 smithi042 bash[65854]: audit 2023-12-07T16:06:16.284152+0000 mon.a (mon.0) 196 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi178.qokiza", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T16:06:17.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:16 smithi042 bash[65854]: audit 2023-12-07T16:06:16.287099+0000 mon.a (mon.0) 197 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:18.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:17 smithi178 bash[51889]: cephadm 2023-12-07T16:06:16.283527+0000 mgr.y (mgr.25474) 132 : cephadm 1 Reconfiguring rgw.foo.smithi178.qokiza (monmap changed)... 2023-12-07T16:06:18.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:17 smithi178 bash[51889]: cephadm 2023-12-07T16:06:16.288629+0000 mgr.y (mgr.25474) 133 : cephadm 1 Reconfiguring daemon rgw.foo.smithi178.qokiza on smithi178 2023-12-07T16:06:18.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:17 smithi178 bash[51889]: audit 2023-12-07T16:06:16.347644+0000 mgr.y (mgr.25474) 134 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:06:18.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:17 smithi042 bash[64476]: cephadm 2023-12-07T16:06:16.283527+0000 mgr.y (mgr.25474) 132 : cephadm 1 Reconfiguring rgw.foo.smithi178.qokiza (monmap changed)... 2023-12-07T16:06:18.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:17 smithi042 bash[64476]: cephadm 2023-12-07T16:06:16.288629+0000 mgr.y (mgr.25474) 133 : cephadm 1 Reconfiguring daemon rgw.foo.smithi178.qokiza on smithi178 2023-12-07T16:06:18.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:17 smithi042 bash[64476]: audit 2023-12-07T16:06:16.347644+0000 mgr.y (mgr.25474) 134 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:06:18.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:17 smithi042 bash[65854]: cephadm 2023-12-07T16:06:16.283527+0000 mgr.y (mgr.25474) 132 : cephadm 1 Reconfiguring rgw.foo.smithi178.qokiza (monmap changed)... 2023-12-07T16:06:18.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:17 smithi042 bash[65854]: cephadm 2023-12-07T16:06:16.288629+0000 mgr.y (mgr.25474) 133 : cephadm 1 Reconfiguring daemon rgw.foo.smithi178.qokiza on smithi178 2023-12-07T16:06:18.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:17 smithi042 bash[65854]: audit 2023-12-07T16:06:16.347644+0000 mgr.y (mgr.25474) 134 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:06:19.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:18 smithi178 bash[51889]: cluster 2023-12-07T16:06:17.283488+0000 mgr.y (mgr.25474) 135 : 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-07T16:06:19.107 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:06:18 smithi178 bash[49360]: ts=2023-12-07T16: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.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:06:19.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:18 smithi042 bash[64476]: cluster 2023-12-07T16:06:17.283488+0000 mgr.y (mgr.25474) 135 : 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-07T16:06:19.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:18 smithi042 bash[65854]: cluster 2023-12-07T16:06:17.283488+0000 mgr.y (mgr.25474) 135 : 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-07T16:06:20.101 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:19 smithi042 bash[64476]: audit 2023-12-07T16:06:18.768964+0000 mon.a (mon.0) 198 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:20.101 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:19 smithi042 bash[64476]: audit 2023-12-07T16:06:18.779455+0000 mon.a (mon.0) 199 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:20.102 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:19 smithi042 bash[64476]: cephadm 2023-12-07T16:06:18.811669+0000 mgr.y (mgr.25474) 136 : cephadm 1 Reconfiguring rgw.smpl.smithi178.kllngz (monmap changed)... 2023-12-07T16:06:20.102 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:19 smithi042 bash[64476]: audit 2023-12-07T16:06:18.812599+0000 mon.a (mon.0) 200 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi178.kllngz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T16:06:20.102 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:19 smithi042 bash[64476]: audit 2023-12-07T16:06:18.816903+0000 mon.a (mon.0) 201 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:20.102 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:19 smithi042 bash[64476]: cephadm 2023-12-07T16:06:18.819002+0000 mgr.y (mgr.25474) 137 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi178.kllngz on smithi178 2023-12-07T16:06:20.102 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:19 smithi042 bash[64476]: cluster 2023-12-07T16:06:19.284330+0000 mgr.y (mgr.25474) 138 : 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-07T16:06:20.102 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:19 smithi042 bash[65854]: audit 2023-12-07T16:06:18.768964+0000 mon.a (mon.0) 198 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:20.103 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:19 smithi042 bash[65854]: audit 2023-12-07T16:06:18.779455+0000 mon.a (mon.0) 199 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:20.103 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:19 smithi042 bash[65854]: cephadm 2023-12-07T16:06:18.811669+0000 mgr.y (mgr.25474) 136 : cephadm 1 Reconfiguring rgw.smpl.smithi178.kllngz (monmap changed)... 2023-12-07T16:06:20.103 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:19 smithi042 bash[65854]: audit 2023-12-07T16:06:18.812599+0000 mon.a (mon.0) 200 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi178.kllngz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T16:06:20.103 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:19 smithi042 bash[65854]: audit 2023-12-07T16:06:18.816903+0000 mon.a (mon.0) 201 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:20.103 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:19 smithi042 bash[65854]: cephadm 2023-12-07T16:06:18.819002+0000 mgr.y (mgr.25474) 137 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi178.kllngz on smithi178 2023-12-07T16:06:20.103 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:19 smithi042 bash[65854]: cluster 2023-12-07T16:06:19.284330+0000 mgr.y (mgr.25474) 138 : 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-07T16:06:20.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:19 smithi178 bash[51889]: audit 2023-12-07T16:06:18.768964+0000 mon.a (mon.0) 198 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:20.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:19 smithi178 bash[51889]: audit 2023-12-07T16:06:18.779455+0000 mon.a (mon.0) 199 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:20.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:19 smithi178 bash[51889]: cephadm 2023-12-07T16:06:18.811669+0000 mgr.y (mgr.25474) 136 : cephadm 1 Reconfiguring rgw.smpl.smithi178.kllngz (monmap changed)... 2023-12-07T16:06:20.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:19 smithi178 bash[51889]: audit 2023-12-07T16:06:18.812599+0000 mon.a (mon.0) 200 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi178.kllngz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T16:06:20.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:19 smithi178 bash[51889]: audit 2023-12-07T16:06:18.816903+0000 mon.a (mon.0) 201 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:20.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:19 smithi178 bash[51889]: cephadm 2023-12-07T16:06:18.819002+0000 mgr.y (mgr.25474) 137 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi178.kllngz on smithi178 2023-12-07T16:06:20.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:19 smithi178 bash[51889]: cluster 2023-12-07T16:06:19.284330+0000 mgr.y (mgr.25474) 138 : 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-07T16:06:20.372 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:06:20 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:06:20] "GET /metrics HTTP/1.1" 200 38236 "" "Prometheus/2.33.4" 2023-12-07T16:06:22.595 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[65854]: cluster 2023-12-07T16:06:21.285926+0000 mgr.y (mgr.25474) 139 : 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-07T16:06:22.595 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[65854]: audit 2023-12-07T16:06:21.299457+0000 mon.a (mon.0) 202 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:22.595 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[65854]: audit 2023-12-07T16:06:21.308106+0000 mon.a (mon.0) 203 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:22.595 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[65854]: audit 2023-12-07T16:06:21.352102+0000 mon.a (mon.0) 204 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:06:22.595 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[65854]: audit 2023-12-07T16:06:21.355651+0000 mon.a (mon.0) 205 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:22.595 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[65854]: audit 2023-12-07T16:06:21.358439+0000 mon.a (mon.0) 206 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:22.595 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[65854]: cephadm 2023-12-07T16:06:21.359781+0000 mgr.y (mgr.25474) 140 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-07T16:06:22.595 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[65854]: audit 2023-12-07T16:06:21.366592+0000 mon.a (mon.0) 207 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:22.595 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[65854]: audit 2023-12-07T16:06:21.370767+0000 mon.a (mon.0) 208 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-07T16:06:22.595 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[65854]: audit 2023-12-07T16:06:21.376483+0000 mon.a (mon.0) 209 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-07T16:06:22.595 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[65854]: audit 2023-12-07T16:06:21.380707+0000 mon.a (mon.0) 210 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-07T16:06:22.595 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[65854]: audit 2023-12-07T16:06:21.384703+0000 mon.a (mon.0) 211 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-07T16:06:22.595 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[65854]: audit 2023-12-07T16:06:21.387702+0000 mon.a (mon.0) 212 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-07T16:06:22.595 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[65854]: audit 2023-12-07T16:06:21.391084+0000 mon.a (mon.0) 213 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-07T16:06:22.596 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[65854]: audit 2023-12-07T16:06:21.395036+0000 mon.a (mon.0) 214 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:22.596 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[65854]: cephadm 2023-12-07T16:06:21.396248+0000 mgr.y (mgr.25474) 141 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-07T16:06:22.596 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[65854]: audit 2023-12-07T16:06:21.401258+0000 mon.a (mon.0) 215 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:22.596 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[65854]: audit 2023-12-07T16:06:21.405117+0000 mon.a (mon.0) 216 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-07T16:06:22.596 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[65854]: audit 2023-12-07T16:06:21.405396+0000 mgr.y (mgr.25474) 142 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-07T16:06:22.596 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[65854]: cephadm 2023-12-07T16:06:21.407298+0000 mgr.y (mgr.25474) 143 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-07T16:06:22.596 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[64476]: cluster 2023-12-07T16:06:21.285926+0000 mgr.y (mgr.25474) 139 : 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-07T16:06:22.596 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[64476]: audit 2023-12-07T16:06:21.299457+0000 mon.a (mon.0) 202 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:22.596 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[64476]: audit 2023-12-07T16:06:21.308106+0000 mon.a (mon.0) 203 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:22.596 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[64476]: audit 2023-12-07T16:06:21.352102+0000 mon.a (mon.0) 204 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:06:22.596 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[64476]: audit 2023-12-07T16:06:21.355651+0000 mon.a (mon.0) 205 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:22.596 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[64476]: audit 2023-12-07T16:06:21.358439+0000 mon.a (mon.0) 206 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:22.596 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[64476]: cephadm 2023-12-07T16:06:21.359781+0000 mgr.y (mgr.25474) 140 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-07T16:06:22.596 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[64476]: audit 2023-12-07T16:06:21.366592+0000 mon.a (mon.0) 207 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:22.596 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[64476]: audit 2023-12-07T16:06:21.370767+0000 mon.a (mon.0) 208 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-07T16:06:22.597 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[64476]: audit 2023-12-07T16:06:21.376483+0000 mon.a (mon.0) 209 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-07T16:06:22.597 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[64476]: audit 2023-12-07T16:06:21.380707+0000 mon.a (mon.0) 210 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-07T16:06:22.597 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[64476]: audit 2023-12-07T16:06:21.384703+0000 mon.a (mon.0) 211 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-07T16:06:22.597 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[64476]: audit 2023-12-07T16:06:21.387702+0000 mon.a (mon.0) 212 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-07T16:06:22.597 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[64476]: audit 2023-12-07T16:06:21.391084+0000 mon.a (mon.0) 213 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-07T16:06:22.597 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[64476]: audit 2023-12-07T16:06:21.395036+0000 mon.a (mon.0) 214 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:22.597 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[64476]: cephadm 2023-12-07T16:06:21.396248+0000 mgr.y (mgr.25474) 141 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-07T16:06:22.597 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[64476]: audit 2023-12-07T16:06:21.401258+0000 mon.a (mon.0) 215 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:22.597 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[64476]: audit 2023-12-07T16:06:21.405117+0000 mon.a (mon.0) 216 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-07T16:06:22.597 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[64476]: audit 2023-12-07T16:06:21.405396+0000 mgr.y (mgr.25474) 142 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-07T16:06:22.597 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:22 smithi042 bash[64476]: cephadm 2023-12-07T16:06:21.407298+0000 mgr.y (mgr.25474) 143 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-07T16:06:22.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:22 smithi178 bash[51889]: cluster 2023-12-07T16:06:21.285926+0000 mgr.y (mgr.25474) 139 : 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-07T16:06:22.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:22 smithi178 bash[51889]: audit 2023-12-07T16:06:21.299457+0000 mon.a (mon.0) 202 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:22.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:22 smithi178 bash[51889]: audit 2023-12-07T16:06:21.308106+0000 mon.a (mon.0) 203 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:22.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:22 smithi178 bash[51889]: audit 2023-12-07T16:06:21.352102+0000 mon.a (mon.0) 204 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:06:22.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:22 smithi178 bash[51889]: audit 2023-12-07T16:06:21.355651+0000 mon.a (mon.0) 205 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:22.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:22 smithi178 bash[51889]: audit 2023-12-07T16:06:21.358439+0000 mon.a (mon.0) 206 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:22.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:22 smithi178 bash[51889]: cephadm 2023-12-07T16:06:21.359781+0000 mgr.y (mgr.25474) 140 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-07T16:06:22.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:22 smithi178 bash[51889]: audit 2023-12-07T16:06:21.366592+0000 mon.a (mon.0) 207 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:22.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:22 smithi178 bash[51889]: audit 2023-12-07T16:06:21.370767+0000 mon.a (mon.0) 208 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-07T16:06:22.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:22 smithi178 bash[51889]: audit 2023-12-07T16:06:21.376483+0000 mon.a (mon.0) 209 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-07T16:06:22.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:22 smithi178 bash[51889]: audit 2023-12-07T16:06:21.380707+0000 mon.a (mon.0) 210 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-07T16:06:22.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:22 smithi178 bash[51889]: audit 2023-12-07T16:06:21.384703+0000 mon.a (mon.0) 211 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-07T16:06:22.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:22 smithi178 bash[51889]: audit 2023-12-07T16:06:21.387702+0000 mon.a (mon.0) 212 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-07T16:06:22.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:22 smithi178 bash[51889]: audit 2023-12-07T16:06:21.391084+0000 mon.a (mon.0) 213 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-07T16:06:22.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:22 smithi178 bash[51889]: audit 2023-12-07T16:06:21.395036+0000 mon.a (mon.0) 214 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:22.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:22 smithi178 bash[51889]: cephadm 2023-12-07T16:06:21.396248+0000 mgr.y (mgr.25474) 141 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-07T16:06:22.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:22 smithi178 bash[51889]: audit 2023-12-07T16:06:21.401258+0000 mon.a (mon.0) 215 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:22.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:22 smithi178 bash[51889]: audit 2023-12-07T16:06:21.405117+0000 mon.a (mon.0) 216 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-07T16:06:22.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:22 smithi178 bash[51889]: audit 2023-12-07T16:06:21.405396+0000 mgr.y (mgr.25474) 142 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-07T16:06:22.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:22 smithi178 bash[51889]: cephadm 2023-12-07T16:06:21.407298+0000 mgr.y (mgr.25474) 143 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-07T16:06:24.831 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:24 smithi042 bash[65854]: cluster 2023-12-07T16:06:23.286781+0000 mgr.y (mgr.25474) 144 : 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-07T16:06:24.831 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:24 smithi042 bash[65854]: cephadm 2023-12-07T16:06:23.526763+0000 mgr.y (mgr.25474) 145 : cephadm 1 Upgrade: Updating osd.0 2023-12-07T16:06:24.831 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:24 smithi042 bash[65854]: audit 2023-12-07T16:06:23.534408+0000 mon.a (mon.0) 217 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:24.831 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:24 smithi042 bash[65854]: audit 2023-12-07T16:06:23.539397+0000 mon.a (mon.0) 218 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T16:06:24.831 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:24 smithi042 bash[65854]: audit 2023-12-07T16:06:23.540817+0000 mon.a (mon.0) 219 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:24.832 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:24 smithi042 bash[65854]: cephadm 2023-12-07T16:06:23.545121+0000 mgr.y (mgr.25474) 146 : cephadm 1 Deploying daemon osd.0 on smithi042 2023-12-07T16:06:24.832 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:24 smithi042 bash[64476]: cluster 2023-12-07T16:06:23.286781+0000 mgr.y (mgr.25474) 144 : 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-07T16:06:24.832 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:24 smithi042 bash[64476]: cephadm 2023-12-07T16:06:23.526763+0000 mgr.y (mgr.25474) 145 : cephadm 1 Upgrade: Updating osd.0 2023-12-07T16:06:24.832 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:24 smithi042 bash[64476]: audit 2023-12-07T16:06:23.534408+0000 mon.a (mon.0) 217 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:24.832 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:24 smithi042 bash[64476]: audit 2023-12-07T16:06:23.539397+0000 mon.a (mon.0) 218 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T16:06:24.832 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:24 smithi042 bash[64476]: audit 2023-12-07T16:06:23.540817+0000 mon.a (mon.0) 219 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:24.832 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:24 smithi042 bash[64476]: cephadm 2023-12-07T16:06:23.545121+0000 mgr.y (mgr.25474) 146 : cephadm 1 Deploying daemon osd.0 on smithi042 2023-12-07T16:06:24.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:24 smithi178 bash[51889]: cluster 2023-12-07T16:06:23.286781+0000 mgr.y (mgr.25474) 144 : 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-07T16:06:24.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:24 smithi178 bash[51889]: cephadm 2023-12-07T16:06:23.526763+0000 mgr.y (mgr.25474) 145 : cephadm 1 Upgrade: Updating osd.0 2023-12-07T16:06:24.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:24 smithi178 bash[51889]: audit 2023-12-07T16:06:23.534408+0000 mon.a (mon.0) 217 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:24.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:24 smithi178 bash[51889]: audit 2023-12-07T16:06:23.539397+0000 mon.a (mon.0) 218 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T16:06:24.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:24 smithi178 bash[51889]: audit 2023-12-07T16:06:23.540817+0000 mon.a (mon.0) 219 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:24.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:24 smithi178 bash[51889]: cephadm 2023-12-07T16:06:23.545121+0000 mgr.y (mgr.25474) 146 : cephadm 1 Deploying daemon osd.0 on smithi042 2023-12-07T16:06:26.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:26 smithi178 bash[51889]: cluster 2023-12-07T16:06:25.287566+0000 mgr.y (mgr.25474) 147 : cluster 0 pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:06:26.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:26 smithi178 bash[51889]: audit 2023-12-07T16:06:25.333133+0000 mon.a (mon.0) 220 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:06:26.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:26 smithi042 bash[65854]: cluster 2023-12-07T16:06:25.287566+0000 mgr.y (mgr.25474) 147 : cluster 0 pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:06:26.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:26 smithi042 bash[65854]: audit 2023-12-07T16:06:25.333133+0000 mon.a (mon.0) 220 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:06:26.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:26 smithi042 bash[64476]: cluster 2023-12-07T16:06:25.287566+0000 mgr.y (mgr.25474) 147 : cluster 0 pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:06:26.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:26 smithi042 bash[64476]: audit 2023-12-07T16:06:25.333133+0000 mon.a (mon.0) 220 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:06:27.521 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:27 smithi042 bash[64476]: audit 2023-12-07T16:06:26.358137+0000 mgr.y (mgr.25474) 148 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:06:27.521 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:27 smithi042 bash[65854]: audit 2023-12-07T16:06:26.358137+0000 mgr.y (mgr.25474) 148 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:06:27.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:27 smithi178 bash[51889]: audit 2023-12-07T16:06:26.358137+0000 mgr.y (mgr.25474) 148 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:06:27.872 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:06:27 smithi042 systemd[1]: Stopping Ceph osd.0 for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:06:28.281 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:06:27 smithi042 bash[33226]: debug 2023-12-07T16:06:27.881+0000 7f3321c70700 -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-07T16:06:28.281 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:06:27 smithi042 bash[33226]: debug 2023-12-07T16:06:27.881+0000 7f3321c70700 -1 osd.0 105 *** Got signal Terminated *** 2023-12-07T16:06:28.281 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:06:27 smithi042 bash[33226]: debug 2023-12-07T16:06:27.881+0000 7f3321c70700 -1 osd.0 105 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:06:28.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:28 smithi178 bash[51889]: cluster 2023-12-07T16:06:27.289115+0000 mgr.y (mgr.25474) 149 : cluster 0 pgmap v64: 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-07T16:06:28.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:28 smithi178 bash[51889]: cluster 2023-12-07T16:06:27.886500+0000 mon.a (mon.0) 221 : cluster 1 osd.0 marked itself down and dead 2023-12-07T16:06:28.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:28 smithi042 bash[64476]: cluster 2023-12-07T16:06:27.289115+0000 mgr.y (mgr.25474) 149 : cluster 0 pgmap v64: 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-07T16:06:28.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:28 smithi042 bash[64476]: cluster 2023-12-07T16:06:27.886500+0000 mon.a (mon.0) 221 : cluster 1 osd.0 marked itself down and dead 2023-12-07T16:06:28.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:28 smithi042 bash[65854]: cluster 2023-12-07T16:06:27.289115+0000 mgr.y (mgr.25474) 149 : cluster 0 pgmap v64: 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-07T16:06:28.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:28 smithi042 bash[65854]: cluster 2023-12-07T16:06:27.886500+0000 mon.a (mon.0) 221 : cluster 1 osd.0 marked itself down and dead 2023-12-07T16:06:29.106 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:06:28 smithi178 bash[49360]: ts=2023-12-07T16:06: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.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:06:29.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:29 smithi178 bash[51889]: cluster 2023-12-07T16:06:28.265444+0000 mon.a (mon.0) 222 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:06:29.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:29 smithi178 bash[51889]: cluster 2023-12-07T16:06:28.276715+0000 osd.1 (osd.1) 3 : cluster 3 failed to encode map e106 with expected crc 2023-12-07T16:06:29.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:29 smithi178 bash[51889]: cluster 2023-12-07T16:06:28.279696+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-07T16:06:29.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:29 smithi178 bash[51889]: cluster 2023-12-07T16:06:28.281671+0000 mon.a (mon.0) 223 : cluster 0 osdmap e106: 8 total, 7 up, 8 in 2023-12-07T16:06:29.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:29 smithi178 bash[51889]: cluster 2023-12-07T16:06:28.282715+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-07T16:06:29.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:29 smithi178 bash[51889]: cluster 2023-12-07T16:06:28.287812+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e106 with expected crc 2023-12-07T16:06:29.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:29 smithi178 bash[51889]: cluster 2023-12-07T16:06:28.287823+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-07T16:06:29.622 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:06:29 smithi042 bash[68220]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-0 2023-12-07T16:06:29.622 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:06:29 smithi042 bash[68296]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-0 2023-12-07T16:06:29.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:29 smithi042 bash[64476]: cluster 2023-12-07T16:06:28.265444+0000 mon.a (mon.0) 222 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:06:29.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:29 smithi042 bash[64476]: cluster 2023-12-07T16:06:28.276715+0000 osd.1 (osd.1) 3 : cluster 3 failed to encode map e106 with expected crc 2023-12-07T16:06:29.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:29 smithi042 bash[64476]: cluster 2023-12-07T16:06:28.279696+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-07T16:06:29.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:29 smithi042 bash[64476]: cluster 2023-12-07T16:06:28.281671+0000 mon.a (mon.0) 223 : cluster 0 osdmap e106: 8 total, 7 up, 8 in 2023-12-07T16:06:29.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:29 smithi042 bash[64476]: cluster 2023-12-07T16:06:28.282715+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-07T16:06:29.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:29 smithi042 bash[64476]: cluster 2023-12-07T16:06:28.287812+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e106 with expected crc 2023-12-07T16:06:29.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:29 smithi042 bash[64476]: cluster 2023-12-07T16:06:28.287823+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-07T16:06:29.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:29 smithi042 bash[65854]: cluster 2023-12-07T16:06:28.265444+0000 mon.a (mon.0) 222 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:06:29.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:29 smithi042 bash[65854]: cluster 2023-12-07T16:06:28.276715+0000 osd.1 (osd.1) 3 : cluster 3 failed to encode map e106 with expected crc 2023-12-07T16:06:29.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:29 smithi042 bash[65854]: cluster 2023-12-07T16:06:28.279696+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-07T16:06:29.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:29 smithi042 bash[65854]: cluster 2023-12-07T16:06:28.281671+0000 mon.a (mon.0) 223 : cluster 0 osdmap e106: 8 total, 7 up, 8 in 2023-12-07T16:06:29.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:29 smithi042 bash[65854]: cluster 2023-12-07T16:06:28.282715+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-07T16:06:29.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:29 smithi042 bash[65854]: cluster 2023-12-07T16:06:28.287812+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e106 with expected crc 2023-12-07T16:06:29.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:29 smithi042 bash[65854]: cluster 2023-12-07T16:06:28.287823+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-07T16:06:30.372 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:06:30] "GET /metrics HTTP/1.1" 200 38233 "" "Prometheus/2.33.4" 2023-12-07T16:06:30.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[64476]: cluster 2023-12-07T16:06:29.287861+0000 mon.a (mon.0) 224 : cluster 0 osdmap e107: 8 total, 7 up, 8 in 2023-12-07T16:06:30.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[64476]: cluster 2023-12-07T16:06:29.288744+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[64476]: cluster 2023-12-07T16:06:29.288758+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[64476]: cluster 2023-12-07T16:06:29.289675+0000 mgr.y (mgr.25474) 150 : cluster 0 pgmap v67: 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-07T16:06:30.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[64476]: cluster 2023-12-07T16:06:29.289995+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[64476]: cluster 2023-12-07T16:06:29.290343+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[64476]: cluster 2023-12-07T16:06:29.290364+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[64476]: cluster 2023-12-07T16:06:29.293480+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[64476]: cluster 2023-12-07T16:06:29.293791+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[64476]: cluster 2023-12-07T16:06:29.295423+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[64476]: cluster 2023-12-07T16:06:29.295669+0000 osd.6 (osd.6) 3 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[65854]: cluster 2023-12-07T16:06:29.287861+0000 mon.a (mon.0) 224 : cluster 0 osdmap e107: 8 total, 7 up, 8 in 2023-12-07T16:06:30.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[65854]: cluster 2023-12-07T16:06:29.288744+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[65854]: cluster 2023-12-07T16:06:29.288758+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[65854]: cluster 2023-12-07T16:06:29.289675+0000 mgr.y (mgr.25474) 150 : cluster 0 pgmap v67: 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-07T16:06:30.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[65854]: cluster 2023-12-07T16:06:29.289995+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[65854]: cluster 2023-12-07T16:06:29.290343+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[65854]: cluster 2023-12-07T16:06:29.290364+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[65854]: cluster 2023-12-07T16:06:29.293480+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[65854]: cluster 2023-12-07T16:06:29.293791+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.373 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[65854]: cluster 2023-12-07T16:06:29.295423+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.374 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:30 smithi042 bash[65854]: cluster 2023-12-07T16:06:29.295669+0000 osd.6 (osd.6) 3 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:30 smithi178 bash[51889]: cluster 2023-12-07T16:06:29.287861+0000 mon.a (mon.0) 224 : cluster 0 osdmap e107: 8 total, 7 up, 8 in 2023-12-07T16:06:30.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:30 smithi178 bash[51889]: cluster 2023-12-07T16:06:29.288744+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:30 smithi178 bash[51889]: cluster 2023-12-07T16:06:29.288758+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:30 smithi178 bash[51889]: cluster 2023-12-07T16:06:29.289675+0000 mgr.y (mgr.25474) 150 : cluster 0 pgmap v67: 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-07T16:06:30.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:30 smithi178 bash[51889]: cluster 2023-12-07T16:06:29.289995+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:30 smithi178 bash[51889]: cluster 2023-12-07T16:06:29.290343+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:30 smithi178 bash[51889]: cluster 2023-12-07T16:06:29.290364+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:30 smithi178 bash[51889]: cluster 2023-12-07T16:06:29.293480+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:30 smithi178 bash[51889]: cluster 2023-12-07T16:06:29.293791+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:30 smithi178 bash[51889]: cluster 2023-12-07T16:06:29.295423+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:30.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:30 smithi178 bash[51889]: cluster 2023-12-07T16:06:29.295669+0000 osd.6 (osd.6) 3 : cluster 3 failed to encode map e107 with expected crc 2023-12-07T16:06:31.617 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:31 smithi042 bash[65854]: cluster 2023-12-07T16:06:31.298706+0000 mon.a (mon.0) 225 : cluster 3 Health check failed: Degraded data redundancy: 70/630 objects degraded (11.111%), 22 pgs degraded (PG_DEGRADED) 2023-12-07T16:06:31.617 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:06:31 smithi042 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.0.service: Succeeded. 2023-12-07T16:06:31.618 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:06:31 smithi042 systemd[1]: Stopped Ceph osd.0 for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:06:31.618 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:31 smithi042 bash[64476]: cluster 2023-12-07T16:06:31.298706+0000 mon.a (mon.0) 225 : cluster 3 Health check failed: Degraded data redundancy: 70/630 objects degraded (11.111%), 22 pgs degraded (PG_DEGRADED) 2023-12-07T16:06:31.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:31 smithi178 bash[51889]: cluster 2023-12-07T16:06:31.298706+0000 mon.a (mon.0) 225 : cluster 3 Health check failed: Degraded data redundancy: 70/630 objects degraded (11.111%), 22 pgs degraded (PG_DEGRADED) 2023-12-07T16:06:31.872 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:06:31 smithi042 systemd[1]: Started Ceph osd.0 for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:06:32.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:32 smithi042 bash[65854]: cluster 2023-12-07T16:06:31.291530+0000 mgr.y (mgr.25474) 151 : cluster 0 pgmap v68: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-07T16:06:32.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:32 smithi042 bash[65854]: audit 2023-12-07T16:06:31.657648+0000 mon.a (mon.0) 226 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:32.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:32 smithi042 bash[65854]: audit 2023-12-07T16:06:31.665762+0000 mon.a (mon.0) 227 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:32.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:32 smithi042 bash[64476]: cluster 2023-12-07T16:06:31.291530+0000 mgr.y (mgr.25474) 151 : cluster 0 pgmap v68: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-07T16:06:32.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:32 smithi042 bash[64476]: audit 2023-12-07T16:06:31.657648+0000 mon.a (mon.0) 226 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:32.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:32 smithi042 bash[64476]: audit 2023-12-07T16:06:31.665762+0000 mon.a (mon.0) 227 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:33.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:32 smithi178 bash[51889]: cluster 2023-12-07T16:06:31.291530+0000 mgr.y (mgr.25474) 151 : cluster 0 pgmap v68: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-07T16:06:33.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:32 smithi178 bash[51889]: audit 2023-12-07T16:06:31.657648+0000 mon.a (mon.0) 226 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:33.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:32 smithi178 bash[51889]: audit 2023-12-07T16:06:31.665762+0000 mon.a (mon.0) 227 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:33.622 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:06:33 smithi042 bash[68468]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-07T16:06:33.622 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:06:33 smithi042 bash[68468]: 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-07T16:06:33.622 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:06:33 smithi042 bash[68468]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-07T16:06:33.623 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:06:33 smithi042 bash[68468]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-07T16:06:33.623 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:06:33 smithi042 bash[68468]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2023-12-07T16:06:33.623 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:06:33 smithi042 bash[68468]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-07T16:06:33.623 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:06:33 smithi042 bash[68468]: --> ceph-volume raw activate successful for osd ID: 0 2023-12-07T16:06:35.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:34 smithi178 bash[51889]: cluster 2023-12-07T16:06:33.292660+0000 mgr.y (mgr.25474) 152 : cluster 0 pgmap v69: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-07T16:06:35.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:34 smithi042 bash[64476]: cluster 2023-12-07T16:06:33.292660+0000 mgr.y (mgr.25474) 152 : cluster 0 pgmap v69: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-07T16:06:35.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:34 smithi042 bash[65854]: cluster 2023-12-07T16:06:33.292660+0000 mgr.y (mgr.25474) 152 : cluster 0 pgmap v69: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-07T16:06:35.123 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:06:34 smithi042 bash[68749]: debug 2023-12-07T16:06:34.801+0000 7f4207f03700 1 -- 172.21.15.42:0/3171826901 <== mon.0 v2:172.21.15.42:3300/0 3 ==== mon_map magic: 0 v1 ==== 413+0+0 (secure 0 0 0) 0x55704f015600 con 0x55704f054800 2023-12-07T16:06:35.123 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:06:34 smithi042 bash[68749]: debug 2023-12-07T16:06:34.801+0000 7f4207f03700 1 -- 172.21.15.42:0/3171826901 <== mon.0 v2:172.21.15.42:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55704efcf1e0 con 0x55704f054800 2023-12-07T16:06:35.622 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:06:35 smithi042 bash[68749]: debug 2023-12-07T16:06:35.353+0000 7f4211089640 -1 Falling back to public interface 2023-12-07T16:06:36.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:36 smithi178 bash[51889]: cluster 2023-12-07T16:06:35.293743+0000 mgr.y (mgr.25474) 153 : cluster 0 pgmap v70: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-07T16:06:36.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:36 smithi042 bash[64476]: cluster 2023-12-07T16:06:35.293743+0000 mgr.y (mgr.25474) 153 : cluster 0 pgmap v70: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-07T16:06:36.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:36 smithi042 bash[65854]: cluster 2023-12-07T16:06:35.293743+0000 mgr.y (mgr.25474) 153 : cluster 0 pgmap v70: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-07T16:06:37.214 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-12-07T16:06:37.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:37 smithi178 bash[51889]: audit 2023-12-07T16:06:36.368955+0000 mgr.y (mgr.25474) 154 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:06:37.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:37 smithi042 bash[64476]: audit 2023-12-07T16:06:36.368955+0000 mgr.y (mgr.25474) 154 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:06:37.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:37 smithi042 bash[65854]: audit 2023-12-07T16:06:36.368955+0000 mgr.y (mgr.25474) 154 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:06:38.076 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:06:38.076 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (4m) 98s ago 11m 16.7M - 0.23.0 ba2b418f427c fe1b358b85a1 2023-12-07T16:06:38.077 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi178 *:3000 running (3m) 67s ago 11m 43.5M - 8.3.5 dad864ee21e9 3cb0965be645 2023-12-07T16:06:38.077 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.zhjtqu smithi042 running (3m) 98s ago 9m 45.2M - 3.5 e1d6a67b021e 7deb6d5f3048 2023-12-07T16:06:38.077 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi178 *:8443,9283,8765 running (2m) 67s ago 17m 433M - 19.0.0-13-ge6605fb8 104f332cd0a9 c0c2d21198ed 2023-12-07T16:06:38.077 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (3m) 98s ago 19m 482M - 19.0.0-13-ge6605fb8 104f332cd0a9 6718013de405 2023-12-07T16:06:38.077 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (2m) 98s ago 19m 38.5M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 dac84442c4ce 2023-12-07T16:06:38.077 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi178 running (80s) 67s ago 17m 22.3M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d9d6d09f7e87 2023-12-07T16:06:38.077 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (106s) 98s ago 18m 22.1M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fb50c46ab5c1 2023-12-07T16:06:38.077 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (4m) 98s ago 11m 13.3M - 1.3.1 1dbe0e931976 531aa26ab3fd 2023-12-07T16:06:38.077 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi178 *:9100 running (4m) 67s ago 11m 11.3M - 1.3.1 1dbe0e931976 f553be30e56c 2023-12-07T16:06:38.077 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 starting - - - 2782M 2023-12-07T16:06:38.077 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (16m) 98s ago 16m 61.5M 2782M 17.2.0 e1d6a67b021e 2a28cafd73fe 2023-12-07T16:06:38.077 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (15m) 98s ago 15m 54.0M 2782M 17.2.0 e1d6a67b021e 0785d9773e1b 2023-12-07T16:06:38.077 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (15m) 98s ago 15m 57.6M 2782M 17.2.0 e1d6a67b021e ef87480dafbe 2023-12-07T16:06:38.077 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi178 running (14m) 67s ago 14m 58.4M 3037M 17.2.0 e1d6a67b021e 489e822c6353 2023-12-07T16:06:38.077 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi178 running (14m) 67s ago 14m 56.3M 3037M 17.2.0 e1d6a67b021e b77d6dab08a9 2023-12-07T16:06:38.077 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi178 running (13m) 67s ago 13m 54.7M 3037M 17.2.0 e1d6a67b021e 0c3c794876c3 2023-12-07T16:06:38.078 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi178 running (12m) 67s ago 12m 57.5M 3037M 17.2.0 e1d6a67b021e d54168b8b1ca 2023-12-07T16:06:38.078 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi178 *:9095 running (2m) 67s ago 11m 59.4M - 2.33.4 514e6a882f6e 8dc9b81a4426 2023-12-07T16:06:38.078 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.hcortj smithi042 *:8000 running (9m) 98s ago 9m 88.0M - 17.2.0 e1d6a67b021e 7b4fbb51c0e4 2023-12-07T16:06:38.078 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi178.qokiza smithi178 *:8000 running (9m) 67s ago 9m 87.5M - 17.2.0 e1d6a67b021e ed4b389a14c0 2023-12-07T16:06:38.078 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.bhilti smithi042 *:80 running (9m) 98s ago 9m 87.6M - 17.2.0 e1d6a67b021e a005b7760f26 2023-12-07T16:06:38.078 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi178.kllngz smithi178 *:80 running (9m) 67s ago 9m 87.9M - 17.2.0 e1d6a67b021e ec7417c26d3d 2023-12-07T16:06:38.546 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:06:38.547 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-12-07T16:06:38.547 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T16:06:38.547 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:06:38.547 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-12-07T16:06:38.547 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T16:06:38.547 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:06:38.547 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-12-07T16:06:38.547 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7 2023-12-07T16:06:38.547 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:06:38.547 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2023-12-07T16:06:38.547 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:06:38.547 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:06:38.547 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-12-07T16:06:38.547 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 11, 2023-12-07T16:06:38.548 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 5 2023-12-07T16:06:38.548 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T16:06:38.548 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:06:38.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:38 smithi178 bash[51889]: audit 2023-12-07T16:06:37.185949+0000 mgr.y (mgr.25474) 155 : audit 0 from='client.34281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:38.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:38 smithi178 bash[51889]: cluster 2023-12-07T16:06:37.294709+0000 mgr.y (mgr.25474) 156 : cluster 0 pgmap v71: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 454 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-07T16:06:38.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:38 smithi178 bash[51889]: audit 2023-12-07T16:06:37.642569+0000 mgr.y (mgr.25474) 157 : audit 0 from='client.54143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:38.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:38 smithi178 bash[51889]: audit 2023-12-07T16:06:38.123077+0000 mon.a (mon.0) 228 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:38.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:38 smithi178 bash[51889]: audit 2023-12-07T16:06:38.132373+0000 mon.a (mon.0) 229 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:38.622 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:06:38 smithi042 bash[68749]: debug 2023-12-07T16:06:38.349+0000 7f4211089640 -1 osd.0 0 read_superblock omap replica is missing. 2023-12-07T16:06:38.622 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:06:38 smithi042 bash[68749]: debug 2023-12-07T16:06:38.393+0000 7f4211089640 -1 osd.0 105 log_to_monitors true 2023-12-07T16:06:38.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:38 smithi042 bash[64476]: audit 2023-12-07T16:06:37.185949+0000 mgr.y (mgr.25474) 155 : audit 0 from='client.34281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:38.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:38 smithi042 bash[64476]: cluster 2023-12-07T16:06:37.294709+0000 mgr.y (mgr.25474) 156 : cluster 0 pgmap v71: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 454 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-07T16:06:38.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:38 smithi042 bash[64476]: audit 2023-12-07T16:06:37.642569+0000 mgr.y (mgr.25474) 157 : audit 0 from='client.54143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:38.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:38 smithi042 bash[64476]: audit 2023-12-07T16:06:38.123077+0000 mon.a (mon.0) 228 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:38.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:38 smithi042 bash[64476]: audit 2023-12-07T16:06:38.132373+0000 mon.a (mon.0) 229 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:38.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:38 smithi042 bash[65854]: audit 2023-12-07T16:06:37.185949+0000 mgr.y (mgr.25474) 155 : audit 0 from='client.34281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:38.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:38 smithi042 bash[65854]: cluster 2023-12-07T16:06:37.294709+0000 mgr.y (mgr.25474) 156 : cluster 0 pgmap v71: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 454 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-07T16:06:38.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:38 smithi042 bash[65854]: audit 2023-12-07T16:06:37.642569+0000 mgr.y (mgr.25474) 157 : audit 0 from='client.54143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:38.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:38 smithi042 bash[65854]: audit 2023-12-07T16:06:38.123077+0000 mon.a (mon.0) 228 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:38.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:38 smithi042 bash[65854]: audit 2023-12-07T16:06:38.132373+0000 mon.a (mon.0) 229 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:38.933 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:06:38.933 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:06:38.933 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-12-07T16:06:38.933 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T16:06:38.933 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2023-12-07T16:06:38.933 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr", 2023-12-07T16:06:38.933 INFO:teuthology.orchestra.run.smithi042.stdout: "mon" 2023-12-07T16:06:38.933 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2023-12-07T16:06:38.933 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "6/23 daemons upgraded", 2023-12-07T16:06:38.934 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading osd daemons", 2023-12-07T16:06:38.934 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-12-07T16:06:38.934 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:06:39.106 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:06:38 smithi178 bash[49360]: ts=2023-12-07T16:06: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.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:06:39.405 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 70/630 objects degraded (11.111%), 22 pgs degraded 2023-12-07T16:06:39.405 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-07T16:06:39.405 INFO:teuthology.orchestra.run.smithi042.stdout: osd.0 (root=default,host=smithi042) is down 2023-12-07T16:06:39.405 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 70/630 objects degraded (11.111%), 22 pgs degraded 2023-12-07T16:06:39.405 INFO:teuthology.orchestra.run.smithi042.stdout: pg 1.0 is active+undersized+degraded, acting [7,6] 2023-12-07T16:06:39.405 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.0 is active+undersized+degraded, acting [7,1] 2023-12-07T16:06:39.405 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.5 is active+undersized+degraded, acting [7,4] 2023-12-07T16:06:39.405 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.f is active+undersized+degraded, acting [4,7] 2023-12-07T16:06:39.405 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.19 is active+undersized+degraded, acting [3,6] 2023-12-07T16:06:39.405 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.1e is active+undersized+degraded, acting [3,5] 2023-12-07T16:06:39.405 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.1 is active+undersized+degraded, acting [4,3] 2023-12-07T16:06:39.405 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.3 is active+undersized+degraded, acting [4,6] 2023-12-07T16:06:39.405 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.6 is active+undersized+degraded, acting [1,4] 2023-12-07T16:06:39.405 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.7 is active+undersized+degraded, acting [3,7] 2023-12-07T16:06:39.406 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.b is active+undersized+degraded, acting [3,4] 2023-12-07T16:06:39.406 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.f is active+undersized+degraded, acting [7,4] 2023-12-07T16:06:39.406 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.10 is active+undersized+degraded, acting [6,5] 2023-12-07T16:06:39.406 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.12 is active+undersized+degraded, acting [7,3] 2023-12-07T16:06:39.406 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.17 is active+undersized+degraded, acting [5,3] 2023-12-07T16:06:39.406 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.18 is active+undersized+degraded, acting [3,1] 2023-12-07T16:06:39.406 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.1b is active+undersized+degraded, acting [4,7] 2023-12-07T16:06:39.406 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.1f is active+undersized+degraded, acting [5,2] 2023-12-07T16:06:39.406 INFO:teuthology.orchestra.run.smithi042.stdout: pg 4.0 is active+undersized+degraded, acting [3,7] 2023-12-07T16:06:39.406 INFO:teuthology.orchestra.run.smithi042.stdout: pg 4.3 is active+undersized+degraded, acting [5,7] 2023-12-07T16:06:39.406 INFO:teuthology.orchestra.run.smithi042.stdout: pg 5.c is active+undersized+degraded, acting [1,4] 2023-12-07T16:06:39.406 INFO:teuthology.orchestra.run.smithi042.stdout: pg 5.1d is active+undersized+degraded, acting [1,4] 2023-12-07T16:06:39.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:39 smithi178 bash[51889]: audit 2023-12-07T16:06:38.035132+0000 mgr.y (mgr.25474) 158 : audit 0 from='client.44224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:39.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:39 smithi178 bash[51889]: audit 2023-12-07T16:06:38.402660+0000 mon.a (mon.0) 230 : audit 1 from='osd.0 [v2:172.21.15.42:6802/831706693,v1:172.21.15.42:6803/831706693]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T16:06:39.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:39 smithi178 bash[51889]: audit 2023-12-07T16:06:38.539910+0000 mon.a (mon.0) 231 : audit 0 from='client.? 172.21.15.42:0/622481184' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:39.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:39 smithi178 bash[51889]: audit 2023-12-07T16:06:39.227515+0000 mon.a (mon.0) 232 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:39.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:39 smithi178 bash[51889]: audit 2023-12-07T16:06:39.236684+0000 mon.a (mon.0) 233 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:39.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:39 smithi042 bash[64476]: audit 2023-12-07T16:06:38.035132+0000 mgr.y (mgr.25474) 158 : audit 0 from='client.44224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:39.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:39 smithi042 bash[64476]: audit 2023-12-07T16:06:38.402660+0000 mon.a (mon.0) 230 : audit 1 from='osd.0 [v2:172.21.15.42:6802/831706693,v1:172.21.15.42:6803/831706693]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T16:06:39.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:39 smithi042 bash[64476]: audit 2023-12-07T16:06:38.539910+0000 mon.a (mon.0) 231 : audit 0 from='client.? 172.21.15.42:0/622481184' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:39.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:39 smithi042 bash[64476]: audit 2023-12-07T16:06:39.227515+0000 mon.a (mon.0) 232 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:39.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:39 smithi042 bash[64476]: audit 2023-12-07T16:06:39.236684+0000 mon.a (mon.0) 233 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:39.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:39 smithi042 bash[65854]: audit 2023-12-07T16:06:38.035132+0000 mgr.y (mgr.25474) 158 : audit 0 from='client.44224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:39.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:39 smithi042 bash[65854]: audit 2023-12-07T16:06:38.402660+0000 mon.a (mon.0) 230 : audit 1 from='osd.0 [v2:172.21.15.42:6802/831706693,v1:172.21.15.42:6803/831706693]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T16:06:39.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:39 smithi042 bash[65854]: audit 2023-12-07T16:06:38.539910+0000 mon.a (mon.0) 231 : audit 0 from='client.? 172.21.15.42:0/622481184' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:39.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:39 smithi042 bash[65854]: audit 2023-12-07T16:06:39.227515+0000 mon.a (mon.0) 232 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:39.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:39 smithi042 bash[65854]: audit 2023-12-07T16:06:39.236684+0000 mon.a (mon.0) 233 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:39.623 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:06:39 smithi042 bash[68749]: debug 2023-12-07T16:06:39.341+0000 7f41fecf3700 -1 osd.0 105 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T16:06:40.372 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:06:40 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:06:40] "GET /metrics HTTP/1.1" 200 38233 "" "Prometheus/2.33.4" 2023-12-07T16:06:40.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:40 smithi042 bash[65854]: audit 2023-12-07T16:06:38.926201+0000 mgr.y (mgr.25474) 159 : audit 0 from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:40.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:40 smithi042 bash[65854]: audit 2023-12-07T16:06:39.287096+0000 mon.a (mon.0) 234 : audit 1 from='osd.0 [v2:172.21.15.42:6802/831706693,v1:172.21.15.42:6803/831706693]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T16:06:40.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:40 smithi042 bash[65854]: cluster 2023-12-07T16:06:39.288711+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-07T16:06:40.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:40 smithi042 bash[65854]: cluster 2023-12-07T16:06:39.291113+0000 mon.a (mon.0) 235 : cluster 0 osdmap e108: 8 total, 7 up, 8 in 2023-12-07T16:06:40.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:40 smithi042 bash[65854]: audit 2023-12-07T16:06:39.291694+0000 mon.a (mon.0) 236 : audit 1 from='osd.0 [v2:172.21.15.42:6802/831706693,v1:172.21.15.42:6803/831706693]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T16:06:40.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:40 smithi042 bash[65854]: cluster 2023-12-07T16:06:39.293618+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-07T16:06:40.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:40 smithi042 bash[65854]: cluster 2023-12-07T16:06:39.295468+0000 mgr.y (mgr.25474) 160 : cluster 0 pgmap v73: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-07T16:06:40.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:40 smithi042 bash[65854]: audit 2023-12-07T16:06:39.398065+0000 mon.c (mon.1) 7 : audit 0 from='client.? 172.21.15.42:0/1195992554' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:06:40.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:40 smithi042 bash[64476]: audit 2023-12-07T16:06:38.926201+0000 mgr.y (mgr.25474) 159 : audit 0 from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:40.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:40 smithi042 bash[64476]: audit 2023-12-07T16:06:39.287096+0000 mon.a (mon.0) 234 : audit 1 from='osd.0 [v2:172.21.15.42:6802/831706693,v1:172.21.15.42:6803/831706693]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T16:06:40.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:40 smithi042 bash[64476]: cluster 2023-12-07T16:06:39.288711+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-07T16:06:40.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:40 smithi042 bash[64476]: cluster 2023-12-07T16:06:39.291113+0000 mon.a (mon.0) 235 : cluster 0 osdmap e108: 8 total, 7 up, 8 in 2023-12-07T16:06:40.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:40 smithi042 bash[64476]: audit 2023-12-07T16:06:39.291694+0000 mon.a (mon.0) 236 : audit 1 from='osd.0 [v2:172.21.15.42:6802/831706693,v1:172.21.15.42:6803/831706693]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T16:06:40.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:40 smithi042 bash[64476]: cluster 2023-12-07T16:06:39.293618+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-07T16:06:40.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:40 smithi042 bash[64476]: cluster 2023-12-07T16:06:39.295468+0000 mgr.y (mgr.25474) 160 : cluster 0 pgmap v73: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-07T16:06:40.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:40 smithi042 bash[64476]: audit 2023-12-07T16:06:39.398065+0000 mon.c (mon.1) 7 : audit 0 from='client.? 172.21.15.42:0/1195992554' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:06:40.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:40 smithi178 bash[51889]: audit 2023-12-07T16:06:38.926201+0000 mgr.y (mgr.25474) 159 : audit 0 from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:40.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:40 smithi178 bash[51889]: audit 2023-12-07T16:06:39.287096+0000 mon.a (mon.0) 234 : audit 1 from='osd.0 [v2:172.21.15.42:6802/831706693,v1:172.21.15.42:6803/831706693]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T16:06:40.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:40 smithi178 bash[51889]: cluster 2023-12-07T16:06:39.288711+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-07T16:06:40.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:40 smithi178 bash[51889]: cluster 2023-12-07T16:06:39.291113+0000 mon.a (mon.0) 235 : cluster 0 osdmap e108: 8 total, 7 up, 8 in 2023-12-07T16:06:40.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:40 smithi178 bash[51889]: audit 2023-12-07T16:06:39.291694+0000 mon.a (mon.0) 236 : audit 1 from='osd.0 [v2:172.21.15.42:6802/831706693,v1:172.21.15.42:6803/831706693]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T16:06:40.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:40 smithi178 bash[51889]: cluster 2023-12-07T16:06:39.293618+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-07T16:06:40.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:40 smithi178 bash[51889]: cluster 2023-12-07T16:06:39.295468+0000 mgr.y (mgr.25474) 160 : cluster 0 pgmap v73: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-07T16:06:40.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:40 smithi178 bash[51889]: audit 2023-12-07T16:06:39.398065+0000 mon.c (mon.1) 7 : audit 0 from='client.? 172.21.15.42:0/1195992554' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:06:41.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:41 smithi178 bash[51889]: cluster 2023-12-07T16:06:40.247616+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-07T16:06:41.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:41 smithi178 bash[51889]: cluster 2023-12-07T16:06:40.247655+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-07T16:06:41.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:41 smithi178 bash[51889]: cluster 2023-12-07T16:06:40.252828+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-07T16:06:41.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:41 smithi178 bash[51889]: cluster 2023-12-07T16:06:40.252937+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-07T16:06:41.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:41 smithi178 bash[51889]: cluster 2023-12-07T16:06:40.287957+0000 mon.a (mon.0) 237 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:06:41.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:41 smithi178 bash[51889]: cluster 2023-12-07T16:06:40.294203+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-07T16:06:41.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:41 smithi178 bash[51889]: cluster 2023-12-07T16:06:40.297499+0000 mon.a (mon.0) 238 : cluster 1 osd.0 [v2:172.21.15.42:6802/831706693,v1:172.21.15.42:6803/831706693] boot 2023-12-07T16:06:41.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:41 smithi178 bash[51889]: cluster 2023-12-07T16:06:40.297582+0000 mon.a (mon.0) 239 : cluster 0 osdmap e109: 8 total, 8 up, 8 in 2023-12-07T16:06:41.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:41 smithi178 bash[51889]: audit 2023-12-07T16:06:40.298482+0000 mon.a (mon.0) 240 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T16:06:41.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:41 smithi178 bash[51889]: cluster 2023-12-07T16:06:40.303647+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-07T16:06:41.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:41 smithi178 bash[51889]: audit 2023-12-07T16:06:40.337213+0000 mon.a (mon.0) 241 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:41.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:41 smithi178 bash[51889]: audit 2023-12-07T16:06:40.338936+0000 mon.a (mon.0) 242 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:06:41.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[64476]: cluster 2023-12-07T16:06:40.247616+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-07T16:06:41.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[64476]: cluster 2023-12-07T16:06:40.247655+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-07T16:06:41.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[64476]: cluster 2023-12-07T16:06:40.252828+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-07T16:06:41.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[64476]: cluster 2023-12-07T16:06:40.252937+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-07T16:06:41.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[64476]: cluster 2023-12-07T16:06:40.287957+0000 mon.a (mon.0) 237 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:06:41.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[64476]: cluster 2023-12-07T16:06:40.294203+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-07T16:06:41.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[64476]: cluster 2023-12-07T16:06:40.297499+0000 mon.a (mon.0) 238 : cluster 1 osd.0 [v2:172.21.15.42:6802/831706693,v1:172.21.15.42:6803/831706693] boot 2023-12-07T16:06:41.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[64476]: cluster 2023-12-07T16:06:40.297582+0000 mon.a (mon.0) 239 : cluster 0 osdmap e109: 8 total, 8 up, 8 in 2023-12-07T16:06:41.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[64476]: audit 2023-12-07T16:06:40.298482+0000 mon.a (mon.0) 240 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T16:06:41.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[64476]: cluster 2023-12-07T16:06:40.303647+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-07T16:06:41.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[64476]: audit 2023-12-07T16:06:40.337213+0000 mon.a (mon.0) 241 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:41.624 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[64476]: audit 2023-12-07T16:06:40.338936+0000 mon.a (mon.0) 242 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:06:41.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[65854]: cluster 2023-12-07T16:06:40.247616+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-07T16:06:41.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[65854]: cluster 2023-12-07T16:06:40.247655+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-07T16:06:41.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[65854]: cluster 2023-12-07T16:06:40.252828+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-07T16:06:41.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[65854]: cluster 2023-12-07T16:06:40.252937+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-07T16:06:41.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[65854]: cluster 2023-12-07T16:06:40.287957+0000 mon.a (mon.0) 237 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:06:41.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[65854]: cluster 2023-12-07T16:06:40.294203+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-07T16:06:41.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[65854]: cluster 2023-12-07T16:06:40.297499+0000 mon.a (mon.0) 238 : cluster 1 osd.0 [v2:172.21.15.42:6802/831706693,v1:172.21.15.42:6803/831706693] boot 2023-12-07T16:06:41.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[65854]: cluster 2023-12-07T16:06:40.297582+0000 mon.a (mon.0) 239 : cluster 0 osdmap e109: 8 total, 8 up, 8 in 2023-12-07T16:06:41.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[65854]: audit 2023-12-07T16:06:40.298482+0000 mon.a (mon.0) 240 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T16:06:41.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[65854]: cluster 2023-12-07T16:06:40.303647+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-07T16:06:41.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[65854]: audit 2023-12-07T16:06:40.337213+0000 mon.a (mon.0) 241 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:41.625 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:41 smithi042 bash[65854]: audit 2023-12-07T16:06:40.338936+0000 mon.a (mon.0) 242 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:06:42.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:42 smithi178 bash[51889]: cluster 2023-12-07T16:06:41.297663+0000 mgr.y (mgr.25474) 161 : cluster 0 pgmap v75: 161 pgs: 37 peering, 7 active+undersized+degraded, 14 active+undersized, 103 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 28/630 objects degraded (4.444%) 2023-12-07T16:06:42.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:42 smithi178 bash[51889]: cluster 2023-12-07T16:06:41.306272+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:42 smithi178 bash[51889]: cluster 2023-12-07T16:06:41.306760+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:42 smithi178 bash[51889]: cluster 2023-12-07T16:06:41.310626+0000 mon.a (mon.0) 243 : cluster 0 osdmap e110: 8 total, 8 up, 8 in 2023-12-07T16:06:42.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:42 smithi178 bash[51889]: cluster 2023-12-07T16:06:41.311063+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:42 smithi178 bash[51889]: cluster 2023-12-07T16:06:41.311082+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:42 smithi178 bash[51889]: cluster 2023-12-07T16:06:41.316080+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:42 smithi178 bash[51889]: cluster 2023-12-07T16:06:41.316109+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:42 smithi178 bash[51889]: cluster 2023-12-07T16:06:41.316267+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:42 smithi178 bash[51889]: cluster 2023-12-07T16:06:41.316395+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:42 smithi178 bash[51889]: cluster 2023-12-07T16:06:41.318624+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:42 smithi178 bash[51889]: cluster 2023-12-07T16:06:41.320022+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:42 smithi178 bash[51889]: cluster 2023-12-07T16:06:41.320285+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.608 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:42 smithi178 bash[51889]: cluster 2023-12-07T16:06:42.295655+0000 mon.a (mon.0) 244 : cluster 3 Health check update: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded (PG_DEGRADED) 2023-12-07T16:06:42.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[65854]: cluster 2023-12-07T16:06:41.297663+0000 mgr.y (mgr.25474) 161 : cluster 0 pgmap v75: 161 pgs: 37 peering, 7 active+undersized+degraded, 14 active+undersized, 103 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 28/630 objects degraded (4.444%) 2023-12-07T16:06:42.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[65854]: cluster 2023-12-07T16:06:41.306272+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[65854]: cluster 2023-12-07T16:06:41.306760+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[65854]: cluster 2023-12-07T16:06:41.310626+0000 mon.a (mon.0) 243 : cluster 0 osdmap e110: 8 total, 8 up, 8 in 2023-12-07T16:06:42.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[65854]: cluster 2023-12-07T16:06:41.311063+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[65854]: cluster 2023-12-07T16:06:41.311082+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[65854]: cluster 2023-12-07T16:06:41.316080+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[65854]: cluster 2023-12-07T16:06:41.316109+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[65854]: cluster 2023-12-07T16:06:41.316267+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[65854]: cluster 2023-12-07T16:06:41.316395+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[65854]: cluster 2023-12-07T16:06:41.318624+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[65854]: cluster 2023-12-07T16:06:41.320022+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[65854]: cluster 2023-12-07T16:06:41.320285+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[65854]: cluster 2023-12-07T16:06:42.295655+0000 mon.a (mon.0) 244 : cluster 3 Health check update: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded (PG_DEGRADED) 2023-12-07T16:06:42.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[64476]: cluster 2023-12-07T16:06:41.297663+0000 mgr.y (mgr.25474) 161 : cluster 0 pgmap v75: 161 pgs: 37 peering, 7 active+undersized+degraded, 14 active+undersized, 103 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 28/630 objects degraded (4.444%) 2023-12-07T16:06:42.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[64476]: cluster 2023-12-07T16:06:41.306272+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[64476]: cluster 2023-12-07T16:06:41.306760+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[64476]: cluster 2023-12-07T16:06:41.310626+0000 mon.a (mon.0) 243 : cluster 0 osdmap e110: 8 total, 8 up, 8 in 2023-12-07T16:06:42.624 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[64476]: cluster 2023-12-07T16:06:41.311063+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.624 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[64476]: cluster 2023-12-07T16:06:41.311082+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.624 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[64476]: cluster 2023-12-07T16:06:41.316080+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.624 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[64476]: cluster 2023-12-07T16:06:41.316109+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.624 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[64476]: cluster 2023-12-07T16:06:41.316267+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.624 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[64476]: cluster 2023-12-07T16:06:41.316395+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.624 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[64476]: cluster 2023-12-07T16:06:41.318624+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.624 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[64476]: cluster 2023-12-07T16:06:41.320022+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.624 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[64476]: cluster 2023-12-07T16:06:41.320285+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T16:06:42.624 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:42 smithi042 bash[64476]: cluster 2023-12-07T16:06:42.295655+0000 mon.a (mon.0) 244 : cluster 3 Health check update: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded (PG_DEGRADED) 2023-12-07T16:06:44.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:44 smithi178 bash[51889]: cluster 2023-12-07T16:06:43.298560+0000 mgr.y (mgr.25474) 162 : cluster 0 pgmap v77: 161 pgs: 37 peering, 7 active+undersized+degraded, 14 active+undersized, 103 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 28/630 objects degraded (4.444%) 2023-12-07T16:06:44.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:44 smithi042 bash[64476]: cluster 2023-12-07T16:06:43.298560+0000 mgr.y (mgr.25474) 162 : cluster 0 pgmap v77: 161 pgs: 37 peering, 7 active+undersized+degraded, 14 active+undersized, 103 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 28/630 objects degraded (4.444%) 2023-12-07T16:06:44.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:44 smithi042 bash[65854]: cluster 2023-12-07T16:06:43.298560+0000 mgr.y (mgr.25474) 162 : cluster 0 pgmap v77: 161 pgs: 37 peering, 7 active+undersized+degraded, 14 active+undersized, 103 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 28/630 objects degraded (4.444%) 2023-12-07T16:06:46.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:46 smithi178 bash[51889]: cluster 2023-12-07T16:06:45.299555+0000 mgr.y (mgr.25474) 163 : cluster 0 pgmap v78: 161 pgs: 37 peering, 124 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 851 B/s rd, 0 op/s 2023-12-07T16:06:46.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:46 smithi042 bash[65854]: cluster 2023-12-07T16:06:45.299555+0000 mgr.y (mgr.25474) 163 : cluster 0 pgmap v78: 161 pgs: 37 peering, 124 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 851 B/s rd, 0 op/s 2023-12-07T16:06:46.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:46 smithi042 bash[64476]: cluster 2023-12-07T16:06:45.299555+0000 mgr.y (mgr.25474) 163 : cluster 0 pgmap v78: 161 pgs: 37 peering, 124 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 851 B/s rd, 0 op/s 2023-12-07T16:06:47.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:47 smithi178 bash[51889]: cluster 2023-12-07T16:06:46.262290+0000 mon.a (mon.0) 245 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded) 2023-12-07T16:06:47.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:47 smithi178 bash[51889]: cluster 2023-12-07T16:06:46.262342+0000 mon.a (mon.0) 246 : cluster 1 Cluster is now healthy 2023-12-07T16:06:47.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:47 smithi178 bash[51889]: audit 2023-12-07T16:06:46.376781+0000 mgr.y (mgr.25474) 164 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:06:47.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:47 smithi042 bash[64476]: cluster 2023-12-07T16:06:46.262290+0000 mon.a (mon.0) 245 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded) 2023-12-07T16:06:47.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:47 smithi042 bash[64476]: cluster 2023-12-07T16:06:46.262342+0000 mon.a (mon.0) 246 : cluster 1 Cluster is now healthy 2023-12-07T16:06:47.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:47 smithi042 bash[64476]: audit 2023-12-07T16:06:46.376781+0000 mgr.y (mgr.25474) 164 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:06:47.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:47 smithi042 bash[65854]: cluster 2023-12-07T16:06:46.262290+0000 mon.a (mon.0) 245 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded) 2023-12-07T16:06:47.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:47 smithi042 bash[65854]: cluster 2023-12-07T16:06:46.262342+0000 mon.a (mon.0) 246 : cluster 1 Cluster is now healthy 2023-12-07T16:06:47.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:47 smithi042 bash[65854]: audit 2023-12-07T16:06:46.376781+0000 mgr.y (mgr.25474) 164 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:06:48.588 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:48 smithi042 bash[64476]: cluster 2023-12-07T16:06:47.301334+0000 mgr.y (mgr.25474) 165 : cluster 0 pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:06:48.588 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:48 smithi042 bash[65854]: cluster 2023-12-07T16:06:47.301334+0000 mgr.y (mgr.25474) 165 : cluster 0 pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:06:48.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:48 smithi178 bash[51889]: cluster 2023-12-07T16:06:47.301334+0000 mgr.y (mgr.25474) 165 : cluster 0 pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:06:49.106 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:06:48 smithi178 bash[49360]: ts=2023-12-07T16:06: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.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:06:50.122 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:06:50] "GET /metrics HTTP/1.1" 200 38182 "" "Prometheus/2.33.4" 2023-12-07T16:06:50.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:50 smithi178 bash[51889]: audit 2023-12-07T16:06:49.297712+0000 mon.a (mon.0) 247 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:50.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:50 smithi178 bash[51889]: cluster 2023-12-07T16:06:49.301824+0000 mgr.y (mgr.25474) 166 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:06:50.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:50 smithi178 bash[51889]: audit 2023-12-07T16:06:49.307598+0000 mon.a (mon.0) 248 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:50.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:50 smithi178 bash[51889]: audit 2023-12-07T16:06:49.309869+0000 mon.a (mon.0) 249 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:50.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:50 smithi178 bash[51889]: audit 2023-12-07T16:06:49.311380+0000 mon.a (mon.0) 250 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:06:50.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:50 smithi178 bash[51889]: audit 2023-12-07T16:06:49.319189+0000 mon.a (mon.0) 251 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:50.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:50 smithi178 bash[51889]: audit 2023-12-07T16:06:49.408019+0000 mon.a (mon.0) 252 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:06:50.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:50 smithi178 bash[51889]: audit 2023-12-07T16:06:49.411343+0000 mon.a (mon.0) 253 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:50.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:50 smithi178 bash[51889]: audit 2023-12-07T16:06:49.414193+0000 mon.a (mon.0) 254 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:50.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:50 smithi178 bash[51889]: audit 2023-12-07T16:06:49.416268+0000 mon.a (mon.0) 255 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:50.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:50 smithi178 bash[51889]: audit 2023-12-07T16:06:49.418681+0000 mon.a (mon.0) 256 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-07T16:06:50.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:50 smithi178 bash[51889]: audit 2023-12-07T16:06:49.419024+0000 mgr.y (mgr.25474) 167 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-07T16:06:50.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:50 smithi178 bash[51889]: cephadm 2023-12-07T16:06:49.420917+0000 mgr.y (mgr.25474) 168 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-07T16:06:50.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[64476]: audit 2023-12-07T16:06:49.297712+0000 mon.a (mon.0) 247 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:50.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[64476]: cluster 2023-12-07T16:06:49.301824+0000 mgr.y (mgr.25474) 166 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:06:50.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[64476]: audit 2023-12-07T16:06:49.307598+0000 mon.a (mon.0) 248 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:50.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[64476]: audit 2023-12-07T16:06:49.309869+0000 mon.a (mon.0) 249 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:50.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[64476]: audit 2023-12-07T16:06:49.311380+0000 mon.a (mon.0) 250 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:06:50.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[64476]: audit 2023-12-07T16:06:49.319189+0000 mon.a (mon.0) 251 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:50.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[64476]: audit 2023-12-07T16:06:49.408019+0000 mon.a (mon.0) 252 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:06:50.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[64476]: audit 2023-12-07T16:06:49.411343+0000 mon.a (mon.0) 253 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:50.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[64476]: audit 2023-12-07T16:06:49.414193+0000 mon.a (mon.0) 254 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:50.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[64476]: audit 2023-12-07T16:06:49.416268+0000 mon.a (mon.0) 255 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:50.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[64476]: audit 2023-12-07T16:06:49.418681+0000 mon.a (mon.0) 256 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-07T16:06:50.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[64476]: audit 2023-12-07T16:06:49.419024+0000 mgr.y (mgr.25474) 167 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-07T16:06:50.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[64476]: cephadm 2023-12-07T16:06:49.420917+0000 mgr.y (mgr.25474) 168 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-07T16:06:50.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[65854]: audit 2023-12-07T16:06:49.297712+0000 mon.a (mon.0) 247 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:50.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[65854]: cluster 2023-12-07T16:06:49.301824+0000 mgr.y (mgr.25474) 166 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:06:50.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[65854]: audit 2023-12-07T16:06:49.307598+0000 mon.a (mon.0) 248 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:50.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[65854]: audit 2023-12-07T16:06:49.309869+0000 mon.a (mon.0) 249 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:50.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[65854]: audit 2023-12-07T16:06:49.311380+0000 mon.a (mon.0) 250 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:06:50.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[65854]: audit 2023-12-07T16:06:49.319189+0000 mon.a (mon.0) 251 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:50.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[65854]: audit 2023-12-07T16:06:49.408019+0000 mon.a (mon.0) 252 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:06:50.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[65854]: audit 2023-12-07T16:06:49.411343+0000 mon.a (mon.0) 253 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:50.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[65854]: audit 2023-12-07T16:06:49.414193+0000 mon.a (mon.0) 254 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:50.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[65854]: audit 2023-12-07T16:06:49.416268+0000 mon.a (mon.0) 255 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:06:50.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[65854]: audit 2023-12-07T16:06:49.418681+0000 mon.a (mon.0) 256 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-07T16:06:50.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[65854]: audit 2023-12-07T16:06:49.419024+0000 mgr.y (mgr.25474) 167 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-07T16:06:50.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:50 smithi042 bash[65854]: cephadm 2023-12-07T16:06:49.420917+0000 mgr.y (mgr.25474) 168 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-07T16:06:52.980 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:52 smithi042 bash[64476]: cluster 2023-12-07T16:06:51.303432+0000 mgr.y (mgr.25474) 169 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:06:52.981 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:52 smithi042 bash[64476]: cephadm 2023-12-07T16:06:51.642664+0000 mgr.y (mgr.25474) 170 : cephadm 1 Upgrade: Updating osd.1 2023-12-07T16:06:52.981 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:52 smithi042 bash[64476]: audit 2023-12-07T16:06:51.650070+0000 mon.a (mon.0) 257 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:52.981 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:52 smithi042 bash[64476]: audit 2023-12-07T16:06:51.653289+0000 mon.a (mon.0) 258 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T16:06:52.981 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:52 smithi042 bash[64476]: audit 2023-12-07T16:06:51.654500+0000 mon.a (mon.0) 259 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:52.981 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:52 smithi042 bash[64476]: cephadm 2023-12-07T16:06:51.658204+0000 mgr.y (mgr.25474) 171 : cephadm 1 Deploying daemon osd.1 on smithi042 2023-12-07T16:06:52.981 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:52 smithi042 bash[65854]: cluster 2023-12-07T16:06:51.303432+0000 mgr.y (mgr.25474) 169 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:06:52.981 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:52 smithi042 bash[65854]: cephadm 2023-12-07T16:06:51.642664+0000 mgr.y (mgr.25474) 170 : cephadm 1 Upgrade: Updating osd.1 2023-12-07T16:06:52.981 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:52 smithi042 bash[65854]: audit 2023-12-07T16:06:51.650070+0000 mon.a (mon.0) 257 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:52.981 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:52 smithi042 bash[65854]: audit 2023-12-07T16:06:51.653289+0000 mon.a (mon.0) 258 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T16:06:52.981 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:52 smithi042 bash[65854]: audit 2023-12-07T16:06:51.654500+0000 mon.a (mon.0) 259 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:52.981 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:52 smithi042 bash[65854]: cephadm 2023-12-07T16:06:51.658204+0000 mgr.y (mgr.25474) 171 : cephadm 1 Deploying daemon osd.1 on smithi042 2023-12-07T16:06:53.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:52 smithi178 bash[51889]: cluster 2023-12-07T16:06:51.303432+0000 mgr.y (mgr.25474) 169 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:06:53.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:52 smithi178 bash[51889]: cephadm 2023-12-07T16:06:51.642664+0000 mgr.y (mgr.25474) 170 : cephadm 1 Upgrade: Updating osd.1 2023-12-07T16:06:53.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:52 smithi178 bash[51889]: audit 2023-12-07T16:06:51.650070+0000 mon.a (mon.0) 257 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:53.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:52 smithi178 bash[51889]: audit 2023-12-07T16:06:51.653289+0000 mon.a (mon.0) 258 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T16:06:53.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:52 smithi178 bash[51889]: audit 2023-12-07T16:06:51.654500+0000 mon.a (mon.0) 259 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:53.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:52 smithi178 bash[51889]: cephadm 2023-12-07T16:06:51.658204+0000 mgr.y (mgr.25474) 171 : cephadm 1 Deploying daemon osd.1 on smithi042 2023-12-07T16:06:54.788 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:54 smithi042 bash[64476]: cluster 2023-12-07T16:06:53.304227+0000 mgr.y (mgr.25474) 172 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-12-07T16:06:54.789 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:54 smithi042 bash[65854]: cluster 2023-12-07T16:06:53.304227+0000 mgr.y (mgr.25474) 172 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-12-07T16:06:55.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:54 smithi178 bash[51889]: cluster 2023-12-07T16:06:53.304227+0000 mgr.y (mgr.25474) 172 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-12-07T16:06:56.344 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:06:55 smithi042 systemd[1]: Stopping Ceph osd.1 for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:06:56.345 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:06:56 smithi042 bash[36326]: debug 2023-12-07T16:06:55.997+0000 7ff3c2128700 -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-07T16:06:56.345 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:06:56 smithi042 bash[36326]: debug 2023-12-07T16:06:55.997+0000 7ff3c2128700 -1 osd.1 110 *** Got signal Terminated *** 2023-12-07T16:06:56.345 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:06:56 smithi042 bash[36326]: debug 2023-12-07T16:06:55.997+0000 7ff3c2128700 -1 osd.1 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:06:56.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:56 smithi178 bash[51889]: cluster 2023-12-07T16:06:55.305233+0000 mgr.y (mgr.25474) 173 : cluster 0 pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:06:56.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:56 smithi178 bash[51889]: audit 2023-12-07T16:06:55.339867+0000 mon.a (mon.0) 260 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:56.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:56 smithi178 bash[51889]: audit 2023-12-07T16:06:55.342274+0000 mon.a (mon.0) 261 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:06:56.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:56 smithi178 bash[51889]: audit 2023-12-07T16:06:55.417361+0000 mon.a (mon.0) 262 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:56.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:56 smithi178 bash[51889]: cluster 2023-12-07T16:06:56.004062+0000 mon.a (mon.0) 263 : cluster 1 osd.1 marked itself down and dead 2023-12-07T16:06:56.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:56 smithi042 bash[64476]: cluster 2023-12-07T16:06:55.305233+0000 mgr.y (mgr.25474) 173 : cluster 0 pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:06:56.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:56 smithi042 bash[64476]: audit 2023-12-07T16:06:55.339867+0000 mon.a (mon.0) 260 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:56.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:56 smithi042 bash[64476]: audit 2023-12-07T16:06:55.342274+0000 mon.a (mon.0) 261 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:06:56.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:56 smithi042 bash[64476]: audit 2023-12-07T16:06:55.417361+0000 mon.a (mon.0) 262 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:56.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:56 smithi042 bash[64476]: cluster 2023-12-07T16:06:56.004062+0000 mon.a (mon.0) 263 : cluster 1 osd.1 marked itself down and dead 2023-12-07T16:06:56.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:56 smithi042 bash[65854]: cluster 2023-12-07T16:06:55.305233+0000 mgr.y (mgr.25474) 173 : cluster 0 pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:06:56.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:56 smithi042 bash[65854]: audit 2023-12-07T16:06:55.339867+0000 mon.a (mon.0) 260 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:56.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:56 smithi042 bash[65854]: audit 2023-12-07T16:06:55.342274+0000 mon.a (mon.0) 261 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:06:56.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:56 smithi042 bash[65854]: audit 2023-12-07T16:06:55.417361+0000 mon.a (mon.0) 262 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:06:56.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:56 smithi042 bash[65854]: cluster 2023-12-07T16:06:56.004062+0000 mon.a (mon.0) 263 : cluster 1 osd.1 marked itself down and dead 2023-12-07T16:06:57.540 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:57 smithi042 bash[65854]: audit 2023-12-07T16:06:56.387944+0000 mgr.y (mgr.25474) 174 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:06:57.541 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:57 smithi042 bash[65854]: cluster 2023-12-07T16:06:56.413917+0000 mon.a (mon.0) 264 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:06:57.541 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:57 smithi042 bash[65854]: cluster 2023-12-07T16:06:56.422996+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T16:06:57.541 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:57 smithi042 bash[65854]: cluster 2023-12-07T16:06:56.423899+0000 mon.a (mon.0) 265 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-07T16:06:57.541 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:57 smithi042 bash[65854]: cluster 2023-12-07T16:06:56.425182+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T16:06:57.541 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:57 smithi042 bash[65854]: cluster 2023-12-07T16:06:56.425206+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T16:06:57.541 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:57 smithi042 bash[65854]: cluster 2023-12-07T16:06:56.425368+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T16:06:57.541 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:57 smithi042 bash[65854]: cluster 2023-12-07T16:06:56.428902+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T16:06:57.542 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:57 smithi042 bash[65854]: cluster 2023-12-07T16:06:56.430469+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T16:06:57.542 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:57 smithi042 bash[64476]: audit 2023-12-07T16:06:56.387944+0000 mgr.y (mgr.25474) 174 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:06:57.542 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:57 smithi042 bash[64476]: cluster 2023-12-07T16:06:56.413917+0000 mon.a (mon.0) 264 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:06:57.542 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:57 smithi042 bash[64476]: cluster 2023-12-07T16:06:56.422996+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T16:06:57.542 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:57 smithi042 bash[64476]: cluster 2023-12-07T16:06:56.423899+0000 mon.a (mon.0) 265 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-07T16:06:57.542 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:57 smithi042 bash[64476]: cluster 2023-12-07T16:06:56.425182+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T16:06:57.542 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:57 smithi042 bash[64476]: cluster 2023-12-07T16:06:56.425206+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T16:06:57.543 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:57 smithi042 bash[64476]: cluster 2023-12-07T16:06:56.425368+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T16:06:57.543 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:57 smithi042 bash[64476]: cluster 2023-12-07T16:06:56.428902+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T16:06:57.543 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:57 smithi042 bash[64476]: cluster 2023-12-07T16:06:56.430469+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T16:06:57.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:57 smithi178 bash[51889]: audit 2023-12-07T16:06:56.387944+0000 mgr.y (mgr.25474) 174 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:06:57.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:57 smithi178 bash[51889]: cluster 2023-12-07T16:06:56.413917+0000 mon.a (mon.0) 264 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:06:57.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:57 smithi178 bash[51889]: cluster 2023-12-07T16:06:56.422996+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T16:06:57.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:57 smithi178 bash[51889]: cluster 2023-12-07T16:06:56.423899+0000 mon.a (mon.0) 265 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-07T16:06:57.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:57 smithi178 bash[51889]: cluster 2023-12-07T16:06:56.425182+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T16:06:57.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:57 smithi178 bash[51889]: cluster 2023-12-07T16:06:56.425206+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T16:06:57.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:57 smithi178 bash[51889]: cluster 2023-12-07T16:06:56.425368+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T16:06:57.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:57 smithi178 bash[51889]: cluster 2023-12-07T16:06:56.428902+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T16:06:57.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:57 smithi178 bash[51889]: cluster 2023-12-07T16:06:56.430469+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T16:06:57.622 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:06:57 smithi042 bash[70380]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-1 2023-12-07T16:06:58.122 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:06:57 smithi042 bash[70452]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-1 2023-12-07T16:06:58.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:58 smithi178 bash[51889]: cluster 2023-12-07T16:06:56.429934+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T16:06:58.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:58 smithi178 bash[51889]: cluster 2023-12-07T16:06:57.306025+0000 mgr.y (mgr.25474) 175 : cluster 0 pgmap v85: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 4.6 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-07T16:06:58.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:58 smithi178 bash[51889]: cluster 2023-12-07T16:06:57.427179+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:58.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:58 smithi178 bash[51889]: cluster 2023-12-07T16:06:57.431498+0000 mon.a (mon.0) 266 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2023-12-07T16:06:58.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:58 smithi178 bash[51889]: cluster 2023-12-07T16:06:57.431895+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:58.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:58 smithi178 bash[51889]: cluster 2023-12-07T16:06:57.432219+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:58.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:58 smithi178 bash[51889]: cluster 2023-12-07T16:06:57.432762+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:58.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:58 smithi178 bash[51889]: cluster 2023-12-07T16:06:57.437016+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:58.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:58 smithi178 bash[51889]: cluster 2023-12-07T16:06:57.439875+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:58.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:58 smithi178 bash[51889]: cluster 2023-12-07T16:06:57.442724+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:58.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:58 smithi042 bash[64476]: cluster 2023-12-07T16:06:56.429934+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T16:06:58.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:58 smithi042 bash[64476]: cluster 2023-12-07T16:06:57.306025+0000 mgr.y (mgr.25474) 175 : cluster 0 pgmap v85: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 4.6 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-07T16:06:58.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:58 smithi042 bash[64476]: cluster 2023-12-07T16:06:57.427179+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:58.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:58 smithi042 bash[64476]: cluster 2023-12-07T16:06:57.431498+0000 mon.a (mon.0) 266 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2023-12-07T16:06:58.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:58 smithi042 bash[64476]: cluster 2023-12-07T16:06:57.431895+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:58.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:58 smithi042 bash[64476]: cluster 2023-12-07T16:06:57.432219+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:58.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:58 smithi042 bash[64476]: cluster 2023-12-07T16:06:57.432762+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:58.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:58 smithi042 bash[64476]: cluster 2023-12-07T16:06:57.437016+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:58.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:58 smithi042 bash[64476]: cluster 2023-12-07T16:06:57.439875+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:58.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:58 smithi042 bash[64476]: cluster 2023-12-07T16:06:57.442724+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:58.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:58 smithi042 bash[65854]: cluster 2023-12-07T16:06:56.429934+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T16:06:58.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:58 smithi042 bash[65854]: cluster 2023-12-07T16:06:57.306025+0000 mgr.y (mgr.25474) 175 : cluster 0 pgmap v85: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 4.6 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-07T16:06:58.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:58 smithi042 bash[65854]: cluster 2023-12-07T16:06:57.427179+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:58.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:58 smithi042 bash[65854]: cluster 2023-12-07T16:06:57.431498+0000 mon.a (mon.0) 266 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2023-12-07T16:06:58.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:58 smithi042 bash[65854]: cluster 2023-12-07T16:06:57.431895+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:58.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:58 smithi042 bash[65854]: cluster 2023-12-07T16:06:57.432219+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:58.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:58 smithi042 bash[65854]: cluster 2023-12-07T16:06:57.432762+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:58.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:58 smithi042 bash[65854]: cluster 2023-12-07T16:06:57.437016+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:58.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:58 smithi042 bash[65854]: cluster 2023-12-07T16:06:57.439875+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:58.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:58 smithi042 bash[65854]: cluster 2023-12-07T16:06:57.442724+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:59.106 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:06:58 smithi178 bash[49360]: ts=2023-12-07T16:06:58.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:06:59.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:06:59 smithi042 bash[64476]: cluster 2023-12-07T16:06:57.436999+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:59.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:06:59 smithi042 bash[65854]: cluster 2023-12-07T16:06:57.436999+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:06:59.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:06:59 smithi178 bash[51889]: cluster 2023-12-07T16:06:57.436999+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T16:07:00.267 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:07:00 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:07:00] "GET /metrics HTTP/1.1" 200 38319 "" "Prometheus/2.33.4" 2023-12-07T16:07:00.268 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:06:59 smithi042 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.1.service: Succeeded. 2023-12-07T16:07:00.268 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:06:59 smithi042 systemd[1]: Stopped Ceph osd.1 for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:07:00.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:00 smithi042 bash[65854]: cluster 2023-12-07T16:06:59.306667+0000 mgr.y (mgr.25474) 176 : cluster 0 pgmap v87: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 0 B/s wr, 8 op/s 2023-12-07T16:07:00.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:00 smithi042 bash[65854]: audit 2023-12-07T16:07:00.311531+0000 mon.a (mon.0) 267 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:00.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:00 smithi042 bash[65854]: audit 2023-12-07T16:07:00.320605+0000 mon.a (mon.0) 268 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:00.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:00 smithi042 bash[64476]: cluster 2023-12-07T16:06:59.306667+0000 mgr.y (mgr.25474) 176 : cluster 0 pgmap v87: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 0 B/s wr, 8 op/s 2023-12-07T16:07:00.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:00 smithi042 bash[64476]: audit 2023-12-07T16:07:00.311531+0000 mon.a (mon.0) 267 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:00.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:00 smithi042 bash[64476]: audit 2023-12-07T16:07:00.320605+0000 mon.a (mon.0) 268 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:00.623 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:07:00 smithi042 systemd[1]: Started Ceph osd.1 for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:07:00.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:00 smithi178 bash[51889]: cluster 2023-12-07T16:06:59.306667+0000 mgr.y (mgr.25474) 176 : cluster 0 pgmap v87: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 0 B/s wr, 8 op/s 2023-12-07T16:07:00.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:00 smithi178 bash[51889]: audit 2023-12-07T16:07:00.311531+0000 mon.a (mon.0) 267 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:00.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:00 smithi178 bash[51889]: audit 2023-12-07T16:07:00.320605+0000 mon.a (mon.0) 268 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:01.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:01 smithi042 bash[64476]: cluster 2023-12-07T16:07:01.352353+0000 mon.a (mon.0) 269 : cluster 3 Health check failed: Degraded data redundancy: 84/630 objects degraded (13.333%), 21 pgs degraded (PG_DEGRADED) 2023-12-07T16:07:01.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:01 smithi042 bash[65854]: cluster 2023-12-07T16:07:01.352353+0000 mon.a (mon.0) 269 : cluster 3 Health check failed: Degraded data redundancy: 84/630 objects degraded (13.333%), 21 pgs degraded (PG_DEGRADED) 2023-12-07T16:07:01.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:01 smithi178 bash[51889]: cluster 2023-12-07T16:07:01.352353+0000 mon.a (mon.0) 269 : cluster 3 Health check failed: Degraded data redundancy: 84/630 objects degraded (13.333%), 21 pgs degraded (PG_DEGRADED) 2023-12-07T16:07:02.122 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:07:01 smithi042 bash[70626]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-07T16:07:02.122 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:07:01 smithi042 bash[70626]: 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-07T16:07:02.122 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:07:01 smithi042 bash[70626]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-07T16:07:02.122 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:07:01 smithi042 bash[70626]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-07T16:07:02.122 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:07:01 smithi042 bash[70626]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2023-12-07T16:07:02.122 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:07:01 smithi042 bash[70626]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-07T16:07:02.122 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:07:01 smithi042 bash[70626]: --> ceph-volume raw activate successful for osd ID: 1 2023-12-07T16:07:02.674 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:02 smithi042 bash[64476]: cluster 2023-12-07T16:07:01.308646+0000 mgr.y (mgr.25474) 177 : cluster 0 pgmap v88: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s rd, 0 B/s wr, 163 op/s; 84/630 objects degraded (13.333%) 2023-12-07T16:07:02.675 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:02 smithi042 bash[65854]: cluster 2023-12-07T16:07:01.308646+0000 mgr.y (mgr.25474) 177 : cluster 0 pgmap v88: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s rd, 0 B/s wr, 163 op/s; 84/630 objects degraded (13.333%) 2023-12-07T16:07:02.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:02 smithi178 bash[51889]: cluster 2023-12-07T16:07:01.308646+0000 mgr.y (mgr.25474) 177 : cluster 0 pgmap v88: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s rd, 0 B/s wr, 163 op/s; 84/630 objects degraded (13.333%) 2023-12-07T16:07:03.872 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:07:03 smithi042 bash[70930]: debug 2023-12-07T16:07:03.645+0000 7f74f1cd5700 1 -- 172.21.15.42:0/1204245434 <== mon.1 v2:172.21.15.42:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55839fe331e0 con 0x55839feb8800 2023-12-07T16:07:04.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:04 smithi042 bash[65854]: cluster 2023-12-07T16:07:03.309952+0000 mgr.y (mgr.25474) 178 : cluster 0 pgmap v89: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s rd, 0 B/s wr, 163 op/s; 84/630 objects degraded (13.333%) 2023-12-07T16:07:04.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:04 smithi042 bash[64476]: cluster 2023-12-07T16:07:03.309952+0000 mgr.y (mgr.25474) 178 : cluster 0 pgmap v89: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s rd, 0 B/s wr, 163 op/s; 84/630 objects degraded (13.333%) 2023-12-07T16:07:04.622 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:07:04 smithi042 bash[70930]: debug 2023-12-07T16:07:04.185+0000 7f74fae5b640 -1 Falling back to public interface 2023-12-07T16:07:04.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:04 smithi178 bash[51889]: cluster 2023-12-07T16:07:03.309952+0000 mgr.y (mgr.25474) 178 : cluster 0 pgmap v89: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s rd, 0 B/s wr, 163 op/s; 84/630 objects degraded (13.333%) 2023-12-07T16:07:06.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:06 smithi178 bash[51889]: cluster 2023-12-07T16:07:05.311201+0000 mgr.y (mgr.25474) 179 : cluster 0 pgmap v90: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 89 KiB/s rd, 0 B/s wr, 150 op/s; 84/630 objects degraded (13.333%) 2023-12-07T16:07:06.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:06 smithi042 bash[64476]: cluster 2023-12-07T16:07:05.311201+0000 mgr.y (mgr.25474) 179 : cluster 0 pgmap v90: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 89 KiB/s rd, 0 B/s wr, 150 op/s; 84/630 objects degraded (13.333%) 2023-12-07T16:07:06.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:06 smithi042 bash[65854]: cluster 2023-12-07T16:07:05.311201+0000 mgr.y (mgr.25474) 179 : cluster 0 pgmap v90: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 89 KiB/s rd, 0 B/s wr, 150 op/s; 84/630 objects degraded (13.333%) 2023-12-07T16:07:07.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:07 smithi178 bash[51889]: audit 2023-12-07T16:07:06.396761+0000 mgr.y (mgr.25474) 180 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:07:07.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:07 smithi178 bash[51889]: audit 2023-12-07T16:07:06.900388+0000 mon.a (mon.0) 270 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:07.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:07 smithi178 bash[51889]: audit 2023-12-07T16:07:06.912847+0000 mon.a (mon.0) 271 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:07.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:07 smithi042 bash[64476]: audit 2023-12-07T16:07:06.396761+0000 mgr.y (mgr.25474) 180 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:07:07.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:07 smithi042 bash[64476]: audit 2023-12-07T16:07:06.900388+0000 mon.a (mon.0) 270 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:07.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:07 smithi042 bash[64476]: audit 2023-12-07T16:07:06.912847+0000 mon.a (mon.0) 271 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:07.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:07 smithi042 bash[65854]: audit 2023-12-07T16:07:06.396761+0000 mgr.y (mgr.25474) 180 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:07:07.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:07 smithi042 bash[65854]: audit 2023-12-07T16:07:06.900388+0000 mon.a (mon.0) 270 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:07.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:07 smithi042 bash[65854]: audit 2023-12-07T16:07:06.912847+0000 mon.a (mon.0) 271 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:07.622 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:07:07 smithi042 bash[70930]: debug 2023-12-07T16:07:07.225+0000 7f74fae5b640 -1 osd.1 0 read_superblock omap replica is missing. 2023-12-07T16:07:07.622 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:07:07 smithi042 bash[70930]: debug 2023-12-07T16:07:07.269+0000 7f74fae5b640 -1 osd.1 110 log_to_monitors true 2023-12-07T16:07:08.294 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:07:07 smithi042 bash[70930]: debug 2023-12-07T16:07:07.953+0000 7f74ec2cc700 -1 osd.1 110 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T16:07:08.297 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:08 smithi042 bash[64476]: audit 2023-12-07T16:07:07.278021+0000 mon.a (mon.0) 272 : audit 1 from='osd.1 [v2:172.21.15.42:6810/1247673211,v1:172.21.15.42:6811/1247673211]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T16:07:08.297 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:08 smithi042 bash[64476]: cluster 2023-12-07T16:07:07.312921+0000 mgr.y (mgr.25474) 181 : cluster 0 pgmap v91: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 0 B/s wr, 134 op/s; 84/630 objects degraded (13.333%) 2023-12-07T16:07:08.297 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:08 smithi042 bash[64476]: audit 2023-12-07T16:07:07.911393+0000 mon.a (mon.0) 273 : audit 1 from='osd.1 [v2:172.21.15.42:6810/1247673211,v1:172.21.15.42:6811/1247673211]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T16:07:08.297 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:08 smithi042 bash[64476]: cluster 2023-12-07T16:07:07.916156+0000 mon.a (mon.0) 274 : cluster 0 osdmap e113: 8 total, 7 up, 8 in 2023-12-07T16:07:08.298 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:08 smithi042 bash[64476]: audit 2023-12-07T16:07:07.916887+0000 mon.a (mon.0) 275 : audit 1 from='osd.1 [v2:172.21.15.42:6810/1247673211,v1:172.21.15.42:6811/1247673211]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T16:07:08.298 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:08 smithi042 bash[64476]: cluster 2023-12-07T16:07:07.985472+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T16:07:08.298 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:08 smithi042 bash[64476]: audit 2023-12-07T16:07:08.012460+0000 mon.a (mon.0) 276 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:08.298 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:08 smithi042 bash[64476]: audit 2023-12-07T16:07:08.020937+0000 mon.a (mon.0) 277 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:08.298 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:08 smithi042 bash[65854]: audit 2023-12-07T16:07:07.278021+0000 mon.a (mon.0) 272 : audit 1 from='osd.1 [v2:172.21.15.42:6810/1247673211,v1:172.21.15.42:6811/1247673211]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T16:07:08.298 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:08 smithi042 bash[65854]: cluster 2023-12-07T16:07:07.312921+0000 mgr.y (mgr.25474) 181 : cluster 0 pgmap v91: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 0 B/s wr, 134 op/s; 84/630 objects degraded (13.333%) 2023-12-07T16:07:08.298 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:08 smithi042 bash[65854]: audit 2023-12-07T16:07:07.911393+0000 mon.a (mon.0) 273 : audit 1 from='osd.1 [v2:172.21.15.42:6810/1247673211,v1:172.21.15.42:6811/1247673211]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T16:07:08.298 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:08 smithi042 bash[65854]: cluster 2023-12-07T16:07:07.916156+0000 mon.a (mon.0) 274 : cluster 0 osdmap e113: 8 total, 7 up, 8 in 2023-12-07T16:07:08.298 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:08 smithi042 bash[65854]: audit 2023-12-07T16:07:07.916887+0000 mon.a (mon.0) 275 : audit 1 from='osd.1 [v2:172.21.15.42:6810/1247673211,v1:172.21.15.42:6811/1247673211]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T16:07:08.298 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:08 smithi042 bash[65854]: cluster 2023-12-07T16:07:07.985472+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T16:07:08.298 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:08 smithi042 bash[65854]: audit 2023-12-07T16:07:08.012460+0000 mon.a (mon.0) 276 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:08.298 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:08 smithi042 bash[65854]: audit 2023-12-07T16:07:08.020937+0000 mon.a (mon.0) 277 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:08.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:08 smithi178 bash[51889]: audit 2023-12-07T16:07:07.278021+0000 mon.a (mon.0) 272 : audit 1 from='osd.1 [v2:172.21.15.42:6810/1247673211,v1:172.21.15.42:6811/1247673211]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T16:07:08.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:08 smithi178 bash[51889]: cluster 2023-12-07T16:07:07.312921+0000 mgr.y (mgr.25474) 181 : cluster 0 pgmap v91: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 0 B/s wr, 134 op/s; 84/630 objects degraded (13.333%) 2023-12-07T16:07:08.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:08 smithi178 bash[51889]: audit 2023-12-07T16:07:07.911393+0000 mon.a (mon.0) 273 : audit 1 from='osd.1 [v2:172.21.15.42:6810/1247673211,v1:172.21.15.42:6811/1247673211]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T16:07:08.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:08 smithi178 bash[51889]: cluster 2023-12-07T16:07:07.916156+0000 mon.a (mon.0) 274 : cluster 0 osdmap e113: 8 total, 7 up, 8 in 2023-12-07T16:07:08.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:08 smithi178 bash[51889]: audit 2023-12-07T16:07:07.916887+0000 mon.a (mon.0) 275 : audit 1 from='osd.1 [v2:172.21.15.42:6810/1247673211,v1:172.21.15.42:6811/1247673211]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T16:07:08.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:08 smithi178 bash[51889]: cluster 2023-12-07T16:07:07.985472+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T16:07:08.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:08 smithi178 bash[51889]: audit 2023-12-07T16:07:08.012460+0000 mon.a (mon.0) 276 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:08.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:08 smithi178 bash[51889]: audit 2023-12-07T16:07:08.020937+0000 mon.a (mon.0) 277 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:09.106 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:07:08 smithi178 bash[49360]: ts=2023-12-07T16: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.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"smithi042:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.42\", device_class=\"ssd\", hostname=\"smithi042\", instance=\"172.21.15.178:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.42\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T16:07:09.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:09 smithi178 bash[51889]: cluster 2023-12-07T16:07:07.918467+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T16:07:09.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:09 smithi178 bash[51889]: cluster 2023-12-07T16:07:07.918901+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T16:07:09.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:09 smithi178 bash[51889]: cluster 2023-12-07T16:07:07.922730+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T16:07:09.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:09 smithi178 bash[51889]: cluster 2023-12-07T16:07:08.912463+0000 mon.a (mon.0) 278 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:07:09.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:09 smithi178 bash[51889]: cluster 2023-12-07T16:07:08.924735+0000 mon.a (mon.0) 279 : cluster 1 osd.1 [v2:172.21.15.42:6810/1247673211,v1:172.21.15.42:6811/1247673211] boot 2023-12-07T16:07:09.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:09 smithi178 bash[51889]: cluster 2023-12-07T16:07:08.924816+0000 mon.a (mon.0) 280 : cluster 0 osdmap e114: 8 total, 8 up, 8 in 2023-12-07T16:07:09.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:09 smithi178 bash[51889]: audit 2023-12-07T16:07:08.926001+0000 mon.a (mon.0) 281 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T16:07:09.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:09 smithi178 bash[51889]: cluster 2023-12-07T16:07:08.928020+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T16:07:09.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:09 smithi042 bash[64476]: cluster 2023-12-07T16:07:07.918467+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T16:07:09.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:09 smithi042 bash[64476]: cluster 2023-12-07T16:07:07.918901+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T16:07:09.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:09 smithi042 bash[64476]: cluster 2023-12-07T16:07:07.922730+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T16:07:09.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:09 smithi042 bash[64476]: cluster 2023-12-07T16:07:08.912463+0000 mon.a (mon.0) 278 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:07:09.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:09 smithi042 bash[64476]: cluster 2023-12-07T16:07:08.924735+0000 mon.a (mon.0) 279 : cluster 1 osd.1 [v2:172.21.15.42:6810/1247673211,v1:172.21.15.42:6811/1247673211] boot 2023-12-07T16:07:09.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:09 smithi042 bash[64476]: cluster 2023-12-07T16:07:08.924816+0000 mon.a (mon.0) 280 : cluster 0 osdmap e114: 8 total, 8 up, 8 in 2023-12-07T16:07:09.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:09 smithi042 bash[64476]: audit 2023-12-07T16:07:08.926001+0000 mon.a (mon.0) 281 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T16:07:09.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:09 smithi042 bash[64476]: cluster 2023-12-07T16:07:08.928020+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T16:07:09.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:09 smithi042 bash[65854]: cluster 2023-12-07T16:07:07.918467+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T16:07:09.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:09 smithi042 bash[65854]: cluster 2023-12-07T16:07:07.918901+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T16:07:09.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:09 smithi042 bash[65854]: cluster 2023-12-07T16:07:07.922730+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T16:07:09.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:09 smithi042 bash[65854]: cluster 2023-12-07T16:07:08.912463+0000 mon.a (mon.0) 278 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:07:09.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:09 smithi042 bash[65854]: cluster 2023-12-07T16:07:08.924735+0000 mon.a (mon.0) 279 : cluster 1 osd.1 [v2:172.21.15.42:6810/1247673211,v1:172.21.15.42:6811/1247673211] boot 2023-12-07T16:07:09.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:09 smithi042 bash[65854]: cluster 2023-12-07T16:07:08.924816+0000 mon.a (mon.0) 280 : cluster 0 osdmap e114: 8 total, 8 up, 8 in 2023-12-07T16:07:09.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:09 smithi042 bash[65854]: audit 2023-12-07T16:07:08.926001+0000 mon.a (mon.0) 281 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T16:07:09.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:09 smithi042 bash[65854]: cluster 2023-12-07T16:07:08.928020+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T16:07:09.833 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-12-07T16:07:10.305 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:10 smithi178 bash[51889]: cluster 2023-12-07T16:07:08.923545+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T16:07:10.305 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:10 smithi178 bash[51889]: cluster 2023-12-07T16:07:08.928443+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T16:07:10.305 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:10 smithi178 bash[51889]: cluster 2023-12-07T16:07:09.313897+0000 mgr.y (mgr.25474) 182 : cluster 0 pgmap v94: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 0 B/s wr, 12 op/s; 84/630 objects degraded (13.333%) 2023-12-07T16:07:10.306 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:10 smithi178 bash[51889]: cluster 2023-12-07T16:07:09.923412+0000 mon.a (mon.0) 282 : cluster 0 osdmap e115: 8 total, 8 up, 8 in 2023-12-07T16:07:10.306 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:10 smithi178 bash[51889]: cluster 2023-12-07T16:07:09.924316+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:10.306 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:10 smithi178 bash[51889]: cluster 2023-12-07T16:07:09.926480+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:10.306 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:10 smithi178 bash[51889]: cluster 2023-12-07T16:07:09.929043+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:10.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:07:10 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:07:10] "GET /metrics HTTP/1.1" 200 38319 "" "Prometheus/2.33.4" 2023-12-07T16:07:10.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:10 smithi042 bash[64476]: cluster 2023-12-07T16:07:08.923545+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T16:07:10.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:10 smithi042 bash[64476]: cluster 2023-12-07T16:07:08.928443+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T16:07:10.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:10 smithi042 bash[64476]: cluster 2023-12-07T16:07:09.313897+0000 mgr.y (mgr.25474) 182 : cluster 0 pgmap v94: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 0 B/s wr, 12 op/s; 84/630 objects degraded (13.333%) 2023-12-07T16:07:10.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:10 smithi042 bash[64476]: cluster 2023-12-07T16:07:09.923412+0000 mon.a (mon.0) 282 : cluster 0 osdmap e115: 8 total, 8 up, 8 in 2023-12-07T16:07:10.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:10 smithi042 bash[64476]: cluster 2023-12-07T16:07:09.924316+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:10.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:10 smithi042 bash[64476]: cluster 2023-12-07T16:07:09.926480+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:10.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:10 smithi042 bash[64476]: cluster 2023-12-07T16:07:09.929043+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:10.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:10 smithi042 bash[65854]: cluster 2023-12-07T16:07:08.923545+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T16:07:10.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:10 smithi042 bash[65854]: cluster 2023-12-07T16:07:08.928443+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T16:07:10.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:10 smithi042 bash[65854]: cluster 2023-12-07T16:07:09.313897+0000 mgr.y (mgr.25474) 182 : cluster 0 pgmap v94: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 0 B/s wr, 12 op/s; 84/630 objects degraded (13.333%) 2023-12-07T16:07:10.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:10 smithi042 bash[65854]: cluster 2023-12-07T16:07:09.923412+0000 mon.a (mon.0) 282 : cluster 0 osdmap e115: 8 total, 8 up, 8 in 2023-12-07T16:07:10.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:10 smithi042 bash[65854]: cluster 2023-12-07T16:07:09.924316+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:10.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:10 smithi042 bash[65854]: cluster 2023-12-07T16:07:09.926480+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:10.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:10 smithi042 bash[65854]: cluster 2023-12-07T16:07:09.929043+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:10.632 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:07:10.632 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (5m) 3s ago 12m 15.9M - 0.23.0 ba2b418f427c fe1b358b85a1 2023-12-07T16:07:10.632 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi178 *:3000 running (4m) 99s ago 11m 43.5M - 8.3.5 dad864ee21e9 3cb0965be645 2023-12-07T16:07:10.633 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.zhjtqu smithi042 running (3m) 3s ago 9m 46.7M - 3.5 e1d6a67b021e 7deb6d5f3048 2023-12-07T16:07:10.633 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi178 *:8443,9283,8765 running (3m) 99s ago 18m 433M - 19.0.0-13-ge6605fb8 104f332cd0a9 c0c2d21198ed 2023-12-07T16:07:10.633 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (4m) 3s ago 20m 490M - 19.0.0-13-ge6605fb8 104f332cd0a9 6718013de405 2023-12-07T16:07:10.633 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (2m) 3s ago 20m 48.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 dac84442c4ce 2023-12-07T16:07:10.633 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi178 running (112s) 99s ago 18m 22.3M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d9d6d09f7e87 2023-12-07T16:07:10.633 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (2m) 3s ago 18m 40.9M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fb50c46ab5c1 2023-12-07T16:07:10.633 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (5m) 3s ago 12m 13.8M - 1.3.1 1dbe0e931976 531aa26ab3fd 2023-12-07T16:07:10.633 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi178 *:9100 running (4m) 99s ago 12m 11.3M - 1.3.1 1dbe0e931976 f553be30e56c 2023-12-07T16:07:10.633 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (36s) 3s ago 17m 49.1M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 a88ce2e50dbf 2023-12-07T16:07:10.633 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (7s) 3s ago 17m - 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 f0d4a52e36a8 2023-12-07T16:07:10.633 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (16m) 3s ago 16m 56.7M 2782M 17.2.0 e1d6a67b021e 0785d9773e1b 2023-12-07T16:07:10.633 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (15m) 3s ago 15m 60.7M 2782M 17.2.0 e1d6a67b021e ef87480dafbe 2023-12-07T16:07:10.633 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi178 running (15m) 99s ago 15m 58.4M 3037M 17.2.0 e1d6a67b021e 489e822c6353 2023-12-07T16:07:10.633 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi178 running (14m) 99s ago 14m 56.3M 3037M 17.2.0 e1d6a67b021e b77d6dab08a9 2023-12-07T16:07:10.633 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi178 running (13m) 99s ago 13m 54.7M 3037M 17.2.0 e1d6a67b021e 0c3c794876c3 2023-12-07T16:07:10.633 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi178 running (13m) 99s ago 13m 57.5M 3037M 17.2.0 e1d6a67b021e d54168b8b1ca 2023-12-07T16:07:10.634 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi178 *:9095 running (3m) 99s ago 12m 59.4M - 2.33.4 514e6a882f6e 8dc9b81a4426 2023-12-07T16:07:10.634 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.hcortj smithi042 *:8000 running (10m) 3s ago 10m 88.5M - 17.2.0 e1d6a67b021e 7b4fbb51c0e4 2023-12-07T16:07:10.634 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi178.qokiza smithi178 *:8000 running (10m) 99s ago 10m 87.5M - 17.2.0 e1d6a67b021e ed4b389a14c0 2023-12-07T16:07:10.634 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.bhilti smithi042 *:80 running (10m) 3s ago 10m 88.1M - 17.2.0 e1d6a67b021e a005b7760f26 2023-12-07T16:07:10.634 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi178.kllngz smithi178 *:80 running (10m) 99s ago 10m 87.9M - 17.2.0 e1d6a67b021e ec7417c26d3d 2023-12-07T16:07:11.113 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:07:11.114 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-12-07T16:07:11.114 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T16:07:11.114 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:07:11.114 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-12-07T16:07:11.114 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T16:07:11.114 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:07:11.114 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-12-07T16:07:11.114 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2023-12-07T16:07:11.114 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T16:07:11.114 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:07:11.114 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2023-12-07T16:07:11.114 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:07:11.114 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:07:11.114 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-12-07T16:07:11.114 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 10, 2023-12-07T16:07:11.115 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 7 2023-12-07T16:07:11.115 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T16:07:11.115 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:07:11.499 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:07:11.499 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:07:11.499 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-12-07T16:07:11.499 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T16:07:11.499 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2023-12-07T16:07:11.499 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr", 2023-12-07T16:07:11.499 INFO:teuthology.orchestra.run.smithi042.stdout: "mon" 2023-12-07T16:07:11.499 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2023-12-07T16:07:11.500 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "7/23 daemons upgraded", 2023-12-07T16:07:11.500 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading osd daemons", 2023-12-07T16:07:11.500 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-12-07T16:07:11.500 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:07:11.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:11 smithi178 bash[51889]: audit 2023-12-07T16:07:09.811462+0000 mgr.y (mgr.25474) 183 : audit 0 from='client.44257 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:11.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:11 smithi178 bash[51889]: cluster 2023-12-07T16:07:09.924006+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:11.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:11 smithi178 bash[51889]: cluster 2023-12-07T16:07:09.924830+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:11.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:11 smithi178 bash[51889]: cluster 2023-12-07T16:07:09.925307+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:11.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:11 smithi178 bash[51889]: cluster 2023-12-07T16:07:09.928676+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:11.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:11 smithi178 bash[51889]: cluster 2023-12-07T16:07:09.929454+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:11.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:11 smithi178 bash[51889]: cluster 2023-12-07T16:07:09.935590+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:11.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:11 smithi178 bash[51889]: cluster 2023-12-07T16:07:09.937805+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:11.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:11 smithi178 bash[51889]: audit 2023-12-07T16:07:10.215789+0000 mgr.y (mgr.25474) 184 : audit 0 from='client.54182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:11.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:11 smithi178 bash[51889]: audit 2023-12-07T16:07:10.337890+0000 mon.a (mon.0) 283 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:11.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:11 smithi178 bash[51889]: audit 2023-12-07T16:07:10.339391+0000 mon.a (mon.0) 284 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:07:11.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:11 smithi178 bash[51889]: audit 2023-12-07T16:07:10.603473+0000 mgr.y (mgr.25474) 185 : audit 0 from='client.44266 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:11.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:11 smithi178 bash[51889]: audit 2023-12-07T16:07:11.107016+0000 mon.a (mon.0) 285 : audit 0 from='client.? 172.21.15.42:0/2984763585' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:11.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[65854]: audit 2023-12-07T16:07:09.811462+0000 mgr.y (mgr.25474) 183 : audit 0 from='client.44257 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:11.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[65854]: cluster 2023-12-07T16:07:09.924006+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:11.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[65854]: cluster 2023-12-07T16:07:09.924830+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:11.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[65854]: cluster 2023-12-07T16:07:09.925307+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:11.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[65854]: cluster 2023-12-07T16:07:09.928676+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:11.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[65854]: cluster 2023-12-07T16:07:09.929454+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:11.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[65854]: cluster 2023-12-07T16:07:09.935590+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:11.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[65854]: cluster 2023-12-07T16:07:09.937805+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:11.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[65854]: audit 2023-12-07T16:07:10.215789+0000 mgr.y (mgr.25474) 184 : audit 0 from='client.54182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:11.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[65854]: audit 2023-12-07T16:07:10.337890+0000 mon.a (mon.0) 283 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:11.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[65854]: audit 2023-12-07T16:07:10.339391+0000 mon.a (mon.0) 284 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:07:11.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[65854]: audit 2023-12-07T16:07:10.603473+0000 mgr.y (mgr.25474) 185 : audit 0 from='client.44266 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:11.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[65854]: audit 2023-12-07T16:07:11.107016+0000 mon.a (mon.0) 285 : audit 0 from='client.? 172.21.15.42:0/2984763585' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:11.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[64476]: audit 2023-12-07T16:07:09.811462+0000 mgr.y (mgr.25474) 183 : audit 0 from='client.44257 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:11.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[64476]: cluster 2023-12-07T16:07:09.924006+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:11.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[64476]: cluster 2023-12-07T16:07:09.924830+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:11.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[64476]: cluster 2023-12-07T16:07:09.925307+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:11.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[64476]: cluster 2023-12-07T16:07:09.928676+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:11.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[64476]: cluster 2023-12-07T16:07:09.929454+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:11.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[64476]: cluster 2023-12-07T16:07:09.935590+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:11.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[64476]: cluster 2023-12-07T16:07:09.937805+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T16:07:11.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[64476]: audit 2023-12-07T16:07:10.215789+0000 mgr.y (mgr.25474) 184 : audit 0 from='client.54182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:11.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[64476]: audit 2023-12-07T16:07:10.337890+0000 mon.a (mon.0) 283 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:11.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[64476]: audit 2023-12-07T16:07:10.339391+0000 mon.a (mon.0) 284 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:07:11.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[64476]: audit 2023-12-07T16:07:10.603473+0000 mgr.y (mgr.25474) 185 : audit 0 from='client.44266 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:11.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:11 smithi042 bash[64476]: audit 2023-12-07T16:07:11.107016+0000 mon.a (mon.0) 285 : audit 0 from='client.? 172.21.15.42:0/2984763585' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:11.942 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_WARN Degraded data redundancy: 31/630 objects degraded (4.921%), 7 pgs degraded 2023-12-07T16:07:11.942 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 31/630 objects degraded (4.921%), 7 pgs degraded 2023-12-07T16:07:11.942 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.9 is active+undersized+degraded, acting [7,3] 2023-12-07T16:07:11.942 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.a is active+undersized+degraded, acting [3,7] 2023-12-07T16:07:11.942 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.0 is active+undersized+degraded, acting [2,6] 2023-12-07T16:07:11.942 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.4 is active+undersized+degraded, acting [2,5] 2023-12-07T16:07:11.942 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.19 is active+undersized+degraded, acting [3,4] 2023-12-07T16:07:11.943 INFO:teuthology.orchestra.run.smithi042.stdout: pg 5.c is active+undersized+degraded, acting [4,0] 2023-12-07T16:07:11.943 INFO:teuthology.orchestra.run.smithi042.stdout: pg 5.1d is active+undersized+degraded, acting [4,0] 2023-12-07T16:07:12.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:12 smithi178 bash[51889]: cluster 2023-12-07T16:07:11.315481+0000 mgr.y (mgr.25474) 186 : cluster 0 pgmap v96: 161 pgs: 6 peering, 7 active+undersized+degraded, 13 active+undersized, 135 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 112 KiB/s rd, 0 B/s wr, 185 op/s; 31/630 objects degraded (4.921%); 0 B/s, 5 objects/s recovering 2023-12-07T16:07:12.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:12 smithi178 bash[51889]: cluster 2023-12-07T16:07:11.335629+0000 mon.a (mon.0) 286 : cluster 3 Health check update: Degraded data redundancy: 31/630 objects degraded (4.921%), 7 pgs degraded (PG_DEGRADED) 2023-12-07T16:07:12.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:12 smithi178 bash[51889]: audit 2023-12-07T16:07:11.492092+0000 mgr.y (mgr.25474) 187 : audit 0 from='client.44278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:12.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:12 smithi178 bash[51889]: audit 2023-12-07T16:07:11.936023+0000 mon.c (mon.1) 8 : audit 0 from='client.? 172.21.15.42:0/2779099128' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:07:12.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:12 smithi042 bash[64476]: cluster 2023-12-07T16:07:11.315481+0000 mgr.y (mgr.25474) 186 : cluster 0 pgmap v96: 161 pgs: 6 peering, 7 active+undersized+degraded, 13 active+undersized, 135 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 112 KiB/s rd, 0 B/s wr, 185 op/s; 31/630 objects degraded (4.921%); 0 B/s, 5 objects/s recovering 2023-12-07T16:07:12.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:12 smithi042 bash[64476]: cluster 2023-12-07T16:07:11.335629+0000 mon.a (mon.0) 286 : cluster 3 Health check update: Degraded data redundancy: 31/630 objects degraded (4.921%), 7 pgs degraded (PG_DEGRADED) 2023-12-07T16:07:12.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:12 smithi042 bash[64476]: audit 2023-12-07T16:07:11.492092+0000 mgr.y (mgr.25474) 187 : audit 0 from='client.44278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:12.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:12 smithi042 bash[64476]: audit 2023-12-07T16:07:11.936023+0000 mon.c (mon.1) 8 : audit 0 from='client.? 172.21.15.42:0/2779099128' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:07:12.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:12 smithi042 bash[65854]: cluster 2023-12-07T16:07:11.315481+0000 mgr.y (mgr.25474) 186 : cluster 0 pgmap v96: 161 pgs: 6 peering, 7 active+undersized+degraded, 13 active+undersized, 135 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 112 KiB/s rd, 0 B/s wr, 185 op/s; 31/630 objects degraded (4.921%); 0 B/s, 5 objects/s recovering 2023-12-07T16:07:12.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:12 smithi042 bash[65854]: cluster 2023-12-07T16:07:11.335629+0000 mon.a (mon.0) 286 : cluster 3 Health check update: Degraded data redundancy: 31/630 objects degraded (4.921%), 7 pgs degraded (PG_DEGRADED) 2023-12-07T16:07:12.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:12 smithi042 bash[65854]: audit 2023-12-07T16:07:11.492092+0000 mgr.y (mgr.25474) 187 : audit 0 from='client.44278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:12.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:12 smithi042 bash[65854]: audit 2023-12-07T16:07:11.936023+0000 mon.c (mon.1) 8 : audit 0 from='client.? 172.21.15.42:0/2779099128' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:07:13.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:13 smithi178 bash[51889]: cluster 2023-12-07T16:07:13.347019+0000 mon.a (mon.0) 287 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 31/630 objects degraded (4.921%), 7 pgs degraded) 2023-12-07T16:07:13.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:13 smithi178 bash[51889]: cluster 2023-12-07T16:07:13.347134+0000 mon.a (mon.0) 288 : cluster 1 Cluster is now healthy 2023-12-07T16:07:13.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:13 smithi042 bash[64476]: cluster 2023-12-07T16:07:13.347019+0000 mon.a (mon.0) 287 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 31/630 objects degraded (4.921%), 7 pgs degraded) 2023-12-07T16:07:13.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:13 smithi042 bash[64476]: cluster 2023-12-07T16:07:13.347134+0000 mon.a (mon.0) 288 : cluster 1 Cluster is now healthy 2023-12-07T16:07:13.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:13 smithi042 bash[65854]: cluster 2023-12-07T16:07:13.347019+0000 mon.a (mon.0) 287 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 31/630 objects degraded (4.921%), 7 pgs degraded) 2023-12-07T16:07:13.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:13 smithi042 bash[65854]: cluster 2023-12-07T16:07:13.347134+0000 mon.a (mon.0) 288 : cluster 1 Cluster is now healthy 2023-12-07T16:07:14.597 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:14 smithi042 bash[65854]: cluster 2023-12-07T16:07:13.316496+0000 mgr.y (mgr.25474) 188 : cluster 0 pgmap v97: 161 pgs: 6 peering, 155 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s rd, 0 B/s wr, 215 op/s; 0 B/s, 8 objects/s recovering 2023-12-07T16:07:14.597 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:14 smithi042 bash[64476]: cluster 2023-12-07T16:07:13.316496+0000 mgr.y (mgr.25474) 188 : cluster 0 pgmap v97: 161 pgs: 6 peering, 155 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s rd, 0 B/s wr, 215 op/s; 0 B/s, 8 objects/s recovering 2023-12-07T16:07:14.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:14 smithi178 bash[51889]: cluster 2023-12-07T16:07:13.316496+0000 mgr.y (mgr.25474) 188 : cluster 0 pgmap v97: 161 pgs: 6 peering, 155 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s rd, 0 B/s wr, 215 op/s; 0 B/s, 8 objects/s recovering 2023-12-07T16:07:16.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:16 smithi178 bash[51889]: cluster 2023-12-07T16:07:15.317444+0000 mgr.y (mgr.25474) 189 : cluster 0 pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s rd, 0 B/s wr, 190 op/s; 0 B/s, 7 objects/s recovering 2023-12-07T16:07:16.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:16 smithi042 bash[64476]: cluster 2023-12-07T16:07:15.317444+0000 mgr.y (mgr.25474) 189 : cluster 0 pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s rd, 0 B/s wr, 190 op/s; 0 B/s, 7 objects/s recovering 2023-12-07T16:07:16.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:16 smithi042 bash[65854]: cluster 2023-12-07T16:07:15.317444+0000 mgr.y (mgr.25474) 189 : cluster 0 pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s rd, 0 B/s wr, 190 op/s; 0 B/s, 7 objects/s recovering 2023-12-07T16:07:17.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:17 smithi178 bash[51889]: audit 2023-12-07T16:07:16.404674+0000 mgr.y (mgr.25474) 190 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:07:17.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:17 smithi042 bash[64476]: audit 2023-12-07T16:07:16.404674+0000 mgr.y (mgr.25474) 190 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:07:17.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:17 smithi042 bash[65854]: audit 2023-12-07T16:07:16.404674+0000 mgr.y (mgr.25474) 190 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:07:18.587 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:18 smithi042 bash[64476]: cluster 2023-12-07T16:07:17.318957+0000 mgr.y (mgr.25474) 191 : cluster 0 pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s rd, 0 B/s wr, 171 op/s; 0 B/s, 6 objects/s recovering 2023-12-07T16:07:18.587 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:18 smithi042 bash[64476]: audit 2023-12-07T16:07:18.019661+0000 mon.a (mon.0) 289 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:18.587 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:18 smithi042 bash[64476]: audit 2023-12-07T16:07:18.030940+0000 mon.a (mon.0) 290 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:18.587 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:18 smithi042 bash[64476]: audit 2023-12-07T16:07:18.033458+0000 mon.a (mon.0) 291 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:07:18.587 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:18 smithi042 bash[64476]: audit 2023-12-07T16:07:18.035348+0000 mon.a (mon.0) 292 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:07:18.587 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:18 smithi042 bash[64476]: audit 2023-12-07T16:07:18.045797+0000 mon.a (mon.0) 293 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:18.588 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:18 smithi042 bash[64476]: audit 2023-12-07T16:07:18.136441+0000 mon.a (mon.0) 294 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:07:18.588 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:18 smithi042 bash[64476]: audit 2023-12-07T16:07:18.139738+0000 mon.a (mon.0) 295 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:18.588 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:18 smithi042 bash[64476]: audit 2023-12-07T16:07:18.142408+0000 mon.a (mon.0) 296 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:18.588 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:18 smithi042 bash[64476]: audit 2023-12-07T16:07:18.144331+0000 mon.a (mon.0) 297 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:18.588 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:18 smithi042 bash[64476]: audit 2023-12-07T16:07:18.146951+0000 mon.a (mon.0) 298 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-07T16:07:18.588 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:18 smithi042 bash[65854]: cluster 2023-12-07T16:07:17.318957+0000 mgr.y (mgr.25474) 191 : cluster 0 pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s rd, 0 B/s wr, 171 op/s; 0 B/s, 6 objects/s recovering 2023-12-07T16:07:18.588 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:18 smithi042 bash[65854]: audit 2023-12-07T16:07:18.019661+0000 mon.a (mon.0) 289 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:18.588 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:18 smithi042 bash[65854]: audit 2023-12-07T16:07:18.030940+0000 mon.a (mon.0) 290 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:18.588 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:18 smithi042 bash[65854]: audit 2023-12-07T16:07:18.033458+0000 mon.a (mon.0) 291 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:07:18.588 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:18 smithi042 bash[65854]: audit 2023-12-07T16:07:18.035348+0000 mon.a (mon.0) 292 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:07:18.588 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:18 smithi042 bash[65854]: audit 2023-12-07T16:07:18.045797+0000 mon.a (mon.0) 293 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:18.588 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:18 smithi042 bash[65854]: audit 2023-12-07T16:07:18.136441+0000 mon.a (mon.0) 294 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:07:18.588 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:18 smithi042 bash[65854]: audit 2023-12-07T16:07:18.139738+0000 mon.a (mon.0) 295 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:18.588 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:18 smithi042 bash[65854]: audit 2023-12-07T16:07:18.142408+0000 mon.a (mon.0) 296 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:18.588 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:18 smithi042 bash[65854]: audit 2023-12-07T16:07:18.144331+0000 mon.a (mon.0) 297 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:18.589 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:18 smithi042 bash[65854]: audit 2023-12-07T16:07:18.146951+0000 mon.a (mon.0) 298 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-07T16:07:18.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:18 smithi178 bash[51889]: cluster 2023-12-07T16:07:17.318957+0000 mgr.y (mgr.25474) 191 : cluster 0 pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s rd, 0 B/s wr, 171 op/s; 0 B/s, 6 objects/s recovering 2023-12-07T16:07:18.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:18 smithi178 bash[51889]: audit 2023-12-07T16:07:18.019661+0000 mon.a (mon.0) 289 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:18.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:18 smithi178 bash[51889]: audit 2023-12-07T16:07:18.030940+0000 mon.a (mon.0) 290 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:18.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:18 smithi178 bash[51889]: audit 2023-12-07T16:07:18.033458+0000 mon.a (mon.0) 291 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:07:18.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:18 smithi178 bash[51889]: audit 2023-12-07T16:07:18.035348+0000 mon.a (mon.0) 292 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:07:18.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:18 smithi178 bash[51889]: audit 2023-12-07T16:07:18.045797+0000 mon.a (mon.0) 293 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:18.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:18 smithi178 bash[51889]: audit 2023-12-07T16:07:18.136441+0000 mon.a (mon.0) 294 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:07:18.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:18 smithi178 bash[51889]: audit 2023-12-07T16:07:18.139738+0000 mon.a (mon.0) 295 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:18.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:18 smithi178 bash[51889]: audit 2023-12-07T16:07:18.142408+0000 mon.a (mon.0) 296 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:18.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:18 smithi178 bash[51889]: audit 2023-12-07T16:07:18.144331+0000 mon.a (mon.0) 297 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:18.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:18 smithi178 bash[51889]: audit 2023-12-07T16:07:18.146951+0000 mon.a (mon.0) 298 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-07T16:07:19.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:19 smithi178 bash[51889]: audit 2023-12-07T16:07:18.147325+0000 mgr.y (mgr.25474) 192 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-07T16:07:19.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:19 smithi178 bash[51889]: cephadm 2023-12-07T16:07:18.149478+0000 mgr.y (mgr.25474) 193 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-07T16:07:19.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:19 smithi042 bash[65854]: audit 2023-12-07T16:07:18.147325+0000 mgr.y (mgr.25474) 192 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-07T16:07:19.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:19 smithi042 bash[65854]: cephadm 2023-12-07T16:07:18.149478+0000 mgr.y (mgr.25474) 193 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-07T16:07:19.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:19 smithi042 bash[64476]: audit 2023-12-07T16:07:18.147325+0000 mgr.y (mgr.25474) 192 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-07T16:07:19.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:19 smithi042 bash[64476]: cephadm 2023-12-07T16:07:18.149478+0000 mgr.y (mgr.25474) 193 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-07T16:07:20.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:20 smithi042 bash[64476]: cluster 2023-12-07T16:07:19.319843+0000 mgr.y (mgr.25474) 194 : cluster 0 pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 0 B/s wr, 143 op/s; 0 B/s, 5 objects/s recovering 2023-12-07T16:07:20.372 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:07:20 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:07:20] "GET /metrics HTTP/1.1" 200 38185 "" "Prometheus/2.33.4" 2023-12-07T16:07:20.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:20 smithi042 bash[65854]: cluster 2023-12-07T16:07:19.319843+0000 mgr.y (mgr.25474) 194 : cluster 0 pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 0 B/s wr, 143 op/s; 0 B/s, 5 objects/s recovering 2023-12-07T16:07:20.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:20 smithi178 bash[51889]: cluster 2023-12-07T16:07:19.319843+0000 mgr.y (mgr.25474) 194 : cluster 0 pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 0 B/s wr, 143 op/s; 0 B/s, 5 objects/s recovering 2023-12-07T16:07:21.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:21 smithi178 bash[51889]: cephadm 2023-12-07T16:07:20.319482+0000 mgr.y (mgr.25474) 195 : cephadm 1 Upgrade: Updating osd.2 2023-12-07T16:07:21.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:21 smithi178 bash[51889]: audit 2023-12-07T16:07:20.324244+0000 mon.a (mon.0) 299 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:21.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:21 smithi178 bash[51889]: audit 2023-12-07T16:07:20.327442+0000 mon.a (mon.0) 300 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T16:07:21.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:21 smithi178 bash[51889]: audit 2023-12-07T16:07:20.328704+0000 mon.a (mon.0) 301 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:07:21.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:21 smithi178 bash[51889]: cephadm 2023-12-07T16:07:20.333184+0000 mgr.y (mgr.25474) 196 : cephadm 1 Deploying daemon osd.2 on smithi042 2023-12-07T16:07:21.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:21 smithi178 bash[51889]: audit 2023-12-07T16:07:20.442402+0000 mon.a (mon.0) 302 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:21.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:21 smithi042 bash[64476]: cephadm 2023-12-07T16:07:20.319482+0000 mgr.y (mgr.25474) 195 : cephadm 1 Upgrade: Updating osd.2 2023-12-07T16:07:21.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:21 smithi042 bash[64476]: audit 2023-12-07T16:07:20.324244+0000 mon.a (mon.0) 299 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:21.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:21 smithi042 bash[64476]: audit 2023-12-07T16:07:20.327442+0000 mon.a (mon.0) 300 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T16:07:21.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:21 smithi042 bash[64476]: audit 2023-12-07T16:07:20.328704+0000 mon.a (mon.0) 301 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:07:21.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:21 smithi042 bash[64476]: cephadm 2023-12-07T16:07:20.333184+0000 mgr.y (mgr.25474) 196 : cephadm 1 Deploying daemon osd.2 on smithi042 2023-12-07T16:07:21.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:21 smithi042 bash[64476]: audit 2023-12-07T16:07:20.442402+0000 mon.a (mon.0) 302 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:21.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:21 smithi042 bash[65854]: cephadm 2023-12-07T16:07:20.319482+0000 mgr.y (mgr.25474) 195 : cephadm 1 Upgrade: Updating osd.2 2023-12-07T16:07:21.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:21 smithi042 bash[65854]: audit 2023-12-07T16:07:20.324244+0000 mon.a (mon.0) 299 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:21.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:21 smithi042 bash[65854]: audit 2023-12-07T16:07:20.327442+0000 mon.a (mon.0) 300 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T16:07:21.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:21 smithi042 bash[65854]: audit 2023-12-07T16:07:20.328704+0000 mon.a (mon.0) 301 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:07:21.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:21 smithi042 bash[65854]: cephadm 2023-12-07T16:07:20.333184+0000 mgr.y (mgr.25474) 196 : cephadm 1 Deploying daemon osd.2 on smithi042 2023-12-07T16:07:21.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:21 smithi042 bash[65854]: audit 2023-12-07T16:07:20.442402+0000 mon.a (mon.0) 302 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:22.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:22 smithi178 bash[51889]: cluster 2023-12-07T16:07:21.321502+0000 mgr.y (mgr.25474) 197 : cluster 0 pgmap v101: 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-07T16:07:22.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:22 smithi042 bash[64476]: cluster 2023-12-07T16:07:21.321502+0000 mgr.y (mgr.25474) 197 : cluster 0 pgmap v101: 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-07T16:07:22.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:22 smithi042 bash[65854]: cluster 2023-12-07T16:07:21.321502+0000 mgr.y (mgr.25474) 197 : cluster 0 pgmap v101: 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-07T16:07:24.789 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:24 smithi042 bash[64476]: cluster 2023-12-07T16:07:23.322352+0000 mgr.y (mgr.25474) 198 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 27 op/s; 0 B/s, 1 objects/s recovering 2023-12-07T16:07:24.790 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:07:24 smithi042 systemd[1]: Stopping Ceph osd.2 for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:07:24.790 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:24 smithi042 bash[65854]: cluster 2023-12-07T16:07:23.322352+0000 mgr.y (mgr.25474) 198 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 27 op/s; 0 B/s, 1 objects/s recovering 2023-12-07T16:07:24.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:24 smithi178 bash[51889]: cluster 2023-12-07T16:07:23.322352+0000 mgr.y (mgr.25474) 198 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 27 op/s; 0 B/s, 1 objects/s recovering 2023-12-07T16:07:25.121 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:07:24 smithi042 bash[39456]: debug 2023-12-07T16:07:24.917+0000 7f82be6cf700 -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-07T16:07:25.122 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:07:24 smithi042 bash[39456]: debug 2023-12-07T16:07:24.917+0000 7f82be6cf700 -1 osd.2 115 *** Got signal Terminated *** 2023-12-07T16:07:25.122 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:07:24 smithi042 bash[39456]: debug 2023-12-07T16:07:24.917+0000 7f82be6cf700 -1 osd.2 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:07:25.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:25 smithi178 bash[51889]: cluster 2023-12-07T16:07:24.921953+0000 mon.a (mon.0) 303 : cluster 1 osd.2 marked itself down and dead 2023-12-07T16:07:25.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:25 smithi178 bash[51889]: audit 2023-12-07T16:07:25.340516+0000 mon.a (mon.0) 304 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:25.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:25 smithi178 bash[51889]: audit 2023-12-07T16:07:25.342806+0000 mon.a (mon.0) 305 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:07:25.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:25 smithi042 bash[64476]: cluster 2023-12-07T16:07:24.921953+0000 mon.a (mon.0) 303 : cluster 1 osd.2 marked itself down and dead 2023-12-07T16:07:25.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:25 smithi042 bash[64476]: audit 2023-12-07T16:07:25.340516+0000 mon.a (mon.0) 304 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:25.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:25 smithi042 bash[64476]: audit 2023-12-07T16:07:25.342806+0000 mon.a (mon.0) 305 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:07:25.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:25 smithi042 bash[65854]: cluster 2023-12-07T16:07:24.921953+0000 mon.a (mon.0) 303 : cluster 1 osd.2 marked itself down and dead 2023-12-07T16:07:25.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:25 smithi042 bash[65854]: audit 2023-12-07T16:07:25.340516+0000 mon.a (mon.0) 304 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:25.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:25 smithi042 bash[65854]: audit 2023-12-07T16:07:25.342806+0000 mon.a (mon.0) 305 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:07:26.735 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[72549]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-2 2023-12-07T16:07:26.736 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[65854]: cluster 2023-12-07T16:07:25.323289+0000 mgr.y (mgr.25474) 199 : cluster 0 pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 0 B/s wr, 12 op/s; 0 B/s, 0 objects/s recovering 2023-12-07T16:07:26.736 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[65854]: cluster 2023-12-07T16:07:25.448568+0000 mon.a (mon.0) 306 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:07:26.736 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[65854]: cluster 2023-12-07T16:07:25.463333+0000 mon.a (mon.0) 307 : cluster 0 osdmap e116: 8 total, 7 up, 8 in 2023-12-07T16:07:26.736 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[65854]: cluster 2023-12-07T16:07:25.464787+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.736 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[65854]: cluster 2023-12-07T16:07:25.466238+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.736 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[65854]: cluster 2023-12-07T16:07:25.469371+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.736 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[65854]: cluster 2023-12-07T16:07:25.470098+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.736 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[65854]: cluster 2023-12-07T16:07:25.471828+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.736 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[65854]: cluster 2023-12-07T16:07:25.472312+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.736 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[65854]: cluster 2023-12-07T16:07:25.473265+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.737 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[65854]: cluster 2023-12-07T16:07:25.475777+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.737 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[65854]: cluster 2023-12-07T16:07:25.475873+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.737 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[64476]: cluster 2023-12-07T16:07:25.323289+0000 mgr.y (mgr.25474) 199 : cluster 0 pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 0 B/s wr, 12 op/s; 0 B/s, 0 objects/s recovering 2023-12-07T16:07:26.737 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[64476]: cluster 2023-12-07T16:07:25.448568+0000 mon.a (mon.0) 306 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:07:26.737 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[64476]: cluster 2023-12-07T16:07:25.463333+0000 mon.a (mon.0) 307 : cluster 0 osdmap e116: 8 total, 7 up, 8 in 2023-12-07T16:07:26.737 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[64476]: cluster 2023-12-07T16:07:25.464787+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.737 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[64476]: cluster 2023-12-07T16:07:25.466238+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.737 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[64476]: cluster 2023-12-07T16:07:25.469371+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.737 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[64476]: cluster 2023-12-07T16:07:25.470098+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.737 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[64476]: cluster 2023-12-07T16:07:25.471828+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.737 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[64476]: cluster 2023-12-07T16:07:25.472312+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.737 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[64476]: cluster 2023-12-07T16:07:25.473265+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.737 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[64476]: cluster 2023-12-07T16:07:25.475777+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.738 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[64476]: cluster 2023-12-07T16:07:25.475873+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:26 smithi178 bash[51889]: cluster 2023-12-07T16:07:25.323289+0000 mgr.y (mgr.25474) 199 : cluster 0 pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 0 B/s wr, 12 op/s; 0 B/s, 0 objects/s recovering 2023-12-07T16:07:26.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:26 smithi178 bash[51889]: cluster 2023-12-07T16:07:25.448568+0000 mon.a (mon.0) 306 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:07:26.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:26 smithi178 bash[51889]: cluster 2023-12-07T16:07:25.463333+0000 mon.a (mon.0) 307 : cluster 0 osdmap e116: 8 total, 7 up, 8 in 2023-12-07T16:07:26.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:26 smithi178 bash[51889]: cluster 2023-12-07T16:07:25.464787+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:26 smithi178 bash[51889]: cluster 2023-12-07T16:07:25.466238+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:26 smithi178 bash[51889]: cluster 2023-12-07T16:07:25.469371+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:26 smithi178 bash[51889]: cluster 2023-12-07T16:07:25.470098+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:26 smithi178 bash[51889]: cluster 2023-12-07T16:07:25.471828+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:26 smithi178 bash[51889]: cluster 2023-12-07T16:07:25.472312+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:26 smithi178 bash[51889]: cluster 2023-12-07T16:07:25.473265+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:26 smithi178 bash[51889]: cluster 2023-12-07T16:07:25.475777+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:26.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:26 smithi178 bash[51889]: cluster 2023-12-07T16:07:25.475873+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T16:07:27.121 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:07:26 smithi042 bash[72623]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-2 2023-12-07T16:07:27.795 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:27 smithi042 bash[65854]: audit 2023-12-07T16:07:26.412760+0000 mgr.y (mgr.25474) 200 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:07:27.795 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:27 smithi042 bash[65854]: cluster 2023-12-07T16:07:26.464602+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.795 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:27 smithi042 bash[65854]: cluster 2023-12-07T16:07:26.466120+0000 mon.a (mon.0) 308 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2023-12-07T16:07:27.795 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:27 smithi042 bash[65854]: cluster 2023-12-07T16:07:26.466427+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.795 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:27 smithi042 bash[65854]: cluster 2023-12-07T16:07:26.468522+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.796 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:27 smithi042 bash[65854]: cluster 2023-12-07T16:07:26.471579+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.796 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:27 smithi042 bash[65854]: cluster 2023-12-07T16:07:26.471747+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.796 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:27 smithi042 bash[65854]: cluster 2023-12-07T16:07:26.472487+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.796 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:27 smithi042 bash[65854]: cluster 2023-12-07T16:07:26.473369+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.796 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:27 smithi042 bash[65854]: cluster 2023-12-07T16:07:26.475026+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.796 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:27 smithi042 bash[65854]: cluster 2023-12-07T16:07:26.475713+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.796 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:27 smithi042 bash[64476]: audit 2023-12-07T16:07:26.412760+0000 mgr.y (mgr.25474) 200 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:07:27.796 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:27 smithi042 bash[64476]: cluster 2023-12-07T16:07:26.464602+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.796 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:27 smithi042 bash[64476]: cluster 2023-12-07T16:07:26.466120+0000 mon.a (mon.0) 308 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2023-12-07T16:07:27.796 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:27 smithi042 bash[64476]: cluster 2023-12-07T16:07:26.466427+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.796 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:27 smithi042 bash[64476]: cluster 2023-12-07T16:07:26.468522+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.796 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:27 smithi042 bash[64476]: cluster 2023-12-07T16:07:26.471579+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.796 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:27 smithi042 bash[64476]: cluster 2023-12-07T16:07:26.471747+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.797 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:27 smithi042 bash[64476]: cluster 2023-12-07T16:07:26.472487+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.797 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:27 smithi042 bash[64476]: cluster 2023-12-07T16:07:26.473369+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.797 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:27 smithi042 bash[64476]: cluster 2023-12-07T16:07:26.475026+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.797 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:27 smithi042 bash[64476]: cluster 2023-12-07T16:07:26.475713+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:27 smithi178 bash[51889]: audit 2023-12-07T16:07:26.412760+0000 mgr.y (mgr.25474) 200 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:07:27.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:27 smithi178 bash[51889]: cluster 2023-12-07T16:07:26.464602+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:27 smithi178 bash[51889]: cluster 2023-12-07T16:07:26.466120+0000 mon.a (mon.0) 308 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2023-12-07T16:07:27.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:27 smithi178 bash[51889]: cluster 2023-12-07T16:07:26.466427+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:27 smithi178 bash[51889]: cluster 2023-12-07T16:07:26.468522+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:27 smithi178 bash[51889]: cluster 2023-12-07T16:07:26.471579+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:27 smithi178 bash[51889]: cluster 2023-12-07T16:07:26.471747+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:27 smithi178 bash[51889]: cluster 2023-12-07T16:07:26.472487+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:27 smithi178 bash[51889]: cluster 2023-12-07T16:07:26.473369+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:27 smithi178 bash[51889]: cluster 2023-12-07T16:07:26.475026+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:27.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:27 smithi178 bash[51889]: cluster 2023-12-07T16:07:26.475713+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T16:07:28.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:28 smithi042 bash[64476]: cluster 2023-12-07T16:07:27.324251+0000 mgr.y (mgr.25474) 201 : cluster 0 pgmap v106: 161 pgs: 34 peering, 4 stale+active+clean, 123 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:07:28.657 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:28 smithi042 bash[64476]: cluster 2023-12-07T16:07:27.461523+0000 mon.a (mon.0) 309 : cluster 3 Health check failed: Reduced data availability: 6 pgs inactive, 6 pgs peering (PG_AVAILABILITY) 2023-12-07T16:07:28.658 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:28 smithi042 bash[65854]: cluster 2023-12-07T16:07:27.324251+0000 mgr.y (mgr.25474) 201 : cluster 0 pgmap v106: 161 pgs: 34 peering, 4 stale+active+clean, 123 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:07:28.658 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:28 smithi042 bash[65854]: cluster 2023-12-07T16:07:27.461523+0000 mon.a (mon.0) 309 : cluster 3 Health check failed: Reduced data availability: 6 pgs inactive, 6 pgs peering (PG_AVAILABILITY) 2023-12-07T16:07:28.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:28 smithi178 bash[51889]: cluster 2023-12-07T16:07:27.324251+0000 mgr.y (mgr.25474) 201 : cluster 0 pgmap v106: 161 pgs: 34 peering, 4 stale+active+clean, 123 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:07:28.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:28 smithi178 bash[51889]: cluster 2023-12-07T16:07:27.461523+0000 mon.a (mon.0) 309 : cluster 3 Health check failed: Reduced data availability: 6 pgs inactive, 6 pgs peering (PG_AVAILABILITY) 2023-12-07T16:07:29.121 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:07:28 smithi042 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.2.service: Succeeded. 2023-12-07T16:07:29.121 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:07:28 smithi042 systemd[1]: Stopped Ceph osd.2 for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:07:29.121 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:07:29 smithi042 systemd[1]: Started Ceph osd.2 for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:07:30.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:07:30 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:07:30] "GET /metrics HTTP/1.1" 200 38326 "" "Prometheus/2.33.4" 2023-12-07T16:07:30.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:30 smithi042 bash[64476]: audit 2023-12-07T16:07:29.152551+0000 mon.a (mon.0) 310 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:30.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:30 smithi042 bash[64476]: audit 2023-12-07T16:07:29.162129+0000 mon.a (mon.0) 311 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:30.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:30 smithi042 bash[64476]: cluster 2023-12-07T16:07:29.325340+0000 mgr.y (mgr.25474) 202 : cluster 0 pgmap v107: 161 pgs: 2 active+undersized+degraded, 34 peering, 2 stale+active+clean, 4 active+undersized, 119 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 19/630 objects degraded (3.016%) 2023-12-07T16:07:30.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:30 smithi042 bash[65854]: audit 2023-12-07T16:07:29.152551+0000 mon.a (mon.0) 310 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:30.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:30 smithi042 bash[65854]: audit 2023-12-07T16:07:29.162129+0000 mon.a (mon.0) 311 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:30.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:30 smithi042 bash[65854]: cluster 2023-12-07T16:07:29.325340+0000 mgr.y (mgr.25474) 202 : cluster 0 pgmap v107: 161 pgs: 2 active+undersized+degraded, 34 peering, 2 stale+active+clean, 4 active+undersized, 119 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 19/630 objects degraded (3.016%) 2023-12-07T16:07:30.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:30 smithi178 bash[51889]: audit 2023-12-07T16:07:29.152551+0000 mon.a (mon.0) 310 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:30.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:30 smithi178 bash[51889]: audit 2023-12-07T16:07:29.162129+0000 mon.a (mon.0) 311 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:30.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:30 smithi178 bash[51889]: cluster 2023-12-07T16:07:29.325340+0000 mgr.y (mgr.25474) 202 : cluster 0 pgmap v107: 161 pgs: 2 active+undersized+degraded, 34 peering, 2 stale+active+clean, 4 active+undersized, 119 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 19/630 objects degraded (3.016%) 2023-12-07T16:07:31.121 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:07:30 smithi042 bash[72793]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-07T16:07:31.122 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:07:30 smithi042 bash[72793]: 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-07T16:07:31.122 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:07:30 smithi042 bash[72793]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-12-07T16:07:31.122 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:07:30 smithi042 bash[72793]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-07T16:07:31.122 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:07:30 smithi042 bash[72793]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2023-12-07T16:07:31.122 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:07:30 smithi042 bash[72793]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-07T16:07:31.122 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:07:30 smithi042 bash[72793]: --> ceph-volume raw activate successful for osd ID: 2 2023-12-07T16:07:31.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:31 smithi042 bash[64476]: cluster 2023-12-07T16:07:30.158441+0000 mon.a (mon.0) 312 : cluster 3 Health check failed: Degraded data redundancy: 19/630 objects degraded (3.016%), 2 pgs degraded (PG_DEGRADED) 2023-12-07T16:07:31.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:31 smithi042 bash[65854]: cluster 2023-12-07T16:07:30.158441+0000 mon.a (mon.0) 312 : cluster 3 Health check failed: Degraded data redundancy: 19/630 objects degraded (3.016%), 2 pgs degraded (PG_DEGRADED) 2023-12-07T16:07:31.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:31 smithi178 bash[51889]: cluster 2023-12-07T16:07:30.158441+0000 mon.a (mon.0) 312 : cluster 3 Health check failed: Degraded data redundancy: 19/630 objects degraded (3.016%), 2 pgs degraded (PG_DEGRADED) 2023-12-07T16:07:32.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:32 smithi178 bash[51889]: cluster 2023-12-07T16:07:31.327175+0000 mgr.y (mgr.25474) 203 : cluster 0 pgmap v108: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 55/630 objects degraded (8.730%) 2023-12-07T16:07:32.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:32 smithi042 bash[64476]: cluster 2023-12-07T16:07:31.327175+0000 mgr.y (mgr.25474) 203 : cluster 0 pgmap v108: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 55/630 objects degraded (8.730%) 2023-12-07T16:07:32.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:32 smithi042 bash[65854]: cluster 2023-12-07T16:07:31.327175+0000 mgr.y (mgr.25474) 203 : cluster 0 pgmap v108: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 55/630 objects degraded (8.730%) 2023-12-07T16:07:32.622 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:07:32 smithi042 bash[73099]: debug 2023-12-07T16:07:32.365+0000 7f1d1a4ab700 1 -- 172.21.15.42:0/1760147389 <== mon.1 v2:172.21.15.42:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x564ad346f1e0 con 0x564ad34f4c00 2023-12-07T16:07:33.372 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:07:32 smithi042 bash[73099]: debug 2023-12-07T16:07:32.921+0000 7f1d23631640 -1 Falling back to public interface 2023-12-07T16:07:33.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:33 smithi042 bash[64476]: cluster 2023-12-07T16:07:32.153762+0000 mon.a (mon.0) 313 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 6 pgs peering) 2023-12-07T16:07:33.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:33 smithi042 bash[65854]: cluster 2023-12-07T16:07:32.153762+0000 mon.a (mon.0) 313 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 6 pgs peering) 2023-12-07T16:07:33.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:33 smithi178 bash[51889]: cluster 2023-12-07T16:07:32.153762+0000 mon.a (mon.0) 313 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 6 pgs peering) 2023-12-07T16:07:34.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:34 smithi178 bash[51889]: cluster 2023-12-07T16:07:33.328452+0000 mgr.y (mgr.25474) 204 : cluster 0 pgmap v109: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 55/630 objects degraded (8.730%) 2023-12-07T16:07:34.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:34 smithi042 bash[64476]: cluster 2023-12-07T16:07:33.328452+0000 mgr.y (mgr.25474) 204 : cluster 0 pgmap v109: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 55/630 objects degraded (8.730%) 2023-12-07T16:07:34.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:34 smithi042 bash[65854]: cluster 2023-12-07T16:07:33.328452+0000 mgr.y (mgr.25474) 204 : cluster 0 pgmap v109: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 55/630 objects degraded (8.730%) 2023-12-07T16:07:35.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:35 smithi178 bash[51889]: cluster 2023-12-07T16:07:35.277462+0000 mon.a (mon.0) 314 : cluster 3 Health check update: Degraded data redundancy: 55/630 objects degraded (8.730%), 12 pgs degraded (PG_DEGRADED) 2023-12-07T16:07:35.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:35 smithi042 bash[64476]: cluster 2023-12-07T16:07:35.277462+0000 mon.a (mon.0) 314 : cluster 3 Health check update: Degraded data redundancy: 55/630 objects degraded (8.730%), 12 pgs degraded (PG_DEGRADED) 2023-12-07T16:07:35.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:35 smithi042 bash[65854]: cluster 2023-12-07T16:07:35.277462+0000 mon.a (mon.0) 314 : cluster 3 Health check update: Degraded data redundancy: 55/630 objects degraded (8.730%), 12 pgs degraded (PG_DEGRADED) 2023-12-07T16:07:36.371 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:07:35 smithi042 bash[73099]: debug 2023-12-07T16:07:35.909+0000 7f1d23631640 -1 osd.2 0 read_superblock omap replica is missing. 2023-12-07T16:07:36.371 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:07:35 smithi042 bash[73099]: debug 2023-12-07T16:07:35.945+0000 7f1d23631640 -1 osd.2 115 log_to_monitors true 2023-12-07T16:07:36.718 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:36 smithi042 bash[65854]: cluster 2023-12-07T16:07:35.329204+0000 mgr.y (mgr.25474) 205 : cluster 0 pgmap v110: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 55/630 objects degraded (8.730%) 2023-12-07T16:07:36.719 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:36 smithi042 bash[65854]: audit 2023-12-07T16:07:35.665202+0000 mon.a (mon.0) 315 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:36.719 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:36 smithi042 bash[65854]: audit 2023-12-07T16:07:35.676404+0000 mon.a (mon.0) 316 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:36.719 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:36 smithi042 bash[65854]: audit 2023-12-07T16:07:35.953364+0000 mon.c (mon.1) 9 : audit 1 from='osd.2 [v2:172.21.15.42:6818/3049508947,v1:172.21.15.42:6819/3049508947]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T16:07:36.719 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:36 smithi042 bash[65854]: audit 2023-12-07T16:07:35.953862+0000 mon.a (mon.0) 317 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T16:07:36.719 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:36 smithi042 bash[64476]: cluster 2023-12-07T16:07:35.329204+0000 mgr.y (mgr.25474) 205 : cluster 0 pgmap v110: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 55/630 objects degraded (8.730%) 2023-12-07T16:07:36.719 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:36 smithi042 bash[64476]: audit 2023-12-07T16:07:35.665202+0000 mon.a (mon.0) 315 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:36.719 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:36 smithi042 bash[64476]: audit 2023-12-07T16:07:35.676404+0000 mon.a (mon.0) 316 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:36.719 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:36 smithi042 bash[64476]: audit 2023-12-07T16:07:35.953364+0000 mon.c (mon.1) 9 : audit 1 from='osd.2 [v2:172.21.15.42:6818/3049508947,v1:172.21.15.42:6819/3049508947]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T16:07:36.719 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:36 smithi042 bash[64476]: audit 2023-12-07T16:07:35.953862+0000 mon.a (mon.0) 317 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T16:07:37.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:36 smithi178 bash[51889]: cluster 2023-12-07T16:07:35.329204+0000 mgr.y (mgr.25474) 205 : cluster 0 pgmap v110: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 55/630 objects degraded (8.730%) 2023-12-07T16:07:37.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:36 smithi178 bash[51889]: audit 2023-12-07T16:07:35.665202+0000 mon.a (mon.0) 315 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:37.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:36 smithi178 bash[51889]: audit 2023-12-07T16:07:35.676404+0000 mon.a (mon.0) 316 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:37.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:36 smithi178 bash[51889]: audit 2023-12-07T16:07:35.953364+0000 mon.c (mon.1) 9 : audit 1 from='osd.2 [v2:172.21.15.42:6818/3049508947,v1:172.21.15.42:6819/3049508947]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T16:07:37.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:36 smithi178 bash[51889]: audit 2023-12-07T16:07:35.953862+0000 mon.a (mon.0) 317 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T16:07:37.121 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:07:36 smithi042 bash[73099]: debug 2023-12-07T16:07:36.709+0000 7f1d14aa2700 -1 osd.2 115 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T16:07:38.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:37 smithi178 bash[51889]: audit 2023-12-07T16:07:36.420692+0000 mgr.y (mgr.25474) 206 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:07:38.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:37 smithi178 bash[51889]: audit 2023-12-07T16:07:36.674343+0000 mon.a (mon.0) 318 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T16:07:38.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:37 smithi178 bash[51889]: cluster 2023-12-07T16:07:36.675306+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T16:07:38.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:37 smithi178 bash[51889]: cluster 2023-12-07T16:07:36.677948+0000 mon.a (mon.0) 319 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2023-12-07T16:07:38.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:37 smithi178 bash[51889]: audit 2023-12-07T16:07:36.680690+0000 mon.c (mon.1) 10 : audit 1 from='osd.2 [v2:172.21.15.42:6818/3049508947,v1:172.21.15.42:6819/3049508947]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T16:07:38.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:37 smithi178 bash[51889]: cluster 2023-12-07T16:07:36.681357+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T16:07:38.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:37 smithi178 bash[51889]: audit 2023-12-07T16:07:36.681952+0000 mon.a (mon.0) 320 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T16:07:38.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:37 smithi178 bash[51889]: audit 2023-12-07T16:07:36.769911+0000 mon.a (mon.0) 321 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:38.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:37 smithi178 bash[51889]: audit 2023-12-07T16:07:36.778168+0000 mon.a (mon.0) 322 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:38.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:37 smithi178 bash[51889]: cluster 2023-12-07T16:07:37.050827+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T16:07:38.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:37 smithi042 bash[64476]: audit 2023-12-07T16:07:36.420692+0000 mgr.y (mgr.25474) 206 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:07:38.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:37 smithi042 bash[64476]: audit 2023-12-07T16:07:36.674343+0000 mon.a (mon.0) 318 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T16:07:38.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:37 smithi042 bash[64476]: cluster 2023-12-07T16:07:36.675306+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T16:07:38.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:37 smithi042 bash[64476]: cluster 2023-12-07T16:07:36.677948+0000 mon.a (mon.0) 319 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2023-12-07T16:07:38.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:37 smithi042 bash[64476]: audit 2023-12-07T16:07:36.680690+0000 mon.c (mon.1) 10 : audit 1 from='osd.2 [v2:172.21.15.42:6818/3049508947,v1:172.21.15.42:6819/3049508947]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T16:07:38.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:37 smithi042 bash[64476]: cluster 2023-12-07T16:07:36.681357+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T16:07:38.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:37 smithi042 bash[64476]: audit 2023-12-07T16:07:36.681952+0000 mon.a (mon.0) 320 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T16:07:38.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:37 smithi042 bash[64476]: audit 2023-12-07T16:07:36.769911+0000 mon.a (mon.0) 321 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:38.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:37 smithi042 bash[64476]: audit 2023-12-07T16:07:36.778168+0000 mon.a (mon.0) 322 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:38.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:37 smithi042 bash[64476]: cluster 2023-12-07T16:07:37.050827+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T16:07:38.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:37 smithi042 bash[65854]: audit 2023-12-07T16:07:36.420692+0000 mgr.y (mgr.25474) 206 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:07:38.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:37 smithi042 bash[65854]: audit 2023-12-07T16:07:36.674343+0000 mon.a (mon.0) 318 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T16:07:38.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:37 smithi042 bash[65854]: cluster 2023-12-07T16:07:36.675306+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T16:07:38.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:37 smithi042 bash[65854]: cluster 2023-12-07T16:07:36.677948+0000 mon.a (mon.0) 319 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2023-12-07T16:07:38.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:37 smithi042 bash[65854]: audit 2023-12-07T16:07:36.680690+0000 mon.c (mon.1) 10 : audit 1 from='osd.2 [v2:172.21.15.42:6818/3049508947,v1:172.21.15.42:6819/3049508947]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T16:07:38.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:37 smithi042 bash[65854]: cluster 2023-12-07T16:07:36.681357+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T16:07:38.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:37 smithi042 bash[65854]: audit 2023-12-07T16:07:36.681952+0000 mon.a (mon.0) 320 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T16:07:38.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:37 smithi042 bash[65854]: audit 2023-12-07T16:07:36.769911+0000 mon.a (mon.0) 321 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:38.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:37 smithi042 bash[65854]: audit 2023-12-07T16:07:36.778168+0000 mon.a (mon.0) 322 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:38.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:37 smithi042 bash[65854]: cluster 2023-12-07T16:07:37.050827+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T16:07:39.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:38 smithi178 bash[51889]: cluster 2023-12-07T16:07:37.330131+0000 mgr.y (mgr.25474) 207 : cluster 0 pgmap v112: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 157 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 55/630 objects degraded (8.730%) 2023-12-07T16:07:39.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:38 smithi178 bash[51889]: cluster 2023-12-07T16:07:37.335231+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T16:07:39.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:38 smithi178 bash[51889]: cluster 2023-12-07T16:07:37.675657+0000 mon.a (mon.0) 323 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:07:39.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:38 smithi178 bash[51889]: cluster 2023-12-07T16:07:37.680322+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T16:07:39.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:38 smithi178 bash[51889]: cluster 2023-12-07T16:07:37.685757+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T16:07:39.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:38 smithi178 bash[51889]: cluster 2023-12-07T16:07:37.686269+0000 mon.a (mon.0) 324 : cluster 1 osd.2 [v2:172.21.15.42:6818/3049508947,v1:172.21.15.42:6819/3049508947] boot 2023-12-07T16:07:39.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:38 smithi178 bash[51889]: cluster 2023-12-07T16:07:37.686407+0000 mon.a (mon.0) 325 : cluster 0 osdmap e119: 8 total, 8 up, 8 in 2023-12-07T16:07:39.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:38 smithi178 bash[51889]: audit 2023-12-07T16:07:37.687258+0000 mon.a (mon.0) 326 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T16:07:39.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:38 smithi178 bash[51889]: cluster 2023-12-07T16:07:37.690398+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T16:07:39.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:38 smithi178 bash[51889]: cluster 2023-12-07T16:07:37.690497+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T16:07:39.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:38 smithi178 bash[51889]: cluster 2023-12-07T16:07:37.700897+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T16:07:39.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:38 smithi042 bash[65854]: cluster 2023-12-07T16:07:37.330131+0000 mgr.y (mgr.25474) 207 : cluster 0 pgmap v112: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 157 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 55/630 objects degraded (8.730%) 2023-12-07T16:07:39.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:38 smithi042 bash[65854]: cluster 2023-12-07T16:07:37.335231+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T16:07:39.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:38 smithi042 bash[65854]: cluster 2023-12-07T16:07:37.675657+0000 mon.a (mon.0) 323 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:07:39.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:38 smithi042 bash[65854]: cluster 2023-12-07T16:07:37.680322+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T16:07:39.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:38 smithi042 bash[65854]: cluster 2023-12-07T16:07:37.685757+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T16:07:39.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:38 smithi042 bash[65854]: cluster 2023-12-07T16:07:37.686269+0000 mon.a (mon.0) 324 : cluster 1 osd.2 [v2:172.21.15.42:6818/3049508947,v1:172.21.15.42:6819/3049508947] boot 2023-12-07T16:07:39.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:38 smithi042 bash[65854]: cluster 2023-12-07T16:07:37.686407+0000 mon.a (mon.0) 325 : cluster 0 osdmap e119: 8 total, 8 up, 8 in 2023-12-07T16:07:39.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:38 smithi042 bash[65854]: audit 2023-12-07T16:07:37.687258+0000 mon.a (mon.0) 326 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T16:07:39.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:38 smithi042 bash[65854]: cluster 2023-12-07T16:07:37.690398+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T16:07:39.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:38 smithi042 bash[65854]: cluster 2023-12-07T16:07:37.690497+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T16:07:39.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:38 smithi042 bash[65854]: cluster 2023-12-07T16:07:37.700897+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T16:07:39.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:38 smithi042 bash[64476]: cluster 2023-12-07T16:07:37.330131+0000 mgr.y (mgr.25474) 207 : cluster 0 pgmap v112: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 157 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 55/630 objects degraded (8.730%) 2023-12-07T16:07:39.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:38 smithi042 bash[64476]: cluster 2023-12-07T16:07:37.335231+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T16:07:39.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:38 smithi042 bash[64476]: cluster 2023-12-07T16:07:37.675657+0000 mon.a (mon.0) 323 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:07:39.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:38 smithi042 bash[64476]: cluster 2023-12-07T16:07:37.680322+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T16:07:39.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:38 smithi042 bash[64476]: cluster 2023-12-07T16:07:37.685757+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T16:07:39.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:38 smithi042 bash[64476]: cluster 2023-12-07T16:07:37.686269+0000 mon.a (mon.0) 324 : cluster 1 osd.2 [v2:172.21.15.42:6818/3049508947,v1:172.21.15.42:6819/3049508947] boot 2023-12-07T16:07:39.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:38 smithi042 bash[64476]: cluster 2023-12-07T16:07:37.686407+0000 mon.a (mon.0) 325 : cluster 0 osdmap e119: 8 total, 8 up, 8 in 2023-12-07T16:07:39.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:38 smithi042 bash[64476]: audit 2023-12-07T16:07:37.687258+0000 mon.a (mon.0) 326 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T16:07:39.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:38 smithi042 bash[64476]: cluster 2023-12-07T16:07:37.690398+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T16:07:39.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:38 smithi042 bash[64476]: cluster 2023-12-07T16:07:37.690497+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T16:07:39.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:38 smithi042 bash[64476]: cluster 2023-12-07T16:07:37.700897+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T16:07:40.099 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[64476]: cluster 2023-12-07T16:07:38.692965+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.099 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[64476]: cluster 2023-12-07T16:07:38.697166+0000 mon.a (mon.0) 327 : cluster 0 osdmap e120: 8 total, 8 up, 8 in 2023-12-07T16:07:40.099 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[64476]: cluster 2023-12-07T16:07:38.697660+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.099 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[64476]: cluster 2023-12-07T16:07:38.698567+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.099 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[64476]: cluster 2023-12-07T16:07:38.702729+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.100 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[64476]: cluster 2023-12-07T16:07:38.702788+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.100 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[64476]: cluster 2023-12-07T16:07:38.704619+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.100 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[64476]: cluster 2023-12-07T16:07:38.704631+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.100 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[64476]: cluster 2023-12-07T16:07:38.710246+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.100 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[64476]: cluster 2023-12-07T16:07:38.710938+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.100 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[64476]: cluster 2023-12-07T16:07:38.712403+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.100 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[64476]: cluster 2023-12-07T16:07:38.712567+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.100 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[64476]: cluster 2023-12-07T16:07:38.712995+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.100 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[64476]: cluster 2023-12-07T16:07:38.715576+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.100 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[65854]: cluster 2023-12-07T16:07:38.692965+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.100 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[65854]: cluster 2023-12-07T16:07:38.697166+0000 mon.a (mon.0) 327 : cluster 0 osdmap e120: 8 total, 8 up, 8 in 2023-12-07T16:07:40.100 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[65854]: cluster 2023-12-07T16:07:38.697660+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.100 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[65854]: cluster 2023-12-07T16:07:38.698567+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.100 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[65854]: cluster 2023-12-07T16:07:38.702729+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.101 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[65854]: cluster 2023-12-07T16:07:38.702788+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.101 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[65854]: cluster 2023-12-07T16:07:38.704619+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.101 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[65854]: cluster 2023-12-07T16:07:38.704631+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.101 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[65854]: cluster 2023-12-07T16:07:38.710246+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.101 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[65854]: cluster 2023-12-07T16:07:38.710938+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.101 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[65854]: cluster 2023-12-07T16:07:38.712403+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.101 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[65854]: cluster 2023-12-07T16:07:38.712567+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.101 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[65854]: cluster 2023-12-07T16:07:38.712995+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.101 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:39 smithi042 bash[65854]: cluster 2023-12-07T16:07:38.715576+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:39 smithi178 bash[51889]: cluster 2023-12-07T16:07:38.692965+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:39 smithi178 bash[51889]: cluster 2023-12-07T16:07:38.697166+0000 mon.a (mon.0) 327 : cluster 0 osdmap e120: 8 total, 8 up, 8 in 2023-12-07T16:07:40.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:39 smithi178 bash[51889]: cluster 2023-12-07T16:07:38.697660+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:39 smithi178 bash[51889]: cluster 2023-12-07T16:07:38.698567+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:39 smithi178 bash[51889]: cluster 2023-12-07T16:07:38.702729+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:39 smithi178 bash[51889]: cluster 2023-12-07T16:07:38.702788+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:39 smithi178 bash[51889]: cluster 2023-12-07T16:07:38.704619+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:39 smithi178 bash[51889]: cluster 2023-12-07T16:07:38.704631+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:39 smithi178 bash[51889]: cluster 2023-12-07T16:07:38.710246+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:39 smithi178 bash[51889]: cluster 2023-12-07T16:07:38.710938+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:39 smithi178 bash[51889]: cluster 2023-12-07T16:07:38.712403+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:39 smithi178 bash[51889]: cluster 2023-12-07T16:07:38.712567+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:39 smithi178 bash[51889]: cluster 2023-12-07T16:07:38.712995+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:39 smithi178 bash[51889]: cluster 2023-12-07T16:07:38.715576+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T16:07:40.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:07:40 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:07:40] "GET /metrics HTTP/1.1" 200 38326 "" "Prometheus/2.33.4" 2023-12-07T16:07:41.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:40 smithi178 bash[51889]: cluster 2023-12-07T16:07:39.331123+0000 mgr.y (mgr.25474) 208 : cluster 0 pgmap v115: 161 pgs: 4 peering, 10 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 157 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 36/630 objects degraded (5.714%) 2023-12-07T16:07:41.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:40 smithi178 bash[51889]: cluster 2023-12-07T16:07:40.278788+0000 mon.a (mon.0) 328 : cluster 3 Health check update: Degraded data redundancy: 36/630 objects degraded (5.714%), 10 pgs degraded (PG_DEGRADED) 2023-12-07T16:07:41.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:40 smithi178 bash[51889]: audit 2023-12-07T16:07:40.343661+0000 mon.a (mon.0) 329 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:41.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:40 smithi178 bash[51889]: audit 2023-12-07T16:07:40.346231+0000 mon.a (mon.0) 330 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:07:41.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:40 smithi178 bash[51889]: audit 2023-12-07T16:07:40.473352+0000 mon.a (mon.0) 331 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:41.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:40 smithi042 bash[64476]: cluster 2023-12-07T16:07:39.331123+0000 mgr.y (mgr.25474) 208 : cluster 0 pgmap v115: 161 pgs: 4 peering, 10 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 157 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 36/630 objects degraded (5.714%) 2023-12-07T16:07:41.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:40 smithi042 bash[64476]: cluster 2023-12-07T16:07:40.278788+0000 mon.a (mon.0) 328 : cluster 3 Health check update: Degraded data redundancy: 36/630 objects degraded (5.714%), 10 pgs degraded (PG_DEGRADED) 2023-12-07T16:07:41.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:40 smithi042 bash[64476]: audit 2023-12-07T16:07:40.343661+0000 mon.a (mon.0) 329 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:41.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:40 smithi042 bash[64476]: audit 2023-12-07T16:07:40.346231+0000 mon.a (mon.0) 330 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:07:41.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:40 smithi042 bash[64476]: audit 2023-12-07T16:07:40.473352+0000 mon.a (mon.0) 331 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:41.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:40 smithi042 bash[65854]: cluster 2023-12-07T16:07:39.331123+0000 mgr.y (mgr.25474) 208 : cluster 0 pgmap v115: 161 pgs: 4 peering, 10 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 157 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 36/630 objects degraded (5.714%) 2023-12-07T16:07:41.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:40 smithi042 bash[65854]: cluster 2023-12-07T16:07:40.278788+0000 mon.a (mon.0) 328 : cluster 3 Health check update: Degraded data redundancy: 36/630 objects degraded (5.714%), 10 pgs degraded (PG_DEGRADED) 2023-12-07T16:07:41.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:40 smithi042 bash[65854]: audit 2023-12-07T16:07:40.343661+0000 mon.a (mon.0) 329 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:41.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:40 smithi042 bash[65854]: audit 2023-12-07T16:07:40.346231+0000 mon.a (mon.0) 330 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:07:41.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:40 smithi042 bash[65854]: audit 2023-12-07T16:07:40.473352+0000 mon.a (mon.0) 331 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:42.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:41 smithi178 bash[51889]: cluster 2023-12-07T16:07:41.714420+0000 mon.a (mon.0) 332 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/630 objects degraded (5.714%), 10 pgs degraded) 2023-12-07T16:07:42.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:41 smithi178 bash[51889]: cluster 2023-12-07T16:07:41.714519+0000 mon.a (mon.0) 333 : cluster 1 Cluster is now healthy 2023-12-07T16:07:42.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:41 smithi042 bash[64476]: cluster 2023-12-07T16:07:41.714420+0000 mon.a (mon.0) 332 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/630 objects degraded (5.714%), 10 pgs degraded) 2023-12-07T16:07:42.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:41 smithi042 bash[64476]: cluster 2023-12-07T16:07:41.714519+0000 mon.a (mon.0) 333 : cluster 1 Cluster is now healthy 2023-12-07T16:07:42.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:41 smithi042 bash[65854]: cluster 2023-12-07T16:07:41.714420+0000 mon.a (mon.0) 332 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/630 objects degraded (5.714%), 10 pgs degraded) 2023-12-07T16:07:42.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:41 smithi042 bash[65854]: cluster 2023-12-07T16:07:41.714519+0000 mon.a (mon.0) 333 : cluster 1 Cluster is now healthy 2023-12-07T16:07:42.362 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-12-07T16:07:43.074 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:42 smithi042 bash[64476]: cluster 2023-12-07T16:07:41.332750+0000 mgr.y (mgr.25474) 209 : cluster 0 pgmap v116: 161 pgs: 4 peering, 12 active+undersized, 145 active+clean; 585 KiB data, 161 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:07:43.074 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:42 smithi042 bash[65854]: cluster 2023-12-07T16:07:41.332750+0000 mgr.y (mgr.25474) 209 : cluster 0 pgmap v116: 161 pgs: 4 peering, 12 active+undersized, 145 active+clean; 585 KiB data, 161 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:07:43.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:42 smithi178 bash[51889]: cluster 2023-12-07T16:07:41.332750+0000 mgr.y (mgr.25474) 209 : cluster 0 pgmap v116: 161 pgs: 4 peering, 12 active+undersized, 145 active+clean; 585 KiB data, 161 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:07:43.172 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:07:43.172 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (5m) 7s ago 12m 15.9M - 0.23.0 ba2b418f427c fe1b358b85a1 2023-12-07T16:07:43.173 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi178 *:3000 running (4m) 2m ago 12m 43.5M - 8.3.5 dad864ee21e9 3cb0965be645 2023-12-07T16:07:43.173 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.zhjtqu smithi042 running (4m) 7s ago 10m 47.0M - 3.5 e1d6a67b021e 7deb6d5f3048 2023-12-07T16:07:43.173 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi178 *:8443,9283,8765 running (3m) 2m ago 18m 433M - 19.0.0-13-ge6605fb8 104f332cd0a9 c0c2d21198ed 2023-12-07T16:07:43.173 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (4m) 7s ago 20m 492M - 19.0.0-13-ge6605fb8 104f332cd0a9 6718013de405 2023-12-07T16:07:43.173 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (3m) 7s ago 20m 50.2M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 dac84442c4ce 2023-12-07T16:07:43.173 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi178 running (2m) 2m ago 19m 22.3M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d9d6d09f7e87 2023-12-07T16:07:43.173 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (2m) 7s ago 19m 43.0M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fb50c46ab5c1 2023-12-07T16:07:43.173 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (5m) 7s ago 12m 12.0M - 1.3.1 1dbe0e931976 531aa26ab3fd 2023-12-07T16:07:43.173 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi178 *:9100 running (5m) 2m ago 12m 11.3M - 1.3.1 1dbe0e931976 f553be30e56c 2023-12-07T16:07:43.173 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (69s) 7s ago 18m 50.8M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 a88ce2e50dbf 2023-12-07T16:07:43.173 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (40s) 7s ago 17m 51.0M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 f0d4a52e36a8 2023-12-07T16:07:43.173 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (11s) 7s ago 17m - 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 547071d029a3 2023-12-07T16:07:43.173 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (16m) 7s ago 16m 63.5M 2782M 17.2.0 e1d6a67b021e ef87480dafbe 2023-12-07T16:07:43.173 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi178 running (15m) 2m ago 15m 58.4M 3037M 17.2.0 e1d6a67b021e 489e822c6353 2023-12-07T16:07:43.173 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi178 running (15m) 2m ago 15m 56.3M 3037M 17.2.0 e1d6a67b021e b77d6dab08a9 2023-12-07T16:07:43.173 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi178 running (14m) 2m ago 14m 54.7M 3037M 17.2.0 e1d6a67b021e 0c3c794876c3 2023-12-07T16:07:43.174 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi178 running (13m) 2m ago 13m 57.5M 3037M 17.2.0 e1d6a67b021e d54168b8b1ca 2023-12-07T16:07:43.174 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi178 *:9095 running (3m) 2m ago 12m 59.4M - 2.33.4 514e6a882f6e 8dc9b81a4426 2023-12-07T16:07:43.174 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.hcortj smithi042 *:8000 running (10m) 7s ago 10m 88.7M - 17.2.0 e1d6a67b021e 7b4fbb51c0e4 2023-12-07T16:07:43.174 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi178.qokiza smithi178 *:8000 running (10m) 2m ago 10m 87.5M - 17.2.0 e1d6a67b021e ed4b389a14c0 2023-12-07T16:07:43.174 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.bhilti smithi042 *:80 running (10m) 7s ago 10m 88.2M - 17.2.0 e1d6a67b021e a005b7760f26 2023-12-07T16:07:43.174 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi178.kllngz smithi178 *:80 running (10m) 2m ago 10m 87.9M - 17.2.0 e1d6a67b021e ec7417c26d3d 2023-12-07T16:07:43.639 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:07:43.639 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-12-07T16:07:43.639 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T16:07:43.639 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:07:43.639 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-12-07T16:07:43.639 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T16:07:43.639 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:07:43.639 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-12-07T16:07:43.639 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-07T16:07:43.639 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T16:07:43.639 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:07:43.639 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2023-12-07T16:07:43.639 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:07:43.639 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:07:43.640 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-12-07T16:07:43.640 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 9, 2023-12-07T16:07:43.640 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 8 2023-12-07T16:07:43.640 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T16:07:43.640 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:07:44.029 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:07:44.029 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:07:44.029 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-12-07T16:07:44.029 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T16:07:44.029 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2023-12-07T16:07:44.029 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr", 2023-12-07T16:07:44.029 INFO:teuthology.orchestra.run.smithi042.stdout: "mon" 2023-12-07T16:07:44.029 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2023-12-07T16:07:44.029 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "8/23 daemons upgraded", 2023-12-07T16:07:44.030 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading osd daemons", 2023-12-07T16:07:44.030 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-12-07T16:07:44.030 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:07:44.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:43 smithi178 bash[51889]: audit 2023-12-07T16:07:42.335191+0000 mgr.y (mgr.25474) 210 : audit 0 from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:44.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:43 smithi178 bash[51889]: audit 2023-12-07T16:07:42.738618+0000 mgr.y (mgr.25474) 211 : audit 0 from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:44.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:43 smithi178 bash[51889]: audit 2023-12-07T16:07:43.143351+0000 mgr.y (mgr.25474) 212 : audit 0 from='client.44308 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:44.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:43 smithi178 bash[51889]: cluster 2023-12-07T16:07:43.333745+0000 mgr.y (mgr.25474) 213 : cluster 0 pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 161 MiB used, 715 GiB / 715 GiB avail; 769 B/s rd, 0 op/s 2023-12-07T16:07:44.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:43 smithi178 bash[51889]: audit 2023-12-07T16:07:43.632411+0000 mon.c (mon.1) 11 : audit 0 from='client.? 172.21.15.42:0/1280291323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:44.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:43 smithi042 bash[64476]: audit 2023-12-07T16:07:42.335191+0000 mgr.y (mgr.25474) 210 : audit 0 from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:44.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:43 smithi042 bash[64476]: audit 2023-12-07T16:07:42.738618+0000 mgr.y (mgr.25474) 211 : audit 0 from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:44.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:43 smithi042 bash[64476]: audit 2023-12-07T16:07:43.143351+0000 mgr.y (mgr.25474) 212 : audit 0 from='client.44308 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:44.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:43 smithi042 bash[64476]: cluster 2023-12-07T16:07:43.333745+0000 mgr.y (mgr.25474) 213 : cluster 0 pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 161 MiB used, 715 GiB / 715 GiB avail; 769 B/s rd, 0 op/s 2023-12-07T16:07:44.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:43 smithi042 bash[64476]: audit 2023-12-07T16:07:43.632411+0000 mon.c (mon.1) 11 : audit 0 from='client.? 172.21.15.42:0/1280291323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:44.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:43 smithi042 bash[65854]: audit 2023-12-07T16:07:42.335191+0000 mgr.y (mgr.25474) 210 : audit 0 from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:44.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:43 smithi042 bash[65854]: audit 2023-12-07T16:07:42.738618+0000 mgr.y (mgr.25474) 211 : audit 0 from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:44.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:43 smithi042 bash[65854]: audit 2023-12-07T16:07:43.143351+0000 mgr.y (mgr.25474) 212 : audit 0 from='client.44308 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:44.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:43 smithi042 bash[65854]: cluster 2023-12-07T16:07:43.333745+0000 mgr.y (mgr.25474) 213 : cluster 0 pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 161 MiB used, 715 GiB / 715 GiB avail; 769 B/s rd, 0 op/s 2023-12-07T16:07:44.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:43 smithi042 bash[65854]: audit 2023-12-07T16:07:43.632411+0000 mon.c (mon.1) 11 : audit 0 from='client.? 172.21.15.42:0/1280291323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:44.489 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-12-07T16:07:45.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:44 smithi178 bash[51889]: audit 2023-12-07T16:07:44.022877+0000 mgr.y (mgr.25474) 214 : audit 0 from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:45.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:44 smithi178 bash[51889]: audit 2023-12-07T16:07:44.483011+0000 mon.c (mon.1) 12 : audit 0 from='client.? 172.21.15.42:0/3506862914' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:07:45.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:44 smithi042 bash[64476]: audit 2023-12-07T16:07:44.022877+0000 mgr.y (mgr.25474) 214 : audit 0 from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:45.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:44 smithi042 bash[64476]: audit 2023-12-07T16:07:44.483011+0000 mon.c (mon.1) 12 : audit 0 from='client.? 172.21.15.42:0/3506862914' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:07:45.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:44 smithi042 bash[65854]: audit 2023-12-07T16:07:44.022877+0000 mgr.y (mgr.25474) 214 : audit 0 from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:45.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:44 smithi042 bash[65854]: audit 2023-12-07T16:07:44.483011+0000 mon.c (mon.1) 12 : audit 0 from='client.? 172.21.15.42:0/3506862914' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:07:46.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:46 smithi042 bash[64476]: cluster 2023-12-07T16:07:45.334694+0000 mgr.y (mgr.25474) 215 : cluster 0 pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-07T16:07:46.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:46 smithi042 bash[65854]: cluster 2023-12-07T16:07:45.334694+0000 mgr.y (mgr.25474) 215 : cluster 0 pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-07T16:07:46.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:46 smithi178 bash[51889]: cluster 2023-12-07T16:07:45.334694+0000 mgr.y (mgr.25474) 215 : cluster 0 pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-07T16:07:47.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:47 smithi178 bash[51889]: audit 2023-12-07T16:07:46.428962+0000 mgr.y (mgr.25474) 216 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:07:47.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:47 smithi178 bash[51889]: audit 2023-12-07T16:07:46.936112+0000 mon.a (mon.0) 334 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:47.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:47 smithi178 bash[51889]: audit 2023-12-07T16:07:46.947828+0000 mon.a (mon.0) 335 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:47.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:47 smithi178 bash[51889]: audit 2023-12-07T16:07:46.950324+0000 mon.a (mon.0) 336 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:07:47.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:47 smithi178 bash[51889]: audit 2023-12-07T16:07:46.952099+0000 mon.a (mon.0) 337 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:07:47.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:47 smithi178 bash[51889]: audit 2023-12-07T16:07:46.961232+0000 mon.a (mon.0) 338 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:47.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:47 smithi178 bash[51889]: audit 2023-12-07T16:07:47.049398+0000 mon.a (mon.0) 339 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:07:47.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:47 smithi178 bash[51889]: audit 2023-12-07T16:07:47.052988+0000 mon.a (mon.0) 340 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:47.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:47 smithi178 bash[51889]: audit 2023-12-07T16:07:47.055703+0000 mon.a (mon.0) 341 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:47.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:47 smithi178 bash[51889]: audit 2023-12-07T16:07:47.057799+0000 mon.a (mon.0) 342 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:47.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:47 smithi178 bash[51889]: audit 2023-12-07T16:07:47.060567+0000 mon.a (mon.0) 343 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-07T16:07:47.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:47 smithi042 bash[64476]: audit 2023-12-07T16:07:46.428962+0000 mgr.y (mgr.25474) 216 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:07:47.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:47 smithi042 bash[64476]: audit 2023-12-07T16:07:46.936112+0000 mon.a (mon.0) 334 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:47.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:47 smithi042 bash[64476]: audit 2023-12-07T16:07:46.947828+0000 mon.a (mon.0) 335 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:47.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:47 smithi042 bash[64476]: audit 2023-12-07T16:07:46.950324+0000 mon.a (mon.0) 336 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:07:47.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:47 smithi042 bash[64476]: audit 2023-12-07T16:07:46.952099+0000 mon.a (mon.0) 337 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:07:47.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:47 smithi042 bash[64476]: audit 2023-12-07T16:07:46.961232+0000 mon.a (mon.0) 338 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:47.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:47 smithi042 bash[64476]: audit 2023-12-07T16:07:47.049398+0000 mon.a (mon.0) 339 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:07:47.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:47 smithi042 bash[64476]: audit 2023-12-07T16:07:47.052988+0000 mon.a (mon.0) 340 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:47.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:47 smithi042 bash[64476]: audit 2023-12-07T16:07:47.055703+0000 mon.a (mon.0) 341 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:47.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:47 smithi042 bash[64476]: audit 2023-12-07T16:07:47.057799+0000 mon.a (mon.0) 342 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:47.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:47 smithi042 bash[64476]: audit 2023-12-07T16:07:47.060567+0000 mon.a (mon.0) 343 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-07T16:07:47.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:47 smithi042 bash[65854]: audit 2023-12-07T16:07:46.428962+0000 mgr.y (mgr.25474) 216 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:07:47.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:47 smithi042 bash[65854]: audit 2023-12-07T16:07:46.936112+0000 mon.a (mon.0) 334 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:47.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:47 smithi042 bash[65854]: audit 2023-12-07T16:07:46.947828+0000 mon.a (mon.0) 335 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:47.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:47 smithi042 bash[65854]: audit 2023-12-07T16:07:46.950324+0000 mon.a (mon.0) 336 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:07:47.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:47 smithi042 bash[65854]: audit 2023-12-07T16:07:46.952099+0000 mon.a (mon.0) 337 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:07:47.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:47 smithi042 bash[65854]: audit 2023-12-07T16:07:46.961232+0000 mon.a (mon.0) 338 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:47.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:47 smithi042 bash[65854]: audit 2023-12-07T16:07:47.049398+0000 mon.a (mon.0) 339 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:07:47.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:47 smithi042 bash[65854]: audit 2023-12-07T16:07:47.052988+0000 mon.a (mon.0) 340 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:47.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:47 smithi042 bash[65854]: audit 2023-12-07T16:07:47.055703+0000 mon.a (mon.0) 341 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:47.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:47 smithi042 bash[65854]: audit 2023-12-07T16:07:47.057799+0000 mon.a (mon.0) 342 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:07:47.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:47 smithi042 bash[65854]: audit 2023-12-07T16:07:47.060567+0000 mon.a (mon.0) 343 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-07T16:07:48.549 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:48 smithi042 bash[64476]: audit 2023-12-07T16:07:47.060966+0000 mgr.y (mgr.25474) 217 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-07T16:07:48.549 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:48 smithi042 bash[64476]: cephadm 2023-12-07T16:07:47.063224+0000 mgr.y (mgr.25474) 218 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-07T16:07:48.549 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:48 smithi042 bash[64476]: cluster 2023-12-07T16:07:47.336008+0000 mgr.y (mgr.25474) 219 : cluster 0 pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-07T16:07:48.549 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:48 smithi042 bash[65854]: audit 2023-12-07T16:07:47.060966+0000 mgr.y (mgr.25474) 217 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-07T16:07:48.549 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:48 smithi042 bash[65854]: cephadm 2023-12-07T16:07:47.063224+0000 mgr.y (mgr.25474) 218 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-07T16:07:48.550 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:48 smithi042 bash[65854]: cluster 2023-12-07T16:07:47.336008+0000 mgr.y (mgr.25474) 219 : cluster 0 pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-07T16:07:48.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:48 smithi178 bash[51889]: audit 2023-12-07T16:07:47.060966+0000 mgr.y (mgr.25474) 217 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-07T16:07:48.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:48 smithi178 bash[51889]: cephadm 2023-12-07T16:07:47.063224+0000 mgr.y (mgr.25474) 218 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-07T16:07:48.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:48 smithi178 bash[51889]: cluster 2023-12-07T16:07:47.336008+0000 mgr.y (mgr.25474) 219 : cluster 0 pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-07T16:07:50.351 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:07:50 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:07:50] "GET /metrics HTTP/1.1" 200 38186 "" "Prometheus/2.33.4" 2023-12-07T16:07:50.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:50 smithi178 bash[51889]: cephadm 2023-12-07T16:07:49.332948+0000 mgr.y (mgr.25474) 220 : cephadm 1 Upgrade: Updating osd.3 2023-12-07T16:07:50.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:50 smithi178 bash[51889]: cluster 2023-12-07T16:07:49.336889+0000 mgr.y (mgr.25474) 221 : cluster 0 pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 962 B/s rd, 0 op/s 2023-12-07T16:07:50.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:50 smithi178 bash[51889]: audit 2023-12-07T16:07:49.340536+0000 mon.a (mon.0) 344 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:50.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:50 smithi178 bash[51889]: audit 2023-12-07T16:07:49.345987+0000 mon.a (mon.0) 345 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-07T16:07:50.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:50 smithi178 bash[51889]: audit 2023-12-07T16:07:49.347583+0000 mon.a (mon.0) 346 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:07:50.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:50 smithi178 bash[51889]: cephadm 2023-12-07T16:07:49.352892+0000 mgr.y (mgr.25474) 222 : cephadm 1 Deploying daemon osd.3 on smithi042 2023-12-07T16:07:50.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:50 smithi042 bash[64476]: cephadm 2023-12-07T16:07:49.332948+0000 mgr.y (mgr.25474) 220 : cephadm 1 Upgrade: Updating osd.3 2023-12-07T16:07:50.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:50 smithi042 bash[64476]: cluster 2023-12-07T16:07:49.336889+0000 mgr.y (mgr.25474) 221 : cluster 0 pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 962 B/s rd, 0 op/s 2023-12-07T16:07:50.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:50 smithi042 bash[64476]: audit 2023-12-07T16:07:49.340536+0000 mon.a (mon.0) 344 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:50.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:50 smithi042 bash[64476]: audit 2023-12-07T16:07:49.345987+0000 mon.a (mon.0) 345 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-07T16:07:50.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:50 smithi042 bash[64476]: audit 2023-12-07T16:07:49.347583+0000 mon.a (mon.0) 346 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:07:50.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:50 smithi042 bash[64476]: cephadm 2023-12-07T16:07:49.352892+0000 mgr.y (mgr.25474) 222 : cephadm 1 Deploying daemon osd.3 on smithi042 2023-12-07T16:07:50.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:50 smithi042 bash[65854]: cephadm 2023-12-07T16:07:49.332948+0000 mgr.y (mgr.25474) 220 : cephadm 1 Upgrade: Updating osd.3 2023-12-07T16:07:50.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:50 smithi042 bash[65854]: cluster 2023-12-07T16:07:49.336889+0000 mgr.y (mgr.25474) 221 : cluster 0 pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 962 B/s rd, 0 op/s 2023-12-07T16:07:50.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:50 smithi042 bash[65854]: audit 2023-12-07T16:07:49.340536+0000 mon.a (mon.0) 344 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:50.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:50 smithi042 bash[65854]: audit 2023-12-07T16:07:49.345987+0000 mon.a (mon.0) 345 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-07T16:07:50.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:50 smithi042 bash[65854]: audit 2023-12-07T16:07:49.347583+0000 mon.a (mon.0) 346 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:07:50.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:50 smithi042 bash[65854]: cephadm 2023-12-07T16:07:49.352892+0000 mgr.y (mgr.25474) 222 : cephadm 1 Deploying daemon osd.3 on smithi042 2023-12-07T16:07:51.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:51 smithi178 bash[51889]: audit 2023-12-07T16:07:50.501326+0000 mon.a (mon.0) 347 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:51.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:51 smithi042 bash[64476]: audit 2023-12-07T16:07:50.501326+0000 mon.a (mon.0) 347 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:51.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:51 smithi042 bash[65854]: audit 2023-12-07T16:07:50.501326+0000 mon.a (mon.0) 347 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:52.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:52 smithi042 bash[64476]: cluster 2023-12-07T16:07:51.338332+0000 mgr.y (mgr.25474) 223 : cluster 0 pgmap v121: 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-07T16:07:52.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:52 smithi042 bash[65854]: cluster 2023-12-07T16:07:51.338332+0000 mgr.y (mgr.25474) 223 : cluster 0 pgmap v121: 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-07T16:07:52.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:52 smithi178 bash[51889]: cluster 2023-12-07T16:07:51.338332+0000 mgr.y (mgr.25474) 223 : cluster 0 pgmap v121: 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-07T16:07:53.871 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:07:53 smithi042 systemd[1]: Stopping Ceph osd.3 for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:07:54.371 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:07:53 smithi042 bash[42637]: debug 2023-12-07T16:07:53.973+0000 7fcc1e11e700 -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-07T16:07:54.371 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:07:53 smithi042 bash[42637]: debug 2023-12-07T16:07:53.973+0000 7fcc1e11e700 -1 osd.3 120 *** Got signal Terminated *** 2023-12-07T16:07:54.372 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:07:53 smithi042 bash[42637]: debug 2023-12-07T16:07:53.973+0000 7fcc1e11e700 -1 osd.3 120 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:07:54.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:54 smithi178 bash[51889]: cluster 2023-12-07T16:07:53.339404+0000 mgr.y (mgr.25474) 224 : cluster 0 pgmap v122: 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-07T16:07:54.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:54 smithi178 bash[51889]: cluster 2023-12-07T16:07:53.976960+0000 mon.a (mon.0) 348 : cluster 1 osd.3 marked itself down and dead 2023-12-07T16:07:54.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:54 smithi042 bash[64476]: cluster 2023-12-07T16:07:53.339404+0000 mgr.y (mgr.25474) 224 : cluster 0 pgmap v122: 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-07T16:07:54.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:54 smithi042 bash[64476]: cluster 2023-12-07T16:07:53.976960+0000 mon.a (mon.0) 348 : cluster 1 osd.3 marked itself down and dead 2023-12-07T16:07:54.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:54 smithi042 bash[65854]: cluster 2023-12-07T16:07:53.339404+0000 mgr.y (mgr.25474) 224 : cluster 0 pgmap v122: 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-07T16:07:54.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:54 smithi042 bash[65854]: cluster 2023-12-07T16:07:53.976960+0000 mon.a (mon.0) 348 : cluster 1 osd.3 marked itself down and dead 2023-12-07T16:07:55.541 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[65854]: cluster 2023-12-07T16:07:54.513692+0000 mon.a (mon.0) 349 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:07:55.541 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[65854]: cluster 2023-12-07T16:07:54.523323+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.541 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[65854]: cluster 2023-12-07T16:07:54.524454+0000 mon.a (mon.0) 350 : cluster 0 osdmap e121: 8 total, 7 up, 8 in 2023-12-07T16:07:55.541 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[65854]: cluster 2023-12-07T16:07:54.529899+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.541 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[65854]: cluster 2023-12-07T16:07:54.531928+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.541 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[65854]: cluster 2023-12-07T16:07:54.532161+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.542 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[65854]: cluster 2023-12-07T16:07:54.533145+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.542 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[65854]: cluster 2023-12-07T16:07:54.534449+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.542 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[65854]: cluster 2023-12-07T16:07:54.536132+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.542 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[65854]: cluster 2023-12-07T16:07:54.536485+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.542 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[65854]: cluster 2023-12-07T16:07:54.537251+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.542 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[65854]: cluster 2023-12-07T16:07:54.537604+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.542 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[65854]: cluster 2023-12-07T16:07:54.539242+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.542 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[65854]: cluster 2023-12-07T16:07:54.539683+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.542 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[65854]: cluster 2023-12-07T16:07:54.543394+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.542 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[65854]: audit 2023-12-07T16:07:55.340719+0000 mon.a (mon.0) 351 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:55.542 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[65854]: audit 2023-12-07T16:07:55.343377+0000 mon.a (mon.0) 352 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:07:55.542 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[64476]: cluster 2023-12-07T16:07:54.513692+0000 mon.a (mon.0) 349 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:07:55.542 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[64476]: cluster 2023-12-07T16:07:54.523323+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.543 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[64476]: cluster 2023-12-07T16:07:54.524454+0000 mon.a (mon.0) 350 : cluster 0 osdmap e121: 8 total, 7 up, 8 in 2023-12-07T16:07:55.543 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[64476]: cluster 2023-12-07T16:07:54.529899+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.543 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[64476]: cluster 2023-12-07T16:07:54.531928+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.543 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[64476]: cluster 2023-12-07T16:07:54.532161+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.543 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[64476]: cluster 2023-12-07T16:07:54.533145+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.543 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[64476]: cluster 2023-12-07T16:07:54.534449+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.543 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[64476]: cluster 2023-12-07T16:07:54.536132+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.543 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[64476]: cluster 2023-12-07T16:07:54.536485+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.543 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[64476]: cluster 2023-12-07T16:07:54.537251+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.543 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[64476]: cluster 2023-12-07T16:07:54.537604+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.543 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[64476]: cluster 2023-12-07T16:07:54.539242+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.543 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[64476]: cluster 2023-12-07T16:07:54.539683+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.543 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[64476]: cluster 2023-12-07T16:07:54.543394+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.543 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[64476]: audit 2023-12-07T16:07:55.340719+0000 mon.a (mon.0) 351 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:55.543 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[64476]: audit 2023-12-07T16:07:55.343377+0000 mon.a (mon.0) 352 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:07:55.816 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[74731]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-3 2023-12-07T16:07:55.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:55 smithi178 bash[51889]: cluster 2023-12-07T16:07:54.513692+0000 mon.a (mon.0) 349 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:07:55.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:55 smithi178 bash[51889]: cluster 2023-12-07T16:07:54.523323+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:55 smithi178 bash[51889]: cluster 2023-12-07T16:07:54.524454+0000 mon.a (mon.0) 350 : cluster 0 osdmap e121: 8 total, 7 up, 8 in 2023-12-07T16:07:55.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:55 smithi178 bash[51889]: cluster 2023-12-07T16:07:54.529899+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:55 smithi178 bash[51889]: cluster 2023-12-07T16:07:54.531928+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:55 smithi178 bash[51889]: cluster 2023-12-07T16:07:54.532161+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:55 smithi178 bash[51889]: cluster 2023-12-07T16:07:54.533145+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:55 smithi178 bash[51889]: cluster 2023-12-07T16:07:54.534449+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:55 smithi178 bash[51889]: cluster 2023-12-07T16:07:54.536132+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:55 smithi178 bash[51889]: cluster 2023-12-07T16:07:54.536485+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:55 smithi178 bash[51889]: cluster 2023-12-07T16:07:54.537251+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:55 smithi178 bash[51889]: cluster 2023-12-07T16:07:54.537604+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:55 smithi178 bash[51889]: cluster 2023-12-07T16:07:54.539242+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:55 smithi178 bash[51889]: cluster 2023-12-07T16:07:54.539683+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:55 smithi178 bash[51889]: cluster 2023-12-07T16:07:54.543394+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T16:07:55.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:55 smithi178 bash[51889]: audit 2023-12-07T16:07:55.340719+0000 mon.a (mon.0) 351 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:55.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:55 smithi178 bash[51889]: audit 2023-12-07T16:07:55.343377+0000 mon.a (mon.0) 352 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:07:56.121 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:07:55 smithi042 bash[74804]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-3 2023-12-07T16:07:56.751 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[65854]: cluster 2023-12-07T16:07:55.340372+0000 mgr.y (mgr.25474) 225 : cluster 0 pgmap v124: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:07:56.751 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[65854]: cluster 2023-12-07T16:07:55.525361+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.751 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[65854]: cluster 2023-12-07T16:07:55.526124+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.751 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[65854]: cluster 2023-12-07T16:07:55.526867+0000 mon.a (mon.0) 353 : cluster 0 osdmap e122: 8 total, 7 up, 8 in 2023-12-07T16:07:56.751 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[65854]: cluster 2023-12-07T16:07:55.529171+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.751 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[65854]: cluster 2023-12-07T16:07:55.529307+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.751 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[65854]: cluster 2023-12-07T16:07:55.533711+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.751 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[65854]: cluster 2023-12-07T16:07:55.535014+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.751 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[65854]: cluster 2023-12-07T16:07:55.535036+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.752 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[65854]: cluster 2023-12-07T16:07:55.538783+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.752 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[65854]: cluster 2023-12-07T16:07:55.540870+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.752 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[65854]: cluster 2023-12-07T16:07:55.541206+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.752 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[65854]: cluster 2023-12-07T16:07:55.541838+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.752 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[65854]: cluster 2023-12-07T16:07:55.543288+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.752 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[65854]: cluster 2023-12-07T16:07:55.543809+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.752 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[64476]: cluster 2023-12-07T16:07:55.340372+0000 mgr.y (mgr.25474) 225 : cluster 0 pgmap v124: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:07:56.752 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[64476]: cluster 2023-12-07T16:07:55.525361+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.753 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[64476]: cluster 2023-12-07T16:07:55.526124+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.753 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[64476]: cluster 2023-12-07T16:07:55.526867+0000 mon.a (mon.0) 353 : cluster 0 osdmap e122: 8 total, 7 up, 8 in 2023-12-07T16:07:56.753 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[64476]: cluster 2023-12-07T16:07:55.529171+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.753 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[64476]: cluster 2023-12-07T16:07:55.529307+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.753 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[64476]: cluster 2023-12-07T16:07:55.533711+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.753 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[64476]: cluster 2023-12-07T16:07:55.535014+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.753 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[64476]: cluster 2023-12-07T16:07:55.535036+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.753 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[64476]: cluster 2023-12-07T16:07:55.538783+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.753 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[64476]: cluster 2023-12-07T16:07:55.540870+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.753 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[64476]: cluster 2023-12-07T16:07:55.541206+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.753 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[64476]: cluster 2023-12-07T16:07:55.541838+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.753 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[64476]: cluster 2023-12-07T16:07:55.543288+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.754 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:56 smithi042 bash[64476]: cluster 2023-12-07T16:07:55.543809+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:56 smithi178 bash[51889]: cluster 2023-12-07T16:07:55.340372+0000 mgr.y (mgr.25474) 225 : cluster 0 pgmap v124: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:07:56.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:56 smithi178 bash[51889]: cluster 2023-12-07T16:07:55.525361+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:56 smithi178 bash[51889]: cluster 2023-12-07T16:07:55.526124+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:56 smithi178 bash[51889]: cluster 2023-12-07T16:07:55.526867+0000 mon.a (mon.0) 353 : cluster 0 osdmap e122: 8 total, 7 up, 8 in 2023-12-07T16:07:56.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:56 smithi178 bash[51889]: cluster 2023-12-07T16:07:55.529171+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:56 smithi178 bash[51889]: cluster 2023-12-07T16:07:55.529307+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:56 smithi178 bash[51889]: cluster 2023-12-07T16:07:55.533711+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:56 smithi178 bash[51889]: cluster 2023-12-07T16:07:55.535014+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:56 smithi178 bash[51889]: cluster 2023-12-07T16:07:55.535036+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:56 smithi178 bash[51889]: cluster 2023-12-07T16:07:55.538783+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:56 smithi178 bash[51889]: cluster 2023-12-07T16:07:55.540870+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:56 smithi178 bash[51889]: cluster 2023-12-07T16:07:55.541206+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:56 smithi178 bash[51889]: cluster 2023-12-07T16:07:55.541838+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:56 smithi178 bash[51889]: cluster 2023-12-07T16:07:55.543288+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:56.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:56 smithi178 bash[51889]: cluster 2023-12-07T16:07:55.543809+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T16:07:57.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:57 smithi178 bash[51889]: audit 2023-12-07T16:07:56.440113+0000 mgr.y (mgr.25474) 226 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:07:57.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:57 smithi042 bash[64476]: audit 2023-12-07T16:07:56.440113+0000 mgr.y (mgr.25474) 226 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:07:57.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:57 smithi042 bash[65854]: audit 2023-12-07T16:07:56.440113+0000 mgr.y (mgr.25474) 226 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:07:58.150 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:07:57 smithi042 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.3.service: Succeeded. 2023-12-07T16:07:58.150 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:07:57 smithi042 systemd[1]: Stopped Ceph osd.3 for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:07:58.552 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:07:58 smithi042 systemd[1]: Started Ceph osd.3 for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:07:58.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:58 smithi178 bash[51889]: cluster 2023-12-07T16:07:57.342097+0000 mgr.y (mgr.25474) 227 : cluster 0 pgmap v126: 161 pgs: 14 active+undersized+degraded, 12 stale+active+clean, 24 active+undersized, 111 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 42/630 objects degraded (6.667%) 2023-12-07T16:07:58.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:58 smithi178 bash[51889]: cluster 2023-12-07T16:07:57.533547+0000 mon.a (mon.0) 354 : cluster 3 Health check failed: Degraded data redundancy: 42/630 objects degraded (6.667%), 14 pgs degraded (PG_DEGRADED) 2023-12-07T16:07:58.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:58 smithi178 bash[51889]: audit 2023-12-07T16:07:58.194587+0000 mon.a (mon.0) 355 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:58.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:07:58 smithi178 bash[51889]: audit 2023-12-07T16:07:58.202673+0000 mon.a (mon.0) 356 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:58.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:58 smithi042 bash[64476]: cluster 2023-12-07T16:07:57.342097+0000 mgr.y (mgr.25474) 227 : cluster 0 pgmap v126: 161 pgs: 14 active+undersized+degraded, 12 stale+active+clean, 24 active+undersized, 111 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 42/630 objects degraded (6.667%) 2023-12-07T16:07:58.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:58 smithi042 bash[64476]: cluster 2023-12-07T16:07:57.533547+0000 mon.a (mon.0) 354 : cluster 3 Health check failed: Degraded data redundancy: 42/630 objects degraded (6.667%), 14 pgs degraded (PG_DEGRADED) 2023-12-07T16:07:58.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:58 smithi042 bash[64476]: audit 2023-12-07T16:07:58.194587+0000 mon.a (mon.0) 355 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:58.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:07:58 smithi042 bash[64476]: audit 2023-12-07T16:07:58.202673+0000 mon.a (mon.0) 356 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:58.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:58 smithi042 bash[65854]: cluster 2023-12-07T16:07:57.342097+0000 mgr.y (mgr.25474) 227 : cluster 0 pgmap v126: 161 pgs: 14 active+undersized+degraded, 12 stale+active+clean, 24 active+undersized, 111 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 42/630 objects degraded (6.667%) 2023-12-07T16:07:58.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:58 smithi042 bash[65854]: cluster 2023-12-07T16:07:57.533547+0000 mon.a (mon.0) 354 : cluster 3 Health check failed: Degraded data redundancy: 42/630 objects degraded (6.667%), 14 pgs degraded (PG_DEGRADED) 2023-12-07T16:07:58.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:58 smithi042 bash[65854]: audit 2023-12-07T16:07:58.194587+0000 mon.a (mon.0) 355 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:07:58.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:07:58 smithi042 bash[65854]: audit 2023-12-07T16:07:58.202673+0000 mon.a (mon.0) 356 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:00.100 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:07:59 smithi042 bash[74974]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-07T16:08:00.100 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:07:59 smithi042 bash[74974]: 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-07T16:08:00.100 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:07:59 smithi042 bash[74974]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2023-12-07T16:08:00.100 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:07:59 smithi042 bash[74974]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-07T16:08:00.100 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:07:59 smithi042 bash[74974]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2023-12-07T16:08:00.100 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:07:59 smithi042 bash[74974]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-07T16:08:00.100 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:07:59 smithi042 bash[74974]: --> ceph-volume raw activate successful for osd ID: 3 2023-12-07T16:08:00.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:08:00 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:08:00] "GET /metrics HTTP/1.1" 200 38395 "" "Prometheus/2.33.4" 2023-12-07T16:08:00.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:00 smithi178 bash[51889]: cluster 2023-12-07T16:07:59.343267+0000 mgr.y (mgr.25474) 228 : cluster 0 pgmap v127: 161 pgs: 19 active+undersized+degraded, 6 stale+active+clean, 33 active+undersized, 103 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2023-12-07T16:08:00.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:00 smithi042 bash[64476]: cluster 2023-12-07T16:07:59.343267+0000 mgr.y (mgr.25474) 228 : cluster 0 pgmap v127: 161 pgs: 19 active+undersized+degraded, 6 stale+active+clean, 33 active+undersized, 103 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2023-12-07T16:08:00.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:00 smithi042 bash[65854]: cluster 2023-12-07T16:07:59.343267+0000 mgr.y (mgr.25474) 228 : cluster 0 pgmap v127: 161 pgs: 19 active+undersized+degraded, 6 stale+active+clean, 33 active+undersized, 103 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2023-12-07T16:08:01.871 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:08:01 smithi042 bash[75276]: debug 2023-12-07T16:08:01.593+0000 7f3868da7700 1 -- 172.21.15.42:0/3156560534 <== mon.1 v2:172.21.15.42:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5618971c51e0 con 0x56189724b000 2023-12-07T16:08:02.560 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:08:02 smithi042 bash[75276]: debug 2023-12-07T16:08:02.141+0000 7f3871f2d640 -1 Falling back to public interface 2023-12-07T16:08:02.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:02 smithi178 bash[51889]: cluster 2023-12-07T16:08:01.345315+0000 mgr.y (mgr.25474) 229 : cluster 0 pgmap v128: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-07T16:08:02.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:02 smithi042 bash[64476]: cluster 2023-12-07T16:08:01.345315+0000 mgr.y (mgr.25474) 229 : cluster 0 pgmap v128: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-07T16:08:02.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:02 smithi042 bash[65854]: cluster 2023-12-07T16:08:01.345315+0000 mgr.y (mgr.25474) 229 : cluster 0 pgmap v128: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-07T16:08:04.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:04 smithi178 bash[51889]: cluster 2023-12-07T16:08:03.346529+0000 mgr.y (mgr.25474) 230 : cluster 0 pgmap v129: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-07T16:08:04.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:04 smithi042 bash[65854]: cluster 2023-12-07T16:08:03.346529+0000 mgr.y (mgr.25474) 230 : cluster 0 pgmap v129: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-07T16:08:04.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:04 smithi042 bash[64476]: cluster 2023-12-07T16:08:03.346529+0000 mgr.y (mgr.25474) 230 : cluster 0 pgmap v129: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-07T16:08:05.621 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:08:05 smithi042 bash[75276]: debug 2023-12-07T16:08:05.201+0000 7f3871f2d640 -1 osd.3 0 read_superblock omap replica is missing. 2023-12-07T16:08:05.622 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:08:05 smithi042 bash[75276]: debug 2023-12-07T16:08:05.241+0000 7f3871f2d640 -1 osd.3 120 log_to_monitors true 2023-12-07T16:08:06.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:05 smithi178 bash[51889]: audit 2023-12-07T16:08:04.792155+0000 mon.a (mon.0) 357 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:06.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:05 smithi178 bash[51889]: audit 2023-12-07T16:08:04.803493+0000 mon.a (mon.0) 358 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:06.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:05 smithi178 bash[51889]: audit 2023-12-07T16:08:05.251807+0000 mon.a (mon.0) 359 : audit 1 from='osd.3 [v2:172.21.15.42:6826/20481828,v1:172.21.15.42:6827/20481828]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-07T16:08:06.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:05 smithi178 bash[51889]: cluster 2023-12-07T16:08:05.287395+0000 mon.a (mon.0) 360 : cluster 3 Health check update: Degraded data redundancy: 83/630 objects degraded (13.175%), 25 pgs degraded (PG_DEGRADED) 2023-12-07T16:08:06.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:05 smithi178 bash[51889]: cluster 2023-12-07T16:08:05.347565+0000 mgr.y (mgr.25474) 231 : cluster 0 pgmap v130: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-07T16:08:06.121 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:08:05 smithi042 bash[75276]: debug 2023-12-07T16:08:05.849+0000 7f386339e700 -1 osd.3 120 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T16:08:06.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:05 smithi042 bash[65854]: audit 2023-12-07T16:08:04.792155+0000 mon.a (mon.0) 357 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:06.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:05 smithi042 bash[65854]: audit 2023-12-07T16:08:04.803493+0000 mon.a (mon.0) 358 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:06.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:05 smithi042 bash[65854]: audit 2023-12-07T16:08:05.251807+0000 mon.a (mon.0) 359 : audit 1 from='osd.3 [v2:172.21.15.42:6826/20481828,v1:172.21.15.42:6827/20481828]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-07T16:08:06.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:05 smithi042 bash[65854]: cluster 2023-12-07T16:08:05.287395+0000 mon.a (mon.0) 360 : cluster 3 Health check update: Degraded data redundancy: 83/630 objects degraded (13.175%), 25 pgs degraded (PG_DEGRADED) 2023-12-07T16:08:06.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:05 smithi042 bash[65854]: cluster 2023-12-07T16:08:05.347565+0000 mgr.y (mgr.25474) 231 : cluster 0 pgmap v130: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-07T16:08:06.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:05 smithi042 bash[64476]: audit 2023-12-07T16:08:04.792155+0000 mon.a (mon.0) 357 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:06.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:05 smithi042 bash[64476]: audit 2023-12-07T16:08:04.803493+0000 mon.a (mon.0) 358 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:06.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:05 smithi042 bash[64476]: audit 2023-12-07T16:08:05.251807+0000 mon.a (mon.0) 359 : audit 1 from='osd.3 [v2:172.21.15.42:6826/20481828,v1:172.21.15.42:6827/20481828]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-07T16:08:06.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:05 smithi042 bash[64476]: cluster 2023-12-07T16:08:05.287395+0000 mon.a (mon.0) 360 : cluster 3 Health check update: Degraded data redundancy: 83/630 objects degraded (13.175%), 25 pgs degraded (PG_DEGRADED) 2023-12-07T16:08:06.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:05 smithi042 bash[64476]: cluster 2023-12-07T16:08:05.347565+0000 mgr.y (mgr.25474) 231 : cluster 0 pgmap v130: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 166 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-07T16:08:06.815 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:06 smithi042 bash[64476]: audit 2023-12-07T16:08:05.801508+0000 mon.a (mon.0) 361 : audit 1 from='osd.3 [v2:172.21.15.42:6826/20481828,v1:172.21.15.42:6827/20481828]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-07T16:08:06.816 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:06 smithi042 bash[64476]: cluster 2023-12-07T16:08:05.805849+0000 mon.a (mon.0) 362 : cluster 0 osdmap e123: 8 total, 7 up, 8 in 2023-12-07T16:08:06.816 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:06 smithi042 bash[64476]: audit 2023-12-07T16:08:05.806955+0000 mon.a (mon.0) 363 : audit 1 from='osd.3 [v2:172.21.15.42:6826/20481828,v1:172.21.15.42:6827/20481828]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T16:08:06.816 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:06 smithi042 bash[64476]: cluster 2023-12-07T16:08:05.866178+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T16:08:06.816 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:06 smithi042 bash[64476]: cluster 2023-12-07T16:08:05.868913+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T16:08:06.816 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:06 smithi042 bash[64476]: audit 2023-12-07T16:08:05.898258+0000 mon.a (mon.0) 364 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:06.816 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:06 smithi042 bash[64476]: audit 2023-12-07T16:08:05.908927+0000 mon.a (mon.0) 365 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:06.816 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:06 smithi042 bash[64476]: cluster 2023-12-07T16:08:06.080527+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T16:08:06.816 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:06 smithi042 bash[64476]: cluster 2023-12-07T16:08:06.167271+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T16:08:06.816 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:06 smithi042 bash[64476]: audit 2023-12-07T16:08:06.451373+0000 mgr.y (mgr.25474) 232 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:08:06.817 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:06 smithi042 bash[65854]: audit 2023-12-07T16:08:05.801508+0000 mon.a (mon.0) 361 : audit 1 from='osd.3 [v2:172.21.15.42:6826/20481828,v1:172.21.15.42:6827/20481828]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-07T16:08:06.817 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:06 smithi042 bash[65854]: cluster 2023-12-07T16:08:05.805849+0000 mon.a (mon.0) 362 : cluster 0 osdmap e123: 8 total, 7 up, 8 in 2023-12-07T16:08:06.817 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:06 smithi042 bash[65854]: audit 2023-12-07T16:08:05.806955+0000 mon.a (mon.0) 363 : audit 1 from='osd.3 [v2:172.21.15.42:6826/20481828,v1:172.21.15.42:6827/20481828]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T16:08:06.817 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:06 smithi042 bash[65854]: cluster 2023-12-07T16:08:05.866178+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T16:08:06.817 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:06 smithi042 bash[65854]: cluster 2023-12-07T16:08:05.868913+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T16:08:06.817 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:06 smithi042 bash[65854]: audit 2023-12-07T16:08:05.898258+0000 mon.a (mon.0) 364 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:06.817 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:06 smithi042 bash[65854]: audit 2023-12-07T16:08:05.908927+0000 mon.a (mon.0) 365 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:06.817 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:06 smithi042 bash[65854]: cluster 2023-12-07T16:08:06.080527+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T16:08:06.817 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:06 smithi042 bash[65854]: cluster 2023-12-07T16:08:06.167271+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T16:08:06.817 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:06 smithi042 bash[65854]: audit 2023-12-07T16:08:06.451373+0000 mgr.y (mgr.25474) 232 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:08:07.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:06 smithi178 bash[51889]: audit 2023-12-07T16:08:05.801508+0000 mon.a (mon.0) 361 : audit 1 from='osd.3 [v2:172.21.15.42:6826/20481828,v1:172.21.15.42:6827/20481828]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-07T16:08:07.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:06 smithi178 bash[51889]: cluster 2023-12-07T16:08:05.805849+0000 mon.a (mon.0) 362 : cluster 0 osdmap e123: 8 total, 7 up, 8 in 2023-12-07T16:08:07.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:06 smithi178 bash[51889]: audit 2023-12-07T16:08:05.806955+0000 mon.a (mon.0) 363 : audit 1 from='osd.3 [v2:172.21.15.42:6826/20481828,v1:172.21.15.42:6827/20481828]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi042", "root=default"]}]: dispatch 2023-12-07T16:08:07.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:06 smithi178 bash[51889]: cluster 2023-12-07T16:08:05.866178+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T16:08:07.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:06 smithi178 bash[51889]: cluster 2023-12-07T16:08:05.868913+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T16:08:07.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:06 smithi178 bash[51889]: audit 2023-12-07T16:08:05.898258+0000 mon.a (mon.0) 364 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:07.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:06 smithi178 bash[51889]: audit 2023-12-07T16:08:05.908927+0000 mon.a (mon.0) 365 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:07.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:06 smithi178 bash[51889]: cluster 2023-12-07T16:08:06.080527+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T16:08:07.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:06 smithi178 bash[51889]: cluster 2023-12-07T16:08:06.167271+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T16:08:07.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:06 smithi178 bash[51889]: audit 2023-12-07T16:08:06.451373+0000 mgr.y (mgr.25474) 232 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:08:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:07 smithi178 bash[51889]: cluster 2023-12-07T16:08:06.167289+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T16:08:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:07 smithi178 bash[51889]: cluster 2023-12-07T16:08:06.803434+0000 mon.a (mon.0) 366 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:08:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:07 smithi178 bash[51889]: cluster 2023-12-07T16:08:06.818799+0000 mon.a (mon.0) 367 : cluster 1 osd.3 [v2:172.21.15.42:6826/20481828,v1:172.21.15.42:6827/20481828] boot 2023-12-07T16:08:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:07 smithi178 bash[51889]: cluster 2023-12-07T16:08:06.818881+0000 mon.a (mon.0) 368 : cluster 0 osdmap e124: 8 total, 8 up, 8 in 2023-12-07T16:08:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:07 smithi178 bash[51889]: audit 2023-12-07T16:08:06.819166+0000 mon.a (mon.0) 369 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T16:08:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:07 smithi178 bash[51889]: cluster 2023-12-07T16:08:06.821012+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T16:08:08.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:07 smithi178 bash[51889]: cluster 2023-12-07T16:08:06.825523+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T16:08:08.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:07 smithi178 bash[51889]: cluster 2023-12-07T16:08:06.834956+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T16:08:08.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:07 smithi178 bash[51889]: cluster 2023-12-07T16:08:06.837936+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T16:08:08.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:07 smithi178 bash[51889]: cluster 2023-12-07T16:08:07.348306+0000 mgr.y (mgr.25474) 233 : cluster 0 pgmap v133: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 177 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 83/630 objects degraded (13.175%) 2023-12-07T16:08:08.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:07 smithi042 bash[64476]: cluster 2023-12-07T16:08:06.167289+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T16:08:08.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:07 smithi042 bash[64476]: cluster 2023-12-07T16:08:06.803434+0000 mon.a (mon.0) 366 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:08:08.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:07 smithi042 bash[64476]: cluster 2023-12-07T16:08:06.818799+0000 mon.a (mon.0) 367 : cluster 1 osd.3 [v2:172.21.15.42:6826/20481828,v1:172.21.15.42:6827/20481828] boot 2023-12-07T16:08:08.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:07 smithi042 bash[64476]: cluster 2023-12-07T16:08:06.818881+0000 mon.a (mon.0) 368 : cluster 0 osdmap e124: 8 total, 8 up, 8 in 2023-12-07T16:08:08.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:07 smithi042 bash[64476]: audit 2023-12-07T16:08:06.819166+0000 mon.a (mon.0) 369 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T16:08:08.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:07 smithi042 bash[64476]: cluster 2023-12-07T16:08:06.821012+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T16:08:08.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:07 smithi042 bash[64476]: cluster 2023-12-07T16:08:06.825523+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T16:08:08.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:07 smithi042 bash[64476]: cluster 2023-12-07T16:08:06.834956+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T16:08:08.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:07 smithi042 bash[64476]: cluster 2023-12-07T16:08:06.837936+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T16:08:08.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:07 smithi042 bash[64476]: cluster 2023-12-07T16:08:07.348306+0000 mgr.y (mgr.25474) 233 : cluster 0 pgmap v133: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 177 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 83/630 objects degraded (13.175%) 2023-12-07T16:08:08.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:07 smithi042 bash[65854]: cluster 2023-12-07T16:08:06.167289+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T16:08:08.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:07 smithi042 bash[65854]: cluster 2023-12-07T16:08:06.803434+0000 mon.a (mon.0) 366 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:08:08.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:07 smithi042 bash[65854]: cluster 2023-12-07T16:08:06.818799+0000 mon.a (mon.0) 367 : cluster 1 osd.3 [v2:172.21.15.42:6826/20481828,v1:172.21.15.42:6827/20481828] boot 2023-12-07T16:08:08.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:07 smithi042 bash[65854]: cluster 2023-12-07T16:08:06.818881+0000 mon.a (mon.0) 368 : cluster 0 osdmap e124: 8 total, 8 up, 8 in 2023-12-07T16:08:08.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:07 smithi042 bash[65854]: audit 2023-12-07T16:08:06.819166+0000 mon.a (mon.0) 369 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T16:08:08.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:07 smithi042 bash[65854]: cluster 2023-12-07T16:08:06.821012+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T16:08:08.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:07 smithi042 bash[65854]: cluster 2023-12-07T16:08:06.825523+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T16:08:08.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:07 smithi042 bash[65854]: cluster 2023-12-07T16:08:06.834956+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T16:08:08.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:07 smithi042 bash[65854]: cluster 2023-12-07T16:08:06.837936+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T16:08:08.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:07 smithi042 bash[65854]: cluster 2023-12-07T16:08:07.348306+0000 mgr.y (mgr.25474) 233 : cluster 0 pgmap v133: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 177 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 83/630 objects degraded (13.175%) 2023-12-07T16:08:09.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:08 smithi178 bash[51889]: cluster 2023-12-07T16:08:06.826490+0000 osd.4 (osd.4) 31 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T16:08:09.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:08 smithi178 bash[51889]: cluster 2023-12-07T16:08:06.828329+0000 osd.4 (osd.4) 32 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T16:08:09.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:08 smithi178 bash[51889]: cluster 2023-12-07T16:08:07.826226+0000 mon.a (mon.0) 370 : cluster 0 osdmap e125: 8 total, 8 up, 8 in 2023-12-07T16:08:09.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:08 smithi178 bash[51889]: cluster 2023-12-07T16:08:07.832051+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:09.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:08 smithi178 bash[51889]: cluster 2023-12-07T16:08:07.833404+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:09.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:08 smithi178 bash[51889]: cluster 2023-12-07T16:08:07.834226+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:09.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:08 smithi178 bash[51889]: cluster 2023-12-07T16:08:07.836373+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:09.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:08 smithi178 bash[51889]: cluster 2023-12-07T16:08:07.836941+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:09.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:08 smithi178 bash[51889]: cluster 2023-12-07T16:08:07.837666+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:09.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:08 smithi178 bash[51889]: cluster 2023-12-07T16:08:07.840340+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:09.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:08 smithi042 bash[64476]: cluster 2023-12-07T16:08:06.826490+0000 osd.4 (osd.4) 31 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T16:08:09.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:08 smithi042 bash[64476]: cluster 2023-12-07T16:08:06.828329+0000 osd.4 (osd.4) 32 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T16:08:09.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:08 smithi042 bash[64476]: cluster 2023-12-07T16:08:07.826226+0000 mon.a (mon.0) 370 : cluster 0 osdmap e125: 8 total, 8 up, 8 in 2023-12-07T16:08:09.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:08 smithi042 bash[64476]: cluster 2023-12-07T16:08:07.832051+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:09.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:08 smithi042 bash[64476]: cluster 2023-12-07T16:08:07.833404+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:09.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:08 smithi042 bash[64476]: cluster 2023-12-07T16:08:07.834226+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:09.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:08 smithi042 bash[64476]: cluster 2023-12-07T16:08:07.836373+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:09.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:08 smithi042 bash[64476]: cluster 2023-12-07T16:08:07.836941+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:09.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:08 smithi042 bash[64476]: cluster 2023-12-07T16:08:07.837666+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:09.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:08 smithi042 bash[64476]: cluster 2023-12-07T16:08:07.840340+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:09.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:08 smithi042 bash[65854]: cluster 2023-12-07T16:08:06.826490+0000 osd.4 (osd.4) 31 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T16:08:09.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:08 smithi042 bash[65854]: cluster 2023-12-07T16:08:06.828329+0000 osd.4 (osd.4) 32 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T16:08:09.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:08 smithi042 bash[65854]: cluster 2023-12-07T16:08:07.826226+0000 mon.a (mon.0) 370 : cluster 0 osdmap e125: 8 total, 8 up, 8 in 2023-12-07T16:08:09.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:08 smithi042 bash[65854]: cluster 2023-12-07T16:08:07.832051+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:09.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:08 smithi042 bash[65854]: cluster 2023-12-07T16:08:07.833404+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:09.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:08 smithi042 bash[65854]: cluster 2023-12-07T16:08:07.834226+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:09.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:08 smithi042 bash[65854]: cluster 2023-12-07T16:08:07.836373+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:09.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:08 smithi042 bash[65854]: cluster 2023-12-07T16:08:07.836941+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:09.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:08 smithi042 bash[65854]: cluster 2023-12-07T16:08:07.837666+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:09.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:08 smithi042 bash[65854]: cluster 2023-12-07T16:08:07.840340+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:10.100 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:09 smithi042 bash[65854]: cluster 2023-12-07T16:08:07.833543+0000 osd.4 (osd.4) 33 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:10.100 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:09 smithi042 bash[65854]: cluster 2023-12-07T16:08:07.837075+0000 osd.4 (osd.4) 34 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:10.100 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:09 smithi042 bash[65854]: cluster 2023-12-07T16:08:07.840436+0000 osd.4 (osd.4) 35 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:10.100 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:09 smithi042 bash[65854]: cluster 2023-12-07T16:08:07.843497+0000 osd.4 (osd.4) 36 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:10.100 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:09 smithi042 bash[65854]: cluster 2023-12-07T16:08:09.349854+0000 mgr.y (mgr.25474) 234 : cluster 0 pgmap v135: 161 pgs: 19 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 177 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 59/630 objects degraded (9.365%) 2023-12-07T16:08:10.100 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:09 smithi042 bash[64476]: cluster 2023-12-07T16:08:07.833543+0000 osd.4 (osd.4) 33 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:10.100 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:09 smithi042 bash[64476]: cluster 2023-12-07T16:08:07.837075+0000 osd.4 (osd.4) 34 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:10.100 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:09 smithi042 bash[64476]: cluster 2023-12-07T16:08:07.840436+0000 osd.4 (osd.4) 35 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:10.100 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:09 smithi042 bash[64476]: cluster 2023-12-07T16:08:07.843497+0000 osd.4 (osd.4) 36 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:10.101 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:09 smithi042 bash[64476]: cluster 2023-12-07T16:08:09.349854+0000 mgr.y (mgr.25474) 234 : cluster 0 pgmap v135: 161 pgs: 19 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 177 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 59/630 objects degraded (9.365%) 2023-12-07T16:08:10.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:09 smithi178 bash[51889]: cluster 2023-12-07T16:08:07.833543+0000 osd.4 (osd.4) 33 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:10.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:09 smithi178 bash[51889]: cluster 2023-12-07T16:08:07.837075+0000 osd.4 (osd.4) 34 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:10.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:09 smithi178 bash[51889]: cluster 2023-12-07T16:08:07.840436+0000 osd.4 (osd.4) 35 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:10.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:09 smithi178 bash[51889]: cluster 2023-12-07T16:08:07.843497+0000 osd.4 (osd.4) 36 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T16:08:10.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:09 smithi178 bash[51889]: cluster 2023-12-07T16:08:09.349854+0000 mgr.y (mgr.25474) 234 : cluster 0 pgmap v135: 161 pgs: 19 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 177 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 59/630 objects degraded (9.365%) 2023-12-07T16:08:10.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:08:10 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:08:10] "GET /metrics HTTP/1.1" 200 38395 "" "Prometheus/2.33.4" 2023-12-07T16:08:11.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:10 smithi178 bash[51889]: cluster 2023-12-07T16:08:10.289577+0000 mon.a (mon.0) 371 : cluster 3 Health check update: Degraded data redundancy: 59/630 objects degraded (9.365%), 19 pgs degraded (PG_DEGRADED) 2023-12-07T16:08:11.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:10 smithi178 bash[51889]: audit 2023-12-07T16:08:10.341893+0000 mon.a (mon.0) 372 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:11.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:10 smithi178 bash[51889]: audit 2023-12-07T16:08:10.344255+0000 mon.a (mon.0) 373 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:08:11.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:10 smithi178 bash[51889]: audit 2023-12-07T16:08:10.527677+0000 mon.a (mon.0) 374 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:11.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:10 smithi042 bash[64476]: cluster 2023-12-07T16:08:10.289577+0000 mon.a (mon.0) 371 : cluster 3 Health check update: Degraded data redundancy: 59/630 objects degraded (9.365%), 19 pgs degraded (PG_DEGRADED) 2023-12-07T16:08:11.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:10 smithi042 bash[64476]: audit 2023-12-07T16:08:10.341893+0000 mon.a (mon.0) 372 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:11.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:10 smithi042 bash[64476]: audit 2023-12-07T16:08:10.344255+0000 mon.a (mon.0) 373 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:08:11.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:10 smithi042 bash[64476]: audit 2023-12-07T16:08:10.527677+0000 mon.a (mon.0) 374 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:11.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:10 smithi042 bash[65854]: cluster 2023-12-07T16:08:10.289577+0000 mon.a (mon.0) 371 : cluster 3 Health check update: Degraded data redundancy: 59/630 objects degraded (9.365%), 19 pgs degraded (PG_DEGRADED) 2023-12-07T16:08:11.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:10 smithi042 bash[65854]: audit 2023-12-07T16:08:10.341893+0000 mon.a (mon.0) 372 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:11.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:10 smithi042 bash[65854]: audit 2023-12-07T16:08:10.344255+0000 mon.a (mon.0) 373 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:08:11.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:10 smithi042 bash[65854]: audit 2023-12-07T16:08:10.527677+0000 mon.a (mon.0) 374 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:12.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:11 smithi178 bash[51889]: cluster 2023-12-07T16:08:11.351338+0000 mgr.y (mgr.25474) 235 : cluster 0 pgmap v136: 161 pgs: 5 active+undersized, 156 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:08:12.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:11 smithi042 bash[64476]: cluster 2023-12-07T16:08:11.351338+0000 mgr.y (mgr.25474) 235 : cluster 0 pgmap v136: 161 pgs: 5 active+undersized, 156 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:08:12.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:11 smithi042 bash[65854]: cluster 2023-12-07T16:08:11.351338+0000 mgr.y (mgr.25474) 235 : cluster 0 pgmap v136: 161 pgs: 5 active+undersized, 156 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:08:13.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:12 smithi178 bash[51889]: cluster 2023-12-07T16:08:11.831690+0000 mon.a (mon.0) 375 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 59/630 objects degraded (9.365%), 19 pgs degraded) 2023-12-07T16:08:13.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:12 smithi178 bash[51889]: cluster 2023-12-07T16:08:11.831760+0000 mon.a (mon.0) 376 : cluster 1 Cluster is now healthy 2023-12-07T16:08:13.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:12 smithi042 bash[64476]: cluster 2023-12-07T16:08:11.831690+0000 mon.a (mon.0) 375 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 59/630 objects degraded (9.365%), 19 pgs degraded) 2023-12-07T16:08:13.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:12 smithi042 bash[64476]: cluster 2023-12-07T16:08:11.831760+0000 mon.a (mon.0) 376 : cluster 1 Cluster is now healthy 2023-12-07T16:08:13.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:12 smithi042 bash[65854]: cluster 2023-12-07T16:08:11.831690+0000 mon.a (mon.0) 375 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 59/630 objects degraded (9.365%), 19 pgs degraded) 2023-12-07T16:08:13.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:12 smithi042 bash[65854]: cluster 2023-12-07T16:08:11.831760+0000 mon.a (mon.0) 376 : cluster 1 Cluster is now healthy 2023-12-07T16:08:14.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:13 smithi042 bash[64476]: cluster 2023-12-07T16:08:13.352348+0000 mgr.y (mgr.25474) 236 : cluster 0 pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:08:14.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:13 smithi042 bash[65854]: cluster 2023-12-07T16:08:13.352348+0000 mgr.y (mgr.25474) 236 : cluster 0 pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:08:14.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:13 smithi178 bash[51889]: cluster 2023-12-07T16:08:13.352348+0000 mgr.y (mgr.25474) 236 : cluster 0 pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:08:14.903 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-12-07T16:08:15.687 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:08:15.687 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (6m) 10s ago 13m 15.9M - 0.23.0 ba2b418f427c fe1b358b85a1 2023-12-07T16:08:15.688 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi178 *:3000 running (5m) 2m ago 12m 43.5M - 8.3.5 dad864ee21e9 3cb0965be645 2023-12-07T16:08:15.688 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.zhjtqu smithi042 running (4m) 10s ago 10m 47.2M - 3.5 e1d6a67b021e 7deb6d5f3048 2023-12-07T16:08:15.688 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi178 *:8443,9283,8765 running (4m) 2m ago 19m 433M - 19.0.0-13-ge6605fb8 104f332cd0a9 c0c2d21198ed 2023-12-07T16:08:15.688 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (5m) 10s ago 21m 493M - 19.0.0-13-ge6605fb8 104f332cd0a9 6718013de405 2023-12-07T16:08:15.688 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (4m) 10s ago 21m 52.3M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 dac84442c4ce 2023-12-07T16:08:15.688 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi178 running (2m) 2m ago 19m 22.3M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d9d6d09f7e87 2023-12-07T16:08:15.688 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (3m) 10s ago 19m 44.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fb50c46ab5c1 2023-12-07T16:08:15.688 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (6m) 10s ago 13m 12.2M - 1.3.1 1dbe0e931976 531aa26ab3fd 2023-12-07T16:08:15.688 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi178 *:9100 running (5m) 2m ago 13m 11.3M - 1.3.1 1dbe0e931976 f553be30e56c 2023-12-07T16:08:15.688 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (101s) 10s ago 18m 52.5M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 a88ce2e50dbf 2023-12-07T16:08:15.688 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (73s) 10s ago 18m 51.3M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 f0d4a52e36a8 2023-12-07T16:08:15.688 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (44s) 10s ago 17m 47.0M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 547071d029a3 2023-12-07T16:08:15.688 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (15s) 10s ago 16m - 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 1ca81f7af7d8 2023-12-07T16:08:15.688 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi178 running (16m) 2m ago 16m 58.4M 3037M 17.2.0 e1d6a67b021e 489e822c6353 2023-12-07T16:08:15.688 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi178 running (15m) 2m ago 15m 56.3M 3037M 17.2.0 e1d6a67b021e b77d6dab08a9 2023-12-07T16:08:15.688 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi178 running (15m) 2m ago 15m 54.7M 3037M 17.2.0 e1d6a67b021e 0c3c794876c3 2023-12-07T16:08:15.688 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi178 running (14m) 2m ago 14m 57.5M 3037M 17.2.0 e1d6a67b021e d54168b8b1ca 2023-12-07T16:08:15.689 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi178 *:9095 running (4m) 2m ago 13m 59.4M - 2.33.4 514e6a882f6e 8dc9b81a4426 2023-12-07T16:08:15.689 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.hcortj smithi042 *:8000 running (11m) 10s ago 11m 88.8M - 17.2.0 e1d6a67b021e 7b4fbb51c0e4 2023-12-07T16:08:15.689 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi178.qokiza smithi178 *:8000 running (11m) 2m ago 11m 87.5M - 17.2.0 e1d6a67b021e ed4b389a14c0 2023-12-07T16:08:15.689 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.bhilti smithi042 *:80 running (11m) 10s ago 11m 88.5M - 17.2.0 e1d6a67b021e a005b7760f26 2023-12-07T16:08:15.689 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi178.kllngz smithi178 *:80 running (11m) 2m ago 11m 87.9M - 17.2.0 e1d6a67b021e ec7417c26d3d 2023-12-07T16:08:16.157 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:08:16.157 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-12-07T16:08:16.157 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T16:08:16.157 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:08:16.157 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-12-07T16:08:16.157 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T16:08:16.157 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:08:16.157 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-12-07T16:08:16.157 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-07T16:08:16.157 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 4 2023-12-07T16:08:16.157 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:08:16.157 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2023-12-07T16:08:16.157 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:08:16.158 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:08:16.158 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-12-07T16:08:16.158 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8, 2023-12-07T16:08:16.158 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 9 2023-12-07T16:08:16.158 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T16:08:16.158 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:08:16.545 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:08:16.545 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:08:16.545 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-12-07T16:08:16.545 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T16:08:16.545 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2023-12-07T16:08:16.545 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr", 2023-12-07T16:08:16.545 INFO:teuthology.orchestra.run.smithi042.stdout: "mon" 2023-12-07T16:08:16.545 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2023-12-07T16:08:16.545 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "9/23 daemons upgraded", 2023-12-07T16:08:16.545 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading osd daemons", 2023-12-07T16:08:16.545 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-12-07T16:08:16.545 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:08:16.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:16 smithi178 bash[51889]: audit 2023-12-07T16:08:14.881823+0000 mgr.y (mgr.25474) 237 : audit 0 from='client.44338 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:16.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:16 smithi178 bash[51889]: audit 2023-12-07T16:08:15.286252+0000 mgr.y (mgr.25474) 238 : audit 0 from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:16.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:16 smithi178 bash[51889]: cluster 2023-12-07T16:08:15.353258+0000 mgr.y (mgr.25474) 239 : cluster 0 pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:08:16.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:16 smithi178 bash[51889]: audit 2023-12-07T16:08:15.665043+0000 mgr.y (mgr.25474) 240 : audit 0 from='client.44350 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:16.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:16 smithi178 bash[51889]: audit 2023-12-07T16:08:15.810136+0000 mon.a (mon.0) 377 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:16.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:16 smithi178 bash[51889]: audit 2023-12-07T16:08:15.817845+0000 mon.a (mon.0) 378 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:16.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:16 smithi178 bash[51889]: audit 2023-12-07T16:08:15.819478+0000 mon.a (mon.0) 379 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:08:16.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:16 smithi178 bash[51889]: audit 2023-12-07T16:08:15.820775+0000 mon.a (mon.0) 380 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:08:16.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:16 smithi178 bash[51889]: audit 2023-12-07T16:08:15.828919+0000 mon.a (mon.0) 381 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:16.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:16 smithi178 bash[51889]: audit 2023-12-07T16:08:15.913724+0000 mon.a (mon.0) 382 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:08:16.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:16 smithi178 bash[51889]: audit 2023-12-07T16:08:15.916465+0000 mon.a (mon.0) 383 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:16.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:16 smithi178 bash[51889]: audit 2023-12-07T16:08:15.918673+0000 mon.a (mon.0) 384 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:16.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:16 smithi178 bash[51889]: audit 2023-12-07T16:08:15.921220+0000 mon.a (mon.0) 385 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:16.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:16 smithi178 bash[51889]: audit 2023-12-07T16:08:15.924680+0000 mon.a (mon.0) 386 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T16:08:16.607 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:16 smithi178 bash[51889]: audit 2023-12-07T16:08:16.150594+0000 mon.c (mon.1) 13 : audit 0 from='client.? 172.21.15.42:0/1425744785' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:16.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[64476]: audit 2023-12-07T16:08:14.881823+0000 mgr.y (mgr.25474) 237 : audit 0 from='client.44338 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:16.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[64476]: audit 2023-12-07T16:08:15.286252+0000 mgr.y (mgr.25474) 238 : audit 0 from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:16.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[64476]: cluster 2023-12-07T16:08:15.353258+0000 mgr.y (mgr.25474) 239 : cluster 0 pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:08:16.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[64476]: audit 2023-12-07T16:08:15.665043+0000 mgr.y (mgr.25474) 240 : audit 0 from='client.44350 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:16.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[64476]: audit 2023-12-07T16:08:15.810136+0000 mon.a (mon.0) 377 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:16.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[64476]: audit 2023-12-07T16:08:15.817845+0000 mon.a (mon.0) 378 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:16.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[64476]: audit 2023-12-07T16:08:15.819478+0000 mon.a (mon.0) 379 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:08:16.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[64476]: audit 2023-12-07T16:08:15.820775+0000 mon.a (mon.0) 380 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:08:16.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[64476]: audit 2023-12-07T16:08:15.828919+0000 mon.a (mon.0) 381 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:16.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[64476]: audit 2023-12-07T16:08:15.913724+0000 mon.a (mon.0) 382 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:08:16.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[64476]: audit 2023-12-07T16:08:15.916465+0000 mon.a (mon.0) 383 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:16.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[64476]: audit 2023-12-07T16:08:15.918673+0000 mon.a (mon.0) 384 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:16.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[64476]: audit 2023-12-07T16:08:15.921220+0000 mon.a (mon.0) 385 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:16.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[64476]: audit 2023-12-07T16:08:15.924680+0000 mon.a (mon.0) 386 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T16:08:16.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[64476]: audit 2023-12-07T16:08:16.150594+0000 mon.c (mon.1) 13 : audit 0 from='client.? 172.21.15.42:0/1425744785' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:16.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[65854]: audit 2023-12-07T16:08:14.881823+0000 mgr.y (mgr.25474) 237 : audit 0 from='client.44338 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:16.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[65854]: audit 2023-12-07T16:08:15.286252+0000 mgr.y (mgr.25474) 238 : audit 0 from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:16.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[65854]: cluster 2023-12-07T16:08:15.353258+0000 mgr.y (mgr.25474) 239 : cluster 0 pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:08:16.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[65854]: audit 2023-12-07T16:08:15.665043+0000 mgr.y (mgr.25474) 240 : audit 0 from='client.44350 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:16.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[65854]: audit 2023-12-07T16:08:15.810136+0000 mon.a (mon.0) 377 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:16.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[65854]: audit 2023-12-07T16:08:15.817845+0000 mon.a (mon.0) 378 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:16.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[65854]: audit 2023-12-07T16:08:15.819478+0000 mon.a (mon.0) 379 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:08:16.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[65854]: audit 2023-12-07T16:08:15.820775+0000 mon.a (mon.0) 380 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:08:16.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[65854]: audit 2023-12-07T16:08:15.828919+0000 mon.a (mon.0) 381 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:16.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[65854]: audit 2023-12-07T16:08:15.913724+0000 mon.a (mon.0) 382 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:08:16.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[65854]: audit 2023-12-07T16:08:15.916465+0000 mon.a (mon.0) 383 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:16.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[65854]: audit 2023-12-07T16:08:15.918673+0000 mon.a (mon.0) 384 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:16.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[65854]: audit 2023-12-07T16:08:15.921220+0000 mon.a (mon.0) 385 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:16.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[65854]: audit 2023-12-07T16:08:15.924680+0000 mon.a (mon.0) 386 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T16:08:16.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:16 smithi042 bash[65854]: audit 2023-12-07T16:08:16.150594+0000 mon.c (mon.1) 13 : audit 0 from='client.? 172.21.15.42:0/1425744785' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:17.002 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-12-07T16:08:17.569 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:17 smithi178 bash[51889]: audit 2023-12-07T16:08:15.924898+0000 mgr.y (mgr.25474) 241 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T16:08:17.569 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:17 smithi178 bash[51889]: cephadm 2023-12-07T16:08:15.926665+0000 mgr.y (mgr.25474) 242 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-07T16:08:17.569 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:17 smithi178 bash[51889]: audit 2023-12-07T16:08:16.460739+0000 mgr.y (mgr.25474) 243 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:08:17.570 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:17 smithi178 bash[51889]: audit 2023-12-07T16:08:16.538185+0000 mgr.y (mgr.25474) 244 : audit 0 from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:17.570 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:17 smithi178 bash[51889]: audit 2023-12-07T16:08:16.996676+0000 mon.a (mon.0) 387 : audit 0 from='client.? 172.21.15.42:0/570737122' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:08:17.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:17 smithi042 bash[64476]: audit 2023-12-07T16:08:15.924898+0000 mgr.y (mgr.25474) 241 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T16:08:17.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:17 smithi042 bash[64476]: cephadm 2023-12-07T16:08:15.926665+0000 mgr.y (mgr.25474) 242 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-07T16:08:17.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:17 smithi042 bash[64476]: audit 2023-12-07T16:08:16.460739+0000 mgr.y (mgr.25474) 243 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:08:17.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:17 smithi042 bash[64476]: audit 2023-12-07T16:08:16.538185+0000 mgr.y (mgr.25474) 244 : audit 0 from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:17.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:17 smithi042 bash[64476]: audit 2023-12-07T16:08:16.996676+0000 mon.a (mon.0) 387 : audit 0 from='client.? 172.21.15.42:0/570737122' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:08:17.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:17 smithi042 bash[65854]: audit 2023-12-07T16:08:15.924898+0000 mgr.y (mgr.25474) 241 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T16:08:17.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:17 smithi042 bash[65854]: cephadm 2023-12-07T16:08:15.926665+0000 mgr.y (mgr.25474) 242 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-07T16:08:17.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:17 smithi042 bash[65854]: audit 2023-12-07T16:08:16.460739+0000 mgr.y (mgr.25474) 243 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:08:17.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:17 smithi042 bash[65854]: audit 2023-12-07T16:08:16.538185+0000 mgr.y (mgr.25474) 244 : audit 0 from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:17.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:17 smithi042 bash[65854]: audit 2023-12-07T16:08:16.996676+0000 mon.a (mon.0) 387 : audit 0 from='client.? 172.21.15.42:0/570737122' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:08:18.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:18 smithi178 bash[51889]: cluster 2023-12-07T16:08:17.354783+0000 mgr.y (mgr.25474) 245 : cluster 0 pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:08:18.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:18 smithi178 bash[51889]: audit 2023-12-07T16:08:18.254133+0000 mon.a (mon.0) 388 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:18.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:18 smithi178 bash[51889]: audit 2023-12-07T16:08:18.258777+0000 mon.a (mon.0) 389 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-07T16:08:18.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:18 smithi178 bash[51889]: audit 2023-12-07T16:08:18.260482+0000 mon.a (mon.0) 390 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:08:18.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:18 smithi042 bash[64476]: cluster 2023-12-07T16:08:17.354783+0000 mgr.y (mgr.25474) 245 : cluster 0 pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:08:18.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:18 smithi042 bash[64476]: audit 2023-12-07T16:08:18.254133+0000 mon.a (mon.0) 388 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:18.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:18 smithi042 bash[64476]: audit 2023-12-07T16:08:18.258777+0000 mon.a (mon.0) 389 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-07T16:08:18.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:18 smithi042 bash[64476]: audit 2023-12-07T16:08:18.260482+0000 mon.a (mon.0) 390 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:08:18.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:18 smithi042 bash[65854]: cluster 2023-12-07T16:08:17.354783+0000 mgr.y (mgr.25474) 245 : cluster 0 pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:08:18.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:18 smithi042 bash[65854]: audit 2023-12-07T16:08:18.254133+0000 mon.a (mon.0) 388 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:18.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:18 smithi042 bash[65854]: audit 2023-12-07T16:08:18.258777+0000 mon.a (mon.0) 389 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-07T16:08:18.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:18 smithi042 bash[65854]: audit 2023-12-07T16:08:18.260482+0000 mon.a (mon.0) 390 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:08:19.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:19 smithi178 bash[51889]: cephadm 2023-12-07T16:08:18.246515+0000 mgr.y (mgr.25474) 246 : cephadm 1 Upgrade: Updating osd.4 2023-12-07T16:08:19.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:19 smithi178 bash[51889]: cephadm 2023-12-07T16:08:18.266231+0000 mgr.y (mgr.25474) 247 : cephadm 1 Deploying daemon osd.4 on smithi178 2023-12-07T16:08:19.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:19 smithi042 bash[64476]: cephadm 2023-12-07T16:08:18.246515+0000 mgr.y (mgr.25474) 246 : cephadm 1 Upgrade: Updating osd.4 2023-12-07T16:08:19.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:19 smithi042 bash[64476]: cephadm 2023-12-07T16:08:18.266231+0000 mgr.y (mgr.25474) 247 : cephadm 1 Deploying daemon osd.4 on smithi178 2023-12-07T16:08:19.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:19 smithi042 bash[65854]: cephadm 2023-12-07T16:08:18.246515+0000 mgr.y (mgr.25474) 246 : cephadm 1 Upgrade: Updating osd.4 2023-12-07T16:08:19.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:19 smithi042 bash[65854]: cephadm 2023-12-07T16:08:18.266231+0000 mgr.y (mgr.25474) 247 : cephadm 1 Deploying daemon osd.4 on smithi178 2023-12-07T16:08:20.371 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:20 smithi042 bash[64476]: cluster 2023-12-07T16:08:19.355817+0000 mgr.y (mgr.25474) 248 : cluster 0 pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:08:20.372 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:08:20 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:08:20] "GET /metrics HTTP/1.1" 200 38261 "" "Prometheus/2.33.4" 2023-12-07T16:08:20.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:20 smithi042 bash[65854]: cluster 2023-12-07T16:08:19.355817+0000 mgr.y (mgr.25474) 248 : cluster 0 pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:08:20.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:20 smithi178 bash[51889]: cluster 2023-12-07T16:08:19.355817+0000 mgr.y (mgr.25474) 248 : cluster 0 pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:08:21.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:21 smithi178 bash[51889]: audit 2023-12-07T16:08:20.554107+0000 mon.a (mon.0) 391 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:21.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:21 smithi042 bash[64476]: audit 2023-12-07T16:08:20.554107+0000 mon.a (mon.0) 391 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:21.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:21 smithi042 bash[65854]: audit 2023-12-07T16:08:20.554107+0000 mon.a (mon.0) 391 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:22.567 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:08:22 smithi178 systemd[1]: Stopping Ceph osd.4 for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:08:22.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:22 smithi178 bash[51889]: cluster 2023-12-07T16:08:21.357227+0000 mgr.y (mgr.25474) 249 : cluster 0 pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-07T16:08:22.856 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:08:22 smithi178 bash[28401]: debug 2023-12-07T16:08:22.610+0000 7f908bec8700 -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-07T16:08:22.856 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:08:22 smithi178 bash[28401]: debug 2023-12-07T16:08:22.610+0000 7f908bec8700 -1 osd.4 125 *** Got signal Terminated *** 2023-12-07T16:08:22.856 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:08:22 smithi178 bash[28401]: debug 2023-12-07T16:08:22.610+0000 7f908bec8700 -1 osd.4 125 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:08:22.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:22 smithi042 bash[64476]: cluster 2023-12-07T16:08:21.357227+0000 mgr.y (mgr.25474) 249 : cluster 0 pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-07T16:08:22.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:22 smithi042 bash[65854]: cluster 2023-12-07T16:08:21.357227+0000 mgr.y (mgr.25474) 249 : cluster 0 pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-07T16:08:23.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:23 smithi178 bash[51889]: cluster 2023-12-07T16:08:22.609565+0000 mon.a (mon.0) 392 : cluster 1 osd.4 marked itself down and dead 2023-12-07T16:08:23.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:23 smithi042 bash[64476]: cluster 2023-12-07T16:08:22.609565+0000 mon.a (mon.0) 392 : cluster 1 osd.4 marked itself down and dead 2023-12-07T16:08:23.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:23 smithi042 bash[65854]: cluster 2023-12-07T16:08:22.609565+0000 mon.a (mon.0) 392 : cluster 1 osd.4 marked itself down and dead 2023-12-07T16:08:24.707 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:24 smithi178 bash[51889]: cluster 2023-12-07T16:08:23.358205+0000 mgr.y (mgr.25474) 250 : cluster 0 pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:08:24.707 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:24 smithi178 bash[51889]: cluster 2023-12-07T16:08:23.562422+0000 mon.a (mon.0) 393 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:08:24.707 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:24 smithi178 bash[51889]: cluster 2023-12-07T16:08:23.578118+0000 mon.a (mon.0) 394 : cluster 0 osdmap e126: 8 total, 7 up, 8 in 2023-12-07T16:08:24.707 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:24 smithi178 bash[51889]: cluster 2023-12-07T16:08:23.586190+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T16:08:24.707 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:24 smithi178 bash[51889]: cluster 2023-12-07T16:08:23.587686+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T16:08:24.707 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:24 smithi178 bash[51889]: cluster 2023-12-07T16:08:23.588733+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T16:08:24.707 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:24 smithi178 bash[51889]: cluster 2023-12-07T16:08:23.589991+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T16:08:24.707 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:24 smithi178 bash[51889]: cluster 2023-12-07T16:08:23.590189+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T16:08:24.707 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:24 smithi178 bash[51889]: cluster 2023-12-07T16:08:23.592350+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T16:08:24.855 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:08:24 smithi178 bash[53723]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-4 2023-12-07T16:08:24.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:24 smithi042 bash[64476]: cluster 2023-12-07T16:08:23.358205+0000 mgr.y (mgr.25474) 250 : cluster 0 pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:08:24.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:24 smithi042 bash[64476]: cluster 2023-12-07T16:08:23.562422+0000 mon.a (mon.0) 393 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:08:24.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:24 smithi042 bash[64476]: cluster 2023-12-07T16:08:23.578118+0000 mon.a (mon.0) 394 : cluster 0 osdmap e126: 8 total, 7 up, 8 in 2023-12-07T16:08:24.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:24 smithi042 bash[64476]: cluster 2023-12-07T16:08:23.586190+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T16:08:24.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:24 smithi042 bash[64476]: cluster 2023-12-07T16:08:23.587686+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T16:08:24.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:24 smithi042 bash[64476]: cluster 2023-12-07T16:08:23.588733+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T16:08:24.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:24 smithi042 bash[64476]: cluster 2023-12-07T16:08:23.589991+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T16:08:24.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:24 smithi042 bash[64476]: cluster 2023-12-07T16:08:23.590189+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T16:08:24.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:24 smithi042 bash[64476]: cluster 2023-12-07T16:08:23.592350+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T16:08:24.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:24 smithi042 bash[65854]: cluster 2023-12-07T16:08:23.358205+0000 mgr.y (mgr.25474) 250 : cluster 0 pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:08:24.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:24 smithi042 bash[65854]: cluster 2023-12-07T16:08:23.562422+0000 mon.a (mon.0) 393 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:08:24.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:24 smithi042 bash[65854]: cluster 2023-12-07T16:08:23.578118+0000 mon.a (mon.0) 394 : cluster 0 osdmap e126: 8 total, 7 up, 8 in 2023-12-07T16:08:24.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:24 smithi042 bash[65854]: cluster 2023-12-07T16:08:23.586190+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T16:08:24.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:24 smithi042 bash[65854]: cluster 2023-12-07T16:08:23.587686+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T16:08:24.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:24 smithi042 bash[65854]: cluster 2023-12-07T16:08:23.588733+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T16:08:24.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:24 smithi042 bash[65854]: cluster 2023-12-07T16:08:23.589991+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T16:08:24.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:24 smithi042 bash[65854]: cluster 2023-12-07T16:08:23.590189+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T16:08:24.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:24 smithi042 bash[65854]: cluster 2023-12-07T16:08:23.592350+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T16:08:25.356 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:08:24 smithi178 bash[53800]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-4 2023-12-07T16:08:25.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:25 smithi178 bash[51889]: cluster 2023-12-07T16:08:24.579213+0000 mon.a (mon.0) 395 : cluster 0 osdmap e127: 8 total, 7 up, 8 in 2023-12-07T16:08:25.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:25 smithi178 bash[51889]: cluster 2023-12-07T16:08:24.584504+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:25 smithi178 bash[51889]: cluster 2023-12-07T16:08:24.585014+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:25 smithi178 bash[51889]: cluster 2023-12-07T16:08:24.585472+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:25 smithi178 bash[51889]: cluster 2023-12-07T16:08:24.587700+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:25 smithi178 bash[51889]: cluster 2023-12-07T16:08:24.588653+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:25 smithi178 bash[51889]: cluster 2023-12-07T16:08:24.589233+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:25 smithi178 bash[51889]: cluster 2023-12-07T16:08:24.591351+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:25 smithi178 bash[51889]: cluster 2023-12-07T16:08:24.591711+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:25 smithi178 bash[51889]: cluster 2023-12-07T16:08:24.593233+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:25 smithi178 bash[51889]: audit 2023-12-07T16:08:25.342405+0000 mon.a (mon.0) 396 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:25.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:25 smithi178 bash[51889]: audit 2023-12-07T16:08:25.344469+0000 mon.a (mon.0) 397 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:08:25.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[65854]: cluster 2023-12-07T16:08:24.579213+0000 mon.a (mon.0) 395 : cluster 0 osdmap e127: 8 total, 7 up, 8 in 2023-12-07T16:08:25.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[65854]: cluster 2023-12-07T16:08:24.584504+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[65854]: cluster 2023-12-07T16:08:24.585014+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[65854]: cluster 2023-12-07T16:08:24.585472+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[65854]: cluster 2023-12-07T16:08:24.587700+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[65854]: cluster 2023-12-07T16:08:24.588653+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[65854]: cluster 2023-12-07T16:08:24.589233+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[65854]: cluster 2023-12-07T16:08:24.591351+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[65854]: cluster 2023-12-07T16:08:24.591711+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[65854]: cluster 2023-12-07T16:08:24.593233+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[65854]: audit 2023-12-07T16:08:25.342405+0000 mon.a (mon.0) 396 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:25.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[65854]: audit 2023-12-07T16:08:25.344469+0000 mon.a (mon.0) 397 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:08:25.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[64476]: cluster 2023-12-07T16:08:24.579213+0000 mon.a (mon.0) 395 : cluster 0 osdmap e127: 8 total, 7 up, 8 in 2023-12-07T16:08:25.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[64476]: cluster 2023-12-07T16:08:24.584504+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[64476]: cluster 2023-12-07T16:08:24.585014+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[64476]: cluster 2023-12-07T16:08:24.585472+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[64476]: cluster 2023-12-07T16:08:24.587700+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[64476]: cluster 2023-12-07T16:08:24.588653+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[64476]: cluster 2023-12-07T16:08:24.589233+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[64476]: cluster 2023-12-07T16:08:24.591351+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[64476]: cluster 2023-12-07T16:08:24.591711+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[64476]: cluster 2023-12-07T16:08:24.593233+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T16:08:25.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[64476]: audit 2023-12-07T16:08:25.342405+0000 mon.a (mon.0) 396 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:25.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:25 smithi042 bash[64476]: audit 2023-12-07T16:08:25.344469+0000 mon.a (mon.0) 397 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:08:26.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:26 smithi178 bash[51889]: cluster 2023-12-07T16:08:25.359025+0000 mgr.y (mgr.25474) 251 : cluster 0 pgmap v145: 161 pgs: 9 peering, 21 stale+active+clean, 131 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:08:26.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:26 smithi178 bash[51889]: cluster 2023-12-07T16:08:26.338036+0000 mon.a (mon.0) 398 : cluster 3 Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2023-12-07T16:08:26.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:26 smithi042 bash[65854]: cluster 2023-12-07T16:08:25.359025+0000 mgr.y (mgr.25474) 251 : cluster 0 pgmap v145: 161 pgs: 9 peering, 21 stale+active+clean, 131 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:08:26.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:26 smithi042 bash[65854]: cluster 2023-12-07T16:08:26.338036+0000 mon.a (mon.0) 398 : cluster 3 Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2023-12-07T16:08:26.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:26 smithi042 bash[64476]: cluster 2023-12-07T16:08:25.359025+0000 mgr.y (mgr.25474) 251 : cluster 0 pgmap v145: 161 pgs: 9 peering, 21 stale+active+clean, 131 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:08:26.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:26 smithi042 bash[64476]: cluster 2023-12-07T16:08:26.338036+0000 mon.a (mon.0) 398 : cluster 3 Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2023-12-07T16:08:27.151 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:08:26 smithi178 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.4.service: Succeeded. 2023-12-07T16:08:27.151 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:08:26 smithi178 systemd[1]: Stopped Ceph osd.4 for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:08:27.151 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:08:27 smithi178 systemd[1]: Started Ceph osd.4 for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:08:27.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:27 smithi178 bash[51889]: audit 2023-12-07T16:08:26.468797+0000 mgr.y (mgr.25474) 252 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:08:27.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:27 smithi178 bash[51889]: audit 2023-12-07T16:08:27.138902+0000 mon.a (mon.0) 399 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:27.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:27 smithi178 bash[51889]: audit 2023-12-07T16:08:27.149424+0000 mon.a (mon.0) 400 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:27.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:27 smithi042 bash[64476]: audit 2023-12-07T16:08:26.468797+0000 mgr.y (mgr.25474) 252 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:08:27.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:27 smithi042 bash[64476]: audit 2023-12-07T16:08:27.138902+0000 mon.a (mon.0) 399 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:27.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:27 smithi042 bash[64476]: audit 2023-12-07T16:08:27.149424+0000 mon.a (mon.0) 400 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:27.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:27 smithi042 bash[65854]: audit 2023-12-07T16:08:26.468797+0000 mgr.y (mgr.25474) 252 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:08:27.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:27 smithi042 bash[65854]: audit 2023-12-07T16:08:27.138902+0000 mon.a (mon.0) 399 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:27.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:27 smithi042 bash[65854]: audit 2023-12-07T16:08:27.149424+0000 mon.a (mon.0) 400 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:29.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:28 smithi178 bash[51889]: cluster 2023-12-07T16:08:27.360124+0000 mgr.y (mgr.25474) 253 : cluster 0 pgmap v146: 161 pgs: 17 active+undersized+degraded, 9 peering, 3 stale+active+clean, 31 active+undersized, 101 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2023-12-07T16:08:29.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:28 smithi178 bash[51889]: audit 2023-12-07T16:08:27.711530+0000 mon.a (mon.0) 401 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:29.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:28 smithi178 bash[51889]: audit 2023-12-07T16:08:27.717317+0000 mon.a (mon.0) 402 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:29.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:28 smithi178 bash[51889]: audit 2023-12-07T16:08:27.724028+0000 mon.a (mon.0) 403 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:29.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:28 smithi178 bash[51889]: audit 2023-12-07T16:08:27.730238+0000 mon.a (mon.0) 404 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:29.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:28 smithi178 bash[51889]: cluster 2023-12-07T16:08:28.145604+0000 mon.a (mon.0) 405 : cluster 3 Health check failed: Degraded data redundancy: 68/630 objects degraded (10.794%), 17 pgs degraded (PG_DEGRADED) 2023-12-07T16:08:29.106 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:08:28 smithi178 bash[53966]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-07T16:08:29.106 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:08:28 smithi178 bash[53966]: 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-07T16:08:29.106 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:08:28 smithi178 bash[53966]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-07T16:08:29.106 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:08:28 smithi178 bash[53966]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-07T16:08:29.106 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:08:28 smithi178 bash[53966]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2023-12-07T16:08:29.107 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:08:28 smithi178 bash[53966]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-07T16:08:29.107 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:08:28 smithi178 bash[53966]: --> ceph-volume raw activate successful for osd ID: 4 2023-12-07T16:08:29.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:28 smithi042 bash[65854]: cluster 2023-12-07T16:08:27.360124+0000 mgr.y (mgr.25474) 253 : cluster 0 pgmap v146: 161 pgs: 17 active+undersized+degraded, 9 peering, 3 stale+active+clean, 31 active+undersized, 101 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2023-12-07T16:08:29.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:28 smithi042 bash[65854]: audit 2023-12-07T16:08:27.711530+0000 mon.a (mon.0) 401 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:29.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:28 smithi042 bash[65854]: audit 2023-12-07T16:08:27.717317+0000 mon.a (mon.0) 402 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:29.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:28 smithi042 bash[65854]: audit 2023-12-07T16:08:27.724028+0000 mon.a (mon.0) 403 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:29.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:28 smithi042 bash[65854]: audit 2023-12-07T16:08:27.730238+0000 mon.a (mon.0) 404 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:29.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:28 smithi042 bash[65854]: cluster 2023-12-07T16:08:28.145604+0000 mon.a (mon.0) 405 : cluster 3 Health check failed: Degraded data redundancy: 68/630 objects degraded (10.794%), 17 pgs degraded (PG_DEGRADED) 2023-12-07T16:08:29.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:28 smithi042 bash[64476]: cluster 2023-12-07T16:08:27.360124+0000 mgr.y (mgr.25474) 253 : cluster 0 pgmap v146: 161 pgs: 17 active+undersized+degraded, 9 peering, 3 stale+active+clean, 31 active+undersized, 101 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2023-12-07T16:08:29.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:28 smithi042 bash[64476]: audit 2023-12-07T16:08:27.711530+0000 mon.a (mon.0) 401 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:29.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:28 smithi042 bash[64476]: audit 2023-12-07T16:08:27.717317+0000 mon.a (mon.0) 402 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:29.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:28 smithi042 bash[64476]: audit 2023-12-07T16:08:27.724028+0000 mon.a (mon.0) 403 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:29.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:28 smithi042 bash[64476]: audit 2023-12-07T16:08:27.730238+0000 mon.a (mon.0) 404 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:29.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:28 smithi042 bash[64476]: cluster 2023-12-07T16:08:28.145604+0000 mon.a (mon.0) 405 : cluster 3 Health check failed: Degraded data redundancy: 68/630 objects degraded (10.794%), 17 pgs degraded (PG_DEGRADED) 2023-12-07T16:08:30.096 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:29 smithi178 bash[51889]: cluster 2023-12-07T16:08:29.709745+0000 mon.a (mon.0) 406 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2023-12-07T16:08:30.099 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:29 smithi042 bash[65854]: cluster 2023-12-07T16:08:29.709745+0000 mon.a (mon.0) 406 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2023-12-07T16:08:30.099 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:29 smithi042 bash[64476]: cluster 2023-12-07T16:08:29.709745+0000 mon.a (mon.0) 406 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2023-12-07T16:08:30.356 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:08:30 smithi178 bash[54267]: debug 2023-12-07T16:08:30.205+0000 7faa94755700 1 -- 172.21.15.178:0/3781528202 <== mon.2 v2:172.21.15.178:3300/0 3 ==== mon_map magic: 0 v1 ==== 413+0+0 (secure 0 0 0) 0x55e5b20d5600 con 0x55e5b2114c00 2023-12-07T16:08:30.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:08:30 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:08:30] "GET /metrics HTTP/1.1" 200 38407 "" "Prometheus/2.33.4" 2023-12-07T16:08:31.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:30 smithi178 bash[51889]: cluster 2023-12-07T16:08:29.361452+0000 mgr.y (mgr.25474) 254 : cluster 0 pgmap v147: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-07T16:08:31.106 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:08:30 smithi178 bash[54267]: debug 2023-12-07T16:08:30.757+0000 7faa9d8db640 -1 Falling back to public interface 2023-12-07T16:08:31.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:30 smithi042 bash[65854]: cluster 2023-12-07T16:08:29.361452+0000 mgr.y (mgr.25474) 254 : cluster 0 pgmap v147: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-07T16:08:31.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:30 smithi042 bash[64476]: cluster 2023-12-07T16:08:29.361452+0000 mgr.y (mgr.25474) 254 : cluster 0 pgmap v147: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-07T16:08:33.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:32 smithi178 bash[51889]: cluster 2023-12-07T16:08:31.363141+0000 mgr.y (mgr.25474) 255 : cluster 0 pgmap v148: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-07T16:08:33.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:32 smithi042 bash[64476]: cluster 2023-12-07T16:08:31.363141+0000 mgr.y (mgr.25474) 255 : cluster 0 pgmap v148: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-07T16:08:33.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:32 smithi042 bash[65854]: cluster 2023-12-07T16:08:31.363141+0000 mgr.y (mgr.25474) 255 : cluster 0 pgmap v148: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-07T16:08:33.832 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:33 smithi178 bash[51889]: audit 2023-12-07T16:08:33.622953+0000 mon.a (mon.0) 407 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T16:08:33.832 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:33 smithi178 bash[51889]: audit 2023-12-07T16:08:33.627332+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.178:6800/799142107,v1:172.21.15.178:6801/799142107]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T16:08:33.833 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:08:33 smithi178 bash[54267]: debug 2023-12-07T16:08:33.573+0000 7faa9d8db640 -1 osd.4 0 read_superblock omap replica is missing. 2023-12-07T16:08:33.833 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:08:33 smithi178 bash[54267]: debug 2023-12-07T16:08:33.621+0000 7faa9d8db640 -1 osd.4 125 log_to_monitors true 2023-12-07T16:08:34.105 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:08:33 smithi178 bash[54267]: debug 2023-12-07T16:08:33.829+0000 7faa8b545700 -1 osd.4 125 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T16:08:34.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:33 smithi042 bash[64476]: audit 2023-12-07T16:08:33.622953+0000 mon.a (mon.0) 407 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T16:08:34.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:33 smithi042 bash[64476]: audit 2023-12-07T16:08:33.627332+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.178:6800/799142107,v1:172.21.15.178:6801/799142107]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T16:08:34.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:33 smithi042 bash[65854]: audit 2023-12-07T16:08:33.622953+0000 mon.a (mon.0) 407 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T16:08:34.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:33 smithi042 bash[65854]: audit 2023-12-07T16:08:33.627332+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.178:6800/799142107,v1:172.21.15.178:6801/799142107]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T16:08:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:34 smithi178 bash[51889]: cluster 2023-12-07T16:08:33.364575+0000 mgr.y (mgr.25474) 256 : cluster 0 pgmap v149: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-07T16:08:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:34 smithi178 bash[51889]: audit 2023-12-07T16:08:33.780228+0000 mon.a (mon.0) 408 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-07T16:08:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:34 smithi178 bash[51889]: cluster 2023-12-07T16:08:33.785634+0000 mon.a (mon.0) 409 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-07T16:08:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:34 smithi178 bash[51889]: cluster 2023-12-07T16:08:33.787482+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e128 with expected crc 2023-12-07T16:08:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:34 smithi178 bash[51889]: cluster 2023-12-07T16:08:33.787725+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e128 with expected crc 2023-12-07T16:08:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:34 smithi178 bash[51889]: audit 2023-12-07T16:08:33.794434+0000 mon.a (mon.0) 410 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:08:35.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:34 smithi178 bash[51889]: audit 2023-12-07T16:08:33.798681+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.178:6800/799142107,v1:172.21.15.178:6801/799142107]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:08:35.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:34 smithi178 bash[51889]: cluster 2023-12-07T16:08:33.812620+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e128 with expected crc 2023-12-07T16:08:35.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:34 smithi042 bash[64476]: cluster 2023-12-07T16:08:33.364575+0000 mgr.y (mgr.25474) 256 : cluster 0 pgmap v149: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-07T16:08:35.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:34 smithi042 bash[64476]: audit 2023-12-07T16:08:33.780228+0000 mon.a (mon.0) 408 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-07T16:08:35.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:34 smithi042 bash[64476]: cluster 2023-12-07T16:08:33.785634+0000 mon.a (mon.0) 409 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-07T16:08:35.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:34 smithi042 bash[64476]: cluster 2023-12-07T16:08:33.787482+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e128 with expected crc 2023-12-07T16:08:35.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:34 smithi042 bash[64476]: cluster 2023-12-07T16:08:33.787725+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e128 with expected crc 2023-12-07T16:08:35.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:34 smithi042 bash[64476]: audit 2023-12-07T16:08:33.794434+0000 mon.a (mon.0) 410 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:08:35.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:34 smithi042 bash[64476]: audit 2023-12-07T16:08:33.798681+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.178:6800/799142107,v1:172.21.15.178:6801/799142107]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:08:35.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:34 smithi042 bash[64476]: cluster 2023-12-07T16:08:33.812620+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e128 with expected crc 2023-12-07T16:08:35.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:34 smithi042 bash[65854]: cluster 2023-12-07T16:08:33.364575+0000 mgr.y (mgr.25474) 256 : cluster 0 pgmap v149: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-07T16:08:35.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:34 smithi042 bash[65854]: audit 2023-12-07T16:08:33.780228+0000 mon.a (mon.0) 408 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-07T16:08:35.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:34 smithi042 bash[65854]: cluster 2023-12-07T16:08:33.785634+0000 mon.a (mon.0) 409 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-07T16:08:35.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:34 smithi042 bash[65854]: cluster 2023-12-07T16:08:33.787482+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e128 with expected crc 2023-12-07T16:08:35.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:34 smithi042 bash[65854]: cluster 2023-12-07T16:08:33.787725+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e128 with expected crc 2023-12-07T16:08:35.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:34 smithi042 bash[65854]: audit 2023-12-07T16:08:33.794434+0000 mon.a (mon.0) 410 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:08:35.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:34 smithi042 bash[65854]: audit 2023-12-07T16:08:33.798681+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.178:6800/799142107,v1:172.21.15.178:6801/799142107]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:08:35.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:34 smithi042 bash[65854]: cluster 2023-12-07T16:08:33.812620+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e128 with expected crc 2023-12-07T16:08:36.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:35 smithi178 bash[51889]: cluster 2023-12-07T16:08:34.781098+0000 mon.a (mon.0) 411 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:08:36.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:35 smithi178 bash[51889]: cluster 2023-12-07T16:08:34.790425+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T16:08:36.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:35 smithi178 bash[51889]: cluster 2023-12-07T16:08:34.790822+0000 mon.a (mon.0) 412 : cluster 1 osd.4 [v2:172.21.15.178:6800/799142107,v1:172.21.15.178:6801/799142107] boot 2023-12-07T16:08:36.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:35 smithi178 bash[51889]: cluster 2023-12-07T16:08:34.790899+0000 mon.a (mon.0) 413 : cluster 0 osdmap e129: 8 total, 8 up, 8 in 2023-12-07T16:08:36.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:35 smithi178 bash[51889]: cluster 2023-12-07T16:08:34.799127+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T16:08:36.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:35 smithi178 bash[51889]: audit 2023-12-07T16:08:34.803207+0000 mon.a (mon.0) 414 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T16:08:36.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:35 smithi178 bash[51889]: audit 2023-12-07T16:08:35.228123+0000 mon.a (mon.0) 415 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:36.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:35 smithi178 bash[51889]: audit 2023-12-07T16:08:35.237676+0000 mon.a (mon.0) 416 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:36.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:35 smithi178 bash[51889]: cluster 2023-12-07T16:08:35.298452+0000 mon.a (mon.0) 417 : cluster 3 Health check update: Degraded data redundancy: 106/630 objects degraded (16.825%), 27 pgs degraded (PG_DEGRADED) 2023-12-07T16:08:36.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:35 smithi178 bash[51889]: cluster 2023-12-07T16:08:35.365665+0000 mgr.y (mgr.25474) 257 : cluster 0 pgmap v152: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 189 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 106/630 objects degraded (16.825%) 2023-12-07T16:08:36.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:35 smithi178 bash[51889]: audit 2023-12-07T16:08:35.587294+0000 mon.a (mon.0) 418 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:36.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:35 smithi178 bash[51889]: cluster 2023-12-07T16:08:35.792301+0000 mon.a (mon.0) 419 : cluster 0 osdmap e130: 8 total, 8 up, 8 in 2023-12-07T16:08:36.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[64476]: cluster 2023-12-07T16:08:34.781098+0000 mon.a (mon.0) 411 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:08:36.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[64476]: cluster 2023-12-07T16:08:34.790425+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T16:08:36.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[64476]: cluster 2023-12-07T16:08:34.790822+0000 mon.a (mon.0) 412 : cluster 1 osd.4 [v2:172.21.15.178:6800/799142107,v1:172.21.15.178:6801/799142107] boot 2023-12-07T16:08:36.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[64476]: cluster 2023-12-07T16:08:34.790899+0000 mon.a (mon.0) 413 : cluster 0 osdmap e129: 8 total, 8 up, 8 in 2023-12-07T16:08:36.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[64476]: cluster 2023-12-07T16:08:34.799127+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T16:08:36.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[64476]: audit 2023-12-07T16:08:34.803207+0000 mon.a (mon.0) 414 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T16:08:36.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[64476]: audit 2023-12-07T16:08:35.228123+0000 mon.a (mon.0) 415 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:36.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[64476]: audit 2023-12-07T16:08:35.237676+0000 mon.a (mon.0) 416 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:36.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[64476]: cluster 2023-12-07T16:08:35.298452+0000 mon.a (mon.0) 417 : cluster 3 Health check update: Degraded data redundancy: 106/630 objects degraded (16.825%), 27 pgs degraded (PG_DEGRADED) 2023-12-07T16:08:36.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[64476]: cluster 2023-12-07T16:08:35.365665+0000 mgr.y (mgr.25474) 257 : cluster 0 pgmap v152: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 189 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 106/630 objects degraded (16.825%) 2023-12-07T16:08:36.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[64476]: audit 2023-12-07T16:08:35.587294+0000 mon.a (mon.0) 418 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:36.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[64476]: cluster 2023-12-07T16:08:35.792301+0000 mon.a (mon.0) 419 : cluster 0 osdmap e130: 8 total, 8 up, 8 in 2023-12-07T16:08:36.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[65854]: cluster 2023-12-07T16:08:34.781098+0000 mon.a (mon.0) 411 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:08:36.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[65854]: cluster 2023-12-07T16:08:34.790425+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T16:08:36.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[65854]: cluster 2023-12-07T16:08:34.790822+0000 mon.a (mon.0) 412 : cluster 1 osd.4 [v2:172.21.15.178:6800/799142107,v1:172.21.15.178:6801/799142107] boot 2023-12-07T16:08:36.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[65854]: cluster 2023-12-07T16:08:34.790899+0000 mon.a (mon.0) 413 : cluster 0 osdmap e129: 8 total, 8 up, 8 in 2023-12-07T16:08:36.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[65854]: cluster 2023-12-07T16:08:34.799127+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T16:08:36.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[65854]: audit 2023-12-07T16:08:34.803207+0000 mon.a (mon.0) 414 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T16:08:36.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[65854]: audit 2023-12-07T16:08:35.228123+0000 mon.a (mon.0) 415 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:36.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[65854]: audit 2023-12-07T16:08:35.237676+0000 mon.a (mon.0) 416 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:36.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[65854]: cluster 2023-12-07T16:08:35.298452+0000 mon.a (mon.0) 417 : cluster 3 Health check update: Degraded data redundancy: 106/630 objects degraded (16.825%), 27 pgs degraded (PG_DEGRADED) 2023-12-07T16:08:36.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[65854]: cluster 2023-12-07T16:08:35.365665+0000 mgr.y (mgr.25474) 257 : cluster 0 pgmap v152: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 189 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 106/630 objects degraded (16.825%) 2023-12-07T16:08:36.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[65854]: audit 2023-12-07T16:08:35.587294+0000 mon.a (mon.0) 418 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:36.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:35 smithi042 bash[65854]: cluster 2023-12-07T16:08:35.792301+0000 mon.a (mon.0) 419 : cluster 0 osdmap e130: 8 total, 8 up, 8 in 2023-12-07T16:08:37.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:36 smithi178 bash[51889]: cluster 2023-12-07T16:08:35.792296+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:36 smithi178 bash[51889]: cluster 2023-12-07T16:08:35.796819+0000 osd.5 (osd.5) 41 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:36 smithi178 bash[51889]: cluster 2023-12-07T16:08:35.798560+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:36 smithi178 bash[51889]: cluster 2023-12-07T16:08:35.800808+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:36 smithi178 bash[51889]: cluster 2023-12-07T16:08:35.801600+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:36 smithi178 bash[51889]: cluster 2023-12-07T16:08:35.801622+0000 osd.5 (osd.5) 42 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:36 smithi178 bash[51889]: cluster 2023-12-07T16:08:35.803018+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:36 smithi178 bash[51889]: cluster 2023-12-07T16:08:35.804425+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:36 smithi178 bash[51889]: cluster 2023-12-07T16:08:35.804822+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:36 smithi178 bash[51889]: cluster 2023-12-07T16:08:35.806436+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:36 smithi178 bash[51889]: audit 2023-12-07T16:08:36.284051+0000 mon.a (mon.0) 420 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:37.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:36 smithi178 bash[51889]: audit 2023-12-07T16:08:36.294196+0000 mon.a (mon.0) 421 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:37.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:36 smithi178 bash[51889]: audit 2023-12-07T16:08:36.480132+0000 mgr.y (mgr.25474) 258 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:08:37.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[64476]: cluster 2023-12-07T16:08:35.792296+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[64476]: cluster 2023-12-07T16:08:35.796819+0000 osd.5 (osd.5) 41 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[64476]: cluster 2023-12-07T16:08:35.798560+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[64476]: cluster 2023-12-07T16:08:35.800808+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[64476]: cluster 2023-12-07T16:08:35.801600+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[64476]: cluster 2023-12-07T16:08:35.801622+0000 osd.5 (osd.5) 42 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[64476]: cluster 2023-12-07T16:08:35.803018+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[64476]: cluster 2023-12-07T16:08:35.804425+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[64476]: cluster 2023-12-07T16:08:35.804822+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[64476]: cluster 2023-12-07T16:08:35.806436+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[64476]: audit 2023-12-07T16:08:36.284051+0000 mon.a (mon.0) 420 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:37.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[64476]: audit 2023-12-07T16:08:36.294196+0000 mon.a (mon.0) 421 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:37.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[64476]: audit 2023-12-07T16:08:36.480132+0000 mgr.y (mgr.25474) 258 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:08:37.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[65854]: cluster 2023-12-07T16:08:35.792296+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[65854]: cluster 2023-12-07T16:08:35.796819+0000 osd.5 (osd.5) 41 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[65854]: cluster 2023-12-07T16:08:35.798560+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[65854]: cluster 2023-12-07T16:08:35.800808+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[65854]: cluster 2023-12-07T16:08:35.801600+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[65854]: cluster 2023-12-07T16:08:35.801622+0000 osd.5 (osd.5) 42 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[65854]: cluster 2023-12-07T16:08:35.803018+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[65854]: cluster 2023-12-07T16:08:35.804425+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[65854]: cluster 2023-12-07T16:08:35.804822+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[65854]: cluster 2023-12-07T16:08:35.806436+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T16:08:37.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[65854]: audit 2023-12-07T16:08:36.284051+0000 mon.a (mon.0) 420 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:37.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[65854]: audit 2023-12-07T16:08:36.294196+0000 mon.a (mon.0) 421 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:37.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:36 smithi042 bash[65854]: audit 2023-12-07T16:08:36.480132+0000 mgr.y (mgr.25474) 258 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:08:38.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:37 smithi178 bash[51889]: cluster 2023-12-07T16:08:37.367328+0000 mgr.y (mgr.25474) 259 : cluster 0 pgmap v154: 161 pgs: 16 active+undersized+degraded, 22 active+undersized, 123 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 52/630 objects degraded (8.254%) 2023-12-07T16:08:38.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:37 smithi042 bash[64476]: cluster 2023-12-07T16:08:37.367328+0000 mgr.y (mgr.25474) 259 : cluster 0 pgmap v154: 161 pgs: 16 active+undersized+degraded, 22 active+undersized, 123 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 52/630 objects degraded (8.254%) 2023-12-07T16:08:38.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:37 smithi042 bash[65854]: cluster 2023-12-07T16:08:37.367328+0000 mgr.y (mgr.25474) 259 : cluster 0 pgmap v154: 161 pgs: 16 active+undersized+degraded, 22 active+undersized, 123 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 52/630 objects degraded (8.254%) 2023-12-07T16:08:39.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:39 smithi178 bash[51889]: cluster 2023-12-07T16:08:39.420390+0000 mon.a (mon.0) 422 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 52/630 objects degraded (8.254%), 16 pgs degraded) 2023-12-07T16:08:39.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:39 smithi178 bash[51889]: cluster 2023-12-07T16:08:39.420465+0000 mon.a (mon.0) 423 : cluster 1 Cluster is now healthy 2023-12-07T16:08:39.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:39 smithi042 bash[65854]: cluster 2023-12-07T16:08:39.420390+0000 mon.a (mon.0) 422 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 52/630 objects degraded (8.254%), 16 pgs degraded) 2023-12-07T16:08:39.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:39 smithi042 bash[65854]: cluster 2023-12-07T16:08:39.420465+0000 mon.a (mon.0) 423 : cluster 1 Cluster is now healthy 2023-12-07T16:08:39.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:39 smithi042 bash[64476]: cluster 2023-12-07T16:08:39.420390+0000 mon.a (mon.0) 422 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 52/630 objects degraded (8.254%), 16 pgs degraded) 2023-12-07T16:08:39.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:39 smithi042 bash[64476]: cluster 2023-12-07T16:08:39.420465+0000 mon.a (mon.0) 423 : cluster 1 Cluster is now healthy 2023-12-07T16:08:40.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:08:40 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:08:40] "GET /metrics HTTP/1.1" 200 38407 "" "Prometheus/2.33.4" 2023-12-07T16:08:40.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:40 smithi178 bash[51889]: cluster 2023-12-07T16:08:39.368555+0000 mgr.y (mgr.25474) 260 : cluster 0 pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 197 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:08:40.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:40 smithi178 bash[51889]: audit 2023-12-07T16:08:40.343277+0000 mon.a (mon.0) 424 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:40.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:40 smithi178 bash[51889]: audit 2023-12-07T16:08:40.345596+0000 mon.a (mon.0) 425 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:08:40.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:40 smithi042 bash[64476]: cluster 2023-12-07T16:08:39.368555+0000 mgr.y (mgr.25474) 260 : cluster 0 pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 197 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:08:40.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:40 smithi042 bash[64476]: audit 2023-12-07T16:08:40.343277+0000 mon.a (mon.0) 424 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:40.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:40 smithi042 bash[64476]: audit 2023-12-07T16:08:40.345596+0000 mon.a (mon.0) 425 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:08:40.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:40 smithi042 bash[65854]: cluster 2023-12-07T16:08:39.368555+0000 mgr.y (mgr.25474) 260 : cluster 0 pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 197 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:08:40.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:40 smithi042 bash[65854]: audit 2023-12-07T16:08:40.343277+0000 mon.a (mon.0) 424 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:40.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:40 smithi042 bash[65854]: audit 2023-12-07T16:08:40.345596+0000 mon.a (mon.0) 425 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:08:42.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:42 smithi178 bash[51889]: cluster 2023-12-07T16:08:41.369916+0000 mgr.y (mgr.25474) 261 : cluster 0 pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:08:42.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:42 smithi042 bash[64476]: cluster 2023-12-07T16:08:41.369916+0000 mgr.y (mgr.25474) 261 : cluster 0 pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:08:42.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:42 smithi042 bash[65854]: cluster 2023-12-07T16:08:41.369916+0000 mgr.y (mgr.25474) 261 : cluster 0 pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:08:44.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:44 smithi178 bash[51889]: cluster 2023-12-07T16:08:43.370919+0000 mgr.y (mgr.25474) 262 : cluster 0 pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:08:44.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:44 smithi042 bash[64476]: cluster 2023-12-07T16:08:43.370919+0000 mgr.y (mgr.25474) 262 : cluster 0 pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:08:44.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:44 smithi042 bash[65854]: cluster 2023-12-07T16:08:43.370919+0000 mgr.y (mgr.25474) 262 : cluster 0 pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:08:46.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:46 smithi178 bash[51889]: cluster 2023-12-07T16:08:45.371993+0000 mgr.y (mgr.25474) 263 : cluster 0 pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:08:46.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:46 smithi178 bash[51889]: audit 2023-12-07T16:08:45.608409+0000 mon.a (mon.0) 426 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:46.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:46 smithi178 bash[51889]: audit 2023-12-07T16:08:45.848619+0000 mon.a (mon.0) 427 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:46.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:46 smithi178 bash[51889]: audit 2023-12-07T16:08:45.861132+0000 mon.a (mon.0) 428 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:46.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:46 smithi178 bash[51889]: audit 2023-12-07T16:08:45.863720+0000 mon.a (mon.0) 429 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:08:46.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:46 smithi178 bash[51889]: audit 2023-12-07T16:08:45.865701+0000 mon.a (mon.0) 430 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:08:46.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:46 smithi178 bash[51889]: audit 2023-12-07T16:08:45.875207+0000 mon.a (mon.0) 431 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:46.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:46 smithi178 bash[51889]: audit 2023-12-07T16:08:45.961758+0000 mon.a (mon.0) 432 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:08:46.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:46 smithi178 bash[51889]: audit 2023-12-07T16:08:45.965633+0000 mon.a (mon.0) 433 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:46.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:46 smithi178 bash[51889]: audit 2023-12-07T16:08:45.968194+0000 mon.a (mon.0) 434 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:46.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:46 smithi178 bash[51889]: audit 2023-12-07T16:08:45.970062+0000 mon.a (mon.0) 435 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:46.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:46 smithi178 bash[51889]: audit 2023-12-07T16:08:45.972511+0000 mon.a (mon.0) 436 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-07T16:08:46.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[64476]: cluster 2023-12-07T16:08:45.371993+0000 mgr.y (mgr.25474) 263 : cluster 0 pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:08:46.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[64476]: audit 2023-12-07T16:08:45.608409+0000 mon.a (mon.0) 426 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:46.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[64476]: audit 2023-12-07T16:08:45.848619+0000 mon.a (mon.0) 427 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:46.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[64476]: audit 2023-12-07T16:08:45.861132+0000 mon.a (mon.0) 428 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:46.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[64476]: audit 2023-12-07T16:08:45.863720+0000 mon.a (mon.0) 429 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:08:46.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[64476]: audit 2023-12-07T16:08:45.865701+0000 mon.a (mon.0) 430 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:08:46.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[64476]: audit 2023-12-07T16:08:45.875207+0000 mon.a (mon.0) 431 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:46.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[64476]: audit 2023-12-07T16:08:45.961758+0000 mon.a (mon.0) 432 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:08:46.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[64476]: audit 2023-12-07T16:08:45.965633+0000 mon.a (mon.0) 433 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:46.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[64476]: audit 2023-12-07T16:08:45.968194+0000 mon.a (mon.0) 434 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:46.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[64476]: audit 2023-12-07T16:08:45.970062+0000 mon.a (mon.0) 435 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:46.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[64476]: audit 2023-12-07T16:08:45.972511+0000 mon.a (mon.0) 436 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-07T16:08:46.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[65854]: cluster 2023-12-07T16:08:45.371993+0000 mgr.y (mgr.25474) 263 : cluster 0 pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:08:46.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[65854]: audit 2023-12-07T16:08:45.608409+0000 mon.a (mon.0) 426 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:46.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[65854]: audit 2023-12-07T16:08:45.848619+0000 mon.a (mon.0) 427 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:46.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[65854]: audit 2023-12-07T16:08:45.861132+0000 mon.a (mon.0) 428 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:46.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[65854]: audit 2023-12-07T16:08:45.863720+0000 mon.a (mon.0) 429 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:08:46.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[65854]: audit 2023-12-07T16:08:45.865701+0000 mon.a (mon.0) 430 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:08:46.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[65854]: audit 2023-12-07T16:08:45.875207+0000 mon.a (mon.0) 431 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:46.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[65854]: audit 2023-12-07T16:08:45.961758+0000 mon.a (mon.0) 432 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:08:46.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[65854]: audit 2023-12-07T16:08:45.965633+0000 mon.a (mon.0) 433 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:46.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[65854]: audit 2023-12-07T16:08:45.968194+0000 mon.a (mon.0) 434 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:46.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[65854]: audit 2023-12-07T16:08:45.970062+0000 mon.a (mon.0) 435 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:46.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:46 smithi042 bash[65854]: audit 2023-12-07T16:08:45.972511+0000 mon.a (mon.0) 436 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-07T16:08:47.420 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-12-07T16:08:47.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:47 smithi178 bash[51889]: audit 2023-12-07T16:08:45.972825+0000 mgr.y (mgr.25474) 264 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-07T16:08:47.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:47 smithi178 bash[51889]: cephadm 2023-12-07T16:08:45.974254+0000 mgr.y (mgr.25474) 265 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-07T16:08:47.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:47 smithi178 bash[51889]: audit 2023-12-07T16:08:46.491437+0000 mgr.y (mgr.25474) 266 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:08:47.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:47 smithi042 bash[65854]: audit 2023-12-07T16:08:45.972825+0000 mgr.y (mgr.25474) 264 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-07T16:08:47.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:47 smithi042 bash[65854]: cephadm 2023-12-07T16:08:45.974254+0000 mgr.y (mgr.25474) 265 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-07T16:08:47.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:47 smithi042 bash[65854]: audit 2023-12-07T16:08:46.491437+0000 mgr.y (mgr.25474) 266 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:08:47.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:47 smithi042 bash[64476]: audit 2023-12-07T16:08:45.972825+0000 mgr.y (mgr.25474) 264 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-07T16:08:47.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:47 smithi042 bash[64476]: cephadm 2023-12-07T16:08:45.974254+0000 mgr.y (mgr.25474) 265 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-07T16:08:47.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:47 smithi042 bash[64476]: audit 2023-12-07T16:08:46.491437+0000 mgr.y (mgr.25474) 266 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:08:48.198 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:08:48.199 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (6m) 43s ago 13m 15.9M - 0.23.0 ba2b418f427c fe1b358b85a1 2023-12-07T16:08:48.199 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi178 *:3000 running (5m) 12s ago 13m 43.7M - 8.3.5 dad864ee21e9 3cb0965be645 2023-12-07T16:08:48.199 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.zhjtqu smithi042 running (5m) 43s ago 11m 47.2M - 3.5 e1d6a67b021e 7deb6d5f3048 2023-12-07T16:08:48.199 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi178 *:8443,9283,8765 running (4m) 12s ago 19m 435M - 19.0.0-13-ge6605fb8 104f332cd0a9 c0c2d21198ed 2023-12-07T16:08:48.199 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (5m) 43s ago 21m 493M - 19.0.0-13-ge6605fb8 104f332cd0a9 6718013de405 2023-12-07T16:08:48.199 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (4m) 43s ago 21m 52.3M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 dac84442c4ce 2023-12-07T16:08:48.199 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi178 running (3m) 12s ago 20m 41.1M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d9d6d09f7e87 2023-12-07T16:08:48.199 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (3m) 43s ago 20m 44.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fb50c46ab5c1 2023-12-07T16:08:48.199 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (6m) 43s ago 13m 12.2M - 1.3.1 1dbe0e931976 531aa26ab3fd 2023-12-07T16:08:48.199 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi178 *:9100 running (6m) 12s ago 13m 14.2M - 1.3.1 1dbe0e931976 f553be30e56c 2023-12-07T16:08:48.200 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (2m) 43s ago 19m 52.5M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 a88ce2e50dbf 2023-12-07T16:08:48.200 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (105s) 43s ago 18m 51.3M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 f0d4a52e36a8 2023-12-07T16:08:48.200 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (76s) 43s ago 18m 47.0M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 547071d029a3 2023-12-07T16:08:48.200 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (47s) 43s ago 17m - 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 1ca81f7af7d8 2023-12-07T16:08:48.200 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi178 running (18s) 12s ago 16m 12.9M 3037M 19.0.0-13-ge6605fb8 104f332cd0a9 3f0a8fc41ed3 2023-12-07T16:08:48.200 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi178 running (16m) 12s ago 16m 64.7M 3037M 17.2.0 e1d6a67b021e b77d6dab08a9 2023-12-07T16:08:48.200 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi178 running (15m) 12s ago 15m 62.8M 3037M 17.2.0 e1d6a67b021e 0c3c794876c3 2023-12-07T16:08:48.200 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi178 running (14m) 12s ago 14m 66.7M 3037M 17.2.0 e1d6a67b021e d54168b8b1ca 2023-12-07T16:08:48.200 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi178 *:9095 running (5m) 12s ago 13m 64.2M - 2.33.4 514e6a882f6e 8dc9b81a4426 2023-12-07T16:08:48.200 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.hcortj smithi042 *:8000 running (11m) 43s ago 11m 88.8M - 17.2.0 e1d6a67b021e 7b4fbb51c0e4 2023-12-07T16:08:48.200 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi178.qokiza smithi178 *:8000 running (11m) 12s ago 11m 88.6M - 17.2.0 e1d6a67b021e ed4b389a14c0 2023-12-07T16:08:48.200 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.bhilti smithi042 *:80 running (11m) 43s ago 11m 88.5M - 17.2.0 e1d6a67b021e a005b7760f26 2023-12-07T16:08:48.201 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi178.kllngz smithi178 *:80 running (11m) 12s ago 11m 88.7M - 17.2.0 e1d6a67b021e ec7417c26d3d 2023-12-07T16:08:48.655 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:08:48.655 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-12-07T16:08:48.655 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T16:08:48.655 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:08:48.655 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-12-07T16:08:48.655 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T16:08:48.655 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:08:48.655 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-12-07T16:08:48.655 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3, 2023-12-07T16:08:48.655 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 5 2023-12-07T16:08:48.655 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:08:48.655 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2023-12-07T16:08:48.656 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:08:48.656 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:08:48.656 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-12-07T16:08:48.656 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2023-12-07T16:08:48.656 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 10 2023-12-07T16:08:48.656 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T16:08:48.656 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:08:48.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:48 smithi178 bash[51889]: cluster 2023-12-07T16:08:47.373365+0000 mgr.y (mgr.25474) 267 : cluster 0 pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:08:48.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:48 smithi178 bash[51889]: audit 2023-12-07T16:08:47.398905+0000 mgr.y (mgr.25474) 268 : audit 0 from='client.34449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:48.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:48 smithi178 bash[51889]: audit 2023-12-07T16:08:48.100696+0000 mon.a (mon.0) 437 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:48.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:48 smithi178 bash[51889]: audit 2023-12-07T16:08:48.105246+0000 mon.a (mon.0) 438 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-07T16:08:48.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:48 smithi178 bash[51889]: audit 2023-12-07T16:08:48.106537+0000 mon.a (mon.0) 439 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:08:49.047 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:08:49.047 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:08:49.047 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-12-07T16:08:49.047 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T16:08:49.048 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2023-12-07T16:08:49.048 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr", 2023-12-07T16:08:49.048 INFO:teuthology.orchestra.run.smithi042.stdout: "mon" 2023-12-07T16:08:49.048 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2023-12-07T16:08:49.048 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "10/23 daemons upgraded", 2023-12-07T16:08:49.048 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading osd daemons", 2023-12-07T16:08:49.048 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-12-07T16:08:49.048 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:08:49.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:48 smithi042 bash[64476]: cluster 2023-12-07T16:08:47.373365+0000 mgr.y (mgr.25474) 267 : cluster 0 pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:08:49.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:48 smithi042 bash[64476]: audit 2023-12-07T16:08:47.398905+0000 mgr.y (mgr.25474) 268 : audit 0 from='client.34449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:49.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:48 smithi042 bash[64476]: audit 2023-12-07T16:08:48.100696+0000 mon.a (mon.0) 437 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:49.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:48 smithi042 bash[64476]: audit 2023-12-07T16:08:48.105246+0000 mon.a (mon.0) 438 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-07T16:08:49.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:48 smithi042 bash[64476]: audit 2023-12-07T16:08:48.106537+0000 mon.a (mon.0) 439 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:08:49.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:48 smithi042 bash[65854]: cluster 2023-12-07T16:08:47.373365+0000 mgr.y (mgr.25474) 267 : cluster 0 pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:08:49.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:48 smithi042 bash[65854]: audit 2023-12-07T16:08:47.398905+0000 mgr.y (mgr.25474) 268 : audit 0 from='client.34449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:49.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:48 smithi042 bash[65854]: audit 2023-12-07T16:08:48.100696+0000 mon.a (mon.0) 437 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:49.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:48 smithi042 bash[65854]: audit 2023-12-07T16:08:48.105246+0000 mon.a (mon.0) 438 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-07T16:08:49.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:48 smithi042 bash[65854]: audit 2023-12-07T16:08:48.106537+0000 mon.a (mon.0) 439 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:08:49.506 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_OK 2023-12-07T16:08:50.099 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:49 smithi042 bash[64476]: audit 2023-12-07T16:08:47.789576+0000 mgr.y (mgr.25474) 269 : audit 0 from='client.44383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:50.099 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:49 smithi042 bash[64476]: cephadm 2023-12-07T16:08:48.093420+0000 mgr.y (mgr.25474) 270 : cephadm 1 Upgrade: Updating osd.5 2023-12-07T16:08:50.099 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:49 smithi042 bash[64476]: cephadm 2023-12-07T16:08:48.109396+0000 mgr.y (mgr.25474) 271 : cephadm 1 Deploying daemon osd.5 on smithi178 2023-12-07T16:08:50.099 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:49 smithi042 bash[64476]: audit 2023-12-07T16:08:48.169948+0000 mgr.y (mgr.25474) 272 : audit 0 from='client.34461 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:50.100 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:49 smithi042 bash[64476]: audit 2023-12-07T16:08:48.648535+0000 mon.c (mon.1) 14 : audit 0 from='client.? 172.21.15.42:0/3696713443' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:50.100 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:49 smithi042 bash[64476]: audit 2023-12-07T16:08:49.499965+0000 mon.a (mon.0) 440 : audit 0 from='client.? 172.21.15.42:0/3711521095' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:08:50.100 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:49 smithi042 bash[65854]: audit 2023-12-07T16:08:47.789576+0000 mgr.y (mgr.25474) 269 : audit 0 from='client.44383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:50.100 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:49 smithi042 bash[65854]: cephadm 2023-12-07T16:08:48.093420+0000 mgr.y (mgr.25474) 270 : cephadm 1 Upgrade: Updating osd.5 2023-12-07T16:08:50.100 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:49 smithi042 bash[65854]: cephadm 2023-12-07T16:08:48.109396+0000 mgr.y (mgr.25474) 271 : cephadm 1 Deploying daemon osd.5 on smithi178 2023-12-07T16:08:50.100 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:49 smithi042 bash[65854]: audit 2023-12-07T16:08:48.169948+0000 mgr.y (mgr.25474) 272 : audit 0 from='client.34461 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:50.100 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:49 smithi042 bash[65854]: audit 2023-12-07T16:08:48.648535+0000 mon.c (mon.1) 14 : audit 0 from='client.? 172.21.15.42:0/3696713443' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:50.101 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:49 smithi042 bash[65854]: audit 2023-12-07T16:08:49.499965+0000 mon.a (mon.0) 440 : audit 0 from='client.? 172.21.15.42:0/3711521095' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:08:50.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:49 smithi178 bash[51889]: audit 2023-12-07T16:08:47.789576+0000 mgr.y (mgr.25474) 269 : audit 0 from='client.44383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:50.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:49 smithi178 bash[51889]: cephadm 2023-12-07T16:08:48.093420+0000 mgr.y (mgr.25474) 270 : cephadm 1 Upgrade: Updating osd.5 2023-12-07T16:08:50.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:49 smithi178 bash[51889]: cephadm 2023-12-07T16:08:48.109396+0000 mgr.y (mgr.25474) 271 : cephadm 1 Deploying daemon osd.5 on smithi178 2023-12-07T16:08:50.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:49 smithi178 bash[51889]: audit 2023-12-07T16:08:48.169948+0000 mgr.y (mgr.25474) 272 : audit 0 from='client.34461 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:50.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:49 smithi178 bash[51889]: audit 2023-12-07T16:08:48.648535+0000 mon.c (mon.1) 14 : audit 0 from='client.? 172.21.15.42:0/3696713443' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:08:50.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:49 smithi178 bash[51889]: audit 2023-12-07T16:08:49.499965+0000 mon.a (mon.0) 440 : audit 0 from='client.? 172.21.15.42:0/3711521095' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:08:50.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:08:50 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:08:50] "GET /metrics HTTP/1.1" 200 38405 "" "Prometheus/2.33.4" 2023-12-07T16:08:51.002 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:50 smithi178 bash[51889]: audit 2023-12-07T16:08:49.040427+0000 mgr.y (mgr.25474) 273 : audit 0 from='client.34473 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:51.002 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:50 smithi178 bash[51889]: cluster 2023-12-07T16:08:49.374103+0000 mgr.y (mgr.25474) 274 : cluster 0 pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:08:51.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:50 smithi042 bash[64476]: audit 2023-12-07T16:08:49.040427+0000 mgr.y (mgr.25474) 273 : audit 0 from='client.34473 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:51.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:50 smithi042 bash[64476]: cluster 2023-12-07T16:08:49.374103+0000 mgr.y (mgr.25474) 274 : cluster 0 pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:08:51.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:50 smithi042 bash[65854]: audit 2023-12-07T16:08:49.040427+0000 mgr.y (mgr.25474) 273 : audit 0 from='client.34473 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:51.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:50 smithi042 bash[65854]: cluster 2023-12-07T16:08:49.374103+0000 mgr.y (mgr.25474) 274 : cluster 0 pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:08:52.566 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:08:52 smithi178 systemd[1]: Stopping Ceph osd.5 for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:08:52.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:52 smithi178 bash[51889]: cluster 2023-12-07T16:08:51.375375+0000 mgr.y (mgr.25474) 275 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:08:52.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:52 smithi178 bash[51889]: cluster 2023-12-07T16:08:52.561300+0000 mon.a (mon.0) 441 : cluster 1 osd.5 marked itself down and dead 2023-12-07T16:08:52.856 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:08:52 smithi178 bash[31487]: debug 2023-12-07T16:08:52.561+0000 7fd44d477700 -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-07T16:08:52.856 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:08:52 smithi178 bash[31487]: debug 2023-12-07T16:08:52.561+0000 7fd44d477700 -1 osd.5 130 *** Got signal Terminated *** 2023-12-07T16:08:52.856 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:08:52 smithi178 bash[31487]: debug 2023-12-07T16:08:52.561+0000 7fd44d477700 -1 osd.5 130 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:08:53.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:52 smithi042 bash[64476]: cluster 2023-12-07T16:08:51.375375+0000 mgr.y (mgr.25474) 275 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:08:53.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:52 smithi042 bash[64476]: cluster 2023-12-07T16:08:52.561300+0000 mon.a (mon.0) 441 : cluster 1 osd.5 marked itself down and dead 2023-12-07T16:08:53.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:52 smithi042 bash[65854]: cluster 2023-12-07T16:08:51.375375+0000 mgr.y (mgr.25474) 275 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:08:53.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:52 smithi042 bash[65854]: cluster 2023-12-07T16:08:52.561300+0000 mon.a (mon.0) 441 : cluster 1 osd.5 marked itself down and dead 2023-12-07T16:08:53.944 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:08:53 smithi178 bash[55764]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-5 2023-12-07T16:08:53.945 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:08:53 smithi178 bash[55841]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-5 2023-12-07T16:08:53.945 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:53 smithi178 bash[51889]: cluster 2023-12-07T16:08:52.631277+0000 mon.a (mon.0) 442 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:08:53.945 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:53 smithi178 bash[51889]: cluster 2023-12-07T16:08:52.642406+0000 mon.a (mon.0) 443 : cluster 0 osdmap e131: 8 total, 7 up, 8 in 2023-12-07T16:08:53.945 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:53 smithi178 bash[51889]: cluster 2023-12-07T16:08:52.642901+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:53.945 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:53 smithi178 bash[51889]: cluster 2023-12-07T16:08:52.648509+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:53.945 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:53 smithi178 bash[51889]: cluster 2023-12-07T16:08:52.650067+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:53.945 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:53 smithi178 bash[51889]: cluster 2023-12-07T16:08:52.651882+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:53.945 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:53 smithi178 bash[51889]: cluster 2023-12-07T16:08:52.652355+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:53.946 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:53 smithi178 bash[51889]: cluster 2023-12-07T16:08:52.653001+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:53.946 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:53 smithi178 bash[51889]: cluster 2023-12-07T16:08:52.655008+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:53.946 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:53 smithi178 bash[51889]: cluster 2023-12-07T16:08:52.656853+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:53.946 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:53 smithi178 bash[51889]: cluster 2023-12-07T16:08:52.658972+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:53.946 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:53 smithi178 bash[51889]: cluster 2023-12-07T16:08:52.660897+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:53.946 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:53 smithi178 bash[51889]: cluster 2023-12-07T16:08:53.642387+0000 mon.a (mon.0) 444 : cluster 0 osdmap e132: 8 total, 7 up, 8 in 2023-12-07T16:08:54.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[64476]: cluster 2023-12-07T16:08:52.631277+0000 mon.a (mon.0) 442 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:08:54.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[64476]: cluster 2023-12-07T16:08:52.642406+0000 mon.a (mon.0) 443 : cluster 0 osdmap e131: 8 total, 7 up, 8 in 2023-12-07T16:08:54.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[64476]: cluster 2023-12-07T16:08:52.642901+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:54.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[64476]: cluster 2023-12-07T16:08:52.648509+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:54.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[64476]: cluster 2023-12-07T16:08:52.650067+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:54.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[64476]: cluster 2023-12-07T16:08:52.651882+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:54.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[64476]: cluster 2023-12-07T16:08:52.652355+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:54.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[64476]: cluster 2023-12-07T16:08:52.653001+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:54.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[64476]: cluster 2023-12-07T16:08:52.655008+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:54.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[64476]: cluster 2023-12-07T16:08:52.656853+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:54.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[64476]: cluster 2023-12-07T16:08:52.658972+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:54.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[64476]: cluster 2023-12-07T16:08:52.660897+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:54.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[64476]: cluster 2023-12-07T16:08:53.642387+0000 mon.a (mon.0) 444 : cluster 0 osdmap e132: 8 total, 7 up, 8 in 2023-12-07T16:08:54.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[65854]: cluster 2023-12-07T16:08:52.631277+0000 mon.a (mon.0) 442 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:08:54.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[65854]: cluster 2023-12-07T16:08:52.642406+0000 mon.a (mon.0) 443 : cluster 0 osdmap e131: 8 total, 7 up, 8 in 2023-12-07T16:08:54.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[65854]: cluster 2023-12-07T16:08:52.642901+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:54.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[65854]: cluster 2023-12-07T16:08:52.648509+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:54.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[65854]: cluster 2023-12-07T16:08:52.650067+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:54.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[65854]: cluster 2023-12-07T16:08:52.651882+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:54.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[65854]: cluster 2023-12-07T16:08:52.652355+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:54.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[65854]: cluster 2023-12-07T16:08:52.653001+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:54.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[65854]: cluster 2023-12-07T16:08:52.655008+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:54.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[65854]: cluster 2023-12-07T16:08:52.656853+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:54.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[65854]: cluster 2023-12-07T16:08:52.658972+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:54.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[65854]: cluster 2023-12-07T16:08:52.660897+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T16:08:54.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:53 smithi042 bash[65854]: cluster 2023-12-07T16:08:53.642387+0000 mon.a (mon.0) 444 : cluster 0 osdmap e132: 8 total, 7 up, 8 in 2023-12-07T16:08:55.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:54 smithi178 bash[51889]: cluster 2023-12-07T16:08:53.376475+0000 mgr.y (mgr.25474) 276 : cluster 0 pgmap v163: 161 pgs: 13 peering, 17 stale+active+clean, 131 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:08:55.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:54 smithi178 bash[51889]: cluster 2023-12-07T16:08:53.643141+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T16:08:55.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:54 smithi178 bash[51889]: cluster 2023-12-07T16:08:53.643669+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T16:08:55.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:54 smithi178 bash[51889]: cluster 2023-12-07T16:08:53.647820+0000 mon.a (mon.0) 445 : cluster 3 Health check failed: Reduced data availability: 4 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2023-12-07T16:08:55.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:54 smithi178 bash[51889]: cluster 2023-12-07T16:08:53.648176+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T16:08:55.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:54 smithi178 bash[51889]: cluster 2023-12-07T16:08:53.649168+0000 osd.6 (osd.6) 49 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T16:08:55.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:54 smithi178 bash[51889]: cluster 2023-12-07T16:08:53.652037+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T16:08:55.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:54 smithi178 bash[51889]: cluster 2023-12-07T16:08:53.654117+0000 osd.6 (osd.6) 50 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T16:08:55.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:54 smithi178 bash[51889]: cluster 2023-12-07T16:08:53.654717+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T16:08:55.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:54 smithi042 bash[64476]: cluster 2023-12-07T16:08:53.376475+0000 mgr.y (mgr.25474) 276 : cluster 0 pgmap v163: 161 pgs: 13 peering, 17 stale+active+clean, 131 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:08:55.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:54 smithi042 bash[64476]: cluster 2023-12-07T16:08:53.643141+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T16:08:55.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:54 smithi042 bash[64476]: cluster 2023-12-07T16:08:53.643669+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T16:08:55.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:54 smithi042 bash[64476]: cluster 2023-12-07T16:08:53.647820+0000 mon.a (mon.0) 445 : cluster 3 Health check failed: Reduced data availability: 4 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2023-12-07T16:08:55.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:54 smithi042 bash[64476]: cluster 2023-12-07T16:08:53.648176+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T16:08:55.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:54 smithi042 bash[64476]: cluster 2023-12-07T16:08:53.649168+0000 osd.6 (osd.6) 49 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T16:08:55.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:54 smithi042 bash[64476]: cluster 2023-12-07T16:08:53.652037+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T16:08:55.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:54 smithi042 bash[64476]: cluster 2023-12-07T16:08:53.654117+0000 osd.6 (osd.6) 50 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T16:08:55.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:54 smithi042 bash[64476]: cluster 2023-12-07T16:08:53.654717+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T16:08:55.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:54 smithi042 bash[65854]: cluster 2023-12-07T16:08:53.376475+0000 mgr.y (mgr.25474) 276 : cluster 0 pgmap v163: 161 pgs: 13 peering, 17 stale+active+clean, 131 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:08:55.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:54 smithi042 bash[65854]: cluster 2023-12-07T16:08:53.643141+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T16:08:55.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:54 smithi042 bash[65854]: cluster 2023-12-07T16:08:53.643669+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T16:08:55.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:54 smithi042 bash[65854]: cluster 2023-12-07T16:08:53.647820+0000 mon.a (mon.0) 445 : cluster 3 Health check failed: Reduced data availability: 4 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2023-12-07T16:08:55.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:54 smithi042 bash[65854]: cluster 2023-12-07T16:08:53.648176+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T16:08:55.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:54 smithi042 bash[65854]: cluster 2023-12-07T16:08:53.649168+0000 osd.6 (osd.6) 49 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T16:08:55.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:54 smithi042 bash[65854]: cluster 2023-12-07T16:08:53.652037+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T16:08:55.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:54 smithi042 bash[65854]: cluster 2023-12-07T16:08:53.654117+0000 osd.6 (osd.6) 50 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T16:08:55.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:54 smithi042 bash[65854]: cluster 2023-12-07T16:08:53.654717+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T16:08:56.174 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:08:55 smithi178 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.5.service: Succeeded. 2023-12-07T16:08:56.174 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:08:55 smithi178 systemd[1]: Stopped Ceph osd.5 for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:08:56.174 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:08:56 smithi178 systemd[1]: Started Ceph osd.5 for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:08:56.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:56 smithi178 bash[51889]: audit 2023-12-07T16:08:55.342089+0000 mon.a (mon.0) 446 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:56.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:56 smithi178 bash[51889]: audit 2023-12-07T16:08:55.344005+0000 mon.a (mon.0) 447 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:08:56.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:56 smithi178 bash[51889]: cluster 2023-12-07T16:08:55.377594+0000 mgr.y (mgr.25474) 277 : cluster 0 pgmap v165: 161 pgs: 7 active+undersized+degraded, 13 peering, 12 stale+active+clean, 8 active+undersized, 121 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 24/630 objects degraded (3.810%) 2023-12-07T16:08:56.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:56 smithi178 bash[51889]: audit 2023-12-07T16:08:56.162993+0000 mon.a (mon.0) 448 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:56.606 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:56 smithi178 bash[51889]: audit 2023-12-07T16:08:56.172581+0000 mon.a (mon.0) 449 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:56.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:56 smithi042 bash[64476]: audit 2023-12-07T16:08:55.342089+0000 mon.a (mon.0) 446 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:56.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:56 smithi042 bash[64476]: audit 2023-12-07T16:08:55.344005+0000 mon.a (mon.0) 447 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:08:56.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:56 smithi042 bash[64476]: cluster 2023-12-07T16:08:55.377594+0000 mgr.y (mgr.25474) 277 : cluster 0 pgmap v165: 161 pgs: 7 active+undersized+degraded, 13 peering, 12 stale+active+clean, 8 active+undersized, 121 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 24/630 objects degraded (3.810%) 2023-12-07T16:08:56.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:56 smithi042 bash[64476]: audit 2023-12-07T16:08:56.162993+0000 mon.a (mon.0) 448 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:56.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:56 smithi042 bash[64476]: audit 2023-12-07T16:08:56.172581+0000 mon.a (mon.0) 449 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:56.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:56 smithi042 bash[65854]: audit 2023-12-07T16:08:55.342089+0000 mon.a (mon.0) 446 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:56.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:56 smithi042 bash[65854]: audit 2023-12-07T16:08:55.344005+0000 mon.a (mon.0) 447 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:08:56.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:56 smithi042 bash[65854]: cluster 2023-12-07T16:08:55.377594+0000 mgr.y (mgr.25474) 277 : cluster 0 pgmap v165: 161 pgs: 7 active+undersized+degraded, 13 peering, 12 stale+active+clean, 8 active+undersized, 121 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 24/630 objects degraded (3.810%) 2023-12-07T16:08:56.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:56 smithi042 bash[65854]: audit 2023-12-07T16:08:56.162993+0000 mon.a (mon.0) 448 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:56.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:56 smithi042 bash[65854]: audit 2023-12-07T16:08:56.172581+0000 mon.a (mon.0) 449 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:08:57.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:57 smithi042 bash[64476]: cluster 2023-12-07T16:08:56.338687+0000 mon.a (mon.0) 450 : cluster 3 Health check failed: Degraded data redundancy: 24/630 objects degraded (3.810%), 7 pgs degraded (PG_DEGRADED) 2023-12-07T16:08:57.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:57 smithi042 bash[64476]: audit 2023-12-07T16:08:56.500783+0000 mgr.y (mgr.25474) 278 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:08:57.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:57 smithi042 bash[65854]: cluster 2023-12-07T16:08:56.338687+0000 mon.a (mon.0) 450 : cluster 3 Health check failed: Degraded data redundancy: 24/630 objects degraded (3.810%), 7 pgs degraded (PG_DEGRADED) 2023-12-07T16:08:57.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:57 smithi042 bash[65854]: audit 2023-12-07T16:08:56.500783+0000 mgr.y (mgr.25474) 278 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:08:57.732 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:57 smithi178 bash[51889]: cluster 2023-12-07T16:08:56.338687+0000 mon.a (mon.0) 450 : cluster 3 Health check failed: Degraded data redundancy: 24/630 objects degraded (3.810%), 7 pgs degraded (PG_DEGRADED) 2023-12-07T16:08:57.732 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:57 smithi178 bash[51889]: audit 2023-12-07T16:08:56.500783+0000 mgr.y (mgr.25474) 278 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:08:58.106 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:08:57 smithi178 bash[56017]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-07T16:08:58.106 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:08:57 smithi178 bash[56017]: 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-07T16:08:58.106 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:08:57 smithi178 bash[56017]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-07T16:08:58.106 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:08:57 smithi178 bash[56017]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-07T16:08:58.106 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:08:57 smithi178 bash[56017]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2023-12-07T16:08:58.106 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:08:57 smithi178 bash[56017]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-07T16:08:58.107 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:08:57 smithi178 bash[56017]: --> ceph-volume raw activate successful for osd ID: 5 2023-12-07T16:08:58.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:58 smithi042 bash[64476]: cluster 2023-12-07T16:08:57.379280+0000 mgr.y (mgr.25474) 279 : cluster 0 pgmap v166: 161 pgs: 19 active+undersized+degraded, 13 peering, 27 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 62/630 objects degraded (9.841%) 2023-12-07T16:08:58.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:58 smithi042 bash[65854]: cluster 2023-12-07T16:08:57.379280+0000 mgr.y (mgr.25474) 279 : cluster 0 pgmap v166: 161 pgs: 19 active+undersized+degraded, 13 peering, 27 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 62/630 objects degraded (9.841%) 2023-12-07T16:08:58.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:58 smithi178 bash[51889]: cluster 2023-12-07T16:08:57.379280+0000 mgr.y (mgr.25474) 279 : cluster 0 pgmap v166: 161 pgs: 19 active+undersized+degraded, 13 peering, 27 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 62/630 objects degraded (9.841%) 2023-12-07T16:08:59.492 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:08:59 smithi178 bash[56294]: debug 2023-12-07T16:08:59.293+0000 7f0c42aaf700 1 -- 172.21.15.178:0/2924385350 <== mon.2 v2:172.21.15.178:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56209df9b1e0 con 0x56209e020800 2023-12-07T16:08:59.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:08:59 smithi178 bash[51889]: cluster 2023-12-07T16:08:59.432778+0000 mon.a (mon.0) 451 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 4 pgs peering) 2023-12-07T16:08:59.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:08:59 smithi042 bash[64476]: cluster 2023-12-07T16:08:59.432778+0000 mon.a (mon.0) 451 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 4 pgs peering) 2023-12-07T16:08:59.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:08:59 smithi042 bash[65854]: cluster 2023-12-07T16:08:59.432778+0000 mon.a (mon.0) 451 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 4 pgs peering) 2023-12-07T16:09:00.355 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:08:59 smithi178 bash[56294]: debug 2023-12-07T16:08:59.853+0000 7f0c4bc35640 -1 Falling back to public interface 2023-12-07T16:09:00.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:09:00 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:09:00] "GET /metrics HTTP/1.1" 200 38475 "" "Prometheus/2.33.4" 2023-12-07T16:09:00.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:00 smithi178 bash[51889]: cluster 2023-12-07T16:08:59.380773+0000 mgr.y (mgr.25474) 280 : cluster 0 pgmap v167: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 72/630 objects degraded (11.429%) 2023-12-07T16:09:00.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:00 smithi042 bash[64476]: cluster 2023-12-07T16:08:59.380773+0000 mgr.y (mgr.25474) 280 : cluster 0 pgmap v167: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 72/630 objects degraded (11.429%) 2023-12-07T16:09:00.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:00 smithi042 bash[65854]: cluster 2023-12-07T16:08:59.380773+0000 mgr.y (mgr.25474) 280 : cluster 0 pgmap v167: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 72/630 objects degraded (11.429%) 2023-12-07T16:09:02.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:02 smithi178 bash[51889]: cluster 2023-12-07T16:09:01.382179+0000 mgr.y (mgr.25474) 281 : cluster 0 pgmap v168: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 72/630 objects degraded (11.429%) 2023-12-07T16:09:02.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:02 smithi042 bash[64476]: cluster 2023-12-07T16:09:01.382179+0000 mgr.y (mgr.25474) 281 : cluster 0 pgmap v168: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 72/630 objects degraded (11.429%) 2023-12-07T16:09:02.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:02 smithi042 bash[65854]: cluster 2023-12-07T16:09:01.382179+0000 mgr.y (mgr.25474) 281 : cluster 0 pgmap v168: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 72/630 objects degraded (11.429%) 2023-12-07T16:09:03.355 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:09:02 smithi178 bash[56294]: debug 2023-12-07T16:09:02.881+0000 7f0c4bc35640 -1 osd.5 0 read_superblock omap replica is missing. 2023-12-07T16:09:03.355 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:09:02 smithi178 bash[56294]: debug 2023-12-07T16:09:02.925+0000 7f0c4bc35640 -1 osd.5 130 log_to_monitors true 2023-12-07T16:09:03.855 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:09:03 smithi178 bash[56294]: debug 2023-12-07T16:09:03.613+0000 7f0c3909e700 -1 osd.5 130 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T16:09:03.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:03 smithi178 bash[51889]: audit 2023-12-07T16:09:02.545870+0000 mon.a (mon.0) 452 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:03.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:03 smithi178 bash[51889]: audit 2023-12-07T16:09:02.556266+0000 mon.a (mon.0) 453 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:03.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:03 smithi178 bash[51889]: audit 2023-12-07T16:09:02.926404+0000 mon.a (mon.0) 454 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T16:09:03.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:03 smithi178 bash[51889]: audit 2023-12-07T16:09:02.930911+0000 mon.b (mon.2) 5 : audit 1 from='osd.5 [v2:172.21.15.178:6808/590783880,v1:172.21.15.178:6809/590783880]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T16:09:03.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:03 smithi042 bash[64476]: audit 2023-12-07T16:09:02.545870+0000 mon.a (mon.0) 452 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:03.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:03 smithi042 bash[64476]: audit 2023-12-07T16:09:02.556266+0000 mon.a (mon.0) 453 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:03.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:03 smithi042 bash[64476]: audit 2023-12-07T16:09:02.926404+0000 mon.a (mon.0) 454 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T16:09:03.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:03 smithi042 bash[64476]: audit 2023-12-07T16:09:02.930911+0000 mon.b (mon.2) 5 : audit 1 from='osd.5 [v2:172.21.15.178:6808/590783880,v1:172.21.15.178:6809/590783880]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T16:09:03.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:03 smithi042 bash[65854]: audit 2023-12-07T16:09:02.545870+0000 mon.a (mon.0) 452 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:03.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:03 smithi042 bash[65854]: audit 2023-12-07T16:09:02.556266+0000 mon.a (mon.0) 453 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:03.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:03 smithi042 bash[65854]: audit 2023-12-07T16:09:02.926404+0000 mon.a (mon.0) 454 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T16:09:03.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:03 smithi042 bash[65854]: audit 2023-12-07T16:09:02.930911+0000 mon.b (mon.2) 5 : audit 1 from='osd.5 [v2:172.21.15.178:6808/590783880,v1:172.21.15.178:6809/590783880]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T16:09:04.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:04 smithi178 bash[51889]: cluster 2023-12-07T16:09:03.383467+0000 mgr.y (mgr.25474) 282 : cluster 0 pgmap v169: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 72/630 objects degraded (11.429%) 2023-12-07T16:09:04.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:04 smithi178 bash[51889]: audit 2023-12-07T16:09:03.557426+0000 mon.a (mon.0) 455 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:04.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:04 smithi178 bash[51889]: audit 2023-12-07T16:09:03.561290+0000 mon.a (mon.0) 456 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-07T16:09:04.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:04 smithi178 bash[51889]: cluster 2023-12-07T16:09:03.566856+0000 mon.a (mon.0) 457 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-07T16:09:04.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:04 smithi178 bash[51889]: cluster 2023-12-07T16:09:03.568739+0000 osd.6 (osd.6) 51 : cluster 3 failed to encode map e133 with expected crc 2023-12-07T16:09:04.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:04 smithi178 bash[51889]: audit 2023-12-07T16:09:03.573933+0000 mon.a (mon.0) 458 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:04.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:04 smithi178 bash[51889]: audit 2023-12-07T16:09:03.575435+0000 mon.b (mon.2) 6 : audit 1 from='osd.5 [v2:172.21.15.178:6808/590783880,v1:172.21.15.178:6809/590783880]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:09:04.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:04 smithi178 bash[51889]: audit 2023-12-07T16:09:03.575809+0000 mon.a (mon.0) 459 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:09:04.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:04 smithi178 bash[51889]: cluster 2023-12-07T16:09:03.824981+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e133 with expected crc 2023-12-07T16:09:04.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:04 smithi042 bash[64476]: cluster 2023-12-07T16:09:03.383467+0000 mgr.y (mgr.25474) 282 : cluster 0 pgmap v169: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 72/630 objects degraded (11.429%) 2023-12-07T16:09:04.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:04 smithi042 bash[64476]: audit 2023-12-07T16:09:03.557426+0000 mon.a (mon.0) 455 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:04.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:04 smithi042 bash[64476]: audit 2023-12-07T16:09:03.561290+0000 mon.a (mon.0) 456 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-07T16:09:04.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:04 smithi042 bash[64476]: cluster 2023-12-07T16:09:03.566856+0000 mon.a (mon.0) 457 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-07T16:09:04.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:04 smithi042 bash[64476]: cluster 2023-12-07T16:09:03.568739+0000 osd.6 (osd.6) 51 : cluster 3 failed to encode map e133 with expected crc 2023-12-07T16:09:04.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:04 smithi042 bash[64476]: audit 2023-12-07T16:09:03.573933+0000 mon.a (mon.0) 458 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:04.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:04 smithi042 bash[64476]: audit 2023-12-07T16:09:03.575435+0000 mon.b (mon.2) 6 : audit 1 from='osd.5 [v2:172.21.15.178:6808/590783880,v1:172.21.15.178:6809/590783880]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:09:04.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:04 smithi042 bash[64476]: audit 2023-12-07T16:09:03.575809+0000 mon.a (mon.0) 459 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:09:04.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:04 smithi042 bash[64476]: cluster 2023-12-07T16:09:03.824981+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e133 with expected crc 2023-12-07T16:09:04.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:04 smithi042 bash[65854]: cluster 2023-12-07T16:09:03.383467+0000 mgr.y (mgr.25474) 282 : cluster 0 pgmap v169: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 72/630 objects degraded (11.429%) 2023-12-07T16:09:04.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:04 smithi042 bash[65854]: audit 2023-12-07T16:09:03.557426+0000 mon.a (mon.0) 455 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:04.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:04 smithi042 bash[65854]: audit 2023-12-07T16:09:03.561290+0000 mon.a (mon.0) 456 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-07T16:09:04.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:04 smithi042 bash[65854]: cluster 2023-12-07T16:09:03.566856+0000 mon.a (mon.0) 457 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-07T16:09:04.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:04 smithi042 bash[65854]: cluster 2023-12-07T16:09:03.568739+0000 osd.6 (osd.6) 51 : cluster 3 failed to encode map e133 with expected crc 2023-12-07T16:09:04.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:04 smithi042 bash[65854]: audit 2023-12-07T16:09:03.573933+0000 mon.a (mon.0) 458 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:04.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:04 smithi042 bash[65854]: audit 2023-12-07T16:09:03.575435+0000 mon.b (mon.2) 6 : audit 1 from='osd.5 [v2:172.21.15.178:6808/590783880,v1:172.21.15.178:6809/590783880]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:09:04.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:04 smithi042 bash[65854]: audit 2023-12-07T16:09:03.575809+0000 mon.a (mon.0) 459 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:09:04.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:04 smithi042 bash[65854]: cluster 2023-12-07T16:09:03.824981+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e133 with expected crc 2023-12-07T16:09:05.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:05 smithi178 bash[51889]: cluster 2023-12-07T16:09:04.571607+0000 mon.a (mon.0) 460 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:09:05.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:05 smithi178 bash[51889]: cluster 2023-12-07T16:09:04.577636+0000 mon.a (mon.0) 461 : cluster 1 osd.5 [v2:172.21.15.178:6808/590783880,v1:172.21.15.178:6809/590783880] boot 2023-12-07T16:09:05.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:05 smithi178 bash[51889]: cluster 2023-12-07T16:09:04.577702+0000 mon.a (mon.0) 462 : cluster 0 osdmap e134: 8 total, 8 up, 8 in 2023-12-07T16:09:05.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:05 smithi178 bash[51889]: audit 2023-12-07T16:09:04.578763+0000 mon.a (mon.0) 463 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T16:09:05.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:05 smithi178 bash[51889]: cluster 2023-12-07T16:09:04.588813+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T16:09:05.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:05 smithi178 bash[51889]: cluster 2023-12-07T16:09:04.588908+0000 osd.6 (osd.6) 52 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T16:09:05.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:05 smithi178 bash[51889]: cluster 2023-12-07T16:09:04.591421+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T16:09:05.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:05 smithi178 bash[51889]: cluster 2023-12-07T16:09:04.593392+0000 osd.6 (osd.6) 53 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T16:09:05.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:05 smithi178 bash[51889]: cluster 2023-12-07T16:09:04.596222+0000 osd.6 (osd.6) 54 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T16:09:05.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:05 smithi178 bash[51889]: cluster 2023-12-07T16:09:05.309946+0000 mon.a (mon.0) 464 : cluster 3 Health check update: Degraded data redundancy: 72/630 objects degraded (11.429%), 20 pgs degraded (PG_DEGRADED) 2023-12-07T16:09:05.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:05 smithi042 bash[64476]: cluster 2023-12-07T16:09:04.571607+0000 mon.a (mon.0) 460 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:09:05.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:05 smithi042 bash[64476]: cluster 2023-12-07T16:09:04.577636+0000 mon.a (mon.0) 461 : cluster 1 osd.5 [v2:172.21.15.178:6808/590783880,v1:172.21.15.178:6809/590783880] boot 2023-12-07T16:09:05.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:05 smithi042 bash[64476]: cluster 2023-12-07T16:09:04.577702+0000 mon.a (mon.0) 462 : cluster 0 osdmap e134: 8 total, 8 up, 8 in 2023-12-07T16:09:05.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:05 smithi042 bash[64476]: audit 2023-12-07T16:09:04.578763+0000 mon.a (mon.0) 463 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T16:09:05.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:05 smithi042 bash[64476]: cluster 2023-12-07T16:09:04.588813+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T16:09:05.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:05 smithi042 bash[64476]: cluster 2023-12-07T16:09:04.588908+0000 osd.6 (osd.6) 52 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T16:09:05.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:05 smithi042 bash[64476]: cluster 2023-12-07T16:09:04.591421+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T16:09:05.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:05 smithi042 bash[64476]: cluster 2023-12-07T16:09:04.593392+0000 osd.6 (osd.6) 53 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T16:09:05.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:05 smithi042 bash[64476]: cluster 2023-12-07T16:09:04.596222+0000 osd.6 (osd.6) 54 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T16:09:05.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:05 smithi042 bash[64476]: cluster 2023-12-07T16:09:05.309946+0000 mon.a (mon.0) 464 : cluster 3 Health check update: Degraded data redundancy: 72/630 objects degraded (11.429%), 20 pgs degraded (PG_DEGRADED) 2023-12-07T16:09:05.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:05 smithi042 bash[65854]: cluster 2023-12-07T16:09:04.571607+0000 mon.a (mon.0) 460 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:09:05.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:05 smithi042 bash[65854]: cluster 2023-12-07T16:09:04.577636+0000 mon.a (mon.0) 461 : cluster 1 osd.5 [v2:172.21.15.178:6808/590783880,v1:172.21.15.178:6809/590783880] boot 2023-12-07T16:09:05.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:05 smithi042 bash[65854]: cluster 2023-12-07T16:09:04.577702+0000 mon.a (mon.0) 462 : cluster 0 osdmap e134: 8 total, 8 up, 8 in 2023-12-07T16:09:05.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:05 smithi042 bash[65854]: audit 2023-12-07T16:09:04.578763+0000 mon.a (mon.0) 463 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T16:09:05.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:05 smithi042 bash[65854]: cluster 2023-12-07T16:09:04.588813+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T16:09:05.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:05 smithi042 bash[65854]: cluster 2023-12-07T16:09:04.588908+0000 osd.6 (osd.6) 52 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T16:09:05.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:05 smithi042 bash[65854]: cluster 2023-12-07T16:09:04.591421+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T16:09:05.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:05 smithi042 bash[65854]: cluster 2023-12-07T16:09:04.593392+0000 osd.6 (osd.6) 53 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T16:09:05.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:05 smithi042 bash[65854]: cluster 2023-12-07T16:09:04.596222+0000 osd.6 (osd.6) 54 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T16:09:05.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:05 smithi042 bash[65854]: cluster 2023-12-07T16:09:05.309946+0000 mon.a (mon.0) 464 : cluster 3 Health check update: Degraded data redundancy: 72/630 objects degraded (11.429%), 20 pgs degraded (PG_DEGRADED) 2023-12-07T16:09:06.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:06 smithi178 bash[51889]: cluster 2023-12-07T16:09:05.384629+0000 mgr.y (mgr.25474) 283 : cluster 0 pgmap v172: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 213 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 72/630 objects degraded (11.429%) 2023-12-07T16:09:06.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:06 smithi178 bash[51889]: cluster 2023-12-07T16:09:05.580871+0000 mon.a (mon.0) 465 : cluster 0 osdmap e135: 8 total, 8 up, 8 in 2023-12-07T16:09:06.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:06 smithi178 bash[51889]: cluster 2023-12-07T16:09:05.582159+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:06 smithi178 bash[51889]: cluster 2023-12-07T16:09:05.582540+0000 osd.6 (osd.6) 55 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:06 smithi178 bash[51889]: cluster 2023-12-07T16:09:05.588136+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:06 smithi178 bash[51889]: cluster 2023-12-07T16:09:05.588754+0000 osd.6 (osd.6) 56 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:06 smithi178 bash[51889]: cluster 2023-12-07T16:09:05.593771+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:06 smithi178 bash[51889]: cluster 2023-12-07T16:09:05.593931+0000 osd.6 (osd.6) 57 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:06 smithi178 bash[51889]: cluster 2023-12-07T16:09:05.595869+0000 osd.6 (osd.6) 58 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:06 smithi178 bash[51889]: cluster 2023-12-07T16:09:05.597652+0000 osd.6 (osd.6) 59 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:06 smithi178 bash[51889]: audit 2023-12-07T16:09:05.637722+0000 mon.a (mon.0) 466 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:06.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:06 smithi042 bash[64476]: cluster 2023-12-07T16:09:05.384629+0000 mgr.y (mgr.25474) 283 : cluster 0 pgmap v172: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 213 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 72/630 objects degraded (11.429%) 2023-12-07T16:09:06.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:06 smithi042 bash[64476]: cluster 2023-12-07T16:09:05.580871+0000 mon.a (mon.0) 465 : cluster 0 osdmap e135: 8 total, 8 up, 8 in 2023-12-07T16:09:06.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:06 smithi042 bash[64476]: cluster 2023-12-07T16:09:05.582159+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:06 smithi042 bash[64476]: cluster 2023-12-07T16:09:05.582540+0000 osd.6 (osd.6) 55 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:06 smithi042 bash[64476]: cluster 2023-12-07T16:09:05.588136+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:06 smithi042 bash[64476]: cluster 2023-12-07T16:09:05.588754+0000 osd.6 (osd.6) 56 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:06 smithi042 bash[64476]: cluster 2023-12-07T16:09:05.593771+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:06 smithi042 bash[64476]: cluster 2023-12-07T16:09:05.593931+0000 osd.6 (osd.6) 57 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:06 smithi042 bash[64476]: cluster 2023-12-07T16:09:05.595869+0000 osd.6 (osd.6) 58 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:06 smithi042 bash[64476]: cluster 2023-12-07T16:09:05.597652+0000 osd.6 (osd.6) 59 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:06 smithi042 bash[64476]: audit 2023-12-07T16:09:05.637722+0000 mon.a (mon.0) 466 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:06.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:06 smithi042 bash[65854]: cluster 2023-12-07T16:09:05.384629+0000 mgr.y (mgr.25474) 283 : cluster 0 pgmap v172: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 213 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 72/630 objects degraded (11.429%) 2023-12-07T16:09:06.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:06 smithi042 bash[65854]: cluster 2023-12-07T16:09:05.580871+0000 mon.a (mon.0) 465 : cluster 0 osdmap e135: 8 total, 8 up, 8 in 2023-12-07T16:09:06.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:06 smithi042 bash[65854]: cluster 2023-12-07T16:09:05.582159+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:06 smithi042 bash[65854]: cluster 2023-12-07T16:09:05.582540+0000 osd.6 (osd.6) 55 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:06 smithi042 bash[65854]: cluster 2023-12-07T16:09:05.588136+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:06 smithi042 bash[65854]: cluster 2023-12-07T16:09:05.588754+0000 osd.6 (osd.6) 56 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:06 smithi042 bash[65854]: cluster 2023-12-07T16:09:05.593771+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:06 smithi042 bash[65854]: cluster 2023-12-07T16:09:05.593931+0000 osd.6 (osd.6) 57 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:06 smithi042 bash[65854]: cluster 2023-12-07T16:09:05.595869+0000 osd.6 (osd.6) 58 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:06 smithi042 bash[65854]: cluster 2023-12-07T16:09:05.597652+0000 osd.6 (osd.6) 59 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T16:09:06.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:06 smithi042 bash[65854]: audit 2023-12-07T16:09:05.637722+0000 mon.a (mon.0) 466 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:07.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:07 smithi178 bash[51889]: audit 2023-12-07T16:09:06.510482+0000 mgr.y (mgr.25474) 284 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:09:07.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:07 smithi042 bash[64476]: audit 2023-12-07T16:09:06.510482+0000 mgr.y (mgr.25474) 284 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:09:07.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:07 smithi042 bash[65854]: audit 2023-12-07T16:09:06.510482+0000 mgr.y (mgr.25474) 284 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:09:08.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:08 smithi178 bash[51889]: cluster 2023-12-07T16:09:07.386195+0000 mgr.y (mgr.25474) 285 : cluster 0 pgmap v174: 161 pgs: 13 active+undersized+degraded, 27 active+undersized, 121 active+clean; 585 KiB data, 213 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 52/630 objects degraded (8.254%) 2023-12-07T16:09:08.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:08 smithi042 bash[65854]: cluster 2023-12-07T16:09:07.386195+0000 mgr.y (mgr.25474) 285 : cluster 0 pgmap v174: 161 pgs: 13 active+undersized+degraded, 27 active+undersized, 121 active+clean; 585 KiB data, 213 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 52/630 objects degraded (8.254%) 2023-12-07T16:09:08.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:08 smithi042 bash[64476]: cluster 2023-12-07T16:09:07.386195+0000 mgr.y (mgr.25474) 285 : cluster 0 pgmap v174: 161 pgs: 13 active+undersized+degraded, 27 active+undersized, 121 active+clean; 585 KiB data, 213 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 52/630 objects degraded (8.254%) 2023-12-07T16:09:09.838 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:09 smithi178 bash[51889]: cluster 2023-12-07T16:09:09.589683+0000 mon.a (mon.0) 467 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 52/630 objects degraded (8.254%), 13 pgs degraded) 2023-12-07T16:09:09.838 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:09 smithi178 bash[51889]: cluster 2023-12-07T16:09:09.589770+0000 mon.a (mon.0) 468 : cluster 1 Cluster is now healthy 2023-12-07T16:09:10.099 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:09 smithi042 bash[64476]: cluster 2023-12-07T16:09:09.589683+0000 mon.a (mon.0) 467 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 52/630 objects degraded (8.254%), 13 pgs degraded) 2023-12-07T16:09:10.099 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:09 smithi042 bash[64476]: cluster 2023-12-07T16:09:09.589770+0000 mon.a (mon.0) 468 : cluster 1 Cluster is now healthy 2023-12-07T16:09:10.099 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:09 smithi042 bash[65854]: cluster 2023-12-07T16:09:09.589683+0000 mon.a (mon.0) 467 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 52/630 objects degraded (8.254%), 13 pgs degraded) 2023-12-07T16:09:10.099 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:09 smithi042 bash[65854]: cluster 2023-12-07T16:09:09.589770+0000 mon.a (mon.0) 468 : cluster 1 Cluster is now healthy 2023-12-07T16:09:10.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:09:10 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:09:10] "GET /metrics HTTP/1.1" 200 38475 "" "Prometheus/2.33.4" 2023-12-07T16:09:10.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:10 smithi178 bash[51889]: cluster 2023-12-07T16:09:09.387487+0000 mgr.y (mgr.25474) 286 : cluster 0 pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-07T16:09:10.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:10 smithi178 bash[51889]: audit 2023-12-07T16:09:10.343545+0000 mon.a (mon.0) 469 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:10.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:10 smithi178 bash[51889]: audit 2023-12-07T16:09:10.346015+0000 mon.a (mon.0) 470 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:09:11.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:10 smithi042 bash[64476]: cluster 2023-12-07T16:09:09.387487+0000 mgr.y (mgr.25474) 286 : cluster 0 pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-07T16:09:11.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:10 smithi042 bash[64476]: audit 2023-12-07T16:09:10.343545+0000 mon.a (mon.0) 469 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:11.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:10 smithi042 bash[64476]: audit 2023-12-07T16:09:10.346015+0000 mon.a (mon.0) 470 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:09:11.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:10 smithi042 bash[65854]: cluster 2023-12-07T16:09:09.387487+0000 mgr.y (mgr.25474) 286 : cluster 0 pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-07T16:09:11.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:10 smithi042 bash[65854]: audit 2023-12-07T16:09:10.343545+0000 mon.a (mon.0) 469 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:11.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:10 smithi042 bash[65854]: audit 2023-12-07T16:09:10.346015+0000 mon.a (mon.0) 470 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:09:12.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:12 smithi178 bash[51889]: cluster 2023-12-07T16:09:11.388652+0000 mgr.y (mgr.25474) 287 : cluster 0 pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 915 B/s rd, 0 op/s 2023-12-07T16:09:13.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:12 smithi042 bash[64476]: cluster 2023-12-07T16:09:11.388652+0000 mgr.y (mgr.25474) 287 : cluster 0 pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 915 B/s rd, 0 op/s 2023-12-07T16:09:13.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:12 smithi042 bash[65854]: cluster 2023-12-07T16:09:11.388652+0000 mgr.y (mgr.25474) 287 : cluster 0 pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 915 B/s rd, 0 op/s 2023-12-07T16:09:14.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:14 smithi178 bash[51889]: audit 2023-12-07T16:09:13.078074+0000 mon.a (mon.0) 471 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:14.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:14 smithi178 bash[51889]: audit 2023-12-07T16:09:13.090212+0000 mon.a (mon.0) 472 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:14.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:14 smithi178 bash[51889]: audit 2023-12-07T16:09:13.092983+0000 mon.a (mon.0) 473 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:09:14.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:14 smithi178 bash[51889]: audit 2023-12-07T16:09:13.095055+0000 mon.a (mon.0) 474 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:09:14.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:14 smithi178 bash[51889]: audit 2023-12-07T16:09:13.104017+0000 mon.a (mon.0) 475 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:14.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:14 smithi178 bash[51889]: audit 2023-12-07T16:09:13.189371+0000 mon.a (mon.0) 476 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:09:14.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:14 smithi178 bash[51889]: audit 2023-12-07T16:09:13.195020+0000 mon.a (mon.0) 477 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:14.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:14 smithi178 bash[51889]: audit 2023-12-07T16:09:13.199282+0000 mon.a (mon.0) 478 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:14.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:14 smithi178 bash[51889]: audit 2023-12-07T16:09:13.202251+0000 mon.a (mon.0) 479 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:14.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:14 smithi178 bash[51889]: audit 2023-12-07T16:09:13.205943+0000 mon.a (mon.0) 480 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-07T16:09:14.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:14 smithi178 bash[51889]: audit 2023-12-07T16:09:13.206283+0000 mgr.y (mgr.25474) 288 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-07T16:09:14.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:14 smithi178 bash[51889]: cephadm 2023-12-07T16:09:13.208220+0000 mgr.y (mgr.25474) 289 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-07T16:09:14.356 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:14 smithi178 bash[51889]: cluster 2023-12-07T16:09:13.389608+0000 mgr.y (mgr.25474) 290 : cluster 0 pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 213 MiB used, 715 GiB / 715 GiB avail; 813 B/s rd, 0 op/s 2023-12-07T16:09:14.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[65854]: audit 2023-12-07T16:09:13.078074+0000 mon.a (mon.0) 471 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:14.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[65854]: audit 2023-12-07T16:09:13.090212+0000 mon.a (mon.0) 472 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:14.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[65854]: audit 2023-12-07T16:09:13.092983+0000 mon.a (mon.0) 473 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:09:14.371 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[65854]: audit 2023-12-07T16:09:13.095055+0000 mon.a (mon.0) 474 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:09:14.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[65854]: audit 2023-12-07T16:09:13.104017+0000 mon.a (mon.0) 475 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:14.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[65854]: audit 2023-12-07T16:09:13.189371+0000 mon.a (mon.0) 476 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:09:14.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[65854]: audit 2023-12-07T16:09:13.195020+0000 mon.a (mon.0) 477 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:14.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[65854]: audit 2023-12-07T16:09:13.199282+0000 mon.a (mon.0) 478 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:14.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[65854]: audit 2023-12-07T16:09:13.202251+0000 mon.a (mon.0) 479 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:14.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[65854]: audit 2023-12-07T16:09:13.205943+0000 mon.a (mon.0) 480 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-07T16:09:14.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[65854]: audit 2023-12-07T16:09:13.206283+0000 mgr.y (mgr.25474) 288 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-07T16:09:14.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[65854]: cephadm 2023-12-07T16:09:13.208220+0000 mgr.y (mgr.25474) 289 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-07T16:09:14.372 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[65854]: cluster 2023-12-07T16:09:13.389608+0000 mgr.y (mgr.25474) 290 : cluster 0 pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 213 MiB used, 715 GiB / 715 GiB avail; 813 B/s rd, 0 op/s 2023-12-07T16:09:14.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[64476]: audit 2023-12-07T16:09:13.078074+0000 mon.a (mon.0) 471 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:14.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[64476]: audit 2023-12-07T16:09:13.090212+0000 mon.a (mon.0) 472 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:14.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[64476]: audit 2023-12-07T16:09:13.092983+0000 mon.a (mon.0) 473 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:09:14.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[64476]: audit 2023-12-07T16:09:13.095055+0000 mon.a (mon.0) 474 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:09:14.372 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[64476]: audit 2023-12-07T16:09:13.104017+0000 mon.a (mon.0) 475 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:14.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[64476]: audit 2023-12-07T16:09:13.189371+0000 mon.a (mon.0) 476 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:09:14.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[64476]: audit 2023-12-07T16:09:13.195020+0000 mon.a (mon.0) 477 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:14.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[64476]: audit 2023-12-07T16:09:13.199282+0000 mon.a (mon.0) 478 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:14.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[64476]: audit 2023-12-07T16:09:13.202251+0000 mon.a (mon.0) 479 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:14.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[64476]: audit 2023-12-07T16:09:13.205943+0000 mon.a (mon.0) 480 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-07T16:09:14.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[64476]: audit 2023-12-07T16:09:13.206283+0000 mgr.y (mgr.25474) 288 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-07T16:09:14.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[64476]: cephadm 2023-12-07T16:09:13.208220+0000 mgr.y (mgr.25474) 289 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-07T16:09:14.373 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:14 smithi042 bash[64476]: cluster 2023-12-07T16:09:13.389608+0000 mgr.y (mgr.25474) 290 : cluster 0 pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 213 MiB used, 715 GiB / 715 GiB avail; 813 B/s rd, 0 op/s 2023-12-07T16:09:16.690 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:16 smithi178 bash[51889]: cephadm 2023-12-07T16:09:15.378950+0000 mgr.y (mgr.25474) 291 : cephadm 1 Upgrade: Updating osd.6 2023-12-07T16:09:16.690 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:16 smithi178 bash[51889]: audit 2023-12-07T16:09:15.386290+0000 mon.a (mon.0) 481 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:16.690 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:16 smithi178 bash[51889]: audit 2023-12-07T16:09:15.391049+0000 mon.a (mon.0) 482 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-07T16:09:16.690 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:16 smithi178 bash[51889]: cluster 2023-12-07T16:09:15.391089+0000 mgr.y (mgr.25474) 292 : cluster 0 pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 213 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 0 op/s 2023-12-07T16:09:16.690 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:16 smithi178 bash[51889]: audit 2023-12-07T16:09:15.393835+0000 mon.a (mon.0) 483 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:09:16.691 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:16 smithi178 bash[51889]: cephadm 2023-12-07T16:09:15.397061+0000 mgr.y (mgr.25474) 293 : cephadm 1 Deploying daemon osd.6 on smithi178 2023-12-07T16:09:16.691 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:16 smithi178 bash[51889]: audit 2023-12-07T16:09:15.665076+0000 mon.a (mon.0) 484 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:16.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:16 smithi042 bash[64476]: cephadm 2023-12-07T16:09:15.378950+0000 mgr.y (mgr.25474) 291 : cephadm 1 Upgrade: Updating osd.6 2023-12-07T16:09:16.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:16 smithi042 bash[64476]: audit 2023-12-07T16:09:15.386290+0000 mon.a (mon.0) 481 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:16.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:16 smithi042 bash[64476]: audit 2023-12-07T16:09:15.391049+0000 mon.a (mon.0) 482 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-07T16:09:16.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:16 smithi042 bash[64476]: cluster 2023-12-07T16:09:15.391089+0000 mgr.y (mgr.25474) 292 : cluster 0 pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 213 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 0 op/s 2023-12-07T16:09:16.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:16 smithi042 bash[64476]: audit 2023-12-07T16:09:15.393835+0000 mon.a (mon.0) 483 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:09:16.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:16 smithi042 bash[64476]: cephadm 2023-12-07T16:09:15.397061+0000 mgr.y (mgr.25474) 293 : cephadm 1 Deploying daemon osd.6 on smithi178 2023-12-07T16:09:16.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:16 smithi042 bash[64476]: audit 2023-12-07T16:09:15.665076+0000 mon.a (mon.0) 484 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:16.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:16 smithi042 bash[65854]: cephadm 2023-12-07T16:09:15.378950+0000 mgr.y (mgr.25474) 291 : cephadm 1 Upgrade: Updating osd.6 2023-12-07T16:09:16.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:16 smithi042 bash[65854]: audit 2023-12-07T16:09:15.386290+0000 mon.a (mon.0) 481 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:16.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:16 smithi042 bash[65854]: audit 2023-12-07T16:09:15.391049+0000 mon.a (mon.0) 482 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-07T16:09:16.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:16 smithi042 bash[65854]: cluster 2023-12-07T16:09:15.391089+0000 mgr.y (mgr.25474) 292 : cluster 0 pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 213 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 0 op/s 2023-12-07T16:09:16.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:16 smithi042 bash[65854]: audit 2023-12-07T16:09:15.393835+0000 mon.a (mon.0) 483 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:09:16.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:16 smithi042 bash[65854]: cephadm 2023-12-07T16:09:15.397061+0000 mgr.y (mgr.25474) 293 : cephadm 1 Deploying daemon osd.6 on smithi178 2023-12-07T16:09:16.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:16 smithi042 bash[65854]: audit 2023-12-07T16:09:15.665076+0000 mon.a (mon.0) 484 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:17.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:17 smithi178 bash[51889]: audit 2023-12-07T16:09:16.520768+0000 mgr.y (mgr.25474) 294 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:09:17.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:17 smithi042 bash[65854]: audit 2023-12-07T16:09:16.520768+0000 mgr.y (mgr.25474) 294 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:09:17.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:17 smithi042 bash[64476]: audit 2023-12-07T16:09:16.520768+0000 mgr.y (mgr.25474) 294 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:09:18.534 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:18 smithi178 bash[51889]: cluster 2023-12-07T16:09:17.392601+0000 mgr.y (mgr.25474) 295 : cluster 0 pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 213 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-07T16:09:18.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:18 smithi042 bash[65854]: cluster 2023-12-07T16:09:17.392601+0000 mgr.y (mgr.25474) 295 : cluster 0 pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 213 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-07T16:09:18.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:18 smithi042 bash[64476]: cluster 2023-12-07T16:09:17.392601+0000 mgr.y (mgr.25474) 295 : cluster 0 pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 213 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-07T16:09:19.746 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:09:19 smithi178 systemd[1]: Stopping Ceph osd.6 for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:09:19.923 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-12-07T16:09:20.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:09:19 smithi178 bash[34593]: debug 2023-12-07T16:09:19.741+0000 7fb96b186700 -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-07T16:09:20.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:09:19 smithi178 bash[34593]: debug 2023-12-07T16:09:19.741+0000 7fb96b186700 -1 osd.6 135 *** Got signal Terminated *** 2023-12-07T16:09:20.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:09:19 smithi178 bash[34593]: debug 2023-12-07T16:09:19.741+0000 7fb96b186700 -1 osd.6 135 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:09:20.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:09:20 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:09:20] "GET /metrics HTTP/1.1" 200 38479 "" "Prometheus/2.33.4" 2023-12-07T16:09:20.702 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:09:20.702 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (7m) 75s ago 14m 15.9M - 0.23.0 ba2b418f427c fe1b358b85a1 2023-12-07T16:09:20.702 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi178 *:3000 running (6m) 18s ago 13m 43.7M - 8.3.5 dad864ee21e9 3cb0965be645 2023-12-07T16:09:20.702 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.zhjtqu smithi042 running (5m) 75s ago 12m 47.2M - 3.5 e1d6a67b021e 7deb6d5f3048 2023-12-07T16:09:20.702 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi178 *:8443,9283,8765 running (5m) 18s ago 20m 435M - 19.0.0-13-ge6605fb8 104f332cd0a9 c0c2d21198ed 2023-12-07T16:09:20.702 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (6m) 75s ago 22m 493M - 19.0.0-13-ge6605fb8 104f332cd0a9 6718013de405 2023-12-07T16:09:20.703 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (5m) 75s ago 22m 52.3M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 dac84442c4ce 2023-12-07T16:09:20.703 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi178 running (4m) 18s ago 20m 42.8M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d9d6d09f7e87 2023-12-07T16:09:20.703 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (4m) 75s ago 20m 44.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fb50c46ab5c1 2023-12-07T16:09:20.703 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (7m) 75s ago 14m 12.2M - 1.3.1 1dbe0e931976 531aa26ab3fd 2023-12-07T16:09:20.703 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi178 *:9100 running (6m) 18s ago 14m 14.7M - 1.3.1 1dbe0e931976 f553be30e56c 2023-12-07T16:09:20.703 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (2m) 75s ago 19m 52.5M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 a88ce2e50dbf 2023-12-07T16:09:20.703 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (2m) 75s ago 19m 51.3M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 f0d4a52e36a8 2023-12-07T16:09:20.703 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (109s) 75s ago 18m 47.0M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 547071d029a3 2023-12-07T16:09:20.703 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (80s) 75s ago 18m - 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 1ca81f7af7d8 2023-12-07T16:09:20.703 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi178 running (51s) 18s ago 17m 50.7M 3037M 19.0.0-13-ge6605fb8 104f332cd0a9 3f0a8fc41ed3 2023-12-07T16:09:20.704 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi178 running (22s) 18s ago 16m - 3037M 19.0.0-13-ge6605fb8 104f332cd0a9 3a0b0f2f7f3e 2023-12-07T16:09:20.704 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi178 running (16m) 18s ago 16m 63.8M 3037M 17.2.0 e1d6a67b021e 0c3c794876c3 2023-12-07T16:09:20.704 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi178 running (15m) 18s ago 15m 67.8M 3037M 17.2.0 e1d6a67b021e d54168b8b1ca 2023-12-07T16:09:20.704 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi178 *:9095 running (5m) 18s ago 14m 65.4M - 2.33.4 514e6a882f6e 8dc9b81a4426 2023-12-07T16:09:20.704 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.hcortj smithi042 *:8000 running (12m) 75s ago 12m 88.8M - 17.2.0 e1d6a67b021e 7b4fbb51c0e4 2023-12-07T16:09:20.704 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi178.qokiza smithi178 *:8000 running (12m) 18s ago 12m 88.8M - 17.2.0 e1d6a67b021e ed4b389a14c0 2023-12-07T16:09:20.704 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.bhilti smithi042 *:80 running (12m) 75s ago 12m 88.5M - 17.2.0 e1d6a67b021e a005b7760f26 2023-12-07T16:09:20.704 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi178.kllngz smithi178 *:80 running (12m) 18s ago 12m 88.9M - 17.2.0 e1d6a67b021e ec7417c26d3d 2023-12-07T16:09:20.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:20 smithi178 bash[51889]: cluster 2023-12-07T16:09:19.393892+0000 mgr.y (mgr.25474) 296 : cluster 0 pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 213 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-07T16:09:20.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:20 smithi178 bash[51889]: cluster 2023-12-07T16:09:19.742049+0000 mon.a (mon.0) 485 : cluster 1 osd.6 marked itself down and dead 2023-12-07T16:09:20.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:20 smithi042 bash[64476]: cluster 2023-12-07T16:09:19.393892+0000 mgr.y (mgr.25474) 296 : cluster 0 pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 213 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-07T16:09:20.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:20 smithi042 bash[64476]: cluster 2023-12-07T16:09:19.742049+0000 mon.a (mon.0) 485 : cluster 1 osd.6 marked itself down and dead 2023-12-07T16:09:20.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:20 smithi042 bash[65854]: cluster 2023-12-07T16:09:19.393892+0000 mgr.y (mgr.25474) 296 : cluster 0 pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 213 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-07T16:09:20.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:20 smithi042 bash[65854]: cluster 2023-12-07T16:09:19.742049+0000 mon.a (mon.0) 485 : cluster 1 osd.6 marked itself down and dead 2023-12-07T16:09:21.152 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:09:21.152 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-12-07T16:09:21.152 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T16:09:21.152 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:09:21.152 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-12-07T16:09:21.153 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T16:09:21.153 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:09:21.153 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-12-07T16:09:21.153 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-07T16:09:21.153 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 6 2023-12-07T16:09:21.153 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:09:21.153 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2023-12-07T16:09:21.153 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:09:21.153 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:09:21.153 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-12-07T16:09:21.153 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-07T16:09:21.153 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 11 2023-12-07T16:09:21.154 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T16:09:21.154 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:09:21.541 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:09:21.541 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:09:21.541 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-12-07T16:09:21.542 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T16:09:21.542 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2023-12-07T16:09:21.542 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr", 2023-12-07T16:09:21.542 INFO:teuthology.orchestra.run.smithi042.stdout: "mon" 2023-12-07T16:09:21.542 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2023-12-07T16:09:21.542 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "11/23 daemons upgraded", 2023-12-07T16:09:21.542 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading osd daemons", 2023-12-07T16:09:21.542 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-12-07T16:09:21.542 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:09:21.692 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:09:21 smithi178 bash[57786]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-6 2023-12-07T16:09:21.692 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:21 smithi178 bash[51889]: audit 2023-12-07T16:09:19.902293+0000 mgr.y (mgr.25474) 297 : audit 0 from='client.34488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:21.693 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:21 smithi178 bash[51889]: audit 2023-12-07T16:09:20.287343+0000 mgr.y (mgr.25474) 298 : audit 0 from='client.34494 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:21.693 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:21 smithi178 bash[51889]: cluster 2023-12-07T16:09:20.405061+0000 mon.a (mon.0) 486 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:09:21.693 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:21 smithi178 bash[51889]: cluster 2023-12-07T16:09:20.417399+0000 mon.a (mon.0) 487 : cluster 0 osdmap e136: 8 total, 7 up, 8 in 2023-12-07T16:09:21.693 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:21 smithi178 bash[51889]: cluster 2023-12-07T16:09:20.423601+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e136 with expected crc 2023-12-07T16:09:21.693 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:21 smithi178 bash[51889]: audit 2023-12-07T16:09:20.670743+0000 mgr.y (mgr.25474) 299 : audit 0 from='client.34500 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:21.693 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:21 smithi178 bash[51889]: audit 2023-12-07T16:09:21.145799+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.42:0/4196278667' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:21.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:21 smithi042 bash[64476]: audit 2023-12-07T16:09:19.902293+0000 mgr.y (mgr.25474) 297 : audit 0 from='client.34488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:21.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:21 smithi042 bash[64476]: audit 2023-12-07T16:09:20.287343+0000 mgr.y (mgr.25474) 298 : audit 0 from='client.34494 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:21.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:21 smithi042 bash[64476]: cluster 2023-12-07T16:09:20.405061+0000 mon.a (mon.0) 486 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:09:21.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:21 smithi042 bash[64476]: cluster 2023-12-07T16:09:20.417399+0000 mon.a (mon.0) 487 : cluster 0 osdmap e136: 8 total, 7 up, 8 in 2023-12-07T16:09:21.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:21 smithi042 bash[64476]: cluster 2023-12-07T16:09:20.423601+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e136 with expected crc 2023-12-07T16:09:21.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:21 smithi042 bash[64476]: audit 2023-12-07T16:09:20.670743+0000 mgr.y (mgr.25474) 299 : audit 0 from='client.34500 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:21.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:21 smithi042 bash[64476]: audit 2023-12-07T16:09:21.145799+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.42:0/4196278667' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:21.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:21 smithi042 bash[65854]: audit 2023-12-07T16:09:19.902293+0000 mgr.y (mgr.25474) 297 : audit 0 from='client.34488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:21.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:21 smithi042 bash[65854]: audit 2023-12-07T16:09:20.287343+0000 mgr.y (mgr.25474) 298 : audit 0 from='client.34494 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:21.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:21 smithi042 bash[65854]: cluster 2023-12-07T16:09:20.405061+0000 mon.a (mon.0) 486 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:09:21.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:21 smithi042 bash[65854]: cluster 2023-12-07T16:09:20.417399+0000 mon.a (mon.0) 487 : cluster 0 osdmap e136: 8 total, 7 up, 8 in 2023-12-07T16:09:21.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:21 smithi042 bash[65854]: cluster 2023-12-07T16:09:20.423601+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e136 with expected crc 2023-12-07T16:09:21.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:21 smithi042 bash[65854]: audit 2023-12-07T16:09:20.670743+0000 mgr.y (mgr.25474) 299 : audit 0 from='client.34500 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:21.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:21 smithi042 bash[65854]: audit 2023-12-07T16:09:21.145799+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.42:0/4196278667' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:21.993 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_WARN 1 osds down; Reduced data availability: 2 pgs peering 2023-12-07T16:09:21.994 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-07T16:09:21.994 INFO:teuthology.orchestra.run.smithi042.stdout: osd.6 (root=default,host=smithi178) is down 2023-12-07T16:09:21.994 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] PG_AVAILABILITY: Reduced data availability: 2 pgs peering 2023-12-07T16:09:21.994 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.7 is stuck peering for 12m, current state peering, last acting [7,2] 2023-12-07T16:09:21.994 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.14 is stuck peering for 12m, current state peering, last acting [3,5] 2023-12-07T16:09:22.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:09:21 smithi178 bash[57860]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-6 2023-12-07T16:09:22.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:22 smithi178 bash[51889]: cluster 2023-12-07T16:09:21.394951+0000 mgr.y (mgr.25474) 300 : cluster 0 pgmap v182: 161 pgs: 21 peering, 11 stale+active+clean, 129 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:09:22.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:22 smithi178 bash[51889]: cluster 2023-12-07T16:09:21.415379+0000 mon.a (mon.0) 488 : cluster 3 Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2023-12-07T16:09:22.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:22 smithi178 bash[51889]: cluster 2023-12-07T16:09:21.425983+0000 mon.a (mon.0) 489 : cluster 0 osdmap e137: 8 total, 7 up, 8 in 2023-12-07T16:09:22.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:22 smithi178 bash[51889]: cluster 2023-12-07T16:09:21.432127+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T16:09:22.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:22 smithi178 bash[51889]: cluster 2023-12-07T16:09:21.436297+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T16:09:22.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:22 smithi178 bash[51889]: audit 2023-12-07T16:09:21.534826+0000 mgr.y (mgr.25474) 301 : audit 0 from='client.34512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:22.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:22 smithi178 bash[51889]: audit 2023-12-07T16:09:21.987774+0000 mon.a (mon.0) 490 : audit 0 from='client.? 172.21.15.42:0/161053541' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:09:22.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:22 smithi042 bash[64476]: cluster 2023-12-07T16:09:21.394951+0000 mgr.y (mgr.25474) 300 : cluster 0 pgmap v182: 161 pgs: 21 peering, 11 stale+active+clean, 129 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:09:22.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:22 smithi042 bash[64476]: cluster 2023-12-07T16:09:21.415379+0000 mon.a (mon.0) 488 : cluster 3 Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2023-12-07T16:09:22.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:22 smithi042 bash[64476]: cluster 2023-12-07T16:09:21.425983+0000 mon.a (mon.0) 489 : cluster 0 osdmap e137: 8 total, 7 up, 8 in 2023-12-07T16:09:22.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:22 smithi042 bash[64476]: cluster 2023-12-07T16:09:21.432127+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T16:09:22.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:22 smithi042 bash[64476]: cluster 2023-12-07T16:09:21.436297+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T16:09:22.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:22 smithi042 bash[64476]: audit 2023-12-07T16:09:21.534826+0000 mgr.y (mgr.25474) 301 : audit 0 from='client.34512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:22.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:22 smithi042 bash[64476]: audit 2023-12-07T16:09:21.987774+0000 mon.a (mon.0) 490 : audit 0 from='client.? 172.21.15.42:0/161053541' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:09:22.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:22 smithi042 bash[65854]: cluster 2023-12-07T16:09:21.394951+0000 mgr.y (mgr.25474) 300 : cluster 0 pgmap v182: 161 pgs: 21 peering, 11 stale+active+clean, 129 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:09:22.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:22 smithi042 bash[65854]: cluster 2023-12-07T16:09:21.415379+0000 mon.a (mon.0) 488 : cluster 3 Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2023-12-07T16:09:22.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:22 smithi042 bash[65854]: cluster 2023-12-07T16:09:21.425983+0000 mon.a (mon.0) 489 : cluster 0 osdmap e137: 8 total, 7 up, 8 in 2023-12-07T16:09:22.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:22 smithi042 bash[65854]: cluster 2023-12-07T16:09:21.432127+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T16:09:22.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:22 smithi042 bash[65854]: cluster 2023-12-07T16:09:21.436297+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T16:09:22.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:22 smithi042 bash[65854]: audit 2023-12-07T16:09:21.534826+0000 mgr.y (mgr.25474) 301 : audit 0 from='client.34512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:22.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:22 smithi042 bash[65854]: audit 2023-12-07T16:09:21.987774+0000 mon.a (mon.0) 490 : audit 0 from='client.? 172.21.15.42:0/161053541' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:09:23.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:23 smithi178 bash[51889]: cluster 2023-12-07T16:09:23.409788+0000 mon.a (mon.0) 491 : cluster 3 Health check failed: Degraded data redundancy: 9/630 objects degraded (1.429%), 1 pg degraded (PG_DEGRADED) 2023-12-07T16:09:23.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:23 smithi042 bash[64476]: cluster 2023-12-07T16:09:23.409788+0000 mon.a (mon.0) 491 : cluster 3 Health check failed: Degraded data redundancy: 9/630 objects degraded (1.429%), 1 pg degraded (PG_DEGRADED) 2023-12-07T16:09:23.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:23 smithi042 bash[65854]: cluster 2023-12-07T16:09:23.409788+0000 mon.a (mon.0) 491 : cluster 3 Health check failed: Degraded data redundancy: 9/630 objects degraded (1.429%), 1 pg degraded (PG_DEGRADED) 2023-12-07T16:09:24.027 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:09:23 smithi178 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.6.service: Succeeded. 2023-12-07T16:09:24.027 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:09:23 smithi178 systemd[1]: Stopped Ceph osd.6 for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:09:24.027 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:09:23 smithi178 systemd[1]: Started Ceph osd.6 for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:09:24.835 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:24 smithi178 bash[51889]: cluster 2023-12-07T16:09:23.396031+0000 mgr.y (mgr.25474) 302 : cluster 0 pgmap v184: 161 pgs: 1 active+undersized+degraded, 21 peering, 10 stale+active+clean, 3 active+undersized, 126 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 9/630 objects degraded (1.429%) 2023-12-07T16:09:24.835 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:24 smithi178 bash[51889]: audit 2023-12-07T16:09:24.010711+0000 mon.a (mon.0) 492 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:24.835 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:24 smithi178 bash[51889]: audit 2023-12-07T16:09:24.020089+0000 mon.a (mon.0) 493 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:24.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:24 smithi042 bash[64476]: cluster 2023-12-07T16:09:23.396031+0000 mgr.y (mgr.25474) 302 : cluster 0 pgmap v184: 161 pgs: 1 active+undersized+degraded, 21 peering, 10 stale+active+clean, 3 active+undersized, 126 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 9/630 objects degraded (1.429%) 2023-12-07T16:09:24.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:24 smithi042 bash[64476]: audit 2023-12-07T16:09:24.010711+0000 mon.a (mon.0) 492 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:24.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:24 smithi042 bash[64476]: audit 2023-12-07T16:09:24.020089+0000 mon.a (mon.0) 493 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:24.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:24 smithi042 bash[65854]: cluster 2023-12-07T16:09:23.396031+0000 mgr.y (mgr.25474) 302 : cluster 0 pgmap v184: 161 pgs: 1 active+undersized+degraded, 21 peering, 10 stale+active+clean, 3 active+undersized, 126 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 9/630 objects degraded (1.429%) 2023-12-07T16:09:24.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:24 smithi042 bash[65854]: audit 2023-12-07T16:09:24.010711+0000 mon.a (mon.0) 492 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:24.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:24 smithi042 bash[65854]: audit 2023-12-07T16:09:24.020089+0000 mon.a (mon.0) 493 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:25.855 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:09:25 smithi178 bash[58032]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-07T16:09:25.855 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:09:25 smithi178 bash[58032]: 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-07T16:09:25.855 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:09:25 smithi178 bash[58032]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-12-07T16:09:25.855 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:09:25 smithi178 bash[58032]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-07T16:09:25.855 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:09:25 smithi178 bash[58032]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2023-12-07T16:09:25.855 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:09:25 smithi178 bash[58032]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-07T16:09:25.856 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:09:25 smithi178 bash[58032]: --> ceph-volume raw activate successful for osd ID: 6 2023-12-07T16:09:26.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:26 smithi178 bash[51889]: audit 2023-12-07T16:09:25.343721+0000 mon.a (mon.0) 494 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:26.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:26 smithi178 bash[51889]: audit 2023-12-07T16:09:25.346211+0000 mon.a (mon.0) 495 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:09:26.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:26 smithi178 bash[51889]: cluster 2023-12-07T16:09:25.397431+0000 mgr.y (mgr.25474) 303 : cluster 0 pgmap v185: 161 pgs: 9 active+undersized+degraded, 21 peering, 23 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 45/630 objects degraded (7.143%) 2023-12-07T16:09:26.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:26 smithi042 bash[64476]: audit 2023-12-07T16:09:25.343721+0000 mon.a (mon.0) 494 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:26.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:26 smithi042 bash[64476]: audit 2023-12-07T16:09:25.346211+0000 mon.a (mon.0) 495 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:09:26.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:26 smithi042 bash[64476]: cluster 2023-12-07T16:09:25.397431+0000 mgr.y (mgr.25474) 303 : cluster 0 pgmap v185: 161 pgs: 9 active+undersized+degraded, 21 peering, 23 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 45/630 objects degraded (7.143%) 2023-12-07T16:09:26.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:26 smithi042 bash[65854]: audit 2023-12-07T16:09:25.343721+0000 mon.a (mon.0) 494 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:26.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:26 smithi042 bash[65854]: audit 2023-12-07T16:09:25.346211+0000 mon.a (mon.0) 495 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:09:26.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:26 smithi042 bash[65854]: cluster 2023-12-07T16:09:25.397431+0000 mgr.y (mgr.25474) 303 : cluster 0 pgmap v185: 161 pgs: 9 active+undersized+degraded, 21 peering, 23 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 45/630 objects degraded (7.143%) 2023-12-07T16:09:27.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:09:27 smithi178 bash[58314]: debug 2023-12-07T16:09:27.041+0000 7f7e83361700 1 -- 172.21.15.178:0/3331066250 <== mon.2 v2:172.21.15.178:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560d5751b1e0 con 0x560d575a0800 2023-12-07T16:09:27.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:27 smithi042 bash[64476]: audit 2023-12-07T16:09:26.528842+0000 mgr.y (mgr.25474) 304 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:09:27.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:27 smithi042 bash[65854]: audit 2023-12-07T16:09:26.528842+0000 mgr.y (mgr.25474) 304 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:09:27.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:27 smithi178 bash[51889]: audit 2023-12-07T16:09:26.528842+0000 mgr.y (mgr.25474) 304 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:09:27.855 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:09:27 smithi178 bash[58314]: debug 2023-12-07T16:09:27.357+0000 7f7e8c4e7640 -1 Falling back to public interface 2023-12-07T16:09:28.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:28 smithi042 bash[64476]: cluster 2023-12-07T16:09:27.398839+0000 mgr.y (mgr.25474) 305 : cluster 0 pgmap v186: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-07T16:09:28.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:28 smithi042 bash[65854]: cluster 2023-12-07T16:09:27.398839+0000 mgr.y (mgr.25474) 305 : cluster 0 pgmap v186: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-07T16:09:28.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:28 smithi178 bash[51889]: cluster 2023-12-07T16:09:27.398839+0000 mgr.y (mgr.25474) 305 : cluster 0 pgmap v186: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-07T16:09:29.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:29 smithi042 bash[64476]: cluster 2023-12-07T16:09:28.351407+0000 mon.a (mon.0) 496 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2023-12-07T16:09:29.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:29 smithi042 bash[65854]: cluster 2023-12-07T16:09:28.351407+0000 mon.a (mon.0) 496 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2023-12-07T16:09:29.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:29 smithi178 bash[51889]: cluster 2023-12-07T16:09:28.351407+0000 mon.a (mon.0) 496 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2023-12-07T16:09:30.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:09:30 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:09:30] "GET /metrics HTTP/1.1" 200 38480 "" "Prometheus/2.33.4" 2023-12-07T16:09:30.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:30 smithi178 bash[51889]: cluster 2023-12-07T16:09:29.400493+0000 mgr.y (mgr.25474) 306 : cluster 0 pgmap v187: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-07T16:09:30.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:30 smithi178 bash[51889]: cluster 2023-12-07T16:09:30.318193+0000 mon.a (mon.0) 497 : cluster 3 Health check update: Degraded data redundancy: 78/630 objects degraded (12.381%), 18 pgs degraded (PG_DEGRADED) 2023-12-07T16:09:30.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:30 smithi178 bash[51889]: audit 2023-12-07T16:09:30.343405+0000 mon.a (mon.0) 498 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T16:09:30.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:30 smithi178 bash[51889]: audit 2023-12-07T16:09:30.348289+0000 mon.b (mon.2) 7 : audit 1 from='osd.6 [v2:172.21.15.178:6816/3357727347,v1:172.21.15.178:6817/3357727347]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T16:09:30.605 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:09:30 smithi178 bash[58314]: debug 2023-12-07T16:09:30.301+0000 7f7e8c4e7640 -1 osd.6 0 read_superblock omap replica is missing. 2023-12-07T16:09:30.605 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:09:30 smithi178 bash[58314]: debug 2023-12-07T16:09:30.341+0000 7f7e8c4e7640 -1 osd.6 135 log_to_monitors true 2023-12-07T16:09:30.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:30 smithi042 bash[64476]: cluster 2023-12-07T16:09:29.400493+0000 mgr.y (mgr.25474) 306 : cluster 0 pgmap v187: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-07T16:09:30.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:30 smithi042 bash[64476]: cluster 2023-12-07T16:09:30.318193+0000 mon.a (mon.0) 497 : cluster 3 Health check update: Degraded data redundancy: 78/630 objects degraded (12.381%), 18 pgs degraded (PG_DEGRADED) 2023-12-07T16:09:30.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:30 smithi042 bash[64476]: audit 2023-12-07T16:09:30.343405+0000 mon.a (mon.0) 498 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T16:09:30.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:30 smithi042 bash[64476]: audit 2023-12-07T16:09:30.348289+0000 mon.b (mon.2) 7 : audit 1 from='osd.6 [v2:172.21.15.178:6816/3357727347,v1:172.21.15.178:6817/3357727347]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T16:09:30.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:30 smithi042 bash[65854]: cluster 2023-12-07T16:09:29.400493+0000 mgr.y (mgr.25474) 306 : cluster 0 pgmap v187: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-07T16:09:30.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:30 smithi042 bash[65854]: cluster 2023-12-07T16:09:30.318193+0000 mon.a (mon.0) 497 : cluster 3 Health check update: Degraded data redundancy: 78/630 objects degraded (12.381%), 18 pgs degraded (PG_DEGRADED) 2023-12-07T16:09:30.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:30 smithi042 bash[65854]: audit 2023-12-07T16:09:30.343405+0000 mon.a (mon.0) 498 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T16:09:30.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:30 smithi042 bash[65854]: audit 2023-12-07T16:09:30.348289+0000 mon.b (mon.2) 7 : audit 1 from='osd.6 [v2:172.21.15.178:6816/3357727347,v1:172.21.15.178:6817/3357727347]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T16:09:31.855 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:09:31 smithi178 bash[58314]: debug 2023-12-07T16:09:31.381+0000 7f7e7c155700 -1 osd.6 135 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T16:09:31.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:31 smithi178 bash[51889]: audit 2023-12-07T16:09:30.398514+0000 mon.a (mon.0) 499 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:31.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:31 smithi178 bash[51889]: audit 2023-12-07T16:09:30.409184+0000 mon.a (mon.0) 500 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:31.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:31 smithi178 bash[51889]: audit 2023-12-07T16:09:31.325015+0000 mon.a (mon.0) 501 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-07T16:09:31.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:31 smithi178 bash[51889]: cluster 2023-12-07T16:09:31.332128+0000 mon.a (mon.0) 502 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-07T16:09:31.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:31 smithi178 bash[51889]: audit 2023-12-07T16:09:31.333213+0000 mon.a (mon.0) 503 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:09:31.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:31 smithi178 bash[51889]: audit 2023-12-07T16:09:31.336101+0000 mon.b (mon.2) 8 : audit 1 from='osd.6 [v2:172.21.15.178:6816/3357727347,v1:172.21.15.178:6817/3357727347]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:09:31.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:31 smithi042 bash[64476]: audit 2023-12-07T16:09:30.398514+0000 mon.a (mon.0) 499 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:31.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:31 smithi042 bash[64476]: audit 2023-12-07T16:09:30.409184+0000 mon.a (mon.0) 500 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:31.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:31 smithi042 bash[64476]: audit 2023-12-07T16:09:31.325015+0000 mon.a (mon.0) 501 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-07T16:09:31.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:31 smithi042 bash[64476]: cluster 2023-12-07T16:09:31.332128+0000 mon.a (mon.0) 502 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-07T16:09:31.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:31 smithi042 bash[64476]: audit 2023-12-07T16:09:31.333213+0000 mon.a (mon.0) 503 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:09:31.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:31 smithi042 bash[64476]: audit 2023-12-07T16:09:31.336101+0000 mon.b (mon.2) 8 : audit 1 from='osd.6 [v2:172.21.15.178:6816/3357727347,v1:172.21.15.178:6817/3357727347]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:09:31.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:31 smithi042 bash[65854]: audit 2023-12-07T16:09:30.398514+0000 mon.a (mon.0) 499 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:31.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:31 smithi042 bash[65854]: audit 2023-12-07T16:09:30.409184+0000 mon.a (mon.0) 500 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:31.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:31 smithi042 bash[65854]: audit 2023-12-07T16:09:31.325015+0000 mon.a (mon.0) 501 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-07T16:09:31.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:31 smithi042 bash[65854]: cluster 2023-12-07T16:09:31.332128+0000 mon.a (mon.0) 502 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-07T16:09:31.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:31 smithi042 bash[65854]: audit 2023-12-07T16:09:31.333213+0000 mon.a (mon.0) 503 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:09:31.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:31 smithi042 bash[65854]: audit 2023-12-07T16:09:31.336101+0000 mon.b (mon.2) 8 : audit 1 from='osd.6 [v2:172.21.15.178:6816/3357727347,v1:172.21.15.178:6817/3357727347]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:09:32.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:32 smithi178 bash[51889]: cluster 2023-12-07T16:09:31.332963+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e138 with expected crc 2023-12-07T16:09:32.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:32 smithi178 bash[51889]: cluster 2023-12-07T16:09:31.401524+0000 mgr.y (mgr.25474) 307 : cluster 0 pgmap v189: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 820 B/s rd, 0 op/s; 78/630 objects degraded (12.381%) 2023-12-07T16:09:32.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:32 smithi178 bash[51889]: audit 2023-12-07T16:09:31.410254+0000 mon.a (mon.0) 504 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:32.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:32 smithi178 bash[51889]: audit 2023-12-07T16:09:31.418419+0000 mon.a (mon.0) 505 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:32.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:32 smithi178 bash[51889]: cluster 2023-12-07T16:09:32.325921+0000 mon.a (mon.0) 506 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:09:32.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:32 smithi178 bash[51889]: cluster 2023-12-07T16:09:32.335724+0000 mon.a (mon.0) 507 : cluster 1 osd.6 [v2:172.21.15.178:6816/3357727347,v1:172.21.15.178:6817/3357727347] boot 2023-12-07T16:09:32.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:32 smithi178 bash[51889]: cluster 2023-12-07T16:09:32.336236+0000 mon.a (mon.0) 508 : cluster 0 osdmap e139: 8 total, 8 up, 8 in 2023-12-07T16:09:32.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:32 smithi178 bash[51889]: audit 2023-12-07T16:09:32.337256+0000 mon.a (mon.0) 509 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T16:09:32.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:32 smithi042 bash[65854]: cluster 2023-12-07T16:09:31.332963+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e138 with expected crc 2023-12-07T16:09:32.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:32 smithi042 bash[65854]: cluster 2023-12-07T16:09:31.401524+0000 mgr.y (mgr.25474) 307 : cluster 0 pgmap v189: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 820 B/s rd, 0 op/s; 78/630 objects degraded (12.381%) 2023-12-07T16:09:32.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:32 smithi042 bash[65854]: audit 2023-12-07T16:09:31.410254+0000 mon.a (mon.0) 504 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:32.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:32 smithi042 bash[65854]: audit 2023-12-07T16:09:31.418419+0000 mon.a (mon.0) 505 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:32.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:32 smithi042 bash[65854]: cluster 2023-12-07T16:09:32.325921+0000 mon.a (mon.0) 506 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:09:32.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:32 smithi042 bash[65854]: cluster 2023-12-07T16:09:32.335724+0000 mon.a (mon.0) 507 : cluster 1 osd.6 [v2:172.21.15.178:6816/3357727347,v1:172.21.15.178:6817/3357727347] boot 2023-12-07T16:09:32.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:32 smithi042 bash[65854]: cluster 2023-12-07T16:09:32.336236+0000 mon.a (mon.0) 508 : cluster 0 osdmap e139: 8 total, 8 up, 8 in 2023-12-07T16:09:32.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:32 smithi042 bash[65854]: audit 2023-12-07T16:09:32.337256+0000 mon.a (mon.0) 509 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T16:09:32.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:32 smithi042 bash[64476]: cluster 2023-12-07T16:09:31.332963+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e138 with expected crc 2023-12-07T16:09:32.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:32 smithi042 bash[64476]: cluster 2023-12-07T16:09:31.401524+0000 mgr.y (mgr.25474) 307 : cluster 0 pgmap v189: 161 pgs: 18 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 820 B/s rd, 0 op/s; 78/630 objects degraded (12.381%) 2023-12-07T16:09:32.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:32 smithi042 bash[64476]: audit 2023-12-07T16:09:31.410254+0000 mon.a (mon.0) 504 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:32.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:32 smithi042 bash[64476]: audit 2023-12-07T16:09:31.418419+0000 mon.a (mon.0) 505 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:32.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:32 smithi042 bash[64476]: cluster 2023-12-07T16:09:32.325921+0000 mon.a (mon.0) 506 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:09:32.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:32 smithi042 bash[64476]: cluster 2023-12-07T16:09:32.335724+0000 mon.a (mon.0) 507 : cluster 1 osd.6 [v2:172.21.15.178:6816/3357727347,v1:172.21.15.178:6817/3357727347] boot 2023-12-07T16:09:32.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:32 smithi042 bash[64476]: cluster 2023-12-07T16:09:32.336236+0000 mon.a (mon.0) 508 : cluster 0 osdmap e139: 8 total, 8 up, 8 in 2023-12-07T16:09:32.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:32 smithi042 bash[64476]: audit 2023-12-07T16:09:32.337256+0000 mon.a (mon.0) 509 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T16:09:33.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:33 smithi178 bash[51889]: cluster 2023-12-07T16:09:32.337822+0000 osd.7 (osd.7) 62 : cluster 3 failed to encode map e139 with expected crc 2023-12-07T16:09:33.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:33 smithi178 bash[51889]: cluster 2023-12-07T16:09:32.341594+0000 osd.7 (osd.7) 63 : cluster 3 failed to encode map e139 with expected crc 2023-12-07T16:09:33.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:33 smithi178 bash[51889]: cluster 2023-12-07T16:09:33.337446+0000 mon.a (mon.0) 510 : cluster 0 osdmap e140: 8 total, 8 up, 8 in 2023-12-07T16:09:33.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:33 smithi042 bash[64476]: cluster 2023-12-07T16:09:32.337822+0000 osd.7 (osd.7) 62 : cluster 3 failed to encode map e139 with expected crc 2023-12-07T16:09:33.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:33 smithi042 bash[64476]: cluster 2023-12-07T16:09:32.341594+0000 osd.7 (osd.7) 63 : cluster 3 failed to encode map e139 with expected crc 2023-12-07T16:09:33.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:33 smithi042 bash[64476]: cluster 2023-12-07T16:09:33.337446+0000 mon.a (mon.0) 510 : cluster 0 osdmap e140: 8 total, 8 up, 8 in 2023-12-07T16:09:33.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:33 smithi042 bash[65854]: cluster 2023-12-07T16:09:32.337822+0000 osd.7 (osd.7) 62 : cluster 3 failed to encode map e139 with expected crc 2023-12-07T16:09:33.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:33 smithi042 bash[65854]: cluster 2023-12-07T16:09:32.341594+0000 osd.7 (osd.7) 63 : cluster 3 failed to encode map e139 with expected crc 2023-12-07T16:09:33.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:33 smithi042 bash[65854]: cluster 2023-12-07T16:09:33.337446+0000 mon.a (mon.0) 510 : cluster 0 osdmap e140: 8 total, 8 up, 8 in 2023-12-07T16:09:34.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:34 smithi178 bash[51889]: cluster 2023-12-07T16:09:33.337607+0000 osd.7 (osd.7) 64 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T16:09:34.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:34 smithi178 bash[51889]: cluster 2023-12-07T16:09:33.342360+0000 osd.7 (osd.7) 65 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T16:09:34.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:34 smithi178 bash[51889]: cluster 2023-12-07T16:09:33.346313+0000 osd.7 (osd.7) 66 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T16:09:34.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:34 smithi178 bash[51889]: cluster 2023-12-07T16:09:33.348612+0000 osd.7 (osd.7) 67 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T16:09:34.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:34 smithi178 bash[51889]: cluster 2023-12-07T16:09:33.402568+0000 mgr.y (mgr.25474) 308 : cluster 0 pgmap v192: 161 pgs: 3 peering, 17 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-07T16:09:34.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:34 smithi042 bash[64476]: cluster 2023-12-07T16:09:33.337607+0000 osd.7 (osd.7) 64 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T16:09:34.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:34 smithi042 bash[64476]: cluster 2023-12-07T16:09:33.342360+0000 osd.7 (osd.7) 65 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T16:09:34.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:34 smithi042 bash[64476]: cluster 2023-12-07T16:09:33.346313+0000 osd.7 (osd.7) 66 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T16:09:34.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:34 smithi042 bash[64476]: cluster 2023-12-07T16:09:33.348612+0000 osd.7 (osd.7) 67 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T16:09:34.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:34 smithi042 bash[64476]: cluster 2023-12-07T16:09:33.402568+0000 mgr.y (mgr.25474) 308 : cluster 0 pgmap v192: 161 pgs: 3 peering, 17 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-07T16:09:34.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:34 smithi042 bash[65854]: cluster 2023-12-07T16:09:33.337607+0000 osd.7 (osd.7) 64 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T16:09:34.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:34 smithi042 bash[65854]: cluster 2023-12-07T16:09:33.342360+0000 osd.7 (osd.7) 65 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T16:09:34.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:34 smithi042 bash[65854]: cluster 2023-12-07T16:09:33.346313+0000 osd.7 (osd.7) 66 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T16:09:34.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:34 smithi042 bash[65854]: cluster 2023-12-07T16:09:33.348612+0000 osd.7 (osd.7) 67 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T16:09:34.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:34 smithi042 bash[65854]: cluster 2023-12-07T16:09:33.402568+0000 mgr.y (mgr.25474) 308 : cluster 0 pgmap v192: 161 pgs: 3 peering, 17 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-07T16:09:35.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:35 smithi178 bash[51889]: cluster 2023-12-07T16:09:35.320201+0000 mon.a (mon.0) 511 : cluster 3 Health check update: Degraded data redundancy: 69/630 objects degraded (10.952%), 17 pgs degraded (PG_DEGRADED) 2023-12-07T16:09:35.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:35 smithi042 bash[65854]: cluster 2023-12-07T16:09:35.320201+0000 mon.a (mon.0) 511 : cluster 3 Health check update: Degraded data redundancy: 69/630 objects degraded (10.952%), 17 pgs degraded (PG_DEGRADED) 2023-12-07T16:09:35.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:35 smithi042 bash[64476]: cluster 2023-12-07T16:09:35.320201+0000 mon.a (mon.0) 511 : cluster 3 Health check update: Degraded data redundancy: 69/630 objects degraded (10.952%), 17 pgs degraded (PG_DEGRADED) 2023-12-07T16:09:36.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:36 smithi178 bash[51889]: cluster 2023-12-07T16:09:35.404204+0000 mgr.y (mgr.25474) 309 : cluster 0 pgmap v193: 161 pgs: 3 peering, 12 active+undersized+degraded, 20 active+undersized, 126 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 45/630 objects degraded (7.143%) 2023-12-07T16:09:36.874 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:36 smithi042 bash[64476]: cluster 2023-12-07T16:09:35.404204+0000 mgr.y (mgr.25474) 309 : cluster 0 pgmap v193: 161 pgs: 3 peering, 12 active+undersized+degraded, 20 active+undersized, 126 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 45/630 objects degraded (7.143%) 2023-12-07T16:09:36.875 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:36 smithi042 bash[65854]: cluster 2023-12-07T16:09:35.404204+0000 mgr.y (mgr.25474) 309 : cluster 0 pgmap v193: 161 pgs: 3 peering, 12 active+undersized+degraded, 20 active+undersized, 126 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 45/630 objects degraded (7.143%) 2023-12-07T16:09:37.749 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:37 smithi178 bash[51889]: audit 2023-12-07T16:09:36.540211+0000 mgr.y (mgr.25474) 310 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:09:37.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:37 smithi042 bash[64476]: audit 2023-12-07T16:09:36.540211+0000 mgr.y (mgr.25474) 310 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:09:37.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:37 smithi042 bash[65854]: audit 2023-12-07T16:09:36.540211+0000 mgr.y (mgr.25474) 310 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:09:38.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:38 smithi178 bash[51889]: cluster 2023-12-07T16:09:37.405475+0000 mgr.y (mgr.25474) 311 : cluster 0 pgmap v194: 161 pgs: 3 peering, 158 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 673 B/s rd, 0 op/s 2023-12-07T16:09:38.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:38 smithi178 bash[51889]: cluster 2023-12-07T16:09:37.416555+0000 mon.a (mon.0) 512 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/630 objects degraded (7.143%), 12 pgs degraded) 2023-12-07T16:09:38.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:38 smithi178 bash[51889]: cluster 2023-12-07T16:09:37.416641+0000 mon.a (mon.0) 513 : cluster 1 Cluster is now healthy 2023-12-07T16:09:38.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:38 smithi042 bash[64476]: cluster 2023-12-07T16:09:37.405475+0000 mgr.y (mgr.25474) 311 : cluster 0 pgmap v194: 161 pgs: 3 peering, 158 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 673 B/s rd, 0 op/s 2023-12-07T16:09:38.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:38 smithi042 bash[64476]: cluster 2023-12-07T16:09:37.416555+0000 mon.a (mon.0) 512 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/630 objects degraded (7.143%), 12 pgs degraded) 2023-12-07T16:09:38.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:38 smithi042 bash[64476]: cluster 2023-12-07T16:09:37.416641+0000 mon.a (mon.0) 513 : cluster 1 Cluster is now healthy 2023-12-07T16:09:38.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:38 smithi042 bash[65854]: cluster 2023-12-07T16:09:37.405475+0000 mgr.y (mgr.25474) 311 : cluster 0 pgmap v194: 161 pgs: 3 peering, 158 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 673 B/s rd, 0 op/s 2023-12-07T16:09:38.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:38 smithi042 bash[65854]: cluster 2023-12-07T16:09:37.416555+0000 mon.a (mon.0) 512 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/630 objects degraded (7.143%), 12 pgs degraded) 2023-12-07T16:09:38.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:38 smithi042 bash[65854]: cluster 2023-12-07T16:09:37.416641+0000 mon.a (mon.0) 513 : cluster 1 Cluster is now healthy 2023-12-07T16:09:40.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:09:40 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:09:40] "GET /metrics HTTP/1.1" 200 38480 "" "Prometheus/2.33.4" 2023-12-07T16:09:40.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:40 smithi178 bash[51889]: cluster 2023-12-07T16:09:39.406775+0000 mgr.y (mgr.25474) 312 : cluster 0 pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-07T16:09:40.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:40 smithi178 bash[51889]: audit 2023-12-07T16:09:40.344028+0000 mon.a (mon.0) 514 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:40.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:40 smithi178 bash[51889]: audit 2023-12-07T16:09:40.346615+0000 mon.a (mon.0) 515 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:09:40.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:40 smithi042 bash[64476]: cluster 2023-12-07T16:09:39.406775+0000 mgr.y (mgr.25474) 312 : cluster 0 pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-07T16:09:40.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:40 smithi042 bash[64476]: audit 2023-12-07T16:09:40.344028+0000 mon.a (mon.0) 514 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:40.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:40 smithi042 bash[64476]: audit 2023-12-07T16:09:40.346615+0000 mon.a (mon.0) 515 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:09:40.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:40 smithi042 bash[65854]: cluster 2023-12-07T16:09:39.406775+0000 mgr.y (mgr.25474) 312 : cluster 0 pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-07T16:09:40.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:40 smithi042 bash[65854]: audit 2023-12-07T16:09:40.344028+0000 mon.a (mon.0) 514 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:40.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:40 smithi042 bash[65854]: audit 2023-12-07T16:09:40.346615+0000 mon.a (mon.0) 515 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:09:42.482 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:42 smithi178 bash[51889]: audit 2023-12-07T16:09:41.176756+0000 mon.a (mon.0) 516 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:42.482 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:42 smithi178 bash[51889]: audit 2023-12-07T16:09:41.188816+0000 mon.a (mon.0) 517 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:42.482 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:42 smithi178 bash[51889]: audit 2023-12-07T16:09:41.191108+0000 mon.a (mon.0) 518 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:09:42.482 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:42 smithi178 bash[51889]: audit 2023-12-07T16:09:41.192895+0000 mon.a (mon.0) 519 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:09:42.482 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:42 smithi178 bash[51889]: audit 2023-12-07T16:09:41.201210+0000 mon.a (mon.0) 520 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:42.483 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:42 smithi178 bash[51889]: audit 2023-12-07T16:09:41.290544+0000 mon.a (mon.0) 521 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:09:42.483 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:42 smithi178 bash[51889]: audit 2023-12-07T16:09:41.295264+0000 mon.a (mon.0) 522 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:42.483 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:42 smithi178 bash[51889]: audit 2023-12-07T16:09:41.298051+0000 mon.a (mon.0) 523 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:42.483 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:42 smithi178 bash[51889]: audit 2023-12-07T16:09:41.301087+0000 mon.a (mon.0) 524 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:42.483 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:42 smithi178 bash[51889]: audit 2023-12-07T16:09:41.305281+0000 mon.a (mon.0) 525 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-07T16:09:42.483 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:42 smithi178 bash[51889]: audit 2023-12-07T16:09:41.305658+0000 mgr.y (mgr.25474) 313 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-07T16:09:42.483 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:42 smithi178 bash[51889]: cephadm 2023-12-07T16:09:41.307771+0000 mgr.y (mgr.25474) 314 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-07T16:09:42.483 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:42 smithi178 bash[51889]: cluster 2023-12-07T16:09:41.407936+0000 mgr.y (mgr.25474) 315 : cluster 0 pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1015 B/s rd, 0 op/s 2023-12-07T16:09:42.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[64476]: audit 2023-12-07T16:09:41.176756+0000 mon.a (mon.0) 516 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:42.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[64476]: audit 2023-12-07T16:09:41.188816+0000 mon.a (mon.0) 517 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:42.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[64476]: audit 2023-12-07T16:09:41.191108+0000 mon.a (mon.0) 518 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:09:42.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[64476]: audit 2023-12-07T16:09:41.192895+0000 mon.a (mon.0) 519 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:09:42.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[64476]: audit 2023-12-07T16:09:41.201210+0000 mon.a (mon.0) 520 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:42.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[64476]: audit 2023-12-07T16:09:41.290544+0000 mon.a (mon.0) 521 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:09:42.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[64476]: audit 2023-12-07T16:09:41.295264+0000 mon.a (mon.0) 522 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:42.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[64476]: audit 2023-12-07T16:09:41.298051+0000 mon.a (mon.0) 523 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:42.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[64476]: audit 2023-12-07T16:09:41.301087+0000 mon.a (mon.0) 524 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:42.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[64476]: audit 2023-12-07T16:09:41.305281+0000 mon.a (mon.0) 525 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-07T16:09:42.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[64476]: audit 2023-12-07T16:09:41.305658+0000 mgr.y (mgr.25474) 313 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-07T16:09:42.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[64476]: cephadm 2023-12-07T16:09:41.307771+0000 mgr.y (mgr.25474) 314 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-07T16:09:42.623 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[64476]: cluster 2023-12-07T16:09:41.407936+0000 mgr.y (mgr.25474) 315 : cluster 0 pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1015 B/s rd, 0 op/s 2023-12-07T16:09:42.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[65854]: audit 2023-12-07T16:09:41.176756+0000 mon.a (mon.0) 516 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:42.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[65854]: audit 2023-12-07T16:09:41.188816+0000 mon.a (mon.0) 517 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:42.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[65854]: audit 2023-12-07T16:09:41.191108+0000 mon.a (mon.0) 518 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:09:42.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[65854]: audit 2023-12-07T16:09:41.192895+0000 mon.a (mon.0) 519 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:09:42.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[65854]: audit 2023-12-07T16:09:41.201210+0000 mon.a (mon.0) 520 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:42.623 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[65854]: audit 2023-12-07T16:09:41.290544+0000 mon.a (mon.0) 521 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:09:42.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[65854]: audit 2023-12-07T16:09:41.295264+0000 mon.a (mon.0) 522 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:42.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[65854]: audit 2023-12-07T16:09:41.298051+0000 mon.a (mon.0) 523 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:42.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[65854]: audit 2023-12-07T16:09:41.301087+0000 mon.a (mon.0) 524 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:42.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[65854]: audit 2023-12-07T16:09:41.305281+0000 mon.a (mon.0) 525 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-07T16:09:42.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[65854]: audit 2023-12-07T16:09:41.305658+0000 mgr.y (mgr.25474) 313 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-07T16:09:42.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[65854]: cephadm 2023-12-07T16:09:41.307771+0000 mgr.y (mgr.25474) 314 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-07T16:09:42.624 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:42 smithi042 bash[65854]: cluster 2023-12-07T16:09:41.407936+0000 mgr.y (mgr.25474) 315 : cluster 0 pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1015 B/s rd, 0 op/s 2023-12-07T16:09:44.738 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:44 smithi178 bash[51889]: cluster 2023-12-07T16:09:43.408984+0000 mgr.y (mgr.25474) 316 : cluster 0 pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 914 B/s rd, 0 op/s 2023-12-07T16:09:44.739 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:44 smithi178 bash[51889]: cephadm 2023-12-07T16:09:43.427743+0000 mgr.y (mgr.25474) 317 : cephadm 1 Upgrade: Updating osd.7 2023-12-07T16:09:44.739 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:44 smithi178 bash[51889]: audit 2023-12-07T16:09:43.435384+0000 mon.a (mon.0) 526 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:44.739 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:44 smithi178 bash[51889]: audit 2023-12-07T16:09:43.440130+0000 mon.a (mon.0) 527 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-07T16:09:44.739 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:44 smithi178 bash[51889]: audit 2023-12-07T16:09:43.441763+0000 mon.a (mon.0) 528 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:09:44.739 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:44 smithi178 bash[51889]: cephadm 2023-12-07T16:09:43.446416+0000 mgr.y (mgr.25474) 318 : cephadm 1 Deploying daemon osd.7 on smithi178 2023-12-07T16:09:44.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:44 smithi042 bash[64476]: cluster 2023-12-07T16:09:43.408984+0000 mgr.y (mgr.25474) 316 : cluster 0 pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 914 B/s rd, 0 op/s 2023-12-07T16:09:44.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:44 smithi042 bash[64476]: cephadm 2023-12-07T16:09:43.427743+0000 mgr.y (mgr.25474) 317 : cephadm 1 Upgrade: Updating osd.7 2023-12-07T16:09:44.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:44 smithi042 bash[64476]: audit 2023-12-07T16:09:43.435384+0000 mon.a (mon.0) 526 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:44.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:44 smithi042 bash[64476]: audit 2023-12-07T16:09:43.440130+0000 mon.a (mon.0) 527 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-07T16:09:44.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:44 smithi042 bash[64476]: audit 2023-12-07T16:09:43.441763+0000 mon.a (mon.0) 528 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:09:44.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:44 smithi042 bash[64476]: cephadm 2023-12-07T16:09:43.446416+0000 mgr.y (mgr.25474) 318 : cephadm 1 Deploying daemon osd.7 on smithi178 2023-12-07T16:09:44.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:44 smithi042 bash[65854]: cluster 2023-12-07T16:09:43.408984+0000 mgr.y (mgr.25474) 316 : cluster 0 pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 914 B/s rd, 0 op/s 2023-12-07T16:09:44.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:44 smithi042 bash[65854]: cephadm 2023-12-07T16:09:43.427743+0000 mgr.y (mgr.25474) 317 : cephadm 1 Upgrade: Updating osd.7 2023-12-07T16:09:44.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:44 smithi042 bash[65854]: audit 2023-12-07T16:09:43.435384+0000 mon.a (mon.0) 526 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:44.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:44 smithi042 bash[65854]: audit 2023-12-07T16:09:43.440130+0000 mon.a (mon.0) 527 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-07T16:09:44.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:44 smithi042 bash[65854]: audit 2023-12-07T16:09:43.441763+0000 mon.a (mon.0) 528 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:09:44.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:44 smithi042 bash[65854]: cephadm 2023-12-07T16:09:43.446416+0000 mgr.y (mgr.25474) 318 : cephadm 1 Deploying daemon osd.7 on smithi178 2023-12-07T16:09:46.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:46 smithi042 bash[64476]: cluster 2023-12-07T16:09:45.410373+0000 mgr.y (mgr.25474) 319 : cluster 0 pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-07T16:09:46.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:46 smithi042 bash[64476]: audit 2023-12-07T16:09:45.703327+0000 mon.a (mon.0) 529 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:46.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:46 smithi042 bash[65854]: cluster 2023-12-07T16:09:45.410373+0000 mgr.y (mgr.25474) 319 : cluster 0 pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-07T16:09:46.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:46 smithi042 bash[65854]: audit 2023-12-07T16:09:45.703327+0000 mon.a (mon.0) 529 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:47.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:46 smithi178 bash[51889]: cluster 2023-12-07T16:09:45.410373+0000 mgr.y (mgr.25474) 319 : cluster 0 pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-07T16:09:47.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:46 smithi178 bash[51889]: audit 2023-12-07T16:09:45.703327+0000 mon.a (mon.0) 529 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:47.838 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:47 smithi178 bash[51889]: audit 2023-12-07T16:09:46.546326+0000 mgr.y (mgr.25474) 320 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:09:47.839 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:09:47 smithi178 systemd[1]: Stopping Ceph osd.7 for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:09:48.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:09:47 smithi178 bash[37737]: debug 2023-12-07T16:09:47.832+0000 7f7361a51700 -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-07T16:09:48.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:09:47 smithi178 bash[37737]: debug 2023-12-07T16:09:47.832+0000 7f7361a51700 -1 osd.7 140 *** Got signal Terminated *** 2023-12-07T16:09:48.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:09:47 smithi178 bash[37737]: debug 2023-12-07T16:09:47.832+0000 7f7361a51700 -1 osd.7 140 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:09:48.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:47 smithi042 bash[65854]: audit 2023-12-07T16:09:46.546326+0000 mgr.y (mgr.25474) 320 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:09:48.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:47 smithi042 bash[64476]: audit 2023-12-07T16:09:46.546326+0000 mgr.y (mgr.25474) 320 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:09:49.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:48 smithi178 bash[51889]: cluster 2023-12-07T16:09:47.411595+0000 mgr.y (mgr.25474) 321 : cluster 0 pgmap v199: 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-07T16:09:49.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:48 smithi178 bash[51889]: cluster 2023-12-07T16:09:47.833090+0000 mon.a (mon.0) 530 : cluster 1 osd.7 marked itself down and dead 2023-12-07T16:09:49.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:48 smithi042 bash[64476]: cluster 2023-12-07T16:09:47.411595+0000 mgr.y (mgr.25474) 321 : cluster 0 pgmap v199: 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-07T16:09:49.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:48 smithi042 bash[64476]: cluster 2023-12-07T16:09:47.833090+0000 mon.a (mon.0) 530 : cluster 1 osd.7 marked itself down and dead 2023-12-07T16:09:49.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:48 smithi042 bash[65854]: cluster 2023-12-07T16:09:47.411595+0000 mgr.y (mgr.25474) 321 : cluster 0 pgmap v199: 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-07T16:09:49.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:48 smithi042 bash[65854]: cluster 2023-12-07T16:09:47.833090+0000 mon.a (mon.0) 530 : cluster 1 osd.7 marked itself down and dead 2023-12-07T16:09:49.747 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:09:49 smithi178 bash[59796]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-7 2023-12-07T16:09:50.019 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:49 smithi178 bash[51889]: cluster 2023-12-07T16:09:48.711200+0000 mon.a (mon.0) 531 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:09:50.019 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:49 smithi178 bash[51889]: cluster 2023-12-07T16:09:48.722471+0000 mon.a (mon.0) 532 : cluster 0 osdmap e141: 8 total, 7 up, 8 in 2023-12-07T16:09:50.019 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:49 smithi178 bash[51889]: cluster 2023-12-07T16:09:49.725391+0000 mon.a (mon.0) 533 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2023-12-07T16:09:50.019 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:09:49 smithi178 bash[59867]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-7 2023-12-07T16:09:50.098 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:49 smithi042 bash[65854]: cluster 2023-12-07T16:09:48.711200+0000 mon.a (mon.0) 531 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:09:50.098 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:49 smithi042 bash[65854]: cluster 2023-12-07T16:09:48.722471+0000 mon.a (mon.0) 532 : cluster 0 osdmap e141: 8 total, 7 up, 8 in 2023-12-07T16:09:50.098 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:49 smithi042 bash[65854]: cluster 2023-12-07T16:09:49.725391+0000 mon.a (mon.0) 533 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2023-12-07T16:09:50.098 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:49 smithi042 bash[64476]: cluster 2023-12-07T16:09:48.711200+0000 mon.a (mon.0) 531 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:09:50.099 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:49 smithi042 bash[64476]: cluster 2023-12-07T16:09:48.722471+0000 mon.a (mon.0) 532 : cluster 0 osdmap e141: 8 total, 7 up, 8 in 2023-12-07T16:09:50.099 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:49 smithi042 bash[64476]: cluster 2023-12-07T16:09:49.725391+0000 mon.a (mon.0) 533 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2023-12-07T16:09:50.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:09:50 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:09:50] "GET /metrics HTTP/1.1" 200 38490 "" "Prometheus/2.33.4" 2023-12-07T16:09:51.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:50 smithi178 bash[51889]: cluster 2023-12-07T16:09:49.412819+0000 mgr.y (mgr.25474) 322 : cluster 0 pgmap v201: 161 pgs: 24 peering, 13 stale+active+clean, 124 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:09:51.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:50 smithi178 bash[51889]: cluster 2023-12-07T16:09:49.736897+0000 mon.a (mon.0) 534 : cluster 3 Health check failed: Reduced data availability: 2 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2023-12-07T16:09:51.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:50 smithi042 bash[64476]: cluster 2023-12-07T16:09:49.412819+0000 mgr.y (mgr.25474) 322 : cluster 0 pgmap v201: 161 pgs: 24 peering, 13 stale+active+clean, 124 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:09:51.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:50 smithi042 bash[64476]: cluster 2023-12-07T16:09:49.736897+0000 mon.a (mon.0) 534 : cluster 3 Health check failed: Reduced data availability: 2 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2023-12-07T16:09:51.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:50 smithi042 bash[65854]: cluster 2023-12-07T16:09:49.412819+0000 mgr.y (mgr.25474) 322 : cluster 0 pgmap v201: 161 pgs: 24 peering, 13 stale+active+clean, 124 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:09:51.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:50 smithi042 bash[65854]: cluster 2023-12-07T16:09:49.736897+0000 mon.a (mon.0) 534 : cluster 3 Health check failed: Reduced data availability: 2 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2023-12-07T16:09:52.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:09:51 smithi178 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.7.service: Succeeded. 2023-12-07T16:09:52.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:09:51 smithi178 systemd[1]: Stopped Ceph osd.7 for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:09:52.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:51 smithi178 bash[51889]: cluster 2023-12-07T16:09:51.414150+0000 mgr.y (mgr.25474) 323 : cluster 0 pgmap v203: 161 pgs: 6 active+undersized+degraded, 24 peering, 7 stale+active+clean, 17 active+undersized, 107 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 20/630 objects degraded (3.175%) 2023-12-07T16:09:52.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:51 smithi178 bash[51889]: cluster 2023-12-07T16:09:51.748388+0000 mon.a (mon.0) 535 : cluster 3 Health check failed: Degraded data redundancy: 20/630 objects degraded (3.175%), 6 pgs degraded (PG_DEGRADED) 2023-12-07T16:09:52.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:51 smithi042 bash[64476]: cluster 2023-12-07T16:09:51.414150+0000 mgr.y (mgr.25474) 323 : cluster 0 pgmap v203: 161 pgs: 6 active+undersized+degraded, 24 peering, 7 stale+active+clean, 17 active+undersized, 107 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 20/630 objects degraded (3.175%) 2023-12-07T16:09:52.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:51 smithi042 bash[64476]: cluster 2023-12-07T16:09:51.748388+0000 mon.a (mon.0) 535 : cluster 3 Health check failed: Degraded data redundancy: 20/630 objects degraded (3.175%), 6 pgs degraded (PG_DEGRADED) 2023-12-07T16:09:52.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:51 smithi042 bash[65854]: cluster 2023-12-07T16:09:51.414150+0000 mgr.y (mgr.25474) 323 : cluster 0 pgmap v203: 161 pgs: 6 active+undersized+degraded, 24 peering, 7 stale+active+clean, 17 active+undersized, 107 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 20/630 objects degraded (3.175%) 2023-12-07T16:09:52.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:51 smithi042 bash[65854]: cluster 2023-12-07T16:09:51.748388+0000 mon.a (mon.0) 535 : cluster 3 Health check failed: Degraded data redundancy: 20/630 objects degraded (3.175%), 6 pgs degraded (PG_DEGRADED) 2023-12-07T16:09:52.405 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-12-07T16:09:52.605 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:09:52 smithi178 systemd[1]: Started Ceph osd.7 for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:09:53.155 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:09:53.155 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (7m) 108s ago 14m 15.9M - 0.23.0 ba2b418f427c fe1b358b85a1 2023-12-07T16:09:53.155 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi178 *:3000 running (7m) 22s ago 14m 44.1M - 8.3.5 dad864ee21e9 3cb0965be645 2023-12-07T16:09:53.155 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.zhjtqu smithi042 running (6m) 108s ago 12m 47.2M - 3.5 e1d6a67b021e 7deb6d5f3048 2023-12-07T16:09:53.155 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi178 *:8443,9283,8765 running (6m) 22s ago 20m 436M - 19.0.0-13-ge6605fb8 104f332cd0a9 c0c2d21198ed 2023-12-07T16:09:53.155 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (6m) 108s ago 22m 493M - 19.0.0-13-ge6605fb8 104f332cd0a9 6718013de405 2023-12-07T16:09:53.155 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (5m) 108s ago 23m 52.3M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 dac84442c4ce 2023-12-07T16:09:53.155 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi178 running (4m) 22s ago 21m 44.4M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d9d6d09f7e87 2023-12-07T16:09:53.155 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (5m) 108s ago 21m 44.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fb50c46ab5c1 2023-12-07T16:09:53.155 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (7m) 108s ago 15m 12.2M - 1.3.1 1dbe0e931976 531aa26ab3fd 2023-12-07T16:09:53.155 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi178 *:9100 running (7m) 22s ago 15m 12.2M - 1.3.1 1dbe0e931976 f553be30e56c 2023-12-07T16:09:53.155 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (3m) 108s ago 20m 52.5M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 a88ce2e50dbf 2023-12-07T16:09:53.156 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (2m) 108s ago 19m 51.3M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 f0d4a52e36a8 2023-12-07T16:09:53.156 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (2m) 108s ago 19m 47.0M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 547071d029a3 2023-12-07T16:09:53.156 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (112s) 108s ago 18m - 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 1ca81f7af7d8 2023-12-07T16:09:53.156 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi178 running (83s) 22s ago 17m 51.3M 3037M 19.0.0-13-ge6605fb8 104f332cd0a9 3f0a8fc41ed3 2023-12-07T16:09:53.156 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi178 running (54s) 22s ago 17m 49.1M 3037M 19.0.0-13-ge6605fb8 104f332cd0a9 3a0b0f2f7f3e 2023-12-07T16:09:53.156 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi178 running (26s) 22s ago 16m - 3037M 19.0.0-13-ge6605fb8 104f332cd0a9 f914852a7462 2023-12-07T16:09:53.156 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi178 starting - - - 3037M 2023-12-07T16:09:53.156 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi178 *:9095 running (6m) 22s ago 15m 65.6M - 2.33.4 514e6a882f6e 8dc9b81a4426 2023-12-07T16:09:53.156 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.hcortj smithi042 *:8000 running (12m) 108s ago 12m 88.8M - 17.2.0 e1d6a67b021e 7b4fbb51c0e4 2023-12-07T16:09:53.156 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi178.qokiza smithi178 *:8000 running (12m) 22s ago 12m 89.0M - 17.2.0 e1d6a67b021e ed4b389a14c0 2023-12-07T16:09:53.156 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.bhilti smithi042 *:80 running (12m) 108s ago 12m 88.5M - 17.2.0 e1d6a67b021e a005b7760f26 2023-12-07T16:09:53.156 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi178.kllngz smithi178 *:80 running (12m) 22s ago 12m 89.1M - 17.2.0 e1d6a67b021e ec7417c26d3d 2023-12-07T16:09:53.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:53 smithi178 bash[51889]: audit 2023-12-07T16:09:52.194210+0000 mon.a (mon.0) 536 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:53.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:53 smithi178 bash[51889]: audit 2023-12-07T16:09:52.201606+0000 mon.a (mon.0) 537 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:53.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:53 smithi178 bash[51889]: audit 2023-12-07T16:09:52.383140+0000 mgr.y (mgr.25474) 324 : audit 0 from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:53.355 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:53 smithi178 bash[51889]: audit 2023-12-07T16:09:52.755557+0000 mgr.y (mgr.25474) 325 : audit 0 from='client.44464 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:53.608 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:09:53.608 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-12-07T16:09:53.608 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T16:09:53.608 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:09:53.608 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-12-07T16:09:53.608 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T16:09:53.608 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:09:53.608 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-12-07T16:09:53.608 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 7 2023-12-07T16:09:53.608 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:09:53.608 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2023-12-07T16:09:53.608 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:09:53.609 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:09:53.609 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-12-07T16:09:53.609 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-07T16:09:53.609 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 12 2023-12-07T16:09:53.609 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T16:09:53.609 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:09:53.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:53 smithi042 bash[64476]: audit 2023-12-07T16:09:52.194210+0000 mon.a (mon.0) 536 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:53.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:53 smithi042 bash[64476]: audit 2023-12-07T16:09:52.201606+0000 mon.a (mon.0) 537 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:53.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:53 smithi042 bash[64476]: audit 2023-12-07T16:09:52.383140+0000 mgr.y (mgr.25474) 324 : audit 0 from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:53.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:53 smithi042 bash[64476]: audit 2023-12-07T16:09:52.755557+0000 mgr.y (mgr.25474) 325 : audit 0 from='client.44464 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:53.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:53 smithi042 bash[65854]: audit 2023-12-07T16:09:52.194210+0000 mon.a (mon.0) 536 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:53.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:53 smithi042 bash[65854]: audit 2023-12-07T16:09:52.201606+0000 mon.a (mon.0) 537 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:53.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:53 smithi042 bash[65854]: audit 2023-12-07T16:09:52.383140+0000 mgr.y (mgr.25474) 324 : audit 0 from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:53.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:53 smithi042 bash[65854]: audit 2023-12-07T16:09:52.755557+0000 mgr.y (mgr.25474) 325 : audit 0 from='client.44464 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:53.992 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:09:53.992 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:09:53.992 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-12-07T16:09:53.992 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T16:09:53.992 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2023-12-07T16:09:53.993 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr", 2023-12-07T16:09:53.993 INFO:teuthology.orchestra.run.smithi042.stdout: "mon" 2023-12-07T16:09:53.993 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2023-12-07T16:09:53.993 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "12/23 daemons upgraded", 2023-12-07T16:09:53.993 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Currently upgrading osd daemons", 2023-12-07T16:09:53.993 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": false 2023-12-07T16:09:53.993 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:09:54.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:09:53 smithi178 bash[60032]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-07T16:09:54.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:09:53 smithi178 bash[60032]: 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-07T16:09:54.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:09:53 smithi178 bash[60032]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2023-12-07T16:09:54.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:09:53 smithi178 bash[60032]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-07T16:09:54.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:09:53 smithi178 bash[60032]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2023-12-07T16:09:54.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:09:53 smithi178 bash[60032]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-07T16:09:54.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:09:53 smithi178 bash[60032]: --> ceph-volume raw activate successful for osd ID: 7 2023-12-07T16:09:54.452 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_WARN 1 osds down; Reduced data availability: 2 pgs inactive, 8 pgs peering; Degraded data redundancy: 24/630 objects degraded (3.810%), 9 pgs degraded 2023-12-07T16:09:54.452 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-07T16:09:54.453 INFO:teuthology.orchestra.run.smithi042.stdout: osd.7 (root=default,host=smithi178) is down 2023-12-07T16:09:54.453 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] PG_AVAILABILITY: Reduced data availability: 2 pgs inactive, 8 pgs peering 2023-12-07T16:09:54.453 INFO:teuthology.orchestra.run.smithi042.stdout: pg 1.0 is stuck peering for 5m, current state peering, last acting [0,6] 2023-12-07T16:09:54.453 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.5 is stuck peering for 13m, current state peering, last acting [0,4] 2023-12-07T16:09:54.453 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.8 is stuck peering for 2m, current state peering, last acting [0,1] 2023-12-07T16:09:54.453 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.e is stuck peering for 2m, current state peering, last acting [4,1] 2023-12-07T16:09:54.453 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.f is stuck peering for 2m, current state peering, last acting [4,0] 2023-12-07T16:09:54.453 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.11 is stuck peering for 2m, current state peering, last acting [4,6] 2023-12-07T16:09:54.453 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.13 is stuck peering for 2m, current state peering, last acting [4,2] 2023-12-07T16:09:54.453 INFO:teuthology.orchestra.run.smithi042.stdout: pg 5.1a is stuck peering for 79s, current state peering, last acting [4,1] 2023-12-07T16:09:54.453 INFO:teuthology.orchestra.run.smithi042.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 24/630 objects degraded (3.810%), 9 pgs degraded 2023-12-07T16:09:54.453 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.0 is active+undersized+degraded, acting [1,0] 2023-12-07T16:09:54.454 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.7 is active+undersized+degraded, acting [6,2] 2023-12-07T16:09:54.454 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.9 is active+undersized+degraded, acting [1,3] 2023-12-07T16:09:54.454 INFO:teuthology.orchestra.run.smithi042.stdout: pg 2.a is active+undersized+degraded, acting [1,3] 2023-12-07T16:09:54.454 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.7 is active+undersized+degraded, acting [3,0] 2023-12-07T16:09:54.454 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.8 is active+undersized+degraded, acting [3,1] 2023-12-07T16:09:54.454 INFO:teuthology.orchestra.run.smithi042.stdout: pg 3.15 is active+undersized+degraded, acting [3,4] 2023-12-07T16:09:54.454 INFO:teuthology.orchestra.run.smithi042.stdout: pg 4.0 is active+undersized+degraded, acting [3,0] 2023-12-07T16:09:54.454 INFO:teuthology.orchestra.run.smithi042.stdout: pg 4.14 is active+undersized+degraded, acting [3,1] 2023-12-07T16:09:54.484 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:54 smithi178 bash[51889]: audit 2023-12-07T16:09:53.129783+0000 mgr.y (mgr.25474) 326 : audit 0 from='client.44470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:54.484 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:54 smithi178 bash[51889]: cluster 2023-12-07T16:09:53.415439+0000 mgr.y (mgr.25474) 327 : cluster 0 pgmap v204: 161 pgs: 9 active+undersized+degraded, 24 peering, 3 stale+active+clean, 26 active+undersized, 99 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 24/630 objects degraded (3.810%) 2023-12-07T16:09:54.485 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:54 smithi178 bash[51889]: audit 2023-12-07T16:09:53.601848+0000 mon.c (mon.1) 16 : audit 0 from='client.? 172.21.15.42:0/2498192264' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:54.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:54 smithi042 bash[64476]: audit 2023-12-07T16:09:53.129783+0000 mgr.y (mgr.25474) 326 : audit 0 from='client.44470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:54.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:54 smithi042 bash[64476]: cluster 2023-12-07T16:09:53.415439+0000 mgr.y (mgr.25474) 327 : cluster 0 pgmap v204: 161 pgs: 9 active+undersized+degraded, 24 peering, 3 stale+active+clean, 26 active+undersized, 99 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 24/630 objects degraded (3.810%) 2023-12-07T16:09:54.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:54 smithi042 bash[64476]: audit 2023-12-07T16:09:53.601848+0000 mon.c (mon.1) 16 : audit 0 from='client.? 172.21.15.42:0/2498192264' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:54.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:54 smithi042 bash[65854]: audit 2023-12-07T16:09:53.129783+0000 mgr.y (mgr.25474) 326 : audit 0 from='client.44470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:54.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:54 smithi042 bash[65854]: cluster 2023-12-07T16:09:53.415439+0000 mgr.y (mgr.25474) 327 : cluster 0 pgmap v204: 161 pgs: 9 active+undersized+degraded, 24 peering, 3 stale+active+clean, 26 active+undersized, 99 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 24/630 objects degraded (3.810%) 2023-12-07T16:09:54.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:54 smithi042 bash[65854]: audit 2023-12-07T16:09:53.601848+0000 mon.c (mon.1) 16 : audit 0 from='client.? 172.21.15.42:0/2498192264' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:09:55.605 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:09:55 smithi178 bash[60335]: debug 2023-12-07T16:09:55.376+0000 7fdf511e2700 1 -- 172.21.15.178:0/1496815560 <== mon.2 v2:172.21.15.178:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559d33e131e0 con 0x559d33e99000 2023-12-07T16:09:55.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:55 smithi178 bash[51889]: audit 2023-12-07T16:09:53.985749+0000 mgr.y (mgr.25474) 328 : audit 0 from='client.34554 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:55.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:55 smithi178 bash[51889]: audit 2023-12-07T16:09:54.446865+0000 mon.a (mon.0) 538 : audit 0 from='client.? 172.21.15.42:0/4187927430' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:09:55.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:55 smithi042 bash[64476]: audit 2023-12-07T16:09:53.985749+0000 mgr.y (mgr.25474) 328 : audit 0 from='client.34554 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:55.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:55 smithi042 bash[64476]: audit 2023-12-07T16:09:54.446865+0000 mon.a (mon.0) 538 : audit 0 from='client.? 172.21.15.42:0/4187927430' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:09:55.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:55 smithi042 bash[65854]: audit 2023-12-07T16:09:53.985749+0000 mgr.y (mgr.25474) 328 : audit 0 from='client.34554 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:55.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:55 smithi042 bash[65854]: audit 2023-12-07T16:09:54.446865+0000 mon.a (mon.0) 538 : audit 0 from='client.? 172.21.15.42:0/4187927430' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:09:56.355 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:09:55 smithi178 bash[60335]: debug 2023-12-07T16:09:55.928+0000 7fdf5a368640 -1 Falling back to public interface 2023-12-07T16:09:56.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:56 smithi042 bash[64476]: audit 2023-12-07T16:09:55.346613+0000 mon.a (mon.0) 539 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:56.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:56 smithi042 bash[64476]: audit 2023-12-07T16:09:55.349168+0000 mon.a (mon.0) 540 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:09:56.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:56 smithi042 bash[64476]: cluster 2023-12-07T16:09:55.417046+0000 mgr.y (mgr.25474) 329 : cluster 0 pgmap v205: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-07T16:09:56.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:56 smithi042 bash[65854]: audit 2023-12-07T16:09:55.346613+0000 mon.a (mon.0) 539 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:56.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:56 smithi042 bash[65854]: audit 2023-12-07T16:09:55.349168+0000 mon.a (mon.0) 540 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:09:56.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:56 smithi042 bash[65854]: cluster 2023-12-07T16:09:55.417046+0000 mgr.y (mgr.25474) 329 : cluster 0 pgmap v205: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-07T16:09:56.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:56 smithi178 bash[51889]: audit 2023-12-07T16:09:55.346613+0000 mon.a (mon.0) 539 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:09:56.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:56 smithi178 bash[51889]: audit 2023-12-07T16:09:55.349168+0000 mon.a (mon.0) 540 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:09:56.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:56 smithi178 bash[51889]: cluster 2023-12-07T16:09:55.417046+0000 mgr.y (mgr.25474) 329 : cluster 0 pgmap v205: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-07T16:09:57.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:57 smithi042 bash[64476]: cluster 2023-12-07T16:09:56.340312+0000 mon.a (mon.0) 541 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 8 pgs peering) 2023-12-07T16:09:57.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:57 smithi042 bash[64476]: audit 2023-12-07T16:09:56.551603+0000 mgr.y (mgr.25474) 330 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:09:57.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:57 smithi042 bash[65854]: cluster 2023-12-07T16:09:56.340312+0000 mon.a (mon.0) 541 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 8 pgs peering) 2023-12-07T16:09:57.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:57 smithi042 bash[65854]: audit 2023-12-07T16:09:56.551603+0000 mgr.y (mgr.25474) 330 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:09:57.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:57 smithi178 bash[51889]: cluster 2023-12-07T16:09:56.340312+0000 mon.a (mon.0) 541 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 8 pgs peering) 2023-12-07T16:09:57.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:57 smithi178 bash[51889]: audit 2023-12-07T16:09:56.551603+0000 mgr.y (mgr.25474) 330 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:09:58.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:58 smithi042 bash[64476]: cluster 2023-12-07T16:09:57.418471+0000 mgr.y (mgr.25474) 331 : cluster 0 pgmap v206: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-07T16:09:58.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:58 smithi042 bash[65854]: cluster 2023-12-07T16:09:57.418471+0000 mgr.y (mgr.25474) 331 : cluster 0 pgmap v206: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-07T16:09:58.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:58 smithi178 bash[51889]: cluster 2023-12-07T16:09:57.418471+0000 mgr.y (mgr.25474) 331 : cluster 0 pgmap v206: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-07T16:09:59.355 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:09:58 smithi178 bash[60335]: debug 2023-12-07T16:09:58.968+0000 7fdf5a368640 -1 osd.7 0 read_superblock omap replica is missing. 2023-12-07T16:09:59.355 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:09:59 smithi178 bash[60335]: debug 2023-12-07T16:09:59.012+0000 7fdf5a368640 -1 osd.7 140 log_to_monitors true 2023-12-07T16:10:00.099 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:59 smithi042 bash[64476]: audit 2023-12-07T16:09:58.629646+0000 mon.a (mon.0) 542 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:00.099 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:59 smithi042 bash[64476]: audit 2023-12-07T16:09:58.638389+0000 mon.a (mon.0) 543 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:00.099 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:59 smithi042 bash[64476]: audit 2023-12-07T16:09:59.017450+0000 mon.a (mon.0) 544 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T16:10:00.099 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:09:59 smithi042 bash[64476]: audit 2023-12-07T16:09:59.022150+0000 mon.b (mon.2) 9 : audit 1 from='osd.7 [v2:172.21.15.178:6824/1936739449,v1:172.21.15.178:6825/1936739449]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T16:10:00.099 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:59 smithi042 bash[65854]: audit 2023-12-07T16:09:58.629646+0000 mon.a (mon.0) 542 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:00.099 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:59 smithi042 bash[65854]: audit 2023-12-07T16:09:58.638389+0000 mon.a (mon.0) 543 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:00.099 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:59 smithi042 bash[65854]: audit 2023-12-07T16:09:59.017450+0000 mon.a (mon.0) 544 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T16:10:00.099 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:09:59 smithi042 bash[65854]: audit 2023-12-07T16:09:59.022150+0000 mon.b (mon.2) 9 : audit 1 from='osd.7 [v2:172.21.15.178:6824/1936739449,v1:172.21.15.178:6825/1936739449]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T16:10:00.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:09:59 smithi178 bash[60335]: debug 2023-12-07T16:09:59.692+0000 7fdf48fd4700 -1 osd.7 140 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T16:10:00.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:59 smithi178 bash[51889]: audit 2023-12-07T16:09:58.629646+0000 mon.a (mon.0) 542 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:00.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:59 smithi178 bash[51889]: audit 2023-12-07T16:09:58.638389+0000 mon.a (mon.0) 543 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:00.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:59 smithi178 bash[51889]: audit 2023-12-07T16:09:59.017450+0000 mon.a (mon.0) 544 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T16:10:00.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:09:59 smithi178 bash[51889]: audit 2023-12-07T16:09:59.022150+0000 mon.b (mon.2) 9 : audit 1 from='osd.7 [v2:172.21.15.178:6824/1936739449,v1:172.21.15.178:6825/1936739449]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T16:10:00.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:10:00] "GET /metrics HTTP/1.1" 200 38492 "" "Prometheus/2.33.4" 2023-12-07T16:10:01.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:09:59.420133+0000 mgr.y (mgr.25474) 332 : cluster 0 pgmap v207: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s; 82/630 objects degraded (13.016%) 2023-12-07T16:10:01.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: audit 2023-12-07T16:09:59.642407+0000 mon.a (mon.0) 545 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:01.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: audit 2023-12-07T16:09:59.650725+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"]}]': finished 2023-12-07T16:10:01.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:09:59.656715+0000 mon.a (mon.0) 547 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2023-12-07T16:10:01.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: audit 2023-12-07T16:09:59.659471+0000 mon.a (mon.0) 548 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:10:01.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: audit 2023-12-07T16:09:59.662319+0000 mon.b (mon.2) 10 : audit 1 from='osd.7 [v2:172.21.15.178:6824/1936739449,v1:172.21.15.178:6825/1936739449]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:10:01.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: audit 2023-12-07T16:09:59.662803+0000 mon.a (mon.0) 549 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:01.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000289+0000 mon.a (mon.0) 550 : cluster 3 Health detail: HEALTH_WARN 1 osds down; Degraded data redundancy: 82/630 objects degraded (13.016%), 26 pgs degraded 2023-12-07T16:10:01.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000354+0000 mon.a (mon.0) 551 : cluster 3 [WRN] OSD_DOWN: 1 osds down 2023-12-07T16:10:01.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000389+0000 mon.a (mon.0) 552 : cluster 3 osd.7 (root=default,host=smithi178) is down 2023-12-07T16:10:01.106 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000417+0000 mon.a (mon.0) 553 : cluster 3 [WRN] PG_DEGRADED: Degraded data redundancy: 82/630 objects degraded (13.016%), 26 pgs degraded 2023-12-07T16:10:01.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000441+0000 mon.a (mon.0) 554 : cluster 3 pg 1.0 is active+undersized+degraded, acting [0,6] 2023-12-07T16:10:01.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000463+0000 mon.a (mon.0) 555 : cluster 3 pg 2.0 is active+undersized+degraded, acting [1,0] 2023-12-07T16:10:01.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000488+0000 mon.a (mon.0) 556 : cluster 3 pg 2.5 is active+undersized+degraded, acting [0,4] 2023-12-07T16:10:01.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000510+0000 mon.a (mon.0) 557 : cluster 3 pg 2.7 is active+undersized+degraded, acting [6,2] 2023-12-07T16:10:01.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000533+0000 mon.a (mon.0) 558 : cluster 3 pg 2.9 is active+undersized+degraded, acting [1,3] 2023-12-07T16:10:01.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000563+0000 mon.a (mon.0) 559 : cluster 3 pg 2.a is active+undersized+degraded, acting [1,3] 2023-12-07T16:10:01.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000593+0000 mon.a (mon.0) 560 : cluster 3 pg 2.f is active+undersized+degraded, acting [4,0] 2023-12-07T16:10:01.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000621+0000 mon.a (mon.0) 561 : cluster 3 pg 2.12 is active+undersized+degraded, acting [5,3] 2023-12-07T16:10:01.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000650+0000 mon.a (mon.0) 562 : cluster 3 pg 2.18 is active+undersized+degraded, acting [5,4] 2023-12-07T16:10:01.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000680+0000 mon.a (mon.0) 563 : cluster 3 pg 3.7 is active+undersized+degraded, acting [3,0] 2023-12-07T16:10:01.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000709+0000 mon.a (mon.0) 564 : cluster 3 pg 3.8 is active+undersized+degraded, acting [3,1] 2023-12-07T16:10:01.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000731+0000 mon.a (mon.0) 565 : cluster 3 pg 3.9 is active+undersized+degraded, acting [4,2] 2023-12-07T16:10:01.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000760+0000 mon.a (mon.0) 566 : cluster 3 pg 3.d is active+undersized+degraded, acting [5,6] 2023-12-07T16:10:01.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000788+0000 mon.a (mon.0) 567 : cluster 3 pg 3.e is active+undersized+degraded, acting [4,1] 2023-12-07T16:10:01.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000818+0000 mon.a (mon.0) 568 : cluster 3 pg 3.f is active+undersized+degraded, acting [4,0] 2023-12-07T16:10:01.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000848+0000 mon.a (mon.0) 569 : cluster 3 pg 3.11 is active+undersized+degraded, acting [4,6] 2023-12-07T16:10:01.107 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000876+0000 mon.a (mon.0) 570 : cluster 3 pg 3.12 is active+undersized+degraded, acting [0,3] 2023-12-07T16:10:01.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000903+0000 mon.a (mon.0) 571 : cluster 3 pg 3.13 is active+undersized+degraded, acting [4,2] 2023-12-07T16:10:01.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000931+0000 mon.a (mon.0) 572 : cluster 3 pg 3.14 is active+undersized+degraded, acting [4,6] 2023-12-07T16:10:01.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000959+0000 mon.a (mon.0) 573 : cluster 3 pg 3.15 is active+undersized+degraded, acting [3,4] 2023-12-07T16:10:01.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.000986+0000 mon.a (mon.0) 574 : cluster 3 pg 3.16 is active+undersized+degraded, acting [5,1] 2023-12-07T16:10:01.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.001014+0000 mon.a (mon.0) 575 : cluster 3 pg 3.1b is active+undersized+degraded, acting [0,4] 2023-12-07T16:10:01.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.001039+0000 mon.a (mon.0) 576 : cluster 3 pg 4.0 is active+undersized+degraded, acting [3,0] 2023-12-07T16:10:01.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.001067+0000 mon.a (mon.0) 577 : cluster 3 pg 4.3 is active+undersized+degraded, acting [0,5] 2023-12-07T16:10:01.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.001095+0000 mon.a (mon.0) 578 : cluster 3 pg 4.14 is active+undersized+degraded, acting [3,1] 2023-12-07T16:10:01.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.001123+0000 mon.a (mon.0) 579 : cluster 3 pg 4.15 is active+undersized+degraded, acting [5,3] 2023-12-07T16:10:01.108 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.328916+0000 mon.a (mon.0) 580 : cluster 3 Health check update: Degraded data redundancy: 82/630 objects degraded (13.016%), 26 pgs degraded (PG_DEGRADED) 2023-12-07T16:10:01.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:09:59.420133+0000 mgr.y (mgr.25474) 332 : cluster 0 pgmap v207: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s; 82/630 objects degraded (13.016%) 2023-12-07T16:10:01.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: audit 2023-12-07T16:09:59.642407+0000 mon.a (mon.0) 545 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:01.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: audit 2023-12-07T16:09:59.650725+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"]}]': finished 2023-12-07T16:10:01.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:09:59.656715+0000 mon.a (mon.0) 547 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2023-12-07T16:10:01.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: audit 2023-12-07T16:09:59.659471+0000 mon.a (mon.0) 548 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:10:01.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: audit 2023-12-07T16:09:59.662319+0000 mon.b (mon.2) 10 : audit 1 from='osd.7 [v2:172.21.15.178:6824/1936739449,v1:172.21.15.178:6825/1936739449]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:10:01.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: audit 2023-12-07T16:09:59.662803+0000 mon.a (mon.0) 549 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:01.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000289+0000 mon.a (mon.0) 550 : cluster 3 Health detail: HEALTH_WARN 1 osds down; Degraded data redundancy: 82/630 objects degraded (13.016%), 26 pgs degraded 2023-12-07T16:10:01.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000354+0000 mon.a (mon.0) 551 : cluster 3 [WRN] OSD_DOWN: 1 osds down 2023-12-07T16:10:01.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000389+0000 mon.a (mon.0) 552 : cluster 3 osd.7 (root=default,host=smithi178) is down 2023-12-07T16:10:01.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000417+0000 mon.a (mon.0) 553 : cluster 3 [WRN] PG_DEGRADED: Degraded data redundancy: 82/630 objects degraded (13.016%), 26 pgs degraded 2023-12-07T16:10:01.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000441+0000 mon.a (mon.0) 554 : cluster 3 pg 1.0 is active+undersized+degraded, acting [0,6] 2023-12-07T16:10:01.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000463+0000 mon.a (mon.0) 555 : cluster 3 pg 2.0 is active+undersized+degraded, acting [1,0] 2023-12-07T16:10:01.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000488+0000 mon.a (mon.0) 556 : cluster 3 pg 2.5 is active+undersized+degraded, acting [0,4] 2023-12-07T16:10:01.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000510+0000 mon.a (mon.0) 557 : cluster 3 pg 2.7 is active+undersized+degraded, acting [6,2] 2023-12-07T16:10:01.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000533+0000 mon.a (mon.0) 558 : cluster 3 pg 2.9 is active+undersized+degraded, acting [1,3] 2023-12-07T16:10:01.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000563+0000 mon.a (mon.0) 559 : cluster 3 pg 2.a is active+undersized+degraded, acting [1,3] 2023-12-07T16:10:01.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000593+0000 mon.a (mon.0) 560 : cluster 3 pg 2.f is active+undersized+degraded, acting [4,0] 2023-12-07T16:10:01.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000621+0000 mon.a (mon.0) 561 : cluster 3 pg 2.12 is active+undersized+degraded, acting [5,3] 2023-12-07T16:10:01.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000650+0000 mon.a (mon.0) 562 : cluster 3 pg 2.18 is active+undersized+degraded, acting [5,4] 2023-12-07T16:10:01.123 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000680+0000 mon.a (mon.0) 563 : cluster 3 pg 3.7 is active+undersized+degraded, acting [3,0] 2023-12-07T16:10:01.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:09:59.420133+0000 mgr.y (mgr.25474) 332 : cluster 0 pgmap v207: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s; 82/630 objects degraded (13.016%) 2023-12-07T16:10:01.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: audit 2023-12-07T16:09:59.642407+0000 mon.a (mon.0) 545 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:01.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: audit 2023-12-07T16:09:59.650725+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"]}]': finished 2023-12-07T16:10:01.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:09:59.656715+0000 mon.a (mon.0) 547 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2023-12-07T16:10:01.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: audit 2023-12-07T16:09:59.659471+0000 mon.a (mon.0) 548 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:10:01.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: audit 2023-12-07T16:09:59.662319+0000 mon.b (mon.2) 10 : audit 1 from='osd.7 [v2:172.21.15.178:6824/1936739449,v1:172.21.15.178:6825/1936739449]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2023-12-07T16:10:01.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: audit 2023-12-07T16:09:59.662803+0000 mon.a (mon.0) 549 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:01.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000289+0000 mon.a (mon.0) 550 : cluster 3 Health detail: HEALTH_WARN 1 osds down; Degraded data redundancy: 82/630 objects degraded (13.016%), 26 pgs degraded 2023-12-07T16:10:01.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000354+0000 mon.a (mon.0) 551 : cluster 3 [WRN] OSD_DOWN: 1 osds down 2023-12-07T16:10:01.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000389+0000 mon.a (mon.0) 552 : cluster 3 osd.7 (root=default,host=smithi178) is down 2023-12-07T16:10:01.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000417+0000 mon.a (mon.0) 553 : cluster 3 [WRN] PG_DEGRADED: Degraded data redundancy: 82/630 objects degraded (13.016%), 26 pgs degraded 2023-12-07T16:10:01.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000441+0000 mon.a (mon.0) 554 : cluster 3 pg 1.0 is active+undersized+degraded, acting [0,6] 2023-12-07T16:10:01.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000463+0000 mon.a (mon.0) 555 : cluster 3 pg 2.0 is active+undersized+degraded, acting [1,0] 2023-12-07T16:10:01.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000488+0000 mon.a (mon.0) 556 : cluster 3 pg 2.5 is active+undersized+degraded, acting [0,4] 2023-12-07T16:10:01.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000510+0000 mon.a (mon.0) 557 : cluster 3 pg 2.7 is active+undersized+degraded, acting [6,2] 2023-12-07T16:10:01.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000533+0000 mon.a (mon.0) 558 : cluster 3 pg 2.9 is active+undersized+degraded, acting [1,3] 2023-12-07T16:10:01.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000563+0000 mon.a (mon.0) 559 : cluster 3 pg 2.a is active+undersized+degraded, acting [1,3] 2023-12-07T16:10:01.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000593+0000 mon.a (mon.0) 560 : cluster 3 pg 2.f is active+undersized+degraded, acting [4,0] 2023-12-07T16:10:01.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000621+0000 mon.a (mon.0) 561 : cluster 3 pg 2.12 is active+undersized+degraded, acting [5,3] 2023-12-07T16:10:01.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000650+0000 mon.a (mon.0) 562 : cluster 3 pg 2.18 is active+undersized+degraded, acting [5,4] 2023-12-07T16:10:01.124 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000680+0000 mon.a (mon.0) 563 : cluster 3 pg 3.7 is active+undersized+degraded, acting [3,0] 2023-12-07T16:10:01.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000709+0000 mon.a (mon.0) 564 : cluster 3 pg 3.8 is active+undersized+degraded, acting [3,1] 2023-12-07T16:10:01.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000731+0000 mon.a (mon.0) 565 : cluster 3 pg 3.9 is active+undersized+degraded, acting [4,2] 2023-12-07T16:10:01.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000760+0000 mon.a (mon.0) 566 : cluster 3 pg 3.d is active+undersized+degraded, acting [5,6] 2023-12-07T16:10:01.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000788+0000 mon.a (mon.0) 567 : cluster 3 pg 3.e is active+undersized+degraded, acting [4,1] 2023-12-07T16:10:01.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000818+0000 mon.a (mon.0) 568 : cluster 3 pg 3.f is active+undersized+degraded, acting [4,0] 2023-12-07T16:10:01.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000848+0000 mon.a (mon.0) 569 : cluster 3 pg 3.11 is active+undersized+degraded, acting [4,6] 2023-12-07T16:10:01.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000876+0000 mon.a (mon.0) 570 : cluster 3 pg 3.12 is active+undersized+degraded, acting [0,3] 2023-12-07T16:10:01.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000903+0000 mon.a (mon.0) 571 : cluster 3 pg 3.13 is active+undersized+degraded, acting [4,2] 2023-12-07T16:10:01.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000931+0000 mon.a (mon.0) 572 : cluster 3 pg 3.14 is active+undersized+degraded, acting [4,6] 2023-12-07T16:10:01.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000959+0000 mon.a (mon.0) 573 : cluster 3 pg 3.15 is active+undersized+degraded, acting [3,4] 2023-12-07T16:10:01.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.000986+0000 mon.a (mon.0) 574 : cluster 3 pg 3.16 is active+undersized+degraded, acting [5,1] 2023-12-07T16:10:01.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.001014+0000 mon.a (mon.0) 575 : cluster 3 pg 3.1b is active+undersized+degraded, acting [0,4] 2023-12-07T16:10:01.125 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.001039+0000 mon.a (mon.0) 576 : cluster 3 pg 4.0 is active+undersized+degraded, acting [3,0] 2023-12-07T16:10:01.126 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.001067+0000 mon.a (mon.0) 577 : cluster 3 pg 4.3 is active+undersized+degraded, acting [0,5] 2023-12-07T16:10:01.126 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.001095+0000 mon.a (mon.0) 578 : cluster 3 pg 4.14 is active+undersized+degraded, acting [3,1] 2023-12-07T16:10:01.126 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.001123+0000 mon.a (mon.0) 579 : cluster 3 pg 4.15 is active+undersized+degraded, acting [5,3] 2023-12-07T16:10:01.126 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.328916+0000 mon.a (mon.0) 580 : cluster 3 Health check update: Degraded data redundancy: 82/630 objects degraded (13.016%), 26 pgs degraded (PG_DEGRADED) 2023-12-07T16:10:01.126 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000709+0000 mon.a (mon.0) 564 : cluster 3 pg 3.8 is active+undersized+degraded, acting [3,1] 2023-12-07T16:10:01.126 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000731+0000 mon.a (mon.0) 565 : cluster 3 pg 3.9 is active+undersized+degraded, acting [4,2] 2023-12-07T16:10:01.126 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000760+0000 mon.a (mon.0) 566 : cluster 3 pg 3.d is active+undersized+degraded, acting [5,6] 2023-12-07T16:10:01.126 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000788+0000 mon.a (mon.0) 567 : cluster 3 pg 3.e is active+undersized+degraded, acting [4,1] 2023-12-07T16:10:01.126 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000818+0000 mon.a (mon.0) 568 : cluster 3 pg 3.f is active+undersized+degraded, acting [4,0] 2023-12-07T16:10:01.126 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000848+0000 mon.a (mon.0) 569 : cluster 3 pg 3.11 is active+undersized+degraded, acting [4,6] 2023-12-07T16:10:01.126 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000876+0000 mon.a (mon.0) 570 : cluster 3 pg 3.12 is active+undersized+degraded, acting [0,3] 2023-12-07T16:10:01.126 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000903+0000 mon.a (mon.0) 571 : cluster 3 pg 3.13 is active+undersized+degraded, acting [4,2] 2023-12-07T16:10:01.126 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000931+0000 mon.a (mon.0) 572 : cluster 3 pg 3.14 is active+undersized+degraded, acting [4,6] 2023-12-07T16:10:01.127 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000959+0000 mon.a (mon.0) 573 : cluster 3 pg 3.15 is active+undersized+degraded, acting [3,4] 2023-12-07T16:10:01.127 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.000986+0000 mon.a (mon.0) 574 : cluster 3 pg 3.16 is active+undersized+degraded, acting [5,1] 2023-12-07T16:10:01.127 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.001014+0000 mon.a (mon.0) 575 : cluster 3 pg 3.1b is active+undersized+degraded, acting [0,4] 2023-12-07T16:10:01.127 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.001039+0000 mon.a (mon.0) 576 : cluster 3 pg 4.0 is active+undersized+degraded, acting [3,0] 2023-12-07T16:10:01.127 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.001067+0000 mon.a (mon.0) 577 : cluster 3 pg 4.3 is active+undersized+degraded, acting [0,5] 2023-12-07T16:10:01.127 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.001095+0000 mon.a (mon.0) 578 : cluster 3 pg 4.14 is active+undersized+degraded, acting [3,1] 2023-12-07T16:10:01.127 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.001123+0000 mon.a (mon.0) 579 : cluster 3 pg 4.15 is active+undersized+degraded, acting [5,3] 2023-12-07T16:10:01.127 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.328916+0000 mon.a (mon.0) 580 : cluster 3 Health check update: Degraded data redundancy: 82/630 objects degraded (13.016%), 26 pgs degraded (PG_DEGRADED) 2023-12-07T16:10:02.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:01 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.660754+0000 mon.a (mon.0) 581 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:10:02.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:01 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.666870+0000 mon.a (mon.0) 582 : cluster 1 osd.7 [v2:172.21.15.178:6824/1936739449,v1:172.21.15.178:6825/1936739449] boot 2023-12-07T16:10:02.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:01 smithi178 bash[51889]: cluster 2023-12-07T16:10:00.666946+0000 mon.a (mon.0) 583 : cluster 0 osdmap e144: 8 total, 8 up, 8 in 2023-12-07T16:10:02.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:01 smithi178 bash[51889]: audit 2023-12-07T16:10:00.668073+0000 mon.a (mon.0) 584 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T16:10:02.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:01 smithi178 bash[51889]: audit 2023-12-07T16:10:00.736445+0000 mon.a (mon.0) 585 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:02.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:01 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.660754+0000 mon.a (mon.0) 581 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:10:02.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:01 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.666870+0000 mon.a (mon.0) 582 : cluster 1 osd.7 [v2:172.21.15.178:6824/1936739449,v1:172.21.15.178:6825/1936739449] boot 2023-12-07T16:10:02.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:01 smithi042 bash[64476]: cluster 2023-12-07T16:10:00.666946+0000 mon.a (mon.0) 583 : cluster 0 osdmap e144: 8 total, 8 up, 8 in 2023-12-07T16:10:02.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:01 smithi042 bash[64476]: audit 2023-12-07T16:10:00.668073+0000 mon.a (mon.0) 584 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T16:10:02.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:01 smithi042 bash[64476]: audit 2023-12-07T16:10:00.736445+0000 mon.a (mon.0) 585 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:02.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:01 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.660754+0000 mon.a (mon.0) 581 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:10:02.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:01 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.666870+0000 mon.a (mon.0) 582 : cluster 1 osd.7 [v2:172.21.15.178:6824/1936739449,v1:172.21.15.178:6825/1936739449] boot 2023-12-07T16:10:02.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:01 smithi042 bash[65854]: cluster 2023-12-07T16:10:00.666946+0000 mon.a (mon.0) 583 : cluster 0 osdmap e144: 8 total, 8 up, 8 in 2023-12-07T16:10:02.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:01 smithi042 bash[65854]: audit 2023-12-07T16:10:00.668073+0000 mon.a (mon.0) 584 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T16:10:02.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:01 smithi042 bash[65854]: audit 2023-12-07T16:10:00.736445+0000 mon.a (mon.0) 585 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:03.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:02 smithi178 bash[51889]: cluster 2023-12-07T16:10:01.421446+0000 mgr.y (mgr.25474) 333 : cluster 0 pgmap v210: 161 pgs: 17 peering, 21 active+undersized+degraded, 31 active+undersized, 92 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 66/630 objects degraded (10.476%) 2023-12-07T16:10:03.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:02 smithi178 bash[51889]: cluster 2023-12-07T16:10:01.673115+0000 mon.a (mon.0) 586 : cluster 0 osdmap e145: 8 total, 8 up, 8 in 2023-12-07T16:10:03.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:02 smithi042 bash[64476]: cluster 2023-12-07T16:10:01.421446+0000 mgr.y (mgr.25474) 333 : cluster 0 pgmap v210: 161 pgs: 17 peering, 21 active+undersized+degraded, 31 active+undersized, 92 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 66/630 objects degraded (10.476%) 2023-12-07T16:10:03.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:02 smithi042 bash[64476]: cluster 2023-12-07T16:10:01.673115+0000 mon.a (mon.0) 586 : cluster 0 osdmap e145: 8 total, 8 up, 8 in 2023-12-07T16:10:03.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:02 smithi042 bash[65854]: cluster 2023-12-07T16:10:01.421446+0000 mgr.y (mgr.25474) 333 : cluster 0 pgmap v210: 161 pgs: 17 peering, 21 active+undersized+degraded, 31 active+undersized, 92 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 66/630 objects degraded (10.476%) 2023-12-07T16:10:03.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:02 smithi042 bash[65854]: cluster 2023-12-07T16:10:01.673115+0000 mon.a (mon.0) 586 : cluster 0 osdmap e145: 8 total, 8 up, 8 in 2023-12-07T16:10:05.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:04 smithi178 bash[51889]: cluster 2023-12-07T16:10:03.422688+0000 mgr.y (mgr.25474) 334 : cluster 0 pgmap v212: 161 pgs: 17 peering, 19 active+undersized+degraded, 25 active+undersized, 100 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 63/630 objects degraded (10.000%) 2023-12-07T16:10:05.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:04 smithi042 bash[64476]: cluster 2023-12-07T16:10:03.422688+0000 mgr.y (mgr.25474) 334 : cluster 0 pgmap v212: 161 pgs: 17 peering, 19 active+undersized+degraded, 25 active+undersized, 100 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 63/630 objects degraded (10.000%) 2023-12-07T16:10:05.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:04 smithi042 bash[65854]: cluster 2023-12-07T16:10:03.422688+0000 mgr.y (mgr.25474) 334 : cluster 0 pgmap v212: 161 pgs: 17 peering, 19 active+undersized+degraded, 25 active+undersized, 100 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 63/630 objects degraded (10.000%) 2023-12-07T16:10:05.967 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:05 smithi178 bash[51889]: cluster 2023-12-07T16:10:05.331130+0000 mon.a (mon.0) 587 : cluster 3 Health check update: Degraded data redundancy: 63/630 objects degraded (10.000%), 19 pgs degraded (PG_DEGRADED) 2023-12-07T16:10:06.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:05 smithi042 bash[64476]: cluster 2023-12-07T16:10:05.331130+0000 mon.a (mon.0) 587 : cluster 3 Health check update: Degraded data redundancy: 63/630 objects degraded (10.000%), 19 pgs degraded (PG_DEGRADED) 2023-12-07T16:10:06.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:05 smithi042 bash[65854]: cluster 2023-12-07T16:10:05.331130+0000 mon.a (mon.0) 587 : cluster 3 Health check update: Degraded data redundancy: 63/630 objects degraded (10.000%), 19 pgs degraded (PG_DEGRADED) 2023-12-07T16:10:06.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:06 smithi042 bash[64476]: cluster 2023-12-07T16:10:05.424123+0000 mgr.y (mgr.25474) 335 : cluster 0 pgmap v213: 161 pgs: 17 peering, 144 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:06.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:06 smithi042 bash[64476]: cluster 2023-12-07T16:10:06.334150+0000 mon.a (mon.0) 588 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 63/630 objects degraded (10.000%), 19 pgs degraded) 2023-12-07T16:10:06.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:06 smithi042 bash[64476]: cluster 2023-12-07T16:10:06.334245+0000 mon.a (mon.0) 589 : cluster 1 Cluster is now healthy 2023-12-07T16:10:06.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:06 smithi042 bash[65854]: cluster 2023-12-07T16:10:05.424123+0000 mgr.y (mgr.25474) 335 : cluster 0 pgmap v213: 161 pgs: 17 peering, 144 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:06.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:06 smithi042 bash[65854]: cluster 2023-12-07T16:10:06.334150+0000 mon.a (mon.0) 588 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 63/630 objects degraded (10.000%), 19 pgs degraded) 2023-12-07T16:10:06.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:06 smithi042 bash[65854]: cluster 2023-12-07T16:10:06.334245+0000 mon.a (mon.0) 589 : cluster 1 Cluster is now healthy 2023-12-07T16:10:07.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:06 smithi178 bash[51889]: cluster 2023-12-07T16:10:05.424123+0000 mgr.y (mgr.25474) 335 : cluster 0 pgmap v213: 161 pgs: 17 peering, 144 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:07.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:06 smithi178 bash[51889]: cluster 2023-12-07T16:10:06.334150+0000 mon.a (mon.0) 588 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 63/630 objects degraded (10.000%), 19 pgs degraded) 2023-12-07T16:10:07.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:06 smithi178 bash[51889]: cluster 2023-12-07T16:10:06.334245+0000 mon.a (mon.0) 589 : cluster 1 Cluster is now healthy 2023-12-07T16:10:08.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:07 smithi178 bash[51889]: audit 2023-12-07T16:10:06.561439+0000 mgr.y (mgr.25474) 336 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:10:08.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:07 smithi042 bash[64476]: audit 2023-12-07T16:10:06.561439+0000 mgr.y (mgr.25474) 336 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:10:08.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:07 smithi042 bash[65854]: audit 2023-12-07T16:10:06.561439+0000 mgr.y (mgr.25474) 336 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:10:09.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:08 smithi178 bash[51889]: cluster 2023-12-07T16:10:07.425259+0000 mgr.y (mgr.25474) 337 : cluster 0 pgmap v214: 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-07T16:10:09.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:08 smithi042 bash[64476]: cluster 2023-12-07T16:10:07.425259+0000 mgr.y (mgr.25474) 337 : cluster 0 pgmap v214: 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-07T16:10:09.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:08 smithi042 bash[65854]: cluster 2023-12-07T16:10:07.425259+0000 mgr.y (mgr.25474) 337 : cluster 0 pgmap v214: 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-07T16:10:10.098 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:09 smithi042 bash[64476]: debug 2023-12-07T16:10:09.680+0000 7f9390393700 -1 log_channel(cluster) log [ERR] : Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-07T16:10:10.099 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:10:09 smithi042 bash[61307]: debug 2023-12-07T16:10:09.656+0000 7efbf3d4b700 -1 log_channel(cephadm) log [ERR] : Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-07T16:10:10.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:10:10] "GET /metrics HTTP/1.1" 200 38492 "" "Prometheus/2.33.4" 2023-12-07T16:10:10.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: cluster 2023-12-07T16:10:09.426549+0000 mgr.y (mgr.25474) 338 : cluster 0 pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:10:10.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.464854+0000 mon.a (mon.0) 590 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:10.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.475187+0000 mon.a (mon.0) 591 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:10.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.477338+0000 mon.a (mon.0) 592 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:10:10.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.478880+0000 mon.a (mon.0) 593 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:10:10.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.487206+0000 mon.a (mon.0) 594 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:10.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.576327+0000 mon.a (mon.0) 595 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:10:10.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.580145+0000 mon.a (mon.0) 596 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:10:10.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.583197+0000 mon.a (mon.0) 597 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:10:10.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.585158+0000 mon.a (mon.0) 598 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:10:10.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.588547+0000 mon.a (mon.0) 599 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:10:10.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: cephadm 2023-12-07T16:10:09.589921+0000 mgr.y (mgr.25474) 339 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-07T16:10:10.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.595312+0000 mon.a (mon.0) 600 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:10.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.598972+0000 mon.a (mon.0) 601 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-07T16:10:10.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.604220+0000 mon.a (mon.0) 602 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-07T16:10:10.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.607928+0000 mon.a (mon.0) 603 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-07T16:10:10.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.613412+0000 mon.a (mon.0) 604 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-07T16:10:10.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.616650+0000 mon.a (mon.0) 605 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-07T16:10:10.856 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.621806+0000 mon.a (mon.0) 606 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-07T16:10:10.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.625726+0000 mon.a (mon.0) 607 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-07T16:10:10.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.629463+0000 mon.a (mon.0) 608 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-07T16:10:10.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.631995+0000 mon.a (mon.0) 609 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-07T16:10:10.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.635346+0000 mon.a (mon.0) 610 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-07T16:10:10.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.637587+0000 mon.a (mon.0) 611 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-07T16:10:10.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.641353+0000 mon.a (mon.0) 612 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-07T16:10:10.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.643951+0000 mon.a (mon.0) 613 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-07T16:10:10.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.647895+0000 mon.a (mon.0) 614 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-07T16:10:10.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.651172+0000 mon.a (mon.0) 615 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-07T16:10:10.857 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.655249+0000 mon.a (mon.0) 616 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-07T16:10:10.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: cephadm 2023-12-07T16:10:09.660062+0000 mgr.y (mgr.25474) 340 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-07T16:10:10.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.660554+0000 mon.a (mon.0) 617 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-07T16:10:10.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: cephadm 2023-12-07T16:10:09.661612+0000 mgr.y (mgr.25474) 341 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-07T16:10:10.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.666334+0000 mon.a (mon.0) 618 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:10.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: cluster 2023-12-07T16:10:09.667317+0000 mgr.y (mgr.25474) 342 : cluster 0 pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 620 B/s rd, 0 op/s 2023-12-07T16:10:10.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.668927+0000 mon.a (mon.0) 619 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:10:10.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.670274+0000 mon.a (mon.0) 620 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:10:10.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:09.678025+0000 mon.a (mon.0) 621 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:10.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: cluster 2023-12-07T16:10:09.686524+0000 mon.a (mon.0) 622 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-07T16:10:10.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:10.346860+0000 mon.a (mon.0) 623 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:10.858 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:10 smithi178 bash[51889]: audit 2023-12-07T16:10:10.348721+0000 mon.a (mon.0) 624 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:10:10.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: cluster 2023-12-07T16:10:09.426549+0000 mgr.y (mgr.25474) 338 : cluster 0 pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:10:10.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.464854+0000 mon.a (mon.0) 590 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:10.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.475187+0000 mon.a (mon.0) 591 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:10.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.477338+0000 mon.a (mon.0) 592 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:10:10.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.478880+0000 mon.a (mon.0) 593 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:10:10.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.487206+0000 mon.a (mon.0) 594 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:10.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.576327+0000 mon.a (mon.0) 595 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:10:10.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.580145+0000 mon.a (mon.0) 596 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:10:10.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.583197+0000 mon.a (mon.0) 597 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:10:10.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.585158+0000 mon.a (mon.0) 598 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:10:10.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.588547+0000 mon.a (mon.0) 599 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:10:10.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: cephadm 2023-12-07T16:10:09.589921+0000 mgr.y (mgr.25474) 339 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-07T16:10:10.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.595312+0000 mon.a (mon.0) 600 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:10.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.598972+0000 mon.a (mon.0) 601 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-07T16:10:10.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.604220+0000 mon.a (mon.0) 602 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-07T16:10:10.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.607928+0000 mon.a (mon.0) 603 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-07T16:10:10.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.613412+0000 mon.a (mon.0) 604 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-07T16:10:10.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.616650+0000 mon.a (mon.0) 605 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-07T16:10:10.873 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.621806+0000 mon.a (mon.0) 606 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-07T16:10:10.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: cluster 2023-12-07T16:10:09.426549+0000 mgr.y (mgr.25474) 338 : cluster 0 pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:10:10.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.464854+0000 mon.a (mon.0) 590 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:10.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.475187+0000 mon.a (mon.0) 591 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:10.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.477338+0000 mon.a (mon.0) 592 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:10:10.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.478880+0000 mon.a (mon.0) 593 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:10:10.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.487206+0000 mon.a (mon.0) 594 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:10.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.576327+0000 mon.a (mon.0) 595 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:10:10.873 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.580145+0000 mon.a (mon.0) 596 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:10:10.874 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.583197+0000 mon.a (mon.0) 597 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:10:10.874 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.585158+0000 mon.a (mon.0) 598 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:10:10.874 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.588547+0000 mon.a (mon.0) 599 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:10:10.874 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: cephadm 2023-12-07T16:10:09.589921+0000 mgr.y (mgr.25474) 339 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-07T16:10:10.874 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.595312+0000 mon.a (mon.0) 600 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:10.874 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.598972+0000 mon.a (mon.0) 601 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-07T16:10:10.874 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.604220+0000 mon.a (mon.0) 602 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-07T16:10:10.874 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.607928+0000 mon.a (mon.0) 603 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-07T16:10:10.874 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.613412+0000 mon.a (mon.0) 604 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-07T16:10:10.874 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.616650+0000 mon.a (mon.0) 605 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-07T16:10:10.874 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.621806+0000 mon.a (mon.0) 606 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-07T16:10:10.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.625726+0000 mon.a (mon.0) 607 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-07T16:10:10.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.629463+0000 mon.a (mon.0) 608 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-07T16:10:10.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.631995+0000 mon.a (mon.0) 609 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-07T16:10:10.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.635346+0000 mon.a (mon.0) 610 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-07T16:10:10.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.637587+0000 mon.a (mon.0) 611 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-07T16:10:10.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.641353+0000 mon.a (mon.0) 612 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-07T16:10:10.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.643951+0000 mon.a (mon.0) 613 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-07T16:10:10.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.647895+0000 mon.a (mon.0) 614 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-07T16:10:10.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.651172+0000 mon.a (mon.0) 615 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-07T16:10:10.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.655249+0000 mon.a (mon.0) 616 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-07T16:10:10.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: cephadm 2023-12-07T16:10:09.660062+0000 mgr.y (mgr.25474) 340 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-07T16:10:10.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.660554+0000 mon.a (mon.0) 617 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-07T16:10:10.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: cephadm 2023-12-07T16:10:09.661612+0000 mgr.y (mgr.25474) 341 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-07T16:10:10.875 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.666334+0000 mon.a (mon.0) 618 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:10.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: cluster 2023-12-07T16:10:09.667317+0000 mgr.y (mgr.25474) 342 : cluster 0 pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 620 B/s rd, 0 op/s 2023-12-07T16:10:10.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.668927+0000 mon.a (mon.0) 619 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:10:10.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.670274+0000 mon.a (mon.0) 620 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:10:10.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:09.678025+0000 mon.a (mon.0) 621 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:10.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: cluster 2023-12-07T16:10:09.686524+0000 mon.a (mon.0) 622 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-07T16:10:10.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:10.346860+0000 mon.a (mon.0) 623 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:10.876 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[64476]: audit 2023-12-07T16:10:10.348721+0000 mon.a (mon.0) 624 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:10:10.876 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.625726+0000 mon.a (mon.0) 607 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-07T16:10:10.876 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.629463+0000 mon.a (mon.0) 608 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-07T16:10:10.876 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.631995+0000 mon.a (mon.0) 609 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-07T16:10:10.876 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.635346+0000 mon.a (mon.0) 610 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-07T16:10:10.876 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.637587+0000 mon.a (mon.0) 611 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-07T16:10:10.876 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.641353+0000 mon.a (mon.0) 612 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-07T16:10:10.877 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.643951+0000 mon.a (mon.0) 613 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-07T16:10:10.877 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.647895+0000 mon.a (mon.0) 614 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-07T16:10:10.877 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.651172+0000 mon.a (mon.0) 615 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-07T16:10:10.877 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.655249+0000 mon.a (mon.0) 616 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-07T16:10:10.877 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: cephadm 2023-12-07T16:10:09.660062+0000 mgr.y (mgr.25474) 340 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-07T16:10:10.877 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.660554+0000 mon.a (mon.0) 617 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-07T16:10:10.877 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: cephadm 2023-12-07T16:10:09.661612+0000 mgr.y (mgr.25474) 341 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-07T16:10:10.877 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.666334+0000 mon.a (mon.0) 618 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:10.877 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: cluster 2023-12-07T16:10:09.667317+0000 mgr.y (mgr.25474) 342 : cluster 0 pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 620 B/s rd, 0 op/s 2023-12-07T16:10:10.877 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.668927+0000 mon.a (mon.0) 619 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:10:10.877 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.670274+0000 mon.a (mon.0) 620 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:10:10.877 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:09.678025+0000 mon.a (mon.0) 621 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:10.877 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: cluster 2023-12-07T16:10:09.686524+0000 mon.a (mon.0) 622 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-07T16:10:10.877 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:10.346860+0000 mon.a (mon.0) 623 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:10.877 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:10 smithi042 bash[65854]: audit 2023-12-07T16:10:10.348721+0000 mon.a (mon.0) 624 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:10:12.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:11 smithi178 bash[51889]: audit 2023-12-07T16:10:10.759793+0000 mon.a (mon.0) 625 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:12.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:11 smithi042 bash[64476]: audit 2023-12-07T16:10:10.759793+0000 mon.a (mon.0) 625 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:12.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:11 smithi042 bash[65854]: audit 2023-12-07T16:10:10.759793+0000 mon.a (mon.0) 625 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:10:13.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:12 smithi178 bash[51889]: cluster 2023-12-07T16:10:11.668543+0000 mgr.y (mgr.25474) 343 : cluster 0 pgmap v217: 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-07T16:10:13.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:12 smithi042 bash[64476]: cluster 2023-12-07T16:10:11.668543+0000 mgr.y (mgr.25474) 343 : cluster 0 pgmap v217: 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-07T16:10:13.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:12 smithi042 bash[65854]: cluster 2023-12-07T16:10:11.668543+0000 mgr.y (mgr.25474) 343 : cluster 0 pgmap v217: 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-07T16:10:15.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:14 smithi178 bash[51889]: cluster 2023-12-07T16:10:13.669629+0000 mgr.y (mgr.25474) 344 : cluster 0 pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 999 B/s rd, 0 op/s 2023-12-07T16:10:15.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:14 smithi042 bash[64476]: cluster 2023-12-07T16:10:13.669629+0000 mgr.y (mgr.25474) 344 : cluster 0 pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 999 B/s rd, 0 op/s 2023-12-07T16:10:15.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:14 smithi042 bash[65854]: cluster 2023-12-07T16:10:13.669629+0000 mgr.y (mgr.25474) 344 : cluster 0 pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 999 B/s rd, 0 op/s 2023-12-07T16:10:16.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:16 smithi178 bash[51889]: cluster 2023-12-07T16:10:15.670981+0000 mgr.y (mgr.25474) 345 : cluster 0 pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 999 B/s rd, 0 op/s 2023-12-07T16:10:16.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:16 smithi042 bash[65854]: cluster 2023-12-07T16:10:15.670981+0000 mgr.y (mgr.25474) 345 : cluster 0 pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 999 B/s rd, 0 op/s 2023-12-07T16:10:16.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:16 smithi042 bash[64476]: cluster 2023-12-07T16:10:15.670981+0000 mgr.y (mgr.25474) 345 : cluster 0 pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 999 B/s rd, 0 op/s 2023-12-07T16:10:17.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:17 smithi042 bash[64476]: audit 2023-12-07T16:10:16.571516+0000 mgr.y (mgr.25474) 346 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:10:17.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:17 smithi042 bash[65854]: audit 2023-12-07T16:10:16.571516+0000 mgr.y (mgr.25474) 346 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:10:17.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:17 smithi178 bash[51889]: audit 2023-12-07T16:10:16.571516+0000 mgr.y (mgr.25474) 346 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:10:18.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:18 smithi042 bash[64476]: cluster 2023-12-07T16:10:17.672210+0000 mgr.y (mgr.25474) 347 : cluster 0 pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 999 B/s rd, 0 op/s 2023-12-07T16:10:18.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:18 smithi042 bash[65854]: cluster 2023-12-07T16:10:17.672210+0000 mgr.y (mgr.25474) 347 : cluster 0 pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 999 B/s rd, 0 op/s 2023-12-07T16:10:18.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:18 smithi178 bash[51889]: cluster 2023-12-07T16:10:17.672210+0000 mgr.y (mgr.25474) 347 : cluster 0 pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 999 B/s rd, 0 op/s 2023-12-07T16:10:20.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:10:20 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:10:20] "GET /metrics HTTP/1.1" 200 38571 "" "Prometheus/2.33.4" 2023-12-07T16:10:21.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:20 smithi178 bash[51889]: cluster 2023-12-07T16:10:19.673473+0000 mgr.y (mgr.25474) 348 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 999 B/s rd, 0 op/s 2023-12-07T16:10:21.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:20 smithi042 bash[64476]: cluster 2023-12-07T16:10:19.673473+0000 mgr.y (mgr.25474) 348 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 999 B/s rd, 0 op/s 2023-12-07T16:10:21.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:20 smithi042 bash[65854]: cluster 2023-12-07T16:10:19.673473+0000 mgr.y (mgr.25474) 348 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 999 B/s rd, 0 op/s 2023-12-07T16:10:23.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:22 smithi178 bash[51889]: cluster 2023-12-07T16:10:21.674713+0000 mgr.y (mgr.25474) 349 : cluster 0 pgmap v222: 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-07T16:10:23.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:22 smithi042 bash[64476]: cluster 2023-12-07T16:10:21.674713+0000 mgr.y (mgr.25474) 349 : cluster 0 pgmap v222: 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-07T16:10:23.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:22 smithi042 bash[65854]: cluster 2023-12-07T16:10:21.674713+0000 mgr.y (mgr.25474) 349 : cluster 0 pgmap v222: 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-07T16:10:24.869 INFO:teuthology.orchestra.run.smithi042.stdout:true 2023-12-07T16:10:25.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:24 smithi178 bash[51889]: cluster 2023-12-07T16:10:23.675836+0000 mgr.y (mgr.25474) 350 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:25.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:24 smithi042 bash[64476]: cluster 2023-12-07T16:10:23.675836+0000 mgr.y (mgr.25474) 350 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:25.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:24 smithi042 bash[65854]: cluster 2023-12-07T16:10:23.675836+0000 mgr.y (mgr.25474) 350 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:25.254 INFO:teuthology.orchestra.run.smithi042.stdout:"Error: UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception" 2023-12-07T16:10:25.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:25 smithi042 bash[64476]: audit 2023-12-07T16:10:25.339804+0000 mon.a (mon.0) 626 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:10:25.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:25 smithi042 bash[65854]: audit 2023-12-07T16:10:25.339804+0000 mon.a (mon.0) 626 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:10:26.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:25 smithi178 bash[51889]: audit 2023-12-07T16:10:25.339804+0000 mon.a (mon.0) 626 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:10:26.150 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch ps' 2023-12-07T16:10:26.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:26 smithi042 bash[64476]: audit 2023-12-07T16:10:24.846648+0000 mgr.y (mgr.25474) 351 : audit 0 from='client.34572 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:26.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:26 smithi042 bash[64476]: audit 2023-12-07T16:10:25.233640+0000 mgr.y (mgr.25474) 352 : audit 0 from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:26.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:26 smithi042 bash[64476]: cluster 2023-12-07T16:10:25.677091+0000 mgr.y (mgr.25474) 353 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:26.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:26 smithi042 bash[65854]: audit 2023-12-07T16:10:24.846648+0000 mgr.y (mgr.25474) 351 : audit 0 from='client.34572 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:26.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:26 smithi042 bash[65854]: audit 2023-12-07T16:10:25.233640+0000 mgr.y (mgr.25474) 352 : audit 0 from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:26.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:26 smithi042 bash[65854]: cluster 2023-12-07T16:10:25.677091+0000 mgr.y (mgr.25474) 353 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:27.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:26 smithi178 bash[51889]: audit 2023-12-07T16:10:24.846648+0000 mgr.y (mgr.25474) 351 : audit 0 from='client.34572 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:27.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:26 smithi178 bash[51889]: audit 2023-12-07T16:10:25.233640+0000 mgr.y (mgr.25474) 352 : audit 0 from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:27.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:26 smithi178 bash[51889]: cluster 2023-12-07T16:10:25.677091+0000 mgr.y (mgr.25474) 353 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:28.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:27 smithi178 bash[51889]: audit 2023-12-07T16:10:26.581242+0000 mgr.y (mgr.25474) 354 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:10:28.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:27 smithi042 bash[64476]: audit 2023-12-07T16:10:26.581242+0000 mgr.y (mgr.25474) 354 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:10:28.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:27 smithi042 bash[65854]: audit 2023-12-07T16:10:26.581242+0000 mgr.y (mgr.25474) 354 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:10:29.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:28 smithi178 bash[51889]: cluster 2023-12-07T16:10:27.678161+0000 mgr.y (mgr.25474) 355 : cluster 0 pgmap v225: 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-07T16:10:29.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:28 smithi042 bash[64476]: cluster 2023-12-07T16:10:27.678161+0000 mgr.y (mgr.25474) 355 : cluster 0 pgmap v225: 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-07T16:10:29.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:28 smithi042 bash[65854]: cluster 2023-12-07T16:10:27.678161+0000 mgr.y (mgr.25474) 355 : cluster 0 pgmap v225: 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-07T16:10:29.701 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:10:29.702 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (8m) 2m ago 15m 15.9M - 0.23.0 ba2b418f427c fe1b358b85a1 2023-12-07T16:10:29.702 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi178 *:3000 running (7m) 31s ago 14m 43.8M - 8.3.5 dad864ee21e9 3cb0965be645 2023-12-07T16:10:29.702 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.zhjtqu smithi042 running (6m) 2m ago 13m 47.2M - 3.5 e1d6a67b021e 7deb6d5f3048 2023-12-07T16:10:29.702 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi178 *:8443,9283,8765 running (6m) 31s ago 21m 436M - 19.0.0-13-ge6605fb8 104f332cd0a9 c0c2d21198ed 2023-12-07T16:10:29.702 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (7m) 2m ago 23m 493M - 19.0.0-13-ge6605fb8 104f332cd0a9 6718013de405 2023-12-07T16:10:29.702 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (6m) 2m ago 23m 52.3M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 dac84442c4ce 2023-12-07T16:10:29.702 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi178 running (5m) 31s ago 21m 46.1M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d9d6d09f7e87 2023-12-07T16:10:29.702 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (5m) 2m ago 21m 44.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fb50c46ab5c1 2023-12-07T16:10:29.702 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (8m) 2m ago 15m 12.2M - 1.3.1 1dbe0e931976 531aa26ab3fd 2023-12-07T16:10:29.702 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi178 *:9100 running (8m) 31s ago 15m 12.4M - 1.3.1 1dbe0e931976 f553be30e56c 2023-12-07T16:10:29.702 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (3m) 2m ago 21m 52.5M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 a88ce2e50dbf 2023-12-07T16:10:29.702 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (3m) 2m ago 20m 51.3M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 f0d4a52e36a8 2023-12-07T16:10:29.702 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (2m) 2m ago 19m 47.0M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 547071d029a3 2023-12-07T16:10:29.703 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (2m) 2m ago 19m - 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 1ca81f7af7d8 2023-12-07T16:10:29.703 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi178 running (2m) 31s ago 18m 53.3M 3037M 19.0.0-13-ge6605fb8 104f332cd0a9 3f0a8fc41ed3 2023-12-07T16:10:29.703 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi178 running (91s) 31s ago 17m 50.0M 3037M 19.0.0-13-ge6605fb8 104f332cd0a9 3a0b0f2f7f3e 2023-12-07T16:10:29.703 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi178 running (63s) 31s ago 17m 48.2M 3037M 19.0.0-13-ge6605fb8 104f332cd0a9 f914852a7462 2023-12-07T16:10:29.703 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi178 running (35s) 31s ago 16m - 3037M 19.0.0-13-ge6605fb8 104f332cd0a9 7279c6bd542f 2023-12-07T16:10:29.703 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi178 *:9095 running (6m) 31s ago 15m 66.0M - 2.33.4 514e6a882f6e 8dc9b81a4426 2023-12-07T16:10:29.703 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.hcortj smithi042 *:8000 running (13m) 2m ago 13m 88.8M - 17.2.0 e1d6a67b021e 7b4fbb51c0e4 2023-12-07T16:10:29.703 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi178.qokiza smithi178 *:8000 running (13m) 31s ago 13m 89.2M - 17.2.0 e1d6a67b021e ed4b389a14c0 2023-12-07T16:10:29.703 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.bhilti smithi042 *:80 running (13m) 2m ago 13m 88.5M - 17.2.0 e1d6a67b021e a005b7760f26 2023-12-07T16:10:29.703 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi178.kllngz smithi178 *:80 running (13m) 31s ago 13m 89.2M - 17.2.0 e1d6a67b021e ec7417c26d3d 2023-12-07T16:10:30.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:10:30 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:10:30] "GET /metrics HTTP/1.1" 200 38572 "" "Prometheus/2.33.4" 2023-12-07T16:10:30.419 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph versions' 2023-12-07T16:10:30.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:30 smithi042 bash[64476]: audit 2023-12-07T16:10:29.671963+0000 mgr.y (mgr.25474) 356 : audit 0 from='client.34584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:30.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:30 smithi042 bash[64476]: cluster 2023-12-07T16:10:29.679432+0000 mgr.y (mgr.25474) 357 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:30.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:30 smithi042 bash[65854]: audit 2023-12-07T16:10:29.671963+0000 mgr.y (mgr.25474) 356 : audit 0 from='client.34584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:30.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:30 smithi042 bash[65854]: cluster 2023-12-07T16:10:29.679432+0000 mgr.y (mgr.25474) 357 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:31.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:30 smithi178 bash[51889]: audit 2023-12-07T16:10:29.671963+0000 mgr.y (mgr.25474) 356 : audit 0 from='client.34584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:31.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:30 smithi178 bash[51889]: cluster 2023-12-07T16:10:29.679432+0000 mgr.y (mgr.25474) 357 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:33.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:32 smithi178 bash[51889]: cluster 2023-12-07T16:10:31.680547+0000 mgr.y (mgr.25474) 358 : cluster 0 pgmap v227: 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-07T16:10:33.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:32 smithi042 bash[64476]: cluster 2023-12-07T16:10:31.680547+0000 mgr.y (mgr.25474) 358 : cluster 0 pgmap v227: 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-07T16:10:33.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:32 smithi042 bash[65854]: cluster 2023-12-07T16:10:31.680547+0000 mgr.y (mgr.25474) 358 : cluster 0 pgmap v227: 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-07T16:10:33.776 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:10:33.777 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-12-07T16:10:33.777 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T16:10:33.777 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:10:33.777 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-12-07T16:10:33.777 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T16:10:33.777 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:10:33.777 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-12-07T16:10:33.777 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 8 2023-12-07T16:10:33.777 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:10:33.777 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2023-12-07T16:10:33.777 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:10:33.777 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:10:33.777 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-12-07T16:10:33.777 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-07T16:10:33.777 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 13 2023-12-07T16:10:33.777 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T16:10:33.778 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:10:34.474 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-07T16:10:34.776 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:34 smithi042 bash[65854]: cluster 2023-12-07T16:10:33.681635+0000 mgr.y (mgr.25474) 359 : cluster 0 pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:34.776 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:34 smithi042 bash[65854]: audit 2023-12-07T16:10:33.770440+0000 mon.c (mon.1) 17 : audit 0 from='client.? 172.21.15.42:0/3677929286' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:10:35.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:34 smithi178 bash[51889]: cluster 2023-12-07T16:10:33.681635+0000 mgr.y (mgr.25474) 359 : cluster 0 pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:35.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:34 smithi178 bash[51889]: audit 2023-12-07T16:10:33.770440+0000 mon.c (mon.1) 17 : audit 0 from='client.? 172.21.15.42:0/3677929286' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:10:35.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:34 smithi042 bash[64476]: cluster 2023-12-07T16:10:33.681635+0000 mgr.y (mgr.25474) 359 : cluster 0 pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:35.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:34 smithi042 bash[64476]: audit 2023-12-07T16:10:33.770440+0000 mon.c (mon.1) 17 : audit 0 from='client.? 172.21.15.42:0/3677929286' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:10:36.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:36 smithi042 bash[65854]: cluster 2023-12-07T16:10:35.682719+0000 mgr.y (mgr.25474) 360 : cluster 0 pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:36.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:36 smithi042 bash[64476]: cluster 2023-12-07T16:10:35.682719+0000 mgr.y (mgr.25474) 360 : cluster 0 pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:36.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:36 smithi178 bash[51889]: cluster 2023-12-07T16:10:35.682719+0000 mgr.y (mgr.25474) 360 : cluster 0 pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:37.407 INFO:teuthology.orchestra.run.smithi042.stdout:wait for servicemap items w/ changing names to refresh 2023-12-07T16:10:37.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:37 smithi042 bash[65854]: audit 2023-12-07T16:10:36.592239+0000 mgr.y (mgr.25474) 361 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:10:37.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:37 smithi042 bash[64476]: audit 2023-12-07T16:10:36.592239+0000 mgr.y (mgr.25474) 361 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:10:37.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:37 smithi178 bash[51889]: audit 2023-12-07T16:10:36.592239+0000 mgr.y (mgr.25474) 361 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:10:38.261 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'sleep 60' 2023-12-07T16:10:38.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:38 smithi042 bash[64476]: cluster 2023-12-07T16:10:37.683921+0000 mgr.y (mgr.25474) 362 : cluster 0 pgmap v230: 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-07T16:10:38.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:38 smithi042 bash[65854]: cluster 2023-12-07T16:10:37.683921+0000 mgr.y (mgr.25474) 362 : cluster 0 pgmap v230: 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-07T16:10:38.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:38 smithi178 bash[51889]: cluster 2023-12-07T16:10:37.683921+0000 mgr.y (mgr.25474) 362 : cluster 0 pgmap v230: 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-07T16:10:40.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:10:40 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:10:40] "GET /metrics HTTP/1.1" 200 38572 "" "Prometheus/2.33.4" 2023-12-07T16:10:41.037 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:40 smithi042 bash[64476]: cluster 2023-12-07T16:10:39.685342+0000 mgr.y (mgr.25474) 363 : cluster 0 pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:41.038 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:40 smithi042 bash[64476]: audit 2023-12-07T16:10:40.340326+0000 mon.a (mon.0) 627 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:10:41.038 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:40 smithi042 bash[65854]: cluster 2023-12-07T16:10:39.685342+0000 mgr.y (mgr.25474) 363 : cluster 0 pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:41.038 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:40 smithi042 bash[65854]: audit 2023-12-07T16:10:40.340326+0000 mon.a (mon.0) 627 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:10:41.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:40 smithi178 bash[51889]: cluster 2023-12-07T16:10:39.685342+0000 mgr.y (mgr.25474) 363 : cluster 0 pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:41.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:40 smithi178 bash[51889]: audit 2023-12-07T16:10:40.340326+0000 mon.a (mon.0) 627 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:10:43.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:42 smithi178 bash[51889]: cluster 2023-12-07T16:10:41.686585+0000 mgr.y (mgr.25474) 364 : cluster 0 pgmap v232: 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-07T16:10:43.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:42 smithi042 bash[64476]: cluster 2023-12-07T16:10:41.686585+0000 mgr.y (mgr.25474) 364 : cluster 0 pgmap v232: 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-07T16:10:43.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:42 smithi042 bash[65854]: cluster 2023-12-07T16:10:41.686585+0000 mgr.y (mgr.25474) 364 : cluster 0 pgmap v232: 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-07T16:10:45.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:44 smithi178 bash[51889]: cluster 2023-12-07T16:10:43.687770+0000 mgr.y (mgr.25474) 365 : cluster 0 pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:45.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:44 smithi042 bash[64476]: cluster 2023-12-07T16:10:43.687770+0000 mgr.y (mgr.25474) 365 : cluster 0 pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:45.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:44 smithi042 bash[65854]: cluster 2023-12-07T16:10:43.687770+0000 mgr.y (mgr.25474) 365 : cluster 0 pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:46.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:46 smithi042 bash[64476]: cluster 2023-12-07T16:10:45.689030+0000 mgr.y (mgr.25474) 366 : cluster 0 pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:46.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:46 smithi042 bash[65854]: cluster 2023-12-07T16:10:45.689030+0000 mgr.y (mgr.25474) 366 : cluster 0 pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:46.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:46 smithi178 bash[51889]: cluster 2023-12-07T16:10:45.689030+0000 mgr.y (mgr.25474) 366 : cluster 0 pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:47.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:47 smithi042 bash[64476]: audit 2023-12-07T16:10:46.600815+0000 mgr.y (mgr.25474) 367 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:10:47.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:47 smithi042 bash[65854]: audit 2023-12-07T16:10:46.600815+0000 mgr.y (mgr.25474) 367 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:10:47.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:47 smithi178 bash[51889]: audit 2023-12-07T16:10:46.600815+0000 mgr.y (mgr.25474) 367 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:10:48.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:48 smithi178 bash[51889]: cluster 2023-12-07T16:10:47.690304+0000 mgr.y (mgr.25474) 368 : cluster 0 pgmap v235: 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-07T16:10:48.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:48 smithi042 bash[65854]: cluster 2023-12-07T16:10:47.690304+0000 mgr.y (mgr.25474) 368 : cluster 0 pgmap v235: 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-07T16:10:48.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:48 smithi042 bash[64476]: cluster 2023-12-07T16:10:47.690304+0000 mgr.y (mgr.25474) 368 : cluster 0 pgmap v235: 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-07T16:10:50.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:10:50 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:10:50] "GET /metrics HTTP/1.1" 200 38573 "" "Prometheus/2.33.4" 2023-12-07T16:10:51.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:50 smithi178 bash[51889]: cluster 2023-12-07T16:10:49.691884+0000 mgr.y (mgr.25474) 369 : cluster 0 pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:51.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:50 smithi042 bash[64476]: cluster 2023-12-07T16:10:49.691884+0000 mgr.y (mgr.25474) 369 : cluster 0 pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:51.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:50 smithi042 bash[65854]: cluster 2023-12-07T16:10:49.691884+0000 mgr.y (mgr.25474) 369 : cluster 0 pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:53.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:52 smithi178 bash[51889]: cluster 2023-12-07T16:10:51.693091+0000 mgr.y (mgr.25474) 370 : cluster 0 pgmap v237: 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-07T16:10:53.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:52 smithi042 bash[64476]: cluster 2023-12-07T16:10:51.693091+0000 mgr.y (mgr.25474) 370 : cluster 0 pgmap v237: 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-07T16:10:53.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:52 smithi042 bash[65854]: cluster 2023-12-07T16:10:51.693091+0000 mgr.y (mgr.25474) 370 : cluster 0 pgmap v237: 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-07T16:10:55.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:54 smithi178 bash[51889]: cluster 2023-12-07T16:10:53.694200+0000 mgr.y (mgr.25474) 371 : cluster 0 pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:55.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:54 smithi042 bash[64476]: cluster 2023-12-07T16:10:53.694200+0000 mgr.y (mgr.25474) 371 : cluster 0 pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:55.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:54 smithi042 bash[65854]: cluster 2023-12-07T16:10:53.694200+0000 mgr.y (mgr.25474) 371 : cluster 0 pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:56.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:55 smithi178 bash[51889]: audit 2023-12-07T16:10:55.340712+0000 mon.a (mon.0) 628 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:10:56.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:55 smithi042 bash[64476]: audit 2023-12-07T16:10:55.340712+0000 mon.a (mon.0) 628 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:10:56.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:55 smithi042 bash[65854]: audit 2023-12-07T16:10:55.340712+0000 mon.a (mon.0) 628 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:10:56.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:56 smithi042 bash[64476]: cluster 2023-12-07T16:10:55.695384+0000 mgr.y (mgr.25474) 372 : cluster 0 pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:56.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:56 smithi042 bash[65854]: cluster 2023-12-07T16:10:55.695384+0000 mgr.y (mgr.25474) 372 : cluster 0 pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:57.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:56 smithi178 bash[51889]: cluster 2023-12-07T16:10:55.695384+0000 mgr.y (mgr.25474) 372 : cluster 0 pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:10:58.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:57 smithi178 bash[51889]: audit 2023-12-07T16:10:56.611505+0000 mgr.y (mgr.25474) 373 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:10:58.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:57 smithi042 bash[64476]: audit 2023-12-07T16:10:56.611505+0000 mgr.y (mgr.25474) 373 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:10:58.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:57 smithi042 bash[65854]: audit 2023-12-07T16:10:56.611505+0000 mgr.y (mgr.25474) 373 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:10:59.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:10:58 smithi178 bash[51889]: cluster 2023-12-07T16:10:57.696921+0000 mgr.y (mgr.25474) 374 : cluster 0 pgmap v240: 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-07T16:10:59.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:10:58 smithi042 bash[64476]: cluster 2023-12-07T16:10:57.696921+0000 mgr.y (mgr.25474) 374 : cluster 0 pgmap v240: 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-07T16:10:59.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:10:58 smithi042 bash[65854]: cluster 2023-12-07T16:10:57.696921+0000 mgr.y (mgr.25474) 374 : cluster 0 pgmap v240: 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-07T16:11:00.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:11:00 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:11:00] "GET /metrics HTTP/1.1" 200 38572 "" "Prometheus/2.33.4" 2023-12-07T16:11:01.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:00 smithi178 bash[51889]: cluster 2023-12-07T16:10:59.698409+0000 mgr.y (mgr.25474) 375 : cluster 0 pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:01.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:00 smithi042 bash[64476]: cluster 2023-12-07T16:10:59.698409+0000 mgr.y (mgr.25474) 375 : cluster 0 pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:01.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:00 smithi042 bash[65854]: cluster 2023-12-07T16:10:59.698409+0000 mgr.y (mgr.25474) 375 : cluster 0 pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:03.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:02 smithi178 bash[51889]: cluster 2023-12-07T16:11:01.699445+0000 mgr.y (mgr.25474) 376 : cluster 0 pgmap v242: 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-07T16:11:03.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:02 smithi042 bash[64476]: cluster 2023-12-07T16:11:01.699445+0000 mgr.y (mgr.25474) 376 : cluster 0 pgmap v242: 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-07T16:11:03.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:02 smithi042 bash[65854]: cluster 2023-12-07T16:11:01.699445+0000 mgr.y (mgr.25474) 376 : cluster 0 pgmap v242: 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-07T16:11:05.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:04 smithi178 bash[51889]: cluster 2023-12-07T16:11:03.700611+0000 mgr.y (mgr.25474) 377 : cluster 0 pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:05.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:04 smithi042 bash[65854]: cluster 2023-12-07T16:11:03.700611+0000 mgr.y (mgr.25474) 377 : cluster 0 pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:05.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:04 smithi042 bash[64476]: cluster 2023-12-07T16:11:03.700611+0000 mgr.y (mgr.25474) 377 : cluster 0 pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:06.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:06 smithi042 bash[65854]: cluster 2023-12-07T16:11:05.701576+0000 mgr.y (mgr.25474) 378 : cluster 0 pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:06.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:06 smithi042 bash[64476]: cluster 2023-12-07T16:11:05.701576+0000 mgr.y (mgr.25474) 378 : cluster 0 pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:06.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:06 smithi178 bash[51889]: cluster 2023-12-07T16:11:05.701576+0000 mgr.y (mgr.25474) 378 : cluster 0 pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:07.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:07 smithi178 bash[51889]: audit 2023-12-07T16:11:06.620877+0000 mgr.y (mgr.25474) 379 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:11:07.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:07 smithi042 bash[64476]: audit 2023-12-07T16:11:06.620877+0000 mgr.y (mgr.25474) 379 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:11:07.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:07 smithi042 bash[65854]: audit 2023-12-07T16:11:06.620877+0000 mgr.y (mgr.25474) 379 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:11:08.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:08 smithi178 bash[51889]: cluster 2023-12-07T16:11:07.702695+0000 mgr.y (mgr.25474) 380 : cluster 0 pgmap v245: 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-07T16:11:08.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:08 smithi042 bash[64476]: cluster 2023-12-07T16:11:07.702695+0000 mgr.y (mgr.25474) 380 : cluster 0 pgmap v245: 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-07T16:11:08.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:08 smithi042 bash[65854]: cluster 2023-12-07T16:11:07.702695+0000 mgr.y (mgr.25474) 380 : cluster 0 pgmap v245: 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-07T16:11:10.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:11:10 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:11:10] "GET /metrics HTTP/1.1" 200 38572 "" "Prometheus/2.33.4" 2023-12-07T16:11:11.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:10 smithi178 bash[51889]: cluster 2023-12-07T16:11:09.704253+0000 mgr.y (mgr.25474) 381 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:11.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:10 smithi178 bash[51889]: audit 2023-12-07T16:11:10.343848+0000 mon.a (mon.0) 629 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:11:11.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:10 smithi178 bash[51889]: audit 2023-12-07T16:11:10.517853+0000 mon.a (mon.0) 630 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:11:11.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:10 smithi178 bash[51889]: audit 2023-12-07T16:11:10.519773+0000 mon.a (mon.0) 631 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:11:11.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:10 smithi178 bash[51889]: audit 2023-12-07T16:11:10.529900+0000 mon.a (mon.0) 632 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:11:11.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:10 smithi042 bash[64476]: cluster 2023-12-07T16:11:09.704253+0000 mgr.y (mgr.25474) 381 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:11.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:10 smithi042 bash[64476]: audit 2023-12-07T16:11:10.343848+0000 mon.a (mon.0) 629 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:11:11.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:10 smithi042 bash[64476]: audit 2023-12-07T16:11:10.517853+0000 mon.a (mon.0) 630 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:11:11.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:10 smithi042 bash[64476]: audit 2023-12-07T16:11:10.519773+0000 mon.a (mon.0) 631 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:11:11.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:10 smithi042 bash[64476]: audit 2023-12-07T16:11:10.529900+0000 mon.a (mon.0) 632 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:11:11.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:10 smithi042 bash[65854]: cluster 2023-12-07T16:11:09.704253+0000 mgr.y (mgr.25474) 381 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:11.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:10 smithi042 bash[65854]: audit 2023-12-07T16:11:10.343848+0000 mon.a (mon.0) 629 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:11:11.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:10 smithi042 bash[65854]: audit 2023-12-07T16:11:10.517853+0000 mon.a (mon.0) 630 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:11:11.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:10 smithi042 bash[65854]: audit 2023-12-07T16:11:10.519773+0000 mon.a (mon.0) 631 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:11:11.123 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:10 smithi042 bash[65854]: audit 2023-12-07T16:11:10.529900+0000 mon.a (mon.0) 632 : audit 1 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' 2023-12-07T16:11:13.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:12 smithi178 bash[51889]: cluster 2023-12-07T16:11:11.705376+0000 mgr.y (mgr.25474) 382 : cluster 0 pgmap v247: 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-07T16:11:13.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:12 smithi042 bash[64476]: cluster 2023-12-07T16:11:11.705376+0000 mgr.y (mgr.25474) 382 : cluster 0 pgmap v247: 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-07T16:11:13.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:12 smithi042 bash[65854]: cluster 2023-12-07T16:11:11.705376+0000 mgr.y (mgr.25474) 382 : cluster 0 pgmap v247: 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-07T16:11:15.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:14 smithi178 bash[51889]: cluster 2023-12-07T16:11:13.706258+0000 mgr.y (mgr.25474) 383 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:15.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:14 smithi042 bash[64476]: cluster 2023-12-07T16:11:13.706258+0000 mgr.y (mgr.25474) 383 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:15.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:14 smithi042 bash[65854]: cluster 2023-12-07T16:11:13.706258+0000 mgr.y (mgr.25474) 383 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:16.637 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:16 smithi042 bash[64476]: cluster 2023-12-07T16:11:15.707491+0000 mgr.y (mgr.25474) 384 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:16.638 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:16 smithi042 bash[65854]: cluster 2023-12-07T16:11:15.707491+0000 mgr.y (mgr.25474) 384 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:16.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:16 smithi178 bash[51889]: cluster 2023-12-07T16:11:15.707491+0000 mgr.y (mgr.25474) 384 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:17.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:17 smithi178 bash[51889]: audit 2023-12-07T16:11:16.630516+0000 mgr.y (mgr.25474) 385 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:11:17.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:17 smithi042 bash[64476]: audit 2023-12-07T16:11:16.630516+0000 mgr.y (mgr.25474) 385 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:11:17.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:17 smithi042 bash[65854]: audit 2023-12-07T16:11:16.630516+0000 mgr.y (mgr.25474) 385 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:11:18.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:18 smithi178 bash[51889]: cluster 2023-12-07T16:11:17.708661+0000 mgr.y (mgr.25474) 386 : cluster 0 pgmap v250: 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-07T16:11:18.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:18 smithi042 bash[64476]: cluster 2023-12-07T16:11:17.708661+0000 mgr.y (mgr.25474) 386 : cluster 0 pgmap v250: 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-07T16:11:18.871 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:18 smithi042 bash[65854]: cluster 2023-12-07T16:11:17.708661+0000 mgr.y (mgr.25474) 386 : cluster 0 pgmap v250: 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-07T16:11:20.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:11:20 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:11:20] "GET /metrics HTTP/1.1" 200 38569 "" "Prometheus/2.33.4" 2023-12-07T16:11:21.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:20 smithi178 bash[51889]: cluster 2023-12-07T16:11:19.710169+0000 mgr.y (mgr.25474) 387 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:21.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:20 smithi042 bash[64476]: cluster 2023-12-07T16:11:19.710169+0000 mgr.y (mgr.25474) 387 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:21.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:20 smithi042 bash[65854]: cluster 2023-12-07T16:11:19.710169+0000 mgr.y (mgr.25474) 387 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:23.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:22 smithi178 bash[51889]: cluster 2023-12-07T16:11:21.710972+0000 mgr.y (mgr.25474) 388 : cluster 0 pgmap v252: 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-07T16:11:23.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:22 smithi042 bash[64476]: cluster 2023-12-07T16:11:21.710972+0000 mgr.y (mgr.25474) 388 : cluster 0 pgmap v252: 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-07T16:11:23.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:22 smithi042 bash[65854]: cluster 2023-12-07T16:11:21.710972+0000 mgr.y (mgr.25474) 388 : cluster 0 pgmap v252: 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-07T16:11:25.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:24 smithi178 bash[51889]: cluster 2023-12-07T16:11:23.712106+0000 mgr.y (mgr.25474) 389 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:25.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:24 smithi042 bash[64476]: cluster 2023-12-07T16:11:23.712106+0000 mgr.y (mgr.25474) 389 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:25.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:24 smithi042 bash[65854]: cluster 2023-12-07T16:11:23.712106+0000 mgr.y (mgr.25474) 389 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:26.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:25 smithi178 bash[51889]: audit 2023-12-07T16:11:25.345185+0000 mon.a (mon.0) 633 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:11:26.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:25 smithi042 bash[64476]: audit 2023-12-07T16:11:25.345185+0000 mon.a (mon.0) 633 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:11:26.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:25 smithi042 bash[65854]: audit 2023-12-07T16:11:25.345185+0000 mon.a (mon.0) 633 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:11:27.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:26 smithi178 bash[51889]: cluster 2023-12-07T16:11:25.713354+0000 mgr.y (mgr.25474) 390 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:27.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:26 smithi042 bash[64476]: cluster 2023-12-07T16:11:25.713354+0000 mgr.y (mgr.25474) 390 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:27.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:26 smithi042 bash[65854]: cluster 2023-12-07T16:11:25.713354+0000 mgr.y (mgr.25474) 390 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:28.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:27 smithi178 bash[51889]: audit 2023-12-07T16:11:26.639429+0000 mgr.y (mgr.25474) 391 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:11:28.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:27 smithi042 bash[64476]: audit 2023-12-07T16:11:26.639429+0000 mgr.y (mgr.25474) 391 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:11:28.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:27 smithi042 bash[65854]: audit 2023-12-07T16:11:26.639429+0000 mgr.y (mgr.25474) 391 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:11:29.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:28 smithi178 bash[51889]: cluster 2023-12-07T16:11:27.714520+0000 mgr.y (mgr.25474) 392 : cluster 0 pgmap v255: 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-07T16:11:29.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:28 smithi042 bash[65854]: cluster 2023-12-07T16:11:27.714520+0000 mgr.y (mgr.25474) 392 : cluster 0 pgmap v255: 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-07T16:11:29.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:28 smithi042 bash[64476]: cluster 2023-12-07T16:11:27.714520+0000 mgr.y (mgr.25474) 392 : cluster 0 pgmap v255: 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-07T16:11:30.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:11:30 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:11:30] "GET /metrics HTTP/1.1" 200 38572 "" "Prometheus/2.33.4" 2023-12-07T16:11:31.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:30 smithi178 bash[51889]: cluster 2023-12-07T16:11:29.715503+0000 mgr.y (mgr.25474) 393 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:31.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:30 smithi042 bash[64476]: cluster 2023-12-07T16:11:29.715503+0000 mgr.y (mgr.25474) 393 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:31.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:30 smithi042 bash[65854]: cluster 2023-12-07T16:11:29.715503+0000 mgr.y (mgr.25474) 393 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:33.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:32 smithi178 bash[51889]: cluster 2023-12-07T16:11:31.716606+0000 mgr.y (mgr.25474) 394 : cluster 0 pgmap v257: 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-07T16:11:33.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:32 smithi042 bash[64476]: cluster 2023-12-07T16:11:31.716606+0000 mgr.y (mgr.25474) 394 : cluster 0 pgmap v257: 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-07T16:11:33.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:32 smithi042 bash[65854]: cluster 2023-12-07T16:11:31.716606+0000 mgr.y (mgr.25474) 394 : cluster 0 pgmap v257: 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-07T16:11:35.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:34 smithi178 bash[51889]: cluster 2023-12-07T16:11:33.717894+0000 mgr.y (mgr.25474) 395 : cluster 0 pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:35.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:34 smithi042 bash[64476]: cluster 2023-12-07T16:11:33.717894+0000 mgr.y (mgr.25474) 395 : cluster 0 pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:35.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:34 smithi042 bash[65854]: cluster 2023-12-07T16:11:33.717894+0000 mgr.y (mgr.25474) 395 : cluster 0 pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:36.655 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:36 smithi042 bash[64476]: cluster 2023-12-07T16:11:35.719276+0000 mgr.y (mgr.25474) 396 : cluster 0 pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:36.655 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:36 smithi042 bash[65854]: cluster 2023-12-07T16:11:35.719276+0000 mgr.y (mgr.25474) 396 : cluster 0 pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:36.854 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:36 smithi178 bash[51889]: cluster 2023-12-07T16:11:35.719276+0000 mgr.y (mgr.25474) 396 : cluster 0 pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:37.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:37 smithi178 bash[51889]: audit 2023-12-07T16:11:36.648845+0000 mgr.y (mgr.25474) 397 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:11:37.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:37 smithi042 bash[64476]: audit 2023-12-07T16:11:36.648845+0000 mgr.y (mgr.25474) 397 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:11:37.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:37 smithi042 bash[65854]: audit 2023-12-07T16:11:36.648845+0000 mgr.y (mgr.25474) 397 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:11:38.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:38 smithi178 bash[51889]: cluster 2023-12-07T16:11:37.720281+0000 mgr.y (mgr.25474) 398 : cluster 0 pgmap v260: 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-07T16:11:38.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:38 smithi042 bash[64476]: cluster 2023-12-07T16:11:37.720281+0000 mgr.y (mgr.25474) 398 : cluster 0 pgmap v260: 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-07T16:11:38.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:38 smithi042 bash[65854]: cluster 2023-12-07T16:11:37.720281+0000 mgr.y (mgr.25474) 398 : cluster 0 pgmap v260: 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-07T16:11:40.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:11:40 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:11:40] "GET /metrics HTTP/1.1" 200 38572 "" "Prometheus/2.33.4" 2023-12-07T16:11:41.075 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:40 smithi042 bash[65854]: cluster 2023-12-07T16:11:39.721691+0000 mgr.y (mgr.25474) 399 : cluster 0 pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:41.076 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:40 smithi042 bash[65854]: audit 2023-12-07T16:11:40.345558+0000 mon.a (mon.0) 634 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:11:41.076 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:40 smithi042 bash[64476]: cluster 2023-12-07T16:11:39.721691+0000 mgr.y (mgr.25474) 399 : cluster 0 pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:41.076 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:40 smithi042 bash[64476]: audit 2023-12-07T16:11:40.345558+0000 mon.a (mon.0) 634 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:11:41.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:40 smithi178 bash[51889]: cluster 2023-12-07T16:11:39.721691+0000 mgr.y (mgr.25474) 399 : cluster 0 pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:41.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:40 smithi178 bash[51889]: audit 2023-12-07T16:11:40.345558+0000 mon.a (mon.0) 634 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:11:41.931 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch ps' 2023-12-07T16:11:43.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:42 smithi178 bash[51889]: cluster 2023-12-07T16:11:41.722874+0000 mgr.y (mgr.25474) 400 : cluster 0 pgmap v262: 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-07T16:11:43.114 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:42 smithi042 bash[64476]: cluster 2023-12-07T16:11:41.722874+0000 mgr.y (mgr.25474) 400 : cluster 0 pgmap v262: 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-07T16:11:43.114 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:42 smithi042 bash[65854]: cluster 2023-12-07T16:11:41.722874+0000 mgr.y (mgr.25474) 400 : cluster 0 pgmap v262: 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-07T16:11:45.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:44 smithi178 bash[51889]: cluster 2023-12-07T16:11:43.724197+0000 mgr.y (mgr.25474) 401 : cluster 0 pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:45.121 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:44 smithi042 bash[65854]: cluster 2023-12-07T16:11:43.724197+0000 mgr.y (mgr.25474) 401 : cluster 0 pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:45.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:44 smithi042 bash[64476]: cluster 2023-12-07T16:11:43.724197+0000 mgr.y (mgr.25474) 401 : cluster 0 pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:45.129 INFO:teuthology.orchestra.run.smithi042.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:11:45.129 INFO:teuthology.orchestra.run.smithi042.stdout:alertmanager.a smithi042 *:9093,9094 running (9m) 3m ago 16m 15.9M - 0.23.0 ba2b418f427c fe1b358b85a1 2023-12-07T16:11:45.129 INFO:teuthology.orchestra.run.smithi042.stdout:grafana.a smithi178 *:3000 running (8m) 106s ago 16m 43.8M - 8.3.5 dad864ee21e9 3cb0965be645 2023-12-07T16:11:45.129 INFO:teuthology.orchestra.run.smithi042.stdout:iscsi.foo.smithi042.zhjtqu smithi042 running (8m) 3m ago 14m 47.2M - 3.5 e1d6a67b021e 7deb6d5f3048 2023-12-07T16:11:45.129 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.x smithi178 *:8443,9283,8765 running (7m) 106s ago 22m 436M - 19.0.0-13-ge6605fb8 104f332cd0a9 c0c2d21198ed 2023-12-07T16:11:45.129 INFO:teuthology.orchestra.run.smithi042.stdout:mgr.y smithi042 *:8443,9283,8765 running (8m) 3m ago 24m 493M - 19.0.0-13-ge6605fb8 104f332cd0a9 6718013de405 2023-12-07T16:11:45.129 INFO:teuthology.orchestra.run.smithi042.stdout:mon.a smithi042 running (7m) 3m ago 24m 52.3M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 dac84442c4ce 2023-12-07T16:11:45.129 INFO:teuthology.orchestra.run.smithi042.stdout:mon.b smithi178 running (6m) 106s ago 23m 46.1M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d9d6d09f7e87 2023-12-07T16:11:45.129 INFO:teuthology.orchestra.run.smithi042.stdout:mon.c smithi042 running (6m) 3m ago 23m 44.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fb50c46ab5c1 2023-12-07T16:11:45.129 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.a smithi042 *:9100 running (9m) 3m ago 16m 12.2M - 1.3.1 1dbe0e931976 531aa26ab3fd 2023-12-07T16:11:45.130 INFO:teuthology.orchestra.run.smithi042.stdout:node-exporter.b smithi178 *:9100 running (9m) 106s ago 16m 12.4M - 1.3.1 1dbe0e931976 f553be30e56c 2023-12-07T16:11:45.130 INFO:teuthology.orchestra.run.smithi042.stdout:osd.0 smithi042 running (5m) 3m ago 22m 52.5M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 a88ce2e50dbf 2023-12-07T16:11:45.130 INFO:teuthology.orchestra.run.smithi042.stdout:osd.1 smithi042 running (4m) 3m ago 21m 51.3M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 f0d4a52e36a8 2023-12-07T16:11:45.130 INFO:teuthology.orchestra.run.smithi042.stdout:osd.2 smithi042 running (4m) 3m ago 21m 47.0M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 547071d029a3 2023-12-07T16:11:45.130 INFO:teuthology.orchestra.run.smithi042.stdout:osd.3 smithi042 running (3m) 3m ago 20m - 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 1ca81f7af7d8 2023-12-07T16:11:45.130 INFO:teuthology.orchestra.run.smithi042.stdout:osd.4 smithi178 running (3m) 106s ago 19m 53.3M 3037M 19.0.0-13-ge6605fb8 104f332cd0a9 3f0a8fc41ed3 2023-12-07T16:11:45.130 INFO:teuthology.orchestra.run.smithi042.stdout:osd.5 smithi178 running (2m) 106s ago 19m 50.0M 3037M 19.0.0-13-ge6605fb8 104f332cd0a9 3a0b0f2f7f3e 2023-12-07T16:11:45.130 INFO:teuthology.orchestra.run.smithi042.stdout:osd.6 smithi178 running (2m) 106s ago 18m 48.2M 3037M 19.0.0-13-ge6605fb8 104f332cd0a9 f914852a7462 2023-12-07T16:11:45.130 INFO:teuthology.orchestra.run.smithi042.stdout:osd.7 smithi178 running (110s) 106s ago 17m - 3037M 19.0.0-13-ge6605fb8 104f332cd0a9 7279c6bd542f 2023-12-07T16:11:45.130 INFO:teuthology.orchestra.run.smithi042.stdout:prometheus.a smithi178 *:9095 running (8m) 106s ago 16m 66.0M - 2.33.4 514e6a882f6e 8dc9b81a4426 2023-12-07T16:11:45.130 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi042.hcortj smithi042 *:8000 running (14m) 3m ago 14m 88.8M - 17.2.0 e1d6a67b021e 7b4fbb51c0e4 2023-12-07T16:11:45.130 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.foo.smithi178.qokiza smithi178 *:8000 running (14m) 106s ago 14m 89.2M - 17.2.0 e1d6a67b021e ed4b389a14c0 2023-12-07T16:11:45.130 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi042.bhilti smithi042 *:80 running (14m) 3m ago 14m 88.5M - 17.2.0 e1d6a67b021e a005b7760f26 2023-12-07T16:11:45.131 INFO:teuthology.orchestra.run.smithi042.stdout:rgw.smpl.smithi178.kllngz smithi178 *:80 running (14m) 106s ago 14m 89.2M - 17.2.0 e1d6a67b021e ec7417c26d3d 2023-12-07T16:11:45.852 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph versions' 2023-12-07T16:11:46.667 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:46 smithi042 bash[64476]: audit 2023-12-07T16:11:45.098000+0000 mgr.y (mgr.25474) 402 : audit 0 from='client.44524 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:46.667 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:46 smithi042 bash[64476]: cluster 2023-12-07T16:11:45.725229+0000 mgr.y (mgr.25474) 403 : cluster 0 pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:46.668 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:46 smithi042 bash[65854]: audit 2023-12-07T16:11:45.098000+0000 mgr.y (mgr.25474) 402 : audit 0 from='client.44524 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:46.668 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:46 smithi042 bash[65854]: cluster 2023-12-07T16:11:45.725229+0000 mgr.y (mgr.25474) 403 : cluster 0 pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:46.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:46 smithi178 bash[51889]: audit 2023-12-07T16:11:45.098000+0000 mgr.y (mgr.25474) 402 : audit 0 from='client.44524 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:46.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:46 smithi178 bash[51889]: cluster 2023-12-07T16:11:45.725229+0000 mgr.y (mgr.25474) 403 : cluster 0 pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:47.621 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:47 smithi042 bash[65854]: audit 2023-12-07T16:11:46.660124+0000 mgr.y (mgr.25474) 404 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:11:47.622 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:47 smithi042 bash[64476]: audit 2023-12-07T16:11:46.660124+0000 mgr.y (mgr.25474) 404 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:11:47.854 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:47 smithi178 bash[51889]: audit 2023-12-07T16:11:46.660124+0000 mgr.y (mgr.25474) 404 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:11:48.687 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:48 smithi042 bash[64476]: cluster 2023-12-07T16:11:47.726365+0000 mgr.y (mgr.25474) 405 : cluster 0 pgmap v265: 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-07T16:11:48.687 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:48 smithi042 bash[65854]: cluster 2023-12-07T16:11:47.726365+0000 mgr.y (mgr.25474) 405 : cluster 0 pgmap v265: 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-07T16:11:48.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:48 smithi178 bash[51889]: cluster 2023-12-07T16:11:47.726365+0000 mgr.y (mgr.25474) 405 : cluster 0 pgmap v265: 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-07T16:11:49.209 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:11:49.209 INFO:teuthology.orchestra.run.smithi042.stdout: "mon": { 2023-12-07T16:11:49.209 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T16:11:49.209 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:11:49.209 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr": { 2023-12-07T16:11:49.209 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T16:11:49.209 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:11:49.209 INFO:teuthology.orchestra.run.smithi042.stdout: "osd": { 2023-12-07T16:11:49.209 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 8 2023-12-07T16:11:49.209 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:11:49.209 INFO:teuthology.orchestra.run.smithi042.stdout: "rgw": { 2023-12-07T16:11:49.209 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:11:49.209 INFO:teuthology.orchestra.run.smithi042.stdout: }, 2023-12-07T16:11:49.209 INFO:teuthology.orchestra.run.smithi042.stdout: "overall": { 2023-12-07T16:11:49.210 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-07T16:11:49.210 INFO:teuthology.orchestra.run.smithi042.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 13 2023-12-07T16:11:49.210 INFO:teuthology.orchestra.run.smithi042.stdout: } 2023-12-07T16:11:49.210 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:11:49.621 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:49 smithi042 bash[64476]: audit 2023-12-07T16:11:49.202377+0000 mon.a (mon.0) 635 : audit 0 from='client.? 172.21.15.42:0/3217470051' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:11:49.622 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:49 smithi042 bash[65854]: audit 2023-12-07T16:11:49.202377+0000 mon.a (mon.0) 635 : audit 0 from='client.? 172.21.15.42:0/3217470051' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:11:49.854 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:49 smithi178 bash[51889]: audit 2023-12-07T16:11:49.202377+0000 mon.a (mon.0) 635 : audit 0 from='client.? 172.21.15.42:0/3217470051' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:11:49.973 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch upgrade status' 2023-12-07T16:11:50.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:11:50 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:11:50] "GET /metrics HTTP/1.1" 200 38571 "" "Prometheus/2.33.4" 2023-12-07T16:11:50.855 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:50 smithi178 bash[51889]: cluster 2023-12-07T16:11:49.727806+0000 mgr.y (mgr.25474) 406 : cluster 0 pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:50.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:50 smithi042 bash[64476]: cluster 2023-12-07T16:11:49.727806+0000 mgr.y (mgr.25474) 406 : cluster 0 pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:50.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:50 smithi042 bash[65854]: cluster 2023-12-07T16:11:49.727806+0000 mgr.y (mgr.25474) 406 : cluster 0 pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:52.871 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:52 smithi042 bash[64476]: cluster 2023-12-07T16:11:51.728961+0000 mgr.y (mgr.25474) 407 : cluster 0 pgmap v267: 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-07T16:11:52.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:52 smithi042 bash[65854]: cluster 2023-12-07T16:11:51.728961+0000 mgr.y (mgr.25474) 407 : cluster 0 pgmap v267: 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-07T16:11:53.012 INFO:teuthology.orchestra.run.smithi042.stdout:{ 2023-12-07T16:11:53.012 INFO:teuthology.orchestra.run.smithi042.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:11:53.012 INFO:teuthology.orchestra.run.smithi042.stdout: "in_progress": true, 2023-12-07T16:11:53.012 INFO:teuthology.orchestra.run.smithi042.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T16:11:53.013 INFO:teuthology.orchestra.run.smithi042.stdout: "services_complete": [ 2023-12-07T16:11:53.013 INFO:teuthology.orchestra.run.smithi042.stdout: "mgr", 2023-12-07T16:11:53.013 INFO:teuthology.orchestra.run.smithi042.stdout: "mon", 2023-12-07T16:11:53.013 INFO:teuthology.orchestra.run.smithi042.stdout: "osd" 2023-12-07T16:11:53.013 INFO:teuthology.orchestra.run.smithi042.stdout: ], 2023-12-07T16:11:53.013 INFO:teuthology.orchestra.run.smithi042.stdout: "progress": "13/23 daemons upgraded", 2023-12-07T16:11:53.013 INFO:teuthology.orchestra.run.smithi042.stdout: "message": "Error: UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception", 2023-12-07T16:11:53.013 INFO:teuthology.orchestra.run.smithi042.stdout: "is_paused": true 2023-12-07T16:11:53.013 INFO:teuthology.orchestra.run.smithi042.stdout:} 2023-12-07T16:11:53.104 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:52 smithi178 bash[51889]: cluster 2023-12-07T16:11:51.728961+0000 mgr.y (mgr.25474) 407 : cluster 0 pgmap v267: 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-07T16:11:53.748 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph health detail' 2023-12-07T16:11:55.053 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:54 smithi042 bash[64476]: audit 2023-12-07T16:11:53.005810+0000 mgr.y (mgr.25474) 408 : audit 0 from='client.44536 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:55.053 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:54 smithi042 bash[64476]: cluster 2023-12-07T16:11:53.729925+0000 mgr.y (mgr.25474) 409 : cluster 0 pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:55.054 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:54 smithi042 bash[65854]: audit 2023-12-07T16:11:53.005810+0000 mgr.y (mgr.25474) 408 : audit 0 from='client.44536 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:55.054 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:54 smithi042 bash[65854]: cluster 2023-12-07T16:11:53.729925+0000 mgr.y (mgr.25474) 409 : cluster 0 pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:55.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:54 smithi178 bash[51889]: audit 2023-12-07T16:11:53.005810+0000 mgr.y (mgr.25474) 408 : audit 0 from='client.44536 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:55.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:54 smithi178 bash[51889]: cluster 2023-12-07T16:11:53.729925+0000 mgr.y (mgr.25474) 409 : cluster 0 pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:55.872 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:55 smithi042 bash[64476]: audit 2023-12-07T16:11:55.346129+0000 mon.a (mon.0) 636 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:11:55.872 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:55 smithi042 bash[65854]: audit 2023-12-07T16:11:55.346129+0000 mon.a (mon.0) 636 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:11:56.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:55 smithi178 bash[51889]: audit 2023-12-07T16:11:55.346129+0000 mon.a (mon.0) 636 : audit 0 from='mgr.25474 172.21.15.42:0/2148238361' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:11:56.958 INFO:teuthology.orchestra.run.smithi042.stdout:HEALTH_ERR Upgrade: failed due to an unexpected exception 2023-12-07T16:11:56.958 INFO:teuthology.orchestra.run.smithi042.stdout:[ERR] UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-07T16:11:56.958 INFO:teuthology.orchestra.run.smithi042.stdout: Unexpected exception occurred during upgrade process: osd require-osd-release failed: unrecognized release unknown retval: -22 2023-12-07T16:11:57.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:56 smithi178 bash[51889]: cluster 2023-12-07T16:11:55.731544+0000 mgr.y (mgr.25474) 410 : cluster 0 pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:57.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:56 smithi042 bash[64476]: cluster 2023-12-07T16:11:55.731544+0000 mgr.y (mgr.25474) 410 : cluster 0 pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:57.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:56 smithi042 bash[65854]: cluster 2023-12-07T16:11:55.731544+0000 mgr.y (mgr.25474) 410 : cluster 0 pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:11:57.708 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-07T16:11:58.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:57 smithi178 bash[51889]: audit 2023-12-07T16:11:56.669871+0000 mgr.y (mgr.25474) 411 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:11:58.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:57 smithi178 bash[51889]: audit 2023-12-07T16:11:56.951496+0000 mon.a (mon.0) 637 : audit 0 from='client.? 172.21.15.42:0/1970973482' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:11:58.121 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:57 smithi042 bash[64476]: audit 2023-12-07T16:11:56.669871+0000 mgr.y (mgr.25474) 411 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:11:58.122 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:57 smithi042 bash[64476]: audit 2023-12-07T16:11:56.951496+0000 mon.a (mon.0) 637 : audit 0 from='client.? 172.21.15.42:0/1970973482' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:11:58.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:57 smithi042 bash[65854]: audit 2023-12-07T16:11:56.669871+0000 mgr.y (mgr.25474) 411 : audit 0 from='client.25411 -' entity='client.iscsi.foo.smithi042.zhjtqu' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:11:58.122 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:57 smithi042 bash[65854]: audit 2023-12-07T16:11:56.951496+0000 mon.a (mon.0) 637 : audit 0 from='client.? 172.21.15.42:0/1970973482' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:11:59.103 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:11:58 smithi042 bash[64476]: cluster 2023-12-07T16:11:57.732859+0000 mgr.y (mgr.25474) 412 : cluster 0 pgmap v270: 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-07T16:11:59.103 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:11:58 smithi042 bash[65854]: cluster 2023-12-07T16:11:57.732859+0000 mgr.y (mgr.25474) 412 : cluster 0 pgmap v270: 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-07T16:11:59.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:11:58 smithi178 bash[51889]: cluster 2023-12-07T16:11:57.732859+0000 mgr.y (mgr.25474) 412 : cluster 0 pgmap v270: 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-07T16:12:00.371 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:12:00 smithi042 bash[61307]: ::ffff:172.21.15.178 - - [07/Dec/2023:16:12:00] "GET /metrics HTTP/1.1" 200 38571 "" "Prometheus/2.33.4" 2023-12-07T16:12:00.817 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:12:00 smithi042 bash[65854]: cluster 2023-12-07T16:11:59.734317+0000 mgr.y (mgr.25474) 413 : cluster 0 pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:12:00.935 INFO:teuthology.orchestra.run.smithi042.stdout:false 2023-12-07T16:12:01.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:12:00 smithi178 bash[51889]: cluster 2023-12-07T16:11:59.734317+0000 mgr.y (mgr.25474) 413 : cluster 0 pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:12:01.110 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:12:00 smithi042 bash[64476]: cluster 2023-12-07T16:11:59.734317+0000 mgr.y (mgr.25474) 413 : cluster 0 pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:12:01.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:12:01.664 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 smithi042 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 b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-07T16:12:01.745 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=9f24ac3159f346d6992bcdb48a2fdeab 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 smithi042 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 b31e98c6-9517-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-07T16:12:01.748 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-07T16:12:01.757 INFO:tasks.cephadm:Teardown begin 2023-12-07T16:12:01.757 DEBUG:teuthology.orchestra.run.smithi042:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-07T16:12:01.788 DEBUG:teuthology.orchestra.run.smithi178:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-07T16:12:01.804 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-07T16:12:01.804 DEBUG:teuthology.orchestra.run.smithi042:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-07T16:12:01.834 DEBUG:teuthology.orchestra.run.smithi178:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-07T16:12:01.841 INFO:tasks.cephadm:Stopping all daemons... 2023-12-07T16:12:01.841 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-12-07T16:12:01.842 DEBUG:teuthology.orchestra.run.smithi042:> sudo systemctl stop ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mon.a 2023-12-07T16:12:02.023 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:12:01 smithi042 bash[64476]: audit 2023-12-07T16:12:00.914026+0000 mon.a (mon.0) 638 : audit 0 from='client.? 172.21.15.42:0/2501510255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:12:02.023 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:12:01 smithi042 systemd[1]: Stopping Ceph mon.a for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:12:02.024 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:12:01 smithi042 bash[65854]: audit 2023-12-07T16:12:00.914026+0000 mon.a (mon.0) 638 : audit 0 from='client.? 172.21.15.42:0/2501510255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:12:02.105 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:12:01 smithi178 bash[51889]: audit 2023-12-07T16:12:00.914026+0000 mon.a (mon.0) 638 : audit 0 from='client.? 172.21.15.42:0/2501510255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:12:02.306 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:12:02 smithi042 bash[64476]: debug 2023-12-07T16:12:02.014+0000 7f9393399700 -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-07T16:12:02.306 INFO:journalctl@ceph.mon.a.smithi042.stdout:Dec 07 16:12:02 smithi042 bash[64476]: debug 2023-12-07T16:12:02.014+0000 7f9393399700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2023-12-07T16:12:02.306 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:12:02 smithi042 bash[61307]: [07/Dec/2023:16:12:02] ENGINE Bus STOPPING 2023-12-07T16:12:02.307 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:12:02 smithi042 bash[61307]: [07/Dec/2023:16:12:02] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-07T16:12:02.307 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:12:02 smithi042 bash[61307]: [07/Dec/2023:16:12:02] ENGINE Bus STOPPED 2023-12-07T16:12:02.307 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:12:02 smithi042 bash[61307]: [07/Dec/2023:16:12:02] ENGINE Bus STARTING 2023-12-07T16:12:02.307 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:12:02 smithi042 bash[61307]: [07/Dec/2023:16:12:02] ENGINE Serving on http://:::9283 2023-12-07T16:12:02.307 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:12:02 smithi042 bash[61307]: [07/Dec/2023:16:12:02] ENGINE Bus STARTED 2023-12-07T16:12:03.117 DEBUG:teuthology.orchestra.run.smithi042:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mon.a.service' 2023-12-07T16:12:03.164 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:12:03.165 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-12-07T16:12:03.165 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2023-12-07T16:12:03.165 DEBUG:teuthology.orchestra.run.smithi042:> sudo systemctl stop ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mon.c 2023-12-07T16:12:03.482 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:12:03 smithi042 bash[61307]: [07/Dec/2023:16:12:03] ENGINE Bus STOPPING 2023-12-07T16:12:03.482 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:12:03 smithi042 systemd[1]: Stopping Ceph mon.c for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:12:03.482 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:12:03 smithi042 bash[65854]: debug 2023-12-07T16:12:03.406+0000 7f314794b700 -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-07T16:12:03.482 INFO:journalctl@ceph.mon.c.smithi042.stdout:Dec 07 16:12:03 smithi042 bash[65854]: debug 2023-12-07T16:12:03.406+0000 7f314794b700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2023-12-07T16:12:03.872 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:12:03 smithi042 bash[61307]: [07/Dec/2023:16:12:03] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-07T16:12:03.872 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:12:03 smithi042 bash[61307]: [07/Dec/2023:16:12:03] ENGINE Bus STOPPED 2023-12-07T16:12:03.872 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:12:03 smithi042 bash[61307]: [07/Dec/2023:16:12:03] ENGINE Bus STARTING 2023-12-07T16:12:03.872 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:12:03 smithi042 bash[61307]: [07/Dec/2023:16:12:03] ENGINE Serving on http://:::9283 2023-12-07T16:12:03.873 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:12:03 smithi042 bash[61307]: [07/Dec/2023:16:12:03] ENGINE Bus STARTED 2023-12-07T16:12:04.253 DEBUG:teuthology.orchestra.run.smithi042:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mon.c.service' 2023-12-07T16:12:04.288 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:12:04.289 INFO:tasks.cephadm.mon.b:Stopped mon.c 2023-12-07T16:12:04.289 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2023-12-07T16:12:04.289 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mon.b 2023-12-07T16:12:04.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:12:04 smithi178 systemd[1]: Stopping Ceph mon.b for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:12:04.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:12:04 smithi178 bash[51889]: debug 2023-12-07T16:12:04.450+0000 7faf8ba4c700 -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-07T16:12:04.605 INFO:journalctl@ceph.mon.b.smithi178.stdout:Dec 07 16:12:04 smithi178 bash[51889]: debug 2023-12-07T16:12:04.450+0000 7faf8ba4c700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2023-12-07T16:12:05.478 DEBUG:teuthology.orchestra.run.smithi178:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mon.b.service' 2023-12-07T16:12:05.522 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:12:05.522 INFO:tasks.cephadm.mon.b:Stopped mon.b 2023-12-07T16:12:05.522 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2023-12-07T16:12:05.523 DEBUG:teuthology.orchestra.run.smithi042:> sudo systemctl stop ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mgr.y 2023-12-07T16:12:05.871 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:12:05 smithi042 systemd[1]: Stopping Ceph mgr.y for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:12:05.872 INFO:journalctl@ceph.mgr.y.smithi042.stdout:Dec 07 16:12:05 smithi042 bash[61307]: debug 2023-12-07T16:12:05.699+0000 7efc6180d700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.y -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-07T16:12:06.536 DEBUG:teuthology.orchestra.run.smithi042:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mgr.y.service' 2023-12-07T16:12:06.566 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:12:06.566 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2023-12-07T16:12:06.566 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2023-12-07T16:12:06.567 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mgr.x 2023-12-07T16:12:06.855 INFO:journalctl@ceph.mgr.x.smithi178.stdout:Dec 07 16:12:06 smithi178 systemd[1]: Stopping Ceph mgr.x for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:12:07.499 DEBUG:teuthology.orchestra.run.smithi178:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@mgr.x.service' 2023-12-07T16:12:07.531 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:12:07.531 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2023-12-07T16:12:07.531 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-07T16:12:07.531 DEBUG:teuthology.orchestra.run.smithi042:> sudo systemctl stop ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.0 2023-12-07T16:12:07.871 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:12:07 smithi042 systemd[1]: Stopping Ceph osd.0 for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:12:07.872 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:12:07 smithi042 bash[68749]: debug 2023-12-07T16:12:07.707+0000 7f4207702700 -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-07T16:12:07.872 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:12:07 smithi042 bash[68749]: debug 2023-12-07T16:12:07.707+0000 7f4207702700 -1 osd.0 145 *** Got signal Terminated *** 2023-12-07T16:12:07.872 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:12:07 smithi042 bash[68749]: debug 2023-12-07T16:12:07.707+0000 7f4207702700 -1 osd.0 145 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:12:14.121 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:12:13 smithi042 bash[79086]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-0 2023-12-07T16:12:14.122 INFO:journalctl@ceph.osd.0.smithi042.stdout:Dec 07 16:12:14 smithi042 bash[79161]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-0 2023-12-07T16:12:15.988 DEBUG:teuthology.orchestra.run.smithi042:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.0.service' 2023-12-07T16:12:16.014 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:12:16.014 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-07T16:12:16.015 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-07T16:12:16.015 DEBUG:teuthology.orchestra.run.smithi042:> sudo systemctl stop ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.1 2023-12-07T16:12:16.223 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:12:16 smithi042 systemd[1]: Stopping Ceph osd.1 for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:12:16.621 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:12:16 smithi042 bash[70930]: debug 2023-12-07T16:12:16.215+0000 7f74f14d4700 -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-07T16:12:16.622 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:12:16 smithi042 bash[70930]: debug 2023-12-07T16:12:16.215+0000 7f74f14d4700 -1 osd.1 145 *** Got signal Terminated *** 2023-12-07T16:12:16.622 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:12:16 smithi042 bash[70930]: debug 2023-12-07T16:12:16.215+0000 7f74f14d4700 -1 osd.1 145 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:12:22.621 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:12:22 smithi042 bash[79304]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-1 2023-12-07T16:12:22.621 INFO:journalctl@ceph.osd.1.smithi042.stdout:Dec 07 16:12:22 smithi042 bash[79377]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-1 2023-12-07T16:12:24.253 DEBUG:teuthology.orchestra.run.smithi042:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.1.service' 2023-12-07T16:12:24.285 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:12:24.285 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-07T16:12:24.285 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-07T16:12:24.286 DEBUG:teuthology.orchestra.run.smithi042:> sudo systemctl stop ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.2 2023-12-07T16:12:24.621 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:12:24 smithi042 systemd[1]: Stopping Ceph osd.2 for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:12:24.621 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:12:24 smithi042 bash[73099]: debug 2023-12-07T16:12:24.443+0000 7f1d19caa700 -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-07T16:12:24.621 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:12:24 smithi042 bash[73099]: debug 2023-12-07T16:12:24.443+0000 7f1d19caa700 -1 osd.2 145 *** Got signal Terminated *** 2023-12-07T16:12:24.621 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:12:24 smithi042 bash[73099]: debug 2023-12-07T16:12:24.443+0000 7f1d19caa700 -1 osd.2 145 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:12:30.732 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:12:30 smithi042 bash[79523]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-2 2023-12-07T16:12:30.732 INFO:journalctl@ceph.osd.2.smithi042.stdout:Dec 07 16:12:30 smithi042 bash[79611]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-2 2023-12-07T16:12:32.526 DEBUG:teuthology.orchestra.run.smithi042:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.2.service' 2023-12-07T16:12:32.550 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:12:32.551 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-07T16:12:32.551 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-07T16:12:32.551 DEBUG:teuthology.orchestra.run.smithi042:> sudo systemctl stop ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.3 2023-12-07T16:12:32.871 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:12:32 smithi042 systemd[1]: Stopping Ceph osd.3 for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:12:32.871 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:12:32 smithi042 bash[75276]: debug 2023-12-07T16:12:32.699+0000 7f38685a6700 -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-07T16:12:32.871 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:12:32 smithi042 bash[75276]: debug 2023-12-07T16:12:32.699+0000 7f38685a6700 -1 osd.3 145 *** Got signal Terminated *** 2023-12-07T16:12:32.871 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:12:32 smithi042 bash[75276]: debug 2023-12-07T16:12:32.699+0000 7f38685a6700 -1 osd.3 145 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:12:34.605 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:12:34 smithi178 bash[54267]: debug 2023-12-07T16:12:34.105+0000 7faa8cd48700 -1 osd.4 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:09.180294+0000 front 2023-12-07T16:12:09.179702+0000 (oldest deadline 2023-12-07T16:12:33.279793+0000) 2023-12-07T16:12:35.121 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:12:34 smithi042 bash[75276]: debug 2023-12-07T16:12:34.851+0000 7f3864ba1700 -1 osd.3 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.916203+0000 front 2023-12-07T16:12:11.916382+0000 (oldest deadline 2023-12-07T16:12:34.216360+0000) 2023-12-07T16:12:35.144 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:34 smithi178 bash[58314]: debug 2023-12-07T16:12:34.865+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:35.144 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:34 smithi178 bash[56294]: debug 2023-12-07T16:12:34.853+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.985627+0000 front 2023-12-07T16:12:10.985814+0000 (oldest deadline 2023-12-07T16:12:34.485486+0000) 2023-12-07T16:12:35.605 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:12:35 smithi178 bash[54267]: debug 2023-12-07T16:12:35.141+0000 7faa8cd48700 -1 osd.4 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:09.180294+0000 front 2023-12-07T16:12:09.179702+0000 (oldest deadline 2023-12-07T16:12:33.279793+0000) 2023-12-07T16:12:36.105 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:35 smithi178 bash[56294]: debug 2023-12-07T16:12:35.857+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.985627+0000 front 2023-12-07T16:12:10.985814+0000 (oldest deadline 2023-12-07T16:12:34.485486+0000) 2023-12-07T16:12:36.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:35 smithi178 bash[58314]: debug 2023-12-07T16:12:35.837+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:36.121 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:12:35 smithi042 bash[75276]: debug 2023-12-07T16:12:35.835+0000 7f3864ba1700 -1 osd.3 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.916203+0000 front 2023-12-07T16:12:11.916382+0000 (oldest deadline 2023-12-07T16:12:34.216360+0000) 2023-12-07T16:12:36.605 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:12:36 smithi178 bash[54267]: debug 2023-12-07T16:12:36.177+0000 7faa8cd48700 -1 osd.4 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:09.180294+0000 front 2023-12-07T16:12:09.179702+0000 (oldest deadline 2023-12-07T16:12:33.279793+0000) 2023-12-07T16:12:36.605 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:36 smithi178 bash[60335]: debug 2023-12-07T16:12:36.309+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:37.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:36 smithi178 bash[58314]: debug 2023-12-07T16:12:36.845+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:37.105 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:36 smithi178 bash[56294]: debug 2023-12-07T16:12:36.829+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.985627+0000 front 2023-12-07T16:12:10.985814+0000 (oldest deadline 2023-12-07T16:12:34.485486+0000) 2023-12-07T16:12:37.121 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:12:36 smithi042 bash[75276]: debug 2023-12-07T16:12:36.859+0000 7f3864ba1700 -1 osd.3 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.916203+0000 front 2023-12-07T16:12:11.916382+0000 (oldest deadline 2023-12-07T16:12:34.216360+0000) 2023-12-07T16:12:37.605 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:12:37 smithi178 bash[54267]: debug 2023-12-07T16:12:37.213+0000 7faa8cd48700 -1 osd.4 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:09.180294+0000 front 2023-12-07T16:12:09.179702+0000 (oldest deadline 2023-12-07T16:12:33.279793+0000) 2023-12-07T16:12:37.605 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:37 smithi178 bash[60335]: debug 2023-12-07T16:12:37.289+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:38.105 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:37 smithi178 bash[56294]: debug 2023-12-07T16:12:37.845+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.985627+0000 front 2023-12-07T16:12:10.985814+0000 (oldest deadline 2023-12-07T16:12:34.485486+0000) 2023-12-07T16:12:38.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:37 smithi178 bash[58314]: debug 2023-12-07T16:12:37.829+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:38.605 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:12:38 smithi178 bash[54267]: debug 2023-12-07T16:12:38.233+0000 7faa8cd48700 -1 osd.4 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:09.180294+0000 front 2023-12-07T16:12:09.179702+0000 (oldest deadline 2023-12-07T16:12:33.279793+0000) 2023-12-07T16:12:38.605 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:38 smithi178 bash[60335]: debug 2023-12-07T16:12:38.329+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:39.001 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:12:38 smithi042 bash[79752]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-3 2023-12-07T16:12:39.001 INFO:journalctl@ceph.osd.3.smithi042.stdout:Dec 07 16:12:38 smithi042 bash[79829]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-3 2023-12-07T16:12:39.104 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:38 smithi178 bash[56294]: debug 2023-12-07T16:12:38.797+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.985627+0000 front 2023-12-07T16:12:10.985814+0000 (oldest deadline 2023-12-07T16:12:34.485486+0000) 2023-12-07T16:12:39.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:38 smithi178 bash[58314]: debug 2023-12-07T16:12:38.877+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:39.604 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:12:39 smithi178 bash[54267]: debug 2023-12-07T16:12:39.209+0000 7faa8cd48700 -1 osd.4 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:09.180294+0000 front 2023-12-07T16:12:09.179702+0000 (oldest deadline 2023-12-07T16:12:33.279793+0000) 2023-12-07T16:12:39.605 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:39 smithi178 bash[60335]: debug 2023-12-07T16:12:39.333+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:40.104 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:39 smithi178 bash[58314]: debug 2023-12-07T16:12:39.893+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:40.105 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:39 smithi178 bash[56294]: debug 2023-12-07T16:12:39.833+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.985627+0000 front 2023-12-07T16:12:10.985814+0000 (oldest deadline 2023-12-07T16:12:34.485486+0000) 2023-12-07T16:12:40.604 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:12:40 smithi178 bash[54267]: debug 2023-12-07T16:12:40.221+0000 7faa8cd48700 -1 osd.4 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:09.180294+0000 front 2023-12-07T16:12:09.179702+0000 (oldest deadline 2023-12-07T16:12:33.279793+0000) 2023-12-07T16:12:40.605 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:40 smithi178 bash[60335]: debug 2023-12-07T16:12:40.349+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:40.741 DEBUG:teuthology.orchestra.run.smithi042:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.3.service' 2023-12-07T16:12:40.775 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:12:40.776 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-07T16:12:40.776 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-07T16:12:40.776 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.4 2023-12-07T16:12:41.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:40 smithi178 bash[58314]: debug 2023-12-07T16:12:40.905+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:41.105 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:12:40 smithi178 systemd[1]: Stopping Ceph osd.4 for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:12:41.105 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:12:40 smithi178 bash[54267]: debug 2023-12-07T16:12:40.945+0000 7faa93f54700 -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-07T16:12:41.105 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:12:40 smithi178 bash[54267]: debug 2023-12-07T16:12:40.945+0000 7faa93f54700 -1 osd.4 145 *** Got signal Terminated *** 2023-12-07T16:12:41.105 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:12:40 smithi178 bash[54267]: debug 2023-12-07T16:12:40.945+0000 7faa93f54700 -1 osd.4 145 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:12:41.105 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:40 smithi178 bash[56294]: debug 2023-12-07T16:12:40.801+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.985627+0000 front 2023-12-07T16:12:10.985814+0000 (oldest deadline 2023-12-07T16:12:34.485486+0000) 2023-12-07T16:12:41.604 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:41 smithi178 bash[60335]: debug 2023-12-07T16:12:41.397+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:41.605 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:12:41 smithi178 bash[54267]: debug 2023-12-07T16:12:41.257+0000 7faa8cd48700 -1 osd.4 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:09.180294+0000 front 2023-12-07T16:12:09.179702+0000 (oldest deadline 2023-12-07T16:12:33.279793+0000) 2023-12-07T16:12:42.105 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:41 smithi178 bash[56294]: debug 2023-12-07T16:12:41.817+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.985627+0000 front 2023-12-07T16:12:10.985814+0000 (oldest deadline 2023-12-07T16:12:34.485486+0000) 2023-12-07T16:12:42.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:41 smithi178 bash[58314]: debug 2023-12-07T16:12:41.953+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:42.604 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:42 smithi178 bash[60335]: debug 2023-12-07T16:12:42.389+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:42.605 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:12:42 smithi178 bash[54267]: debug 2023-12-07T16:12:42.229+0000 7faa8cd48700 -1 osd.4 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:09.180294+0000 front 2023-12-07T16:12:09.179702+0000 (oldest deadline 2023-12-07T16:12:33.279793+0000) 2023-12-07T16:12:42.605 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:12:42 smithi178 bash[54267]: debug 2023-12-07T16:12:42.229+0000 7faa8cd48700 -1 osd.4 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.183078+0000 front 2023-12-07T16:12:20.183265+0000 (oldest deadline 2023-12-07T16:12:41.883089+0000) 2023-12-07T16:12:43.105 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:42 smithi178 bash[56294]: debug 2023-12-07T16:12:42.837+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.985627+0000 front 2023-12-07T16:12:10.985814+0000 (oldest deadline 2023-12-07T16:12:34.485486+0000) 2023-12-07T16:12:43.105 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:42 smithi178 bash[56294]: debug 2023-12-07T16:12:42.837+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:18.989495+0000 front 2023-12-07T16:12:18.989726+0000 (oldest deadline 2023-12-07T16:12:41.889546+0000) 2023-12-07T16:12:43.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:43 smithi178 bash[58314]: debug 2023-12-07T16:12:43.005+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:43.605 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:43 smithi178 bash[60335]: debug 2023-12-07T16:12:43.421+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:43.605 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:12:43 smithi178 bash[54267]: debug 2023-12-07T16:12:43.181+0000 7faa8cd48700 -1 osd.4 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:09.180294+0000 front 2023-12-07T16:12:09.179702+0000 (oldest deadline 2023-12-07T16:12:33.279793+0000) 2023-12-07T16:12:43.605 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:12:43 smithi178 bash[54267]: debug 2023-12-07T16:12:43.181+0000 7faa8cd48700 -1 osd.4 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.183078+0000 front 2023-12-07T16:12:20.183265+0000 (oldest deadline 2023-12-07T16:12:41.883089+0000) 2023-12-07T16:12:44.104 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:44 smithi178 bash[58314]: debug 2023-12-07T16:12:44.013+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:44.105 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:43 smithi178 bash[56294]: debug 2023-12-07T16:12:43.833+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.985627+0000 front 2023-12-07T16:12:10.985814+0000 (oldest deadline 2023-12-07T16:12:34.485486+0000) 2023-12-07T16:12:44.105 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:43 smithi178 bash[56294]: debug 2023-12-07T16:12:43.833+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:18.989495+0000 front 2023-12-07T16:12:18.989726+0000 (oldest deadline 2023-12-07T16:12:41.889546+0000) 2023-12-07T16:12:44.456 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:12:44 smithi178 bash[54267]: debug 2023-12-07T16:12:44.137+0000 7faa8cd48700 -1 osd.4 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:09.180294+0000 front 2023-12-07T16:12:09.179702+0000 (oldest deadline 2023-12-07T16:12:33.279793+0000) 2023-12-07T16:12:44.456 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:12:44 smithi178 bash[54267]: debug 2023-12-07T16:12:44.137+0000 7faa8cd48700 -1 osd.4 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.183078+0000 front 2023-12-07T16:12:20.183265+0000 (oldest deadline 2023-12-07T16:12:41.883089+0000) 2023-12-07T16:12:44.854 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:44 smithi178 bash[60335]: debug 2023-12-07T16:12:44.453+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:45.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:45 smithi178 bash[58314]: debug 2023-12-07T16:12:45.009+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:45.355 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:12:45 smithi178 bash[54267]: debug 2023-12-07T16:12:45.113+0000 7faa8cd48700 -1 osd.4 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:09.180294+0000 front 2023-12-07T16:12:09.179702+0000 (oldest deadline 2023-12-07T16:12:33.279793+0000) 2023-12-07T16:12:45.355 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:12:45 smithi178 bash[54267]: debug 2023-12-07T16:12:45.113+0000 7faa8cd48700 -1 osd.4 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.183078+0000 front 2023-12-07T16:12:20.183265+0000 (oldest deadline 2023-12-07T16:12:41.883089+0000) 2023-12-07T16:12:45.355 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:44 smithi178 bash[56294]: debug 2023-12-07T16:12:44.869+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.985627+0000 front 2023-12-07T16:12:10.985814+0000 (oldest deadline 2023-12-07T16:12:34.485486+0000) 2023-12-07T16:12:45.355 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:44 smithi178 bash[56294]: debug 2023-12-07T16:12:44.869+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:18.989495+0000 front 2023-12-07T16:12:18.989726+0000 (oldest deadline 2023-12-07T16:12:41.889546+0000) 2023-12-07T16:12:45.742 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:45 smithi178 bash[60335]: debug 2023-12-07T16:12:45.425+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:45.742 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:45 smithi178 bash[60335]: debug 2023-12-07T16:12:45.425+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:12:46.021 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:45 smithi178 bash[56294]: debug 2023-12-07T16:12:45.833+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.985627+0000 front 2023-12-07T16:12:10.985814+0000 (oldest deadline 2023-12-07T16:12:34.485486+0000) 2023-12-07T16:12:46.021 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:45 smithi178 bash[56294]: debug 2023-12-07T16:12:45.833+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:18.989495+0000 front 2023-12-07T16:12:18.989726+0000 (oldest deadline 2023-12-07T16:12:41.889546+0000) 2023-12-07T16:12:46.021 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:12:45 smithi178 bash[49360]: ts=2023-12-07T16:12:45.742Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.42:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.42:8765: connect: connection refused" 2023-12-07T16:12:46.022 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:12:45 smithi178 bash[49360]: ts=2023-12-07T16:12:45.744Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.42:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.42:8765: connect: connection refused" 2023-12-07T16:12:46.022 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:12:45 smithi178 bash[49360]: ts=2023-12-07T16:12:45.744Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.42:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.42:8765: connect: connection refused" 2023-12-07T16:12:46.022 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:12:45 smithi178 bash[49360]: ts=2023-12-07T16:12:45.747Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.42:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.42:8765: connect: connection refused" 2023-12-07T16:12:46.354 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:46 smithi178 bash[58314]: debug 2023-12-07T16:12:46.017+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:46.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:46 smithi178 bash[58314]: debug 2023-12-07T16:12:46.017+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.690471+0000 front 2023-12-07T16:12:20.690110+0000 (oldest deadline 2023-12-07T16:12:45.390045+0000) 2023-12-07T16:12:46.664 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:46 smithi178 bash[60335]: debug 2023-12-07T16:12:46.397+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:46.664 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:46 smithi178 bash[60335]: debug 2023-12-07T16:12:46.397+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:12:46.996 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:46 smithi178 bash[56294]: debug 2023-12-07T16:12:46.845+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.985627+0000 front 2023-12-07T16:12:10.985814+0000 (oldest deadline 2023-12-07T16:12:34.485486+0000) 2023-12-07T16:12:46.996 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:46 smithi178 bash[56294]: debug 2023-12-07T16:12:46.845+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:18.989495+0000 front 2023-12-07T16:12:18.989726+0000 (oldest deadline 2023-12-07T16:12:41.889546+0000) 2023-12-07T16:12:47.266 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:12:47 smithi178 bash[61791]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-4 2023-12-07T16:12:47.266 INFO:journalctl@ceph.osd.4.smithi178.stdout:Dec 07 16:12:47 smithi178 bash[61864]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-4 2023-12-07T16:12:47.266 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:46 smithi178 bash[58314]: debug 2023-12-07T16:12:46.993+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:47.266 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:46 smithi178 bash[58314]: debug 2023-12-07T16:12:46.993+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.690471+0000 front 2023-12-07T16:12:20.690110+0000 (oldest deadline 2023-12-07T16:12:45.390045+0000) 2023-12-07T16:12:47.604 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:47 smithi178 bash[60335]: debug 2023-12-07T16:12:47.441+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:47.605 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:47 smithi178 bash[60335]: debug 2023-12-07T16:12:47.441+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:12:48.151 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:47 smithi178 bash[58314]: debug 2023-12-07T16:12:47.957+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:48.152 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:47 smithi178 bash[58314]: debug 2023-12-07T16:12:47.957+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.690471+0000 front 2023-12-07T16:12:20.690110+0000 (oldest deadline 2023-12-07T16:12:45.390045+0000) 2023-12-07T16:12:48.152 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:47 smithi178 bash[56294]: debug 2023-12-07T16:12:47.881+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.985627+0000 front 2023-12-07T16:12:10.985814+0000 (oldest deadline 2023-12-07T16:12:34.485486+0000) 2023-12-07T16:12:48.152 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:47 smithi178 bash[56294]: debug 2023-12-07T16:12:47.881+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:18.989495+0000 front 2023-12-07T16:12:18.989726+0000 (oldest deadline 2023-12-07T16:12:41.889546+0000) 2023-12-07T16:12:48.605 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:48 smithi178 bash[60335]: debug 2023-12-07T16:12:48.393+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:48.605 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:48 smithi178 bash[60335]: debug 2023-12-07T16:12:48.393+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:12:48.948 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:48 smithi178 bash[56294]: debug 2023-12-07T16:12:48.861+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.985627+0000 front 2023-12-07T16:12:10.985814+0000 (oldest deadline 2023-12-07T16:12:34.485486+0000) 2023-12-07T16:12:48.948 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:48 smithi178 bash[56294]: debug 2023-12-07T16:12:48.861+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:18.989495+0000 front 2023-12-07T16:12:18.989726+0000 (oldest deadline 2023-12-07T16:12:41.889546+0000) 2023-12-07T16:12:49.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:48 smithi178 bash[58314]: debug 2023-12-07T16:12:48.945+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:49.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:48 smithi178 bash[58314]: debug 2023-12-07T16:12:48.945+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.690471+0000 front 2023-12-07T16:12:20.690110+0000 (oldest deadline 2023-12-07T16:12:45.390045+0000) 2023-12-07T16:12:49.348 DEBUG:teuthology.orchestra.run.smithi178:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.4.service' 2023-12-07T16:12:49.383 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:12:49.383 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-07T16:12:49.383 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-07T16:12:49.384 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.5 2023-12-07T16:12:49.605 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:49 smithi178 bash[60335]: debug 2023-12-07T16:12:49.445+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:49.605 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:49 smithi178 bash[60335]: debug 2023-12-07T16:12:49.445+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:12:49.605 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:49 smithi178 systemd[1]: Stopping Ceph osd.5 for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:12:49.605 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:49 smithi178 bash[56294]: debug 2023-12-07T16:12:49.537+0000 7f0c422ae700 -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-07T16:12:49.606 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:49 smithi178 bash[56294]: debug 2023-12-07T16:12:49.537+0000 7f0c422ae700 -1 osd.5 145 *** Got signal Terminated *** 2023-12-07T16:12:49.606 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:49 smithi178 bash[56294]: debug 2023-12-07T16:12:49.537+0000 7f0c422ae700 -1 osd.5 145 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:12:50.105 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:49 smithi178 bash[56294]: debug 2023-12-07T16:12:49.833+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.985627+0000 front 2023-12-07T16:12:10.985814+0000 (oldest deadline 2023-12-07T16:12:34.485486+0000) 2023-12-07T16:12:50.105 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:49 smithi178 bash[56294]: debug 2023-12-07T16:12:49.833+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:18.989495+0000 front 2023-12-07T16:12:18.989726+0000 (oldest deadline 2023-12-07T16:12:41.889546+0000) 2023-12-07T16:12:50.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:49 smithi178 bash[58314]: debug 2023-12-07T16:12:49.993+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:50.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:49 smithi178 bash[58314]: debug 2023-12-07T16:12:49.993+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.690471+0000 front 2023-12-07T16:12:20.690110+0000 (oldest deadline 2023-12-07T16:12:45.390045+0000) 2023-12-07T16:12:50.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:50 smithi178 bash[60335]: debug 2023-12-07T16:12:50.421+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:50.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:50 smithi178 bash[60335]: debug 2023-12-07T16:12:50.421+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:12:50.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:50 smithi178 bash[60335]: debug 2023-12-07T16:12:50.421+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:24.859712+0000 front 2023-12-07T16:12:24.859650+0000 (oldest deadline 2023-12-07T16:12:50.159437+0000) 2023-12-07T16:12:51.354 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:51 smithi178 bash[58314]: debug 2023-12-07T16:12:51.037+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:51.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:51 smithi178 bash[58314]: debug 2023-12-07T16:12:51.037+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.690471+0000 front 2023-12-07T16:12:20.690110+0000 (oldest deadline 2023-12-07T16:12:45.390045+0000) 2023-12-07T16:12:51.355 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:50 smithi178 bash[56294]: debug 2023-12-07T16:12:50.873+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.985627+0000 front 2023-12-07T16:12:10.985814+0000 (oldest deadline 2023-12-07T16:12:34.485486+0000) 2023-12-07T16:12:51.355 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:50 smithi178 bash[56294]: debug 2023-12-07T16:12:50.873+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:18.989495+0000 front 2023-12-07T16:12:18.989726+0000 (oldest deadline 2023-12-07T16:12:41.889546+0000) 2023-12-07T16:12:51.355 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:50 smithi178 bash[56294]: debug 2023-12-07T16:12:50.873+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:25.892501+0000 front 2023-12-07T16:12:25.892548+0000 (oldest deadline 2023-12-07T16:12:49.992760+0000) 2023-12-07T16:12:51.853 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:51 smithi178 bash[60335]: debug 2023-12-07T16:12:51.469+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:51.854 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:51 smithi178 bash[60335]: debug 2023-12-07T16:12:51.469+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:12:51.854 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:51 smithi178 bash[60335]: debug 2023-12-07T16:12:51.469+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:24.859712+0000 front 2023-12-07T16:12:24.859650+0000 (oldest deadline 2023-12-07T16:12:50.159437+0000) 2023-12-07T16:12:52.104 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:51 smithi178 bash[56294]: debug 2023-12-07T16:12:51.849+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.985627+0000 front 2023-12-07T16:12:10.985814+0000 (oldest deadline 2023-12-07T16:12:34.485486+0000) 2023-12-07T16:12:52.105 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:51 smithi178 bash[56294]: debug 2023-12-07T16:12:51.849+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:18.989495+0000 front 2023-12-07T16:12:18.989726+0000 (oldest deadline 2023-12-07T16:12:41.889546+0000) 2023-12-07T16:12:52.105 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:51 smithi178 bash[56294]: debug 2023-12-07T16:12:51.849+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:25.892501+0000 front 2023-12-07T16:12:25.892548+0000 (oldest deadline 2023-12-07T16:12:49.992760+0000) 2023-12-07T16:12:52.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:52 smithi178 bash[58314]: debug 2023-12-07T16:12:52.045+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:52.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:52 smithi178 bash[58314]: debug 2023-12-07T16:12:52.045+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.690471+0000 front 2023-12-07T16:12:20.690110+0000 (oldest deadline 2023-12-07T16:12:45.390045+0000) 2023-12-07T16:12:52.809 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:52 smithi178 bash[60335]: debug 2023-12-07T16:12:52.469+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:52.809 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:52 smithi178 bash[60335]: debug 2023-12-07T16:12:52.469+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:12:52.809 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:52 smithi178 bash[60335]: debug 2023-12-07T16:12:52.469+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:24.859712+0000 front 2023-12-07T16:12:24.859650+0000 (oldest deadline 2023-12-07T16:12:50.159437+0000) 2023-12-07T16:12:53.090 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:52 smithi178 bash[56294]: debug 2023-12-07T16:12:52.805+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.985627+0000 front 2023-12-07T16:12:10.985814+0000 (oldest deadline 2023-12-07T16:12:34.485486+0000) 2023-12-07T16:12:53.090 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:52 smithi178 bash[56294]: debug 2023-12-07T16:12:52.805+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:18.989495+0000 front 2023-12-07T16:12:18.989726+0000 (oldest deadline 2023-12-07T16:12:41.889546+0000) 2023-12-07T16:12:53.090 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:52 smithi178 bash[56294]: debug 2023-12-07T16:12:52.805+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:25.892501+0000 front 2023-12-07T16:12:25.892548+0000 (oldest deadline 2023-12-07T16:12:49.992760+0000) 2023-12-07T16:12:53.354 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:53 smithi178 bash[58314]: debug 2023-12-07T16:12:53.089+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:53.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:53 smithi178 bash[58314]: debug 2023-12-07T16:12:53.089+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.690471+0000 front 2023-12-07T16:12:20.690110+0000 (oldest deadline 2023-12-07T16:12:45.390045+0000) 2023-12-07T16:12:53.775 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:53 smithi178 bash[60335]: debug 2023-12-07T16:12:53.473+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:53.776 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:53 smithi178 bash[60335]: debug 2023-12-07T16:12:53.473+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:12:53.776 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:53 smithi178 bash[60335]: debug 2023-12-07T16:12:53.473+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:24.859712+0000 front 2023-12-07T16:12:24.859650+0000 (oldest deadline 2023-12-07T16:12:50.159437+0000) 2023-12-07T16:12:54.043 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:53 smithi178 bash[56294]: debug 2023-12-07T16:12:53.773+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.985627+0000 front 2023-12-07T16:12:10.985814+0000 (oldest deadline 2023-12-07T16:12:34.485486+0000) 2023-12-07T16:12:54.044 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:53 smithi178 bash[56294]: debug 2023-12-07T16:12:53.773+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:18.989495+0000 front 2023-12-07T16:12:18.989726+0000 (oldest deadline 2023-12-07T16:12:41.889546+0000) 2023-12-07T16:12:54.044 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:53 smithi178 bash[56294]: debug 2023-12-07T16:12:53.773+0000 7f0c3a8a1700 -1 osd.5 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:25.892501+0000 front 2023-12-07T16:12:25.892548+0000 (oldest deadline 2023-12-07T16:12:49.992760+0000) 2023-12-07T16:12:54.354 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:54 smithi178 bash[58314]: debug 2023-12-07T16:12:54.041+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:54.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:54 smithi178 bash[58314]: debug 2023-12-07T16:12:54.041+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.690471+0000 front 2023-12-07T16:12:20.690110+0000 (oldest deadline 2023-12-07T16:12:45.390045+0000) 2023-12-07T16:12:54.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:54 smithi178 bash[58314]: debug 2023-12-07T16:12:54.041+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:28.093149+0000 front 2023-12-07T16:12:28.093377+0000 (oldest deadline 2023-12-07T16:12:53.393008+0000) 2023-12-07T16:12:54.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:54 smithi178 bash[60335]: debug 2023-12-07T16:12:54.461+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:54.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:54 smithi178 bash[60335]: debug 2023-12-07T16:12:54.461+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:12:54.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:54 smithi178 bash[60335]: debug 2023-12-07T16:12:54.461+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:24.859712+0000 front 2023-12-07T16:12:24.859650+0000 (oldest deadline 2023-12-07T16:12:50.159437+0000) 2023-12-07T16:12:55.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:55 smithi178 bash[58314]: debug 2023-12-07T16:12:55.073+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:55.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:55 smithi178 bash[58314]: debug 2023-12-07T16:12:55.073+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.690471+0000 front 2023-12-07T16:12:20.690110+0000 (oldest deadline 2023-12-07T16:12:45.390045+0000) 2023-12-07T16:12:55.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:55 smithi178 bash[58314]: debug 2023-12-07T16:12:55.073+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:28.093149+0000 front 2023-12-07T16:12:28.093377+0000 (oldest deadline 2023-12-07T16:12:53.393008+0000) 2023-12-07T16:12:55.727 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:55 smithi178 bash[62007]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-5 2023-12-07T16:12:55.728 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:55 smithi178 bash[60335]: debug 2023-12-07T16:12:55.445+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:55.728 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:55 smithi178 bash[60335]: debug 2023-12-07T16:12:55.445+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:12:55.728 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:55 smithi178 bash[60335]: debug 2023-12-07T16:12:55.445+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:24.859712+0000 front 2023-12-07T16:12:24.859650+0000 (oldest deadline 2023-12-07T16:12:50.159437+0000) 2023-12-07T16:12:56.033 INFO:journalctl@ceph.osd.5.smithi178.stdout:Dec 07 16:12:55 smithi178 bash[62076]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-5 2023-12-07T16:12:56.104 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:56 smithi178 bash[58314]: debug 2023-12-07T16:12:56.029+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:56.104 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:56 smithi178 bash[58314]: debug 2023-12-07T16:12:56.029+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.690471+0000 front 2023-12-07T16:12:20.690110+0000 (oldest deadline 2023-12-07T16:12:45.390045+0000) 2023-12-07T16:12:56.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:56 smithi178 bash[58314]: debug 2023-12-07T16:12:56.029+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:28.093149+0000 front 2023-12-07T16:12:28.093377+0000 (oldest deadline 2023-12-07T16:12:53.393008+0000) 2023-12-07T16:12:56.772 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:56 smithi178 bash[60335]: debug 2023-12-07T16:12:56.429+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:56.772 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:56 smithi178 bash[60335]: debug 2023-12-07T16:12:56.429+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:12:56.772 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:56 smithi178 bash[60335]: debug 2023-12-07T16:12:56.429+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:24.859712+0000 front 2023-12-07T16:12:24.859650+0000 (oldest deadline 2023-12-07T16:12:50.159437+0000) 2023-12-07T16:12:57.354 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:57 smithi178 bash[58314]: debug 2023-12-07T16:12:57.073+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:57.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:57 smithi178 bash[58314]: debug 2023-12-07T16:12:57.073+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.690471+0000 front 2023-12-07T16:12:20.690110+0000 (oldest deadline 2023-12-07T16:12:45.390045+0000) 2023-12-07T16:12:57.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:57 smithi178 bash[58314]: debug 2023-12-07T16:12:57.073+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:28.093149+0000 front 2023-12-07T16:12:28.093377+0000 (oldest deadline 2023-12-07T16:12:53.393008+0000) 2023-12-07T16:12:57.847 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:57 smithi178 bash[60335]: debug 2023-12-07T16:12:57.445+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:57.848 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:57 smithi178 bash[60335]: debug 2023-12-07T16:12:57.445+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:12:57.848 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:57 smithi178 bash[60335]: debug 2023-12-07T16:12:57.445+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:24.859712+0000 front 2023-12-07T16:12:24.859650+0000 (oldest deadline 2023-12-07T16:12:50.159437+0000) 2023-12-07T16:12:57.851 DEBUG:teuthology.orchestra.run.smithi178:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.5.service' 2023-12-07T16:12:57.884 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:12:57.884 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-07T16:12:57.884 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-07T16:12:57.884 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.6 2023-12-07T16:12:58.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:57 smithi178 systemd[1]: Stopping Ceph osd.6 for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:12:58.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:58 smithi178 bash[58314]: debug 2023-12-07T16:12:58.057+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:58.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:58 smithi178 bash[58314]: debug 2023-12-07T16:12:58.057+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.690471+0000 front 2023-12-07T16:12:20.690110+0000 (oldest deadline 2023-12-07T16:12:45.390045+0000) 2023-12-07T16:12:58.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:58 smithi178 bash[58314]: debug 2023-12-07T16:12:58.057+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:28.093149+0000 front 2023-12-07T16:12:28.093377+0000 (oldest deadline 2023-12-07T16:12:53.393008+0000) 2023-12-07T16:12:58.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:58 smithi178 bash[58314]: debug 2023-12-07T16:12:58.081+0000 7f7e82b60700 -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-07T16:12:58.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:58 smithi178 bash[58314]: debug 2023-12-07T16:12:58.081+0000 7f7e82b60700 -1 osd.6 145 *** Got signal Terminated *** 2023-12-07T16:12:58.105 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:58 smithi178 bash[58314]: debug 2023-12-07T16:12:58.081+0000 7f7e82b60700 -1 osd.6 145 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:12:58.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:58 smithi178 bash[60335]: debug 2023-12-07T16:12:58.465+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:58.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:58 smithi178 bash[60335]: debug 2023-12-07T16:12:58.465+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:12:58.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:58 smithi178 bash[60335]: debug 2023-12-07T16:12:58.465+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:24.859712+0000 front 2023-12-07T16:12:24.859650+0000 (oldest deadline 2023-12-07T16:12:50.159437+0000) 2023-12-07T16:12:58.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:58 smithi178 bash[60335]: debug 2023-12-07T16:12:58.465+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2023-12-07T16:12:34.860930+0000 front 2023-12-07T16:12:34.860780+0000 (oldest deadline 2023-12-07T16:12:58.360777+0000) 2023-12-07T16:12:59.507 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:59 smithi178 bash[58314]: debug 2023-12-07T16:12:59.105+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:12:59.507 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:59 smithi178 bash[58314]: debug 2023-12-07T16:12:59.105+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.690471+0000 front 2023-12-07T16:12:20.690110+0000 (oldest deadline 2023-12-07T16:12:45.390045+0000) 2023-12-07T16:12:59.508 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:12:59 smithi178 bash[58314]: debug 2023-12-07T16:12:59.105+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:28.093149+0000 front 2023-12-07T16:12:28.093377+0000 (oldest deadline 2023-12-07T16:12:53.393008+0000) 2023-12-07T16:12:59.854 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:59 smithi178 bash[60335]: debug 2023-12-07T16:12:59.505+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:12:59.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:59 smithi178 bash[60335]: debug 2023-12-07T16:12:59.505+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:12:59.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:59 smithi178 bash[60335]: debug 2023-12-07T16:12:59.505+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:24.859712+0000 front 2023-12-07T16:12:24.859650+0000 (oldest deadline 2023-12-07T16:12:50.159437+0000) 2023-12-07T16:12:59.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:12:59 smithi178 bash[60335]: debug 2023-12-07T16:12:59.505+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2023-12-07T16:12:34.860930+0000 front 2023-12-07T16:12:34.860780+0000 (oldest deadline 2023-12-07T16:12:58.360777+0000) 2023-12-07T16:13:00.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:13:00 smithi178 bash[58314]: debug 2023-12-07T16:13:00.065+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:13:00.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:13:00 smithi178 bash[58314]: debug 2023-12-07T16:13:00.065+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.690471+0000 front 2023-12-07T16:12:20.690110+0000 (oldest deadline 2023-12-07T16:12:45.390045+0000) 2023-12-07T16:13:00.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:13:00 smithi178 bash[58314]: debug 2023-12-07T16:13:00.065+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:28.093149+0000 front 2023-12-07T16:12:28.093377+0000 (oldest deadline 2023-12-07T16:12:53.393008+0000) 2023-12-07T16:13:00.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:00 smithi178 bash[60335]: debug 2023-12-07T16:13:00.545+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:13:00.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:00 smithi178 bash[60335]: debug 2023-12-07T16:13:00.545+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:13:00.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:00 smithi178 bash[60335]: debug 2023-12-07T16:13:00.545+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:24.859712+0000 front 2023-12-07T16:12:24.859650+0000 (oldest deadline 2023-12-07T16:12:50.159437+0000) 2023-12-07T16:13:00.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:00 smithi178 bash[60335]: debug 2023-12-07T16:13:00.545+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2023-12-07T16:12:34.860930+0000 front 2023-12-07T16:12:34.860780+0000 (oldest deadline 2023-12-07T16:12:58.360777+0000) 2023-12-07T16:13:01.354 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:13:01 smithi178 bash[58314]: debug 2023-12-07T16:13:01.057+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:13:01.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:13:01 smithi178 bash[58314]: debug 2023-12-07T16:13:01.057+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.690471+0000 front 2023-12-07T16:12:20.690110+0000 (oldest deadline 2023-12-07T16:12:45.390045+0000) 2023-12-07T16:13:01.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:13:01 smithi178 bash[58314]: debug 2023-12-07T16:13:01.057+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:28.093149+0000 front 2023-12-07T16:12:28.093377+0000 (oldest deadline 2023-12-07T16:12:53.393008+0000) 2023-12-07T16:13:01.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:01 smithi178 bash[60335]: debug 2023-12-07T16:13:01.573+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:13:01.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:01 smithi178 bash[60335]: debug 2023-12-07T16:13:01.573+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:13:01.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:01 smithi178 bash[60335]: debug 2023-12-07T16:13:01.573+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:24.859712+0000 front 2023-12-07T16:12:24.859650+0000 (oldest deadline 2023-12-07T16:12:50.159437+0000) 2023-12-07T16:13:01.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:01 smithi178 bash[60335]: debug 2023-12-07T16:13:01.573+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2023-12-07T16:12:34.860930+0000 front 2023-12-07T16:12:34.860780+0000 (oldest deadline 2023-12-07T16:12:58.360777+0000) 2023-12-07T16:13:02.354 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:13:02 smithi178 bash[58314]: debug 2023-12-07T16:13:02.017+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:13:02.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:13:02 smithi178 bash[58314]: debug 2023-12-07T16:13:02.017+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.690471+0000 front 2023-12-07T16:12:20.690110+0000 (oldest deadline 2023-12-07T16:12:45.390045+0000) 2023-12-07T16:13:02.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:13:02 smithi178 bash[58314]: debug 2023-12-07T16:13:02.017+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:28.093149+0000 front 2023-12-07T16:12:28.093377+0000 (oldest deadline 2023-12-07T16:12:53.393008+0000) 2023-12-07T16:13:02.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:02 smithi178 bash[60335]: debug 2023-12-07T16:13:02.589+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:13:02.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:02 smithi178 bash[60335]: debug 2023-12-07T16:13:02.589+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:13:02.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:02 smithi178 bash[60335]: debug 2023-12-07T16:13:02.589+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:24.859712+0000 front 2023-12-07T16:12:24.859650+0000 (oldest deadline 2023-12-07T16:12:50.159437+0000) 2023-12-07T16:13:02.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:02 smithi178 bash[60335]: debug 2023-12-07T16:13:02.589+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2023-12-07T16:12:34.860930+0000 front 2023-12-07T16:12:34.860780+0000 (oldest deadline 2023-12-07T16:12:58.360777+0000) 2023-12-07T16:13:03.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:13:03 smithi178 bash[58314]: debug 2023-12-07T16:13:03.065+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:11.288894+0000 front 2023-12-07T16:12:11.288562+0000 (oldest deadline 2023-12-07T16:12:34.788470+0000) 2023-12-07T16:13:03.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:13:03 smithi178 bash[58314]: debug 2023-12-07T16:13:03.065+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.690471+0000 front 2023-12-07T16:12:20.690110+0000 (oldest deadline 2023-12-07T16:12:45.390045+0000) 2023-12-07T16:13:03.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:13:03 smithi178 bash[58314]: debug 2023-12-07T16:13:03.065+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:28.093149+0000 front 2023-12-07T16:12:28.093377+0000 (oldest deadline 2023-12-07T16:12:53.393008+0000) 2023-12-07T16:13:03.355 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:13:03 smithi178 bash[58314]: debug 2023-12-07T16:13:03.065+0000 7f7e7d958700 -1 osd.6 145 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2023-12-07T16:12:37.494646+0000 front 2023-12-07T16:12:37.494883+0000 (oldest deadline 2023-12-07T16:13:02.794491+0000) 2023-12-07T16:13:03.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:03 smithi178 bash[60335]: debug 2023-12-07T16:13:03.581+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:13:03.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:03 smithi178 bash[60335]: debug 2023-12-07T16:13:03.581+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:13:03.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:03 smithi178 bash[60335]: debug 2023-12-07T16:13:03.581+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:24.859712+0000 front 2023-12-07T16:12:24.859650+0000 (oldest deadline 2023-12-07T16:12:50.159437+0000) 2023-12-07T16:13:03.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:03 smithi178 bash[60335]: debug 2023-12-07T16:13:03.581+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2023-12-07T16:12:34.860930+0000 front 2023-12-07T16:12:34.860780+0000 (oldest deadline 2023-12-07T16:12:58.360777+0000) 2023-12-07T16:13:04.353 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:13:04 smithi178 bash[62215]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-6 2023-12-07T16:13:04.353 INFO:journalctl@ceph.osd.6.smithi178.stdout:Dec 07 16:13:04 smithi178 bash[62299]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-6 2023-12-07T16:13:04.605 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:04 smithi178 bash[60335]: debug 2023-12-07T16:13:04.601+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:13:04.605 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:04 smithi178 bash[60335]: debug 2023-12-07T16:13:04.601+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:13:04.605 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:04 smithi178 bash[60335]: debug 2023-12-07T16:13:04.601+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:24.859712+0000 front 2023-12-07T16:12:24.859650+0000 (oldest deadline 2023-12-07T16:12:50.159437+0000) 2023-12-07T16:13:04.605 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:04 smithi178 bash[60335]: debug 2023-12-07T16:13:04.601+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2023-12-07T16:12:34.860930+0000 front 2023-12-07T16:12:34.860780+0000 (oldest deadline 2023-12-07T16:12:58.360777+0000) 2023-12-07T16:13:05.835 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:05 smithi178 bash[60335]: debug 2023-12-07T16:13:05.577+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:13:05.836 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:05 smithi178 bash[60335]: debug 2023-12-07T16:13:05.577+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:13:05.836 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:05 smithi178 bash[60335]: debug 2023-12-07T16:13:05.577+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:24.859712+0000 front 2023-12-07T16:12:24.859650+0000 (oldest deadline 2023-12-07T16:12:50.159437+0000) 2023-12-07T16:13:05.836 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:05 smithi178 bash[60335]: debug 2023-12-07T16:13:05.577+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2023-12-07T16:12:34.860930+0000 front 2023-12-07T16:12:34.860780+0000 (oldest deadline 2023-12-07T16:12:58.360777+0000) 2023-12-07T16:13:06.288 DEBUG:teuthology.orchestra.run.smithi178:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.6.service' 2023-12-07T16:13:06.322 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:13:06.322 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-07T16:13:06.323 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-07T16:13:06.323 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.7 2023-12-07T16:13:06.569 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:06 smithi178 systemd[1]: Stopping Ceph osd.7 for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:13:06.569 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:06 smithi178 bash[60335]: debug 2023-12-07T16:13:06.477+0000 7fdf509e1700 -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-07T16:13:06.569 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:06 smithi178 bash[60335]: debug 2023-12-07T16:13:06.477+0000 7fdf509e1700 -1 osd.7 145 *** Got signal Terminated *** 2023-12-07T16:13:06.569 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:06 smithi178 bash[60335]: debug 2023-12-07T16:13:06.477+0000 7fdf509e1700 -1 osd.7 145 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:13:06.569 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:06 smithi178 bash[60335]: debug 2023-12-07T16:13:06.565+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:13:06.854 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:06 smithi178 bash[60335]: debug 2023-12-07T16:13:06.565+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:13:06.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:06 smithi178 bash[60335]: debug 2023-12-07T16:13:06.565+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:24.859712+0000 front 2023-12-07T16:12:24.859650+0000 (oldest deadline 2023-12-07T16:12:50.159437+0000) 2023-12-07T16:13:06.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:06 smithi178 bash[60335]: debug 2023-12-07T16:13:06.565+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2023-12-07T16:12:34.860930+0000 front 2023-12-07T16:12:34.860780+0000 (oldest deadline 2023-12-07T16:12:58.360777+0000) 2023-12-07T16:13:06.855 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:06 smithi178 bash[60335]: debug 2023-12-07T16:13:06.565+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.178:6804 osd.4 since back 2023-12-07T16:12:44.262206+0000 front 2023-12-07T16:12:44.262104+0000 (oldest deadline 2023-12-07T16:13:06.562126+0000) 2023-12-07T16:13:08.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:07 smithi178 bash[60335]: debug 2023-12-07T16:13:07.609+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:13:08.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:07 smithi178 bash[60335]: debug 2023-12-07T16:13:07.609+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:13:08.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:07 smithi178 bash[60335]: debug 2023-12-07T16:13:07.609+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:24.859712+0000 front 2023-12-07T16:12:24.859650+0000 (oldest deadline 2023-12-07T16:12:50.159437+0000) 2023-12-07T16:13:08.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:07 smithi178 bash[60335]: debug 2023-12-07T16:13:07.609+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2023-12-07T16:12:34.860930+0000 front 2023-12-07T16:12:34.860780+0000 (oldest deadline 2023-12-07T16:12:58.360777+0000) 2023-12-07T16:13:08.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:07 smithi178 bash[60335]: debug 2023-12-07T16:13:07.609+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.178:6804 osd.4 since back 2023-12-07T16:12:44.262206+0000 front 2023-12-07T16:12:44.262104+0000 (oldest deadline 2023-12-07T16:13:06.562126+0000) 2023-12-07T16:13:09.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:08 smithi178 bash[60335]: debug 2023-12-07T16:13:08.625+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:13:09.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:08 smithi178 bash[60335]: debug 2023-12-07T16:13:08.625+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:13:09.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:08 smithi178 bash[60335]: debug 2023-12-07T16:13:08.625+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:24.859712+0000 front 2023-12-07T16:12:24.859650+0000 (oldest deadline 2023-12-07T16:12:50.159437+0000) 2023-12-07T16:13:09.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:08 smithi178 bash[60335]: debug 2023-12-07T16:13:08.625+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2023-12-07T16:12:34.860930+0000 front 2023-12-07T16:12:34.860780+0000 (oldest deadline 2023-12-07T16:12:58.360777+0000) 2023-12-07T16:13:09.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:08 smithi178 bash[60335]: debug 2023-12-07T16:13:08.625+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.178:6804 osd.4 since back 2023-12-07T16:12:44.262206+0000 front 2023-12-07T16:12:44.262104+0000 (oldest deadline 2023-12-07T16:13:06.562126+0000) 2023-12-07T16:13:10.104 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:09 smithi178 bash[60335]: debug 2023-12-07T16:13:09.665+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:13:10.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:09 smithi178 bash[60335]: debug 2023-12-07T16:13:09.665+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:13:10.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:09 smithi178 bash[60335]: debug 2023-12-07T16:13:09.665+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:24.859712+0000 front 2023-12-07T16:12:24.859650+0000 (oldest deadline 2023-12-07T16:12:50.159437+0000) 2023-12-07T16:13:10.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:09 smithi178 bash[60335]: debug 2023-12-07T16:13:09.665+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2023-12-07T16:12:34.860930+0000 front 2023-12-07T16:12:34.860780+0000 (oldest deadline 2023-12-07T16:12:58.360777+0000) 2023-12-07T16:13:10.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:09 smithi178 bash[60335]: debug 2023-12-07T16:13:09.665+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.178:6804 osd.4 since back 2023-12-07T16:12:44.262206+0000 front 2023-12-07T16:12:44.262104+0000 (oldest deadline 2023-12-07T16:13:06.562126+0000) 2023-12-07T16:13:11.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:10 smithi178 bash[60335]: debug 2023-12-07T16:13:10.653+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6806 osd.0 since back 2023-12-07T16:12:10.856735+0000 front 2023-12-07T16:12:10.856856+0000 (oldest deadline 2023-12-07T16:12:35.556232+0000) 2023-12-07T16:13:11.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:10 smithi178 bash[60335]: debug 2023-12-07T16:13:10.653+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6814 osd.1 since back 2023-12-07T16:12:20.158676+0000 front 2023-12-07T16:12:20.158755+0000 (oldest deadline 2023-12-07T16:12:44.858585+0000) 2023-12-07T16:13:11.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:10 smithi178 bash[60335]: debug 2023-12-07T16:13:10.653+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6822 osd.2 since back 2023-12-07T16:12:24.859712+0000 front 2023-12-07T16:12:24.859650+0000 (oldest deadline 2023-12-07T16:12:50.159437+0000) 2023-12-07T16:13:11.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:10 smithi178 bash[60335]: debug 2023-12-07T16:13:10.653+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.42:6830 osd.3 since back 2023-12-07T16:12:34.860930+0000 front 2023-12-07T16:12:34.860780+0000 (oldest deadline 2023-12-07T16:12:58.360777+0000) 2023-12-07T16:13:11.105 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:10 smithi178 bash[60335]: debug 2023-12-07T16:13:10.653+0000 7fdf4a7d7700 -1 osd.7 145 heartbeat_check: no reply from 172.21.15.178:6804 osd.4 since back 2023-12-07T16:12:44.262206+0000 front 2023-12-07T16:12:44.262104+0000 (oldest deadline 2023-12-07T16:13:06.562126+0000) 2023-12-07T16:13:12.727 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:12 smithi178 bash[62444]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-7 2023-12-07T16:13:12.727 INFO:journalctl@ceph.osd.7.smithi178.stdout:Dec 07 16:13:12 smithi178 bash[62520]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-osd-7 2023-12-07T16:13:14.399 DEBUG:teuthology.orchestra.run.smithi178:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@osd.7.service' 2023-12-07T16:13:14.433 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:13:14.434 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-07T16:13:14.434 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2023-12-07T16:13:14.434 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ceph-b31e98c6-9517-11ee-95a2-87774f69a715@prometheus.a 2023-12-07T16:13:14.801 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:13:14 smithi178 systemd[1]: Stopping Ceph prometheus.a for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:13:14.801 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:13:14 smithi178 bash[49360]: ts=2023-12-07T16:13:14.582Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-07T16:13:14.801 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:13:14 smithi178 bash[49360]: ts=2023-12-07T16:13:14.583Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-07T16:13:14.801 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:13:14 smithi178 bash[49360]: ts=2023-12-07T16:13:14.583Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-07T16:13:14.801 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:13:14 smithi178 bash[49360]: ts=2023-12-07T16:13:14.583Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-07T16:13:14.802 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:13:14 smithi178 bash[49360]: ts=2023-12-07T16:13:14.583Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-07T16:13:14.802 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:13:14 smithi178 bash[49360]: ts=2023-12-07T16:13:14.583Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-07T16:13:14.802 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:13:14 smithi178 bash[49360]: ts=2023-12-07T16:13:14.583Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-07T16:13:14.802 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:13:14 smithi178 bash[49360]: ts=2023-12-07T16:13:14.583Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-07T16:13:14.802 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:13:14 smithi178 bash[49360]: ts=2023-12-07T16:13:14.583Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-07T16:13:14.802 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:13:14 smithi178 bash[49360]: ts=2023-12-07T16:13:14.584Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-07T16:13:14.802 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:13:14 smithi178 bash[49360]: ts=2023-12-07T16:13:14.584Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-07T16:13:14.803 INFO:journalctl@ceph.prometheus.a.smithi178.stdout:Dec 07 16:13:14 smithi178 bash[49360]: ts=2023-12-07T16:13:14.584Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-07T16:13:15.276 DEBUG:teuthology.orchestra.run.smithi178:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b31e98c6-9517-11ee-95a2-87774f69a715@prometheus.a.service' 2023-12-07T16:13:15.309 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:13:15.309 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2023-12-07T16:13:15.309 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b31e98c6-9517-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-07T16:13:19.815 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:13:19 smithi042 systemd[1]: Stopping Ceph node-exporter.a for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:13:20.620 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:13:20 smithi042 bash[80149]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-node-exporter-a 2023-12-07T16:13:20.620 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:13:20 smithi042 bash[80198]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-node-exporter.a 2023-12-07T16:13:20.620 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:13:20 smithi042 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-12-07T16:13:20.621 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:13:20 smithi042 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-07T16:13:20.621 INFO:journalctl@ceph.node-exporter.a.smithi042.stdout:Dec 07 16:13:20 smithi042 systemd[1]: Stopped Ceph node-exporter.a for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:13:21.058 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:13:20 smithi042 systemd[1]: Stopping Ceph alertmanager.a for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:13:21.059 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:13:20 smithi042 bash[59983]: level=info ts=2023-12-07T16:13:20.815Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-07T16:13:21.620 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:13:21 smithi042 bash[80235]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-alertmanager-a 2023-12-07T16:13:21.620 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:13:21 smithi042 bash[80282]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-alertmanager.a 2023-12-07T16:13:21.621 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:13:21 smithi042 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-07T16:13:21.621 INFO:journalctl@ceph.alertmanager.a.smithi042.stdout:Dec 07 16:13:21 smithi042 systemd[1]: Stopped Ceph alertmanager.a for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:13:55.858 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b31e98c6-9517-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-07T16:14:00.354 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:14:00 smithi178 systemd[1]: Stopping Ceph node-exporter.b for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:14:01.032 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:14:00 smithi178 bash[62895]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-node-exporter-b 2023-12-07T16:14:01.032 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:14:00 smithi178 bash[62944]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-node-exporter.b 2023-12-07T16:14:01.104 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:14:01 smithi178 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-12-07T16:14:01.104 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:14:01 smithi178 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-07T16:14:01.104 INFO:journalctl@ceph.node-exporter.b.smithi178.stdout:Dec 07 16:14:01 smithi178 systemd[1]: Stopped Ceph node-exporter.b for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:14:01.525 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:14:01 smithi178 systemd[1]: Stopping Ceph grafana.a for b31e98c6-9517-11ee-95a2-87774f69a715... 2023-12-07T16:14:01.526 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:14:01 smithi178 bash[47982]: t=2023-12-07T16:14:01+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-07T16:14:02.104 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:14:01 smithi178 bash[62982]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-grafana-a 2023-12-07T16:14:02.105 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:14:01 smithi178 bash[63041]: Error response from daemon: No such container: ceph-b31e98c6-9517-11ee-95a2-87774f69a715-grafana.a 2023-12-07T16:14:02.105 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:14:01 smithi178 systemd[1]: ceph-b31e98c6-9517-11ee-95a2-87774f69a715@grafana.a.service: Succeeded. 2023-12-07T16:14:02.105 INFO:journalctl@ceph.grafana.a.smithi178.stdout:Dec 07 16:14:01 smithi178 systemd[1]: Stopped Ceph grafana.a for b31e98c6-9517-11ee-95a2-87774f69a715. 2023-12-07T16:14:24.560 DEBUG:teuthology.orchestra.run.smithi042:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-07T16:14:24.577 DEBUG:teuthology.orchestra.run.smithi178:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-07T16:14:24.589 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-07T16:14:24.591 DEBUG:teuthology.misc:Transferring archived files from smithi042:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482150/remote/smithi042/crash 2023-12-07T16:14:24.592 DEBUG:teuthology.orchestra.run.smithi042:> sudo tar c -f - -C /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/crash -- . 2023-12-07T16:14:24.605 INFO:teuthology.orchestra.run.smithi042.stderr:tar: /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-07T16:14:24.605 INFO:teuthology.orchestra.run.smithi042.stderr:tar: Error is not recoverable: exiting now 2023-12-07T16:14:24.608 DEBUG:teuthology.misc:Transferring archived files from smithi178:/var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482150/remote/smithi178/crash 2023-12-07T16:14:24.609 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/crash -- . 2023-12-07T16:14:24.642 INFO:teuthology.orchestra.run.smithi178.stderr:tar: /var/lib/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-07T16:14:24.642 INFO:teuthology.orchestra.run.smithi178.stderr:tar: Error is not recoverable: exiting now 2023-12-07T16:14:24.643 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-07T16:14:24.644 DEBUG:teuthology.orchestra.run.smithi042:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-07T16:14:24.671 INFO:teuthology.orchestra.run.smithi042.stderr:grep: /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-07T16:14:24.673 INFO:tasks.cephadm:Compressing logs... 2023-12-07T16:14:24.673 DEBUG:teuthology.orchestra.run.smithi042:> 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-07T16:14:24.676 DEBUG:teuthology.orchestra.run.smithi178:> 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-07T16:14:24.685 INFO:teuthology.orchestra.run.smithi042.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-07T16:14:24.692 INFO:teuthology.orchestra.run.smithi178.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-07T16:14:24.694 INFO:teuthology.orchestra.run.smithi042.stderr:gzip -5 --verbose -- /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-mon.a.log 2023-12-07T16:14:24.694 INFO:teuthology.orchestra.run.smithi042.stderr:gzip -5 --verbose -- /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-mgr.y.log 2023-12-07T16:14:24.695 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi042.bhilti.log 2023-12-07T16:14:24.695 INFO:teuthology.orchestra.run.smithi042.stderr:gzip -5 --verbose -- /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-mon.c.log 2023-12-07T16:14:24.696 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-12-07T16:14:24.697 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi042.bhilti.log: /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-mon.c.log: 62.6% -- replaced with /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi042.bhilti.log.gz 2023-12-07T16:14:24.697 INFO:teuthology.orchestra.run.smithi042.stderr:gzip -5 --verbose -- /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/tcmu-runner.log 2023-12-07T16:14:24.698 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-12-07T16:14:24.699 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/tcmu-runner.log: gzip -5 --verbose -- /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-12-07T16:14:24.699 INFO:teuthology.orchestra.run.smithi042.stderr: 82.2% -- replaced with /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/tcmu-runner.log.gz 2023-12-07T16:14:24.703 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi042.hcortj.log 2023-12-07T16:14:24.704 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-07T16:14:24.705 INFO:teuthology.orchestra.run.smithi178.stderr:gzip -5 --verbose -- /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-mon.b.log 2023-12-07T16:14:24.705 INFO:teuthology.orchestra.run.smithi178.stderr:gzip -5 --verbose -- /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-12-07T16:14:24.705 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-mgr.x.log 2023-12-07T16:14:24.706 INFO:teuthology.orchestra.run.smithi178.stderr:gzip -5 --verbose -- /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.6.log 2023-12-07T16:14:24.707 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi042.hcortj.log: gzip -5 --verbose -- /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-12-07T16:14:24.708 INFO:teuthology.orchestra.run.smithi042.stderr: 62.6% -- replaced with /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi042.hcortj.log.gz 2023-12-07T16:14:24.708 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-07T16:14:24.709 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi178.kllngz.log 2023-12-07T16:14:24.709 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-mgr.x.log: /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi178.qokiza.log 2023-12-07T16:14:24.709 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi178.kllngz.log: gzip -5 --verbose -- /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-12-07T16:14:24.709 INFO:teuthology.orchestra.run.smithi178.stderr: 62.4% -- replaced with /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi178.kllngz.log.gz 2023-12-07T16:14:24.709 INFO:teuthology.orchestra.run.smithi178.stderr:gzip -5 --verbose -- /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-07T16:14:24.709 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi178.qokiza.log: gzip -5 --verbose -- /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-12-07T16:14:24.710 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.4.log: 62.5% -- replaced with /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi178.qokiza.log.gz 2023-12-07T16:14:24.714 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-07T16:14:24.727 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.7.log: /var/log/ceph/cephadm.log: 91.4% -- replaced with /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-07T16:14:24.727 INFO:teuthology.orchestra.run.smithi178.stderr: 86.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-07T16:14:24.732 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.2.log: /var/log/ceph/cephadm.log: 91.2% -- replaced with /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-07T16:14:24.735 INFO:teuthology.orchestra.run.smithi042.stderr: 91.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-07T16:14:24.774 INFO:teuthology.orchestra.run.smithi178.stderr: 89.1% -- replaced with /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-mgr.x.log.gz 2023-12-07T16:14:25.020 INFO:teuthology.orchestra.run.smithi178.stderr: 92.6% -- replaced with /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-mon.b.log.gz 2023-12-07T16:14:25.071 INFO:teuthology.orchestra.run.smithi042.stderr: 88.7% -- replaced with /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-mgr.y.log.gz 2023-12-07T16:14:25.196 INFO:teuthology.orchestra.run.smithi042.stderr: 92.5% -- replaced with /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-mon.c.log.gz 2023-12-07T16:14:25.566 INFO:teuthology.orchestra.run.smithi042.stderr: 91.1% -- replaced with /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-mon.a.log.gz 2023-12-07T16:14:25.601 INFO:teuthology.orchestra.run.smithi042.stderr: 93.5% -- replaced with /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-12-07T16:14:25.668 INFO:teuthology.orchestra.run.smithi178.stderr: 93.1% -- replaced with /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-12-07T16:14:25.969 INFO:teuthology.orchestra.run.smithi042.stderr: 93.6% -- replaced with /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-12-07T16:14:26.005 INFO:teuthology.orchestra.run.smithi178.stderr: 93.4% -- replaced with /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-12-07T16:14:26.030 INFO:teuthology.orchestra.run.smithi178.stderr: 93.6% -- replaced with /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-12-07T16:14:26.066 INFO:teuthology.orchestra.run.smithi178.stderr: 93.5% -- replaced with /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-12-07T16:14:26.068 INFO:teuthology.orchestra.run.smithi178.stderr: 2023-12-07T16:14:26.068 INFO:teuthology.orchestra.run.smithi178.stderr:real 0m1.387s 2023-12-07T16:14:26.069 INFO:teuthology.orchestra.run.smithi178.stderr:user 0m5.197s 2023-12-07T16:14:26.069 INFO:teuthology.orchestra.run.smithi178.stderr:sys 0m0.183s 2023-12-07T16:14:26.127 INFO:teuthology.orchestra.run.smithi042.stderr: 93.6% -- replaced with /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-12-07T16:14:26.401 INFO:teuthology.orchestra.run.smithi042.stderr: 93.5% -- replaced with /var/log/ceph/b31e98c6-9517-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-12-07T16:14:26.402 INFO:teuthology.orchestra.run.smithi042.stderr: 2023-12-07T16:14:26.402 INFO:teuthology.orchestra.run.smithi042.stderr:real 0m1.723s 2023-12-07T16:14:26.402 INFO:teuthology.orchestra.run.smithi042.stderr:user 0m6.832s 2023-12-07T16:14:26.403 INFO:teuthology.orchestra.run.smithi042.stderr:sys 0m0.256s 2023-12-07T16:14:26.403 INFO:tasks.cephadm:Archiving logs... 2023-12-07T16:14:26.403 DEBUG:teuthology.misc:Transferring archived files from smithi042:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482150/remote/smithi042/log 2023-12-07T16:14:26.404 DEBUG:teuthology.orchestra.run.smithi042:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-07T16:14:27.219 DEBUG:teuthology.misc:Transferring archived files from smithi178:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482150/remote/smithi178/log 2023-12-07T16:14:27.220 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-07T16:14:27.935 INFO:tasks.cephadm:Removing cluster... 2023-12-07T16:14:27.935 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b31e98c6-9517-11ee-95a2-87774f69a715 --force 2023-12-07T16:14:28.732 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b31e98c6-9517-11ee-95a2-87774f69a715 --force 2023-12-07T16:14:29.522 INFO:tasks.cephadm:Removing cephadm ... 2023-12-07T16:14:29.522 DEBUG:teuthology.orchestra.run.smithi042:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-07T16:14:29.529 DEBUG:teuthology.orchestra.run.smithi178:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-07T16:14:29.536 INFO:tasks.cephadm:Teardown complete 2023-12-07T16:14:29.536 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-07T16:14:29.545 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-07T16:14:29.545 DEBUG:teuthology.orchestra.run.smithi042:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T16:14:29.548 DEBUG:teuthology.orchestra.run.smithi178:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T16:14:29.567 INFO:teuthology.orchestra.run.smithi042.stdout: remote refid st t when poll reach delay offset jitter 2023-12-07T16:14:29.567 INFO:teuthology.orchestra.run.smithi042.stdout:============================================================================== 2023-12-07T16:14:29.567 INFO:teuthology.orchestra.run.smithi042.stdout:*hv01.front.sepi 44.4.53.2 2 u 18 64 377 0.096 7.212 0.904 2023-12-07T16:14:29.567 INFO:teuthology.orchestra.run.smithi042.stdout:+hv02.front.sepi 63.231.80.2 3 u 11 64 377 0.086 7.929 0.892 2023-12-07T16:14:29.567 INFO:teuthology.orchestra.run.smithi042.stdout:+hv03.front.sepi 74.6.168.72 3 u 22 64 377 0.083 6.670 1.568 2023-12-07T16:14:29.567 INFO:teuthology.orchestra.run.smithi042.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-07T16:14:29.569 INFO:teuthology.orchestra.run.smithi178.stdout: remote refid st t when poll reach delay offset jitter 2023-12-07T16:14:29.569 INFO:teuthology.orchestra.run.smithi178.stdout:============================================================================== 2023-12-07T16:14:29.569 INFO:teuthology.orchestra.run.smithi178.stdout:*hv01.front.sepi 44.4.53.2 2 u 14 64 377 0.069 2.163 1.066 2023-12-07T16:14:29.569 INFO:teuthology.orchestra.run.smithi178.stdout:+hv02.front.sepi 63.231.80.2 3 u 12 64 377 0.074 2.848 0.604 2023-12-07T16:14:29.569 INFO:teuthology.orchestra.run.smithi178.stdout:+hv03.front.sepi 74.6.168.72 3 u 13 64 377 0.098 3.672 1.215 2023-12-07T16:14:29.569 INFO:teuthology.orchestra.run.smithi178.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-07T16:14:29.569 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-07T16:14:29.578 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-07T16:14:29.579 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-07T16:14:29.594 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-07T16:14:29.602 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-07T16:14:29.609 INFO:teuthology.task.internal:Duration was 2081.155697 seconds 2023-12-07T16:14:29.610 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-07T16:14:29.618 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-07T16:14:29.618 DEBUG:teuthology.orchestra.run.smithi042:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T16:14:29.620 DEBUG:teuthology.orchestra.run.smithi178:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T16:14:29.671 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-07T16:14:29.671 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi042.front.sepia.ceph.com 2023-12-07T16:14:29.672 DEBUG:teuthology.orchestra.run.smithi042:> 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-07T16:14:29.685 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi178.front.sepia.ceph.com 2023-12-07T16:14:29.685 DEBUG:teuthology.orchestra.run.smithi178:> 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-07T16:14:29.699 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-07T16:14:29.699 DEBUG:teuthology.orchestra.run.smithi042:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T16:14:29.729 DEBUG:teuthology.orchestra.run.smithi178:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T16:14:29.790 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-07T16:14:29.790 DEBUG:teuthology.orchestra.run.smithi042:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T16:14:29.793 DEBUG:teuthology.orchestra.run.smithi178:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T16:14:29.954 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-07T16:14:29.963 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-07T16:14:29.964 DEBUG:teuthology.orchestra.run.smithi042:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T16:14:29.979 DEBUG:teuthology.orchestra.run.smithi178:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T16:14:29.993 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-07T16:14:30.002 DEBUG:teuthology.orchestra.run.smithi042:> 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-07T16:14:30.025 DEBUG:teuthology.orchestra.run.smithi178:> 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-07T16:14:30.036 INFO:teuthology.orchestra.run.smithi042.stdout:kernel.core_pattern = core 2023-12-07T16:14:30.047 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern = core 2023-12-07T16:14:30.073 DEBUG:teuthology.orchestra.run.smithi042:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T16:14:30.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:14:30.079 DEBUG:teuthology.orchestra.run.smithi178:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T16:14:30.084 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:14:30.085 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-07T16:14:30.094 INFO:teuthology.task.internal:Transferring archived files... 2023-12-07T16:14:30.095 DEBUG:teuthology.misc:Transferring archived files from smithi042:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482150/remote/smithi042 2023-12-07T16:14:30.095 DEBUG:teuthology.orchestra.run.smithi042:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T16:14:30.153 DEBUG:teuthology.misc:Transferring archived files from smithi178:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482150/remote/smithi178 2023-12-07T16:14:30.153 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T16:14:30.181 INFO:teuthology.task.internal:Removing archive directory... 2023-12-07T16:14:30.181 DEBUG:teuthology.orchestra.run.smithi042:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T16:14:30.183 DEBUG:teuthology.orchestra.run.smithi178:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T16:14:30.223 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-07T16:14:30.234 INFO:teuthology.task.internal:Not uploading archives. 2023-12-07T16:14:30.234 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-07T16:14:30.244 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-07T16:14:30.244 DEBUG:teuthology.orchestra.run.smithi042:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T16:14:30.246 DEBUG:teuthology.orchestra.run.smithi178:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T16:14:30.252 INFO:teuthology.orchestra.run.smithi042.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 16:14 /home/ubuntu/cephtest 2023-12-07T16:14:30.254 INFO:teuthology.orchestra.run.smithi178.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 16:14 /home/ubuntu/cephtest 2023-12-07T16:14:30.256 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-07T16:14:30.266 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-07T16:14:30.285 INFO:teuthology.nuke:Checking targets against current locks 2023-12-07T16:14:30.310 DEBUG:teuthology.nuke:shortname: smithi042 2023-12-07T16:14:30.311 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T16:14:30.333 DEBUG:teuthology.nuke:shortname: smithi178 2023-12-07T16:14:30.333 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T16:14:30.336 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi042.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482150', '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-07 15:30:16.856841', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-07T16:14:30.359 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi178.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482150', '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-07 15:30:16.858254', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-07T16:14:30.385 INFO:teuthology.orchestra.console.smithi042:Power off 2023-12-07T16:14:30.386 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T16:14:30.408 DEBUG:teuthology.orchestra.console.smithi042:power off output: Chassis Power Control: Down/Off 2023-12-07T16:14:30.409 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T16:14:30.423 INFO:teuthology.orchestra.console.smithi178:Power off 2023-12-07T16:14:30.423 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T16:14:30.432 DEBUG:teuthology.orchestra.console.smithi042:check power output: Chassis Power is on 2023-12-07T16:14:30.448 DEBUG:teuthology.orchestra.console.smithi178:power off output: Chassis Power Control: Down/Off 2023-12-07T16:14:30.448 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T16:14:30.469 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is on 2023-12-07T16:14:34.433 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T16:14:34.470 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T16:14:34.543 DEBUG:teuthology.orchestra.console.smithi042:check power output: Chassis Power is on 2023-12-07T16:14:34.579 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is on 2023-12-07T16:14:38.548 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T16:14:38.581 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T16:14:38.658 DEBUG:teuthology.orchestra.console.smithi042:check power output: Chassis Power is on 2023-12-07T16:14:38.689 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is on 2023-12-07T16:14:42.663 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T16:14:42.691 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T16:14:42.772 DEBUG:teuthology.orchestra.console.smithi042:check power output: Chassis Power is off 2023-12-07T16:14:42.799 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is off 2023-12-07T16:14:42.873 INFO:teuthology.orchestra.console.smithi042:Power off completed 2023-12-07T16:14:42.900 INFO:teuthology.orchestra.console.smithi178:Power off completed 2023-12-07T16:14:43.005 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: 2081.155697107315 failure_reason: 'Command failed on smithi042 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 b31e98c6-9517-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=9f24ac3159f346d6992bcdb48a2fdeab status: fail success: false 2023-12-07T16:14:43.006 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T16:14:43.085 INFO:teuthology.run:FAIL