2023-12-06T07:07:26.289 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-06T07:07:26.290 DEBUG:teuthology.run:Teuthology command: teuthology --name adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi --description orch:cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/off mon_election/connectivity} --owner scheduled_adking@teuthology --verbose --archive /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479349 -- /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479349/orig.config.yaml 2023-12-06T07:07:26.321 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T07:07:26.404 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479349 branch: wip-adk-testing-2023-12-05-1905 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: adking@redhat.com first_in_suite: false job_id: '7479349' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-adk-testing-2023-12-05-1905 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: 0482646fcf78576d871bc87843257d82edb79541 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0482646fcf78576d871bc87843257d82edb79541 workunit: branch: wip-adk-testing-2023-12-05-1905 sha1: 0482646fcf78576d871bc87843257d82edb79541 owner: scheduled_adking@teuthology priority: 80 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: 2836 sha1: 0482646fcf78576d871bc87843257d82edb79541 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-12-05-1905 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 0482646fcf78576d871bc87843257d82edb79541 targets: smithi172.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi195.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-06_06:12:16 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-06T07:07:26.405 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa; will attempt to use it 2023-12-06T07:07:26.405 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa/tasks 2023-12-06T07:07:26.405 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-06T07:07:26.407 INFO:teuthology.task.internal:Checking packages... 2023-12-06T07:07:26.430 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '0482646fcf78576d871bc87843257d82edb79541' 2023-12-06T07:07:26.430 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-06T07:07:26.430 INFO:teuthology.packaging:ref: None 2023-12-06T07:07:26.430 INFO:teuthology.packaging:tag: None 2023-12-06T07:07:26.430 INFO:teuthology.packaging:branch: wip-adk-testing-2023-12-05-1905 2023-12-06T07:07:26.430 INFO:teuthology.packaging:sha1: 0482646fcf78576d871bc87843257d82edb79541 2023-12-06T07:07:26.430 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-adk-testing-2023-12-05-1905 2023-12-06T07:07:26.592 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-26-g0482646f-1focal 2023-12-06T07:07:26.593 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-06T07:07:26.598 INFO:teuthology.task.internal:no buildpackages task found 2023-12-06T07:07:26.598 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-06T07:07:26.611 INFO:teuthology.task.internal:Saving configuration 2023-12-06T07:07:26.625 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-06T07:07:26.629 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T07:07:26.654 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi172.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479349', '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-06 07:01:13.470397', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-06T07:07:26.678 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi195.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479349', '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-06 07:01:13.472184', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-06T07:07:26.678 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-06T07:07:26.683 INFO:teuthology.task.internal:roles: ubuntu@smithi172.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-06T07:07:26.683 INFO:teuthology.task.internal:roles: ubuntu@smithi195.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-06T07:07:26.683 INFO:teuthology.run_tasks:Running task console_log... 2023-12-06T07:07:26.749 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f06537b41f0>, signals=[15]) 2023-12-06T07:07:26.750 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-06T07:07:26.757 INFO:teuthology.task.internal:Opening connections... 2023-12-06T07:07:26.758 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi172.front.sepia.ceph.com 2023-12-06T07:07:26.759 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T07:07:26.801 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi195.front.sepia.ceph.com 2023-12-06T07:07:26.801 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T07:07:26.850 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-06T07:07:26.857 DEBUG:teuthology.orchestra.run.smithi172:> uname -m 2023-12-06T07:07:26.887 INFO:teuthology.orchestra.run.smithi172.stdout:x86_64 2023-12-06T07:07:26.887 DEBUG:teuthology.orchestra.run.smithi172:> cat /etc/os-release 2023-12-06T07:07:26.936 INFO:teuthology.orchestra.run.smithi172.stdout:NAME="Ubuntu" 2023-12-06T07:07:26.936 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-06T07:07:26.936 INFO:teuthology.orchestra.run.smithi172.stdout:ID=ubuntu 2023-12-06T07:07:26.936 INFO:teuthology.orchestra.run.smithi172.stdout:ID_LIKE=debian 2023-12-06T07:07:26.936 INFO:teuthology.orchestra.run.smithi172.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-06T07:07:26.936 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION_ID="20.04" 2023-12-06T07:07:26.936 INFO:teuthology.orchestra.run.smithi172.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-06T07:07:26.936 INFO:teuthology.orchestra.run.smithi172.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-06T07:07:26.936 INFO:teuthology.orchestra.run.smithi172.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-06T07:07:26.937 INFO:teuthology.orchestra.run.smithi172.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-06T07:07:26.937 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION_CODENAME=focal 2023-12-06T07:07:26.937 INFO:teuthology.orchestra.run.smithi172.stdout:UBUNTU_CODENAME=focal 2023-12-06T07:07:26.937 INFO:teuthology.lock.ops:Updating smithi172.front.sepia.ceph.com on lock server 2023-12-06T07:07:26.967 DEBUG:teuthology.orchestra.run.smithi195:> uname -m 2023-12-06T07:07:26.973 INFO:teuthology.orchestra.run.smithi195.stdout:x86_64 2023-12-06T07:07:26.974 DEBUG:teuthology.orchestra.run.smithi195:> cat /etc/os-release 2023-12-06T07:07:27.023 INFO:teuthology.orchestra.run.smithi195.stdout:NAME="Ubuntu" 2023-12-06T07:07:27.024 INFO:teuthology.orchestra.run.smithi195.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-06T07:07:27.024 INFO:teuthology.orchestra.run.smithi195.stdout:ID=ubuntu 2023-12-06T07:07:27.024 INFO:teuthology.orchestra.run.smithi195.stdout:ID_LIKE=debian 2023-12-06T07:07:27.024 INFO:teuthology.orchestra.run.smithi195.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-06T07:07:27.024 INFO:teuthology.orchestra.run.smithi195.stdout:VERSION_ID="20.04" 2023-12-06T07:07:27.024 INFO:teuthology.orchestra.run.smithi195.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-06T07:07:27.024 INFO:teuthology.orchestra.run.smithi195.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-06T07:07:27.024 INFO:teuthology.orchestra.run.smithi195.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-06T07:07:27.024 INFO:teuthology.orchestra.run.smithi195.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-06T07:07:27.024 INFO:teuthology.orchestra.run.smithi195.stdout:VERSION_CODENAME=focal 2023-12-06T07:07:27.024 INFO:teuthology.orchestra.run.smithi195.stdout:UBUNTU_CODENAME=focal 2023-12-06T07:07:27.025 INFO:teuthology.lock.ops:Updating smithi195.front.sepia.ceph.com on lock server 2023-12-06T07:07:27.050 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-06T07:07:27.058 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-06T07:07:27.063 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-06T07:07:27.063 DEBUG:teuthology.orchestra.run.smithi172:> test '!' -e /home/ubuntu/cephtest 2023-12-06T07:07:27.065 DEBUG:teuthology.orchestra.run.smithi195:> test '!' -e /home/ubuntu/cephtest 2023-12-06T07:07:27.070 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-06T07:07:27.076 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-06T07:07:27.076 DEBUG:teuthology.orchestra.run.smithi172:> test -z $(ls -A /var/lib/ceph) 2023-12-06T07:07:27.078 DEBUG:teuthology.orchestra.run.smithi195:> test -z $(ls -A /var/lib/ceph) 2023-12-06T07:07:27.106 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-06T07:07:27.161 INFO:teuthology.run_tasks:Running task kernel... 2023-12-06T07:07:27.176 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-06T07:07:27.176 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-06T07:07:27.177 DEBUG:teuthology.orchestra.run.smithi172:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T07:07:27.177 DEBUG:teuthology.orchestra.run.smithi195:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T07:07:27.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:07:27.183 DEBUG:teuthology.orchestra.run.smithi172:> uname -r 2023-12-06T07:07:27.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:07:27.184 DEBUG:teuthology.orchestra.run.smithi195:> uname -r 2023-12-06T07:07:27.190 INFO:teuthology.orchestra.run.smithi172.stdout:5.4.0-124-generic 2023-12-06T07:07:27.190 INFO:teuthology.task.kernel:Running kernel on smithi172: 5.4.0-124-generic 2023-12-06T07:07:27.191 DEBUG:teuthology.orchestra.run.smithi172:> sudo apt-get clean 2023-12-06T07:07:27.191 INFO:teuthology.orchestra.run.smithi195.stdout:5.4.0-124-generic 2023-12-06T07:07:27.192 INFO:teuthology.task.kernel:Running kernel on smithi195: 5.4.0-124-generic 2023-12-06T07:07:27.192 DEBUG:teuthology.orchestra.run.smithi195:> sudo apt-get clean 2023-12-06T07:07:27.296 DEBUG:teuthology.orchestra.run.smithi195:> sudo apt-get update 2023-12-06T07:07:27.332 DEBUG:teuthology.orchestra.run.smithi172:> sudo apt-get update 2023-12-06T07:07:27.454 INFO:teuthology.orchestra.run.smithi195.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-06T07:07:27.561 INFO:teuthology.orchestra.run.smithi195.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-06T07:07:27.626 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-06T07:07:27.626 INFO:teuthology.orchestra.run.smithi172.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-06T07:07:27.643 INFO:teuthology.orchestra.run.smithi195.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-06T07:07:27.673 INFO:teuthology.orchestra.run.smithi172.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-06T07:07:27.743 INFO:teuthology.orchestra.run.smithi195.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-06T07:07:27.841 INFO:teuthology.orchestra.run.smithi195.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-06T07:07:27.880 INFO:teuthology.orchestra.run.smithi195.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-06T07:07:27.883 INFO:teuthology.orchestra.run.smithi195.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-06T07:07:27.884 INFO:teuthology.orchestra.run.smithi195.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-06T07:07:27.899 INFO:teuthology.orchestra.run.smithi195.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-06T07:07:27.900 INFO:teuthology.orchestra.run.smithi195.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-06T07:07:27.902 INFO:teuthology.orchestra.run.smithi195.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-06T07:07:27.902 INFO:teuthology.orchestra.run.smithi195.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-06T07:07:27.906 INFO:teuthology.orchestra.run.smithi195.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-06T07:07:27.913 INFO:teuthology.orchestra.run.smithi195.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-06T07:07:27.914 INFO:teuthology.orchestra.run.smithi195.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-06T07:07:27.916 INFO:teuthology.orchestra.run.smithi195.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-06T07:07:27.916 INFO:teuthology.orchestra.run.smithi195.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-06T07:07:27.933 INFO:teuthology.orchestra.run.smithi195.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-06T07:07:27.933 INFO:teuthology.orchestra.run.smithi195.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-06T07:07:27.986 INFO:teuthology.orchestra.run.smithi195.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-06T07:07:28.026 INFO:teuthology.orchestra.run.smithi172.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-06T07:07:28.095 INFO:teuthology.orchestra.run.smithi172.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-06T07:07:28.126 INFO:teuthology.orchestra.run.smithi195.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-06T07:07:28.237 INFO:teuthology.orchestra.run.smithi172.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-06T07:07:28.397 INFO:teuthology.orchestra.run.smithi195.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-06T07:07:28.479 INFO:teuthology.orchestra.run.smithi172.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-06T07:07:28.576 INFO:teuthology.orchestra.run.smithi195.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-06T07:07:28.590 INFO:teuthology.orchestra.run.smithi195.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-06T07:07:28.591 INFO:teuthology.orchestra.run.smithi195.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-06T07:07:28.592 INFO:teuthology.orchestra.run.smithi195.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-06T07:07:28.656 INFO:teuthology.orchestra.run.smithi195.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-06T07:07:28.674 INFO:teuthology.orchestra.run.smithi195.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-06T07:07:28.675 INFO:teuthology.orchestra.run.smithi172.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-06T07:07:28.691 INFO:teuthology.orchestra.run.smithi172.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-06T07:07:28.691 INFO:teuthology.orchestra.run.smithi172.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-06T07:07:28.692 INFO:teuthology.orchestra.run.smithi172.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-06T07:07:28.735 INFO:teuthology.orchestra.run.smithi172.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-06T07:07:28.752 INFO:teuthology.orchestra.run.smithi172.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-06T07:07:28.761 INFO:teuthology.orchestra.run.smithi172.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-06T07:07:28.761 INFO:teuthology.orchestra.run.smithi172.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-06T07:07:28.762 INFO:teuthology.orchestra.run.smithi172.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-06T07:07:28.764 INFO:teuthology.orchestra.run.smithi172.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-06T07:07:28.770 INFO:teuthology.orchestra.run.smithi172.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-06T07:07:28.770 INFO:teuthology.orchestra.run.smithi172.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-06T07:07:28.795 INFO:teuthology.orchestra.run.smithi172.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-06T07:07:28.838 INFO:teuthology.orchestra.run.smithi195.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-06T07:07:28.841 INFO:teuthology.orchestra.run.smithi172.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-06T07:07:28.849 INFO:teuthology.orchestra.run.smithi172.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-06T07:07:28.989 INFO:teuthology.orchestra.run.smithi172.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-06T07:07:29.014 INFO:teuthology.orchestra.run.smithi172.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-06T07:07:29.420 INFO:teuthology.orchestra.run.smithi172.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-06T07:07:29.425 INFO:teuthology.orchestra.run.smithi172.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-06T07:07:29.428 INFO:teuthology.orchestra.run.smithi172.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-06T07:07:29.435 INFO:teuthology.orchestra.run.smithi172.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-06T07:07:29.437 INFO:teuthology.orchestra.run.smithi172.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-06T07:07:29.491 INFO:teuthology.orchestra.run.smithi195.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-06T07:07:29.530 INFO:teuthology.orchestra.run.smithi195.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-06T07:07:29.544 INFO:teuthology.orchestra.run.smithi195.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-06T07:07:29.545 INFO:teuthology.orchestra.run.smithi195.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-06T07:07:29.546 INFO:teuthology.orchestra.run.smithi195.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-06T07:07:29.547 INFO:teuthology.orchestra.run.smithi195.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-06T07:07:29.548 INFO:teuthology.orchestra.run.smithi195.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-06T07:07:29.548 INFO:teuthology.orchestra.run.smithi195.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-06T07:07:29.573 INFO:teuthology.orchestra.run.smithi195.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-06T07:07:29.575 INFO:teuthology.orchestra.run.smithi195.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-06T07:07:29.664 INFO:teuthology.orchestra.run.smithi172.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-06T07:07:29.702 INFO:teuthology.orchestra.run.smithi172.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-06T07:07:29.716 INFO:teuthology.orchestra.run.smithi172.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-06T07:07:29.717 INFO:teuthology.orchestra.run.smithi172.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-06T07:07:29.718 INFO:teuthology.orchestra.run.smithi172.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-06T07:07:29.718 INFO:teuthology.orchestra.run.smithi172.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-06T07:07:29.719 INFO:teuthology.orchestra.run.smithi172.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-06T07:07:29.719 INFO:teuthology.orchestra.run.smithi172.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-06T07:07:29.740 INFO:teuthology.orchestra.run.smithi195.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-06T07:07:29.745 INFO:teuthology.orchestra.run.smithi172.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-06T07:07:29.746 INFO:teuthology.orchestra.run.smithi172.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-06T07:07:29.903 INFO:teuthology.orchestra.run.smithi195.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-06T07:07:29.910 INFO:teuthology.orchestra.run.smithi172.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-06T07:07:29.954 INFO:teuthology.orchestra.run.smithi195.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-06T07:07:30.073 INFO:teuthology.orchestra.run.smithi172.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-06T07:07:30.124 INFO:teuthology.orchestra.run.smithi172.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-06T07:07:31.896 INFO:teuthology.orchestra.run.smithi195.stdout:Fetched 18.3 MB in 3s (7,055 kB/s) 2023-12-06T07:07:32.535 INFO:teuthology.orchestra.run.smithi172.stdout:Fetched 18.3 MB in 3s (5,645 kB/s) 2023-12-06T07:07:33.368 INFO:teuthology.orchestra.run.smithi195.stdout:Reading package lists... 2023-12-06T07:07:33.395 DEBUG:teuthology.orchestra.run.smithi195:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-06T07:07:33.475 INFO:teuthology.orchestra.run.smithi195.stdout:Reading package lists... 2023-12-06T07:07:33.687 INFO:teuthology.orchestra.run.smithi195.stdout:Building dependency tree... 2023-12-06T07:07:33.688 INFO:teuthology.orchestra.run.smithi195.stdout:Reading state information... 2023-12-06T07:07:33.885 INFO:teuthology.orchestra.run.smithi195.stdout:The following additional packages will be installed: 2023-12-06T07:07:33.885 INFO:teuthology.orchestra.run.smithi195.stdout: linux-generic linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-06T07:07:33.885 INFO:teuthology.orchestra.run.smithi195.stdout: linux-headers-generic linux-image-5.4.0-167-generic 2023-12-06T07:07:33.886 INFO:teuthology.orchestra.run.smithi195.stdout: linux-modules-5.4.0-167-generic linux-modules-extra-5.4.0-167-generic 2023-12-06T07:07:33.887 INFO:teuthology.orchestra.run.smithi195.stdout:Suggested packages: 2023-12-06T07:07:33.887 INFO:teuthology.orchestra.run.smithi195.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-12-06T07:07:33.887 INFO:teuthology.orchestra.run.smithi195.stdout:Recommended packages: 2023-12-06T07:07:33.887 INFO:teuthology.orchestra.run.smithi195.stdout: thermald 2023-12-06T07:07:33.952 INFO:teuthology.orchestra.run.smithi195.stdout:The following NEW packages will be installed: 2023-12-06T07:07:33.952 INFO:teuthology.orchestra.run.smithi195.stdout: linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-06T07:07:33.952 INFO:teuthology.orchestra.run.smithi195.stdout: linux-image-5.4.0-167-generic linux-modules-5.4.0-167-generic 2023-12-06T07:07:33.952 INFO:teuthology.orchestra.run.smithi195.stdout: linux-modules-extra-5.4.0-167-generic 2023-12-06T07:07:33.953 INFO:teuthology.orchestra.run.smithi195.stdout:The following packages will be upgraded: 2023-12-06T07:07:33.954 INFO:teuthology.orchestra.run.smithi195.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-06T07:07:33.994 INFO:teuthology.orchestra.run.smithi172.stdout:Reading package lists... 2023-12-06T07:07:34.011 INFO:teuthology.orchestra.run.smithi195.stdout:3 upgraded, 5 newly installed, 0 to remove and 280 not upgraded. 2023-12-06T07:07:34.011 INFO:teuthology.orchestra.run.smithi195.stdout:Need to get 77.0 MB of archives. 2023-12-06T07:07:34.011 INFO:teuthology.orchestra.run.smithi195.stdout:After this operation, 380 MB of additional disk space will be used. 2023-12-06T07:07:34.011 INFO:teuthology.orchestra.run.smithi195.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-06T07:07:34.023 DEBUG:teuthology.orchestra.run.smithi172:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-06T07:07:34.107 INFO:teuthology.orchestra.run.smithi172.stdout:Reading package lists... 2023-12-06T07:07:34.294 INFO:teuthology.orchestra.run.smithi195.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-06T07:07:34.310 INFO:teuthology.orchestra.run.smithi172.stdout:Building dependency tree... 2023-12-06T07:07:34.310 INFO:teuthology.orchestra.run.smithi172.stdout:Reading state information... 2023-12-06T07:07:34.417 INFO:teuthology.orchestra.run.smithi195.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-06T07:07:34.492 INFO:teuthology.orchestra.run.smithi172.stdout:The following additional packages will be installed: 2023-12-06T07:07:34.492 INFO:teuthology.orchestra.run.smithi172.stdout: linux-generic linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-06T07:07:34.492 INFO:teuthology.orchestra.run.smithi172.stdout: linux-headers-generic linux-image-5.4.0-167-generic 2023-12-06T07:07:34.492 INFO:teuthology.orchestra.run.smithi172.stdout: linux-modules-5.4.0-167-generic linux-modules-extra-5.4.0-167-generic 2023-12-06T07:07:34.493 INFO:teuthology.orchestra.run.smithi172.stdout:Suggested packages: 2023-12-06T07:07:34.493 INFO:teuthology.orchestra.run.smithi172.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-12-06T07:07:34.493 INFO:teuthology.orchestra.run.smithi172.stdout:Recommended packages: 2023-12-06T07:07:34.493 INFO:teuthology.orchestra.run.smithi172.stdout: thermald 2023-12-06T07:07:34.552 INFO:teuthology.orchestra.run.smithi172.stdout:The following NEW packages will be installed: 2023-12-06T07:07:34.552 INFO:teuthology.orchestra.run.smithi172.stdout: linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-06T07:07:34.552 INFO:teuthology.orchestra.run.smithi172.stdout: linux-image-5.4.0-167-generic linux-modules-5.4.0-167-generic 2023-12-06T07:07:34.552 INFO:teuthology.orchestra.run.smithi172.stdout: linux-modules-extra-5.4.0-167-generic 2023-12-06T07:07:34.553 INFO:teuthology.orchestra.run.smithi172.stdout:The following packages will be upgraded: 2023-12-06T07:07:34.554 INFO:teuthology.orchestra.run.smithi172.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-06T07:07:34.614 INFO:teuthology.orchestra.run.smithi172.stdout:3 upgraded, 5 newly installed, 0 to remove and 280 not upgraded. 2023-12-06T07:07:34.614 INFO:teuthology.orchestra.run.smithi172.stdout:Need to get 77.0 MB of archives. 2023-12-06T07:07:34.614 INFO:teuthology.orchestra.run.smithi172.stdout:After this operation, 380 MB of additional disk space will be used. 2023-12-06T07:07:34.614 INFO:teuthology.orchestra.run.smithi172.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-06T07:07:34.890 INFO:teuthology.orchestra.run.smithi195.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-06T07:07:34.890 INFO:teuthology.orchestra.run.smithi195.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-06T07:07:34.890 INFO:teuthology.orchestra.run.smithi195.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-06T07:07:34.986 INFO:teuthology.orchestra.run.smithi195.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-06T07:07:34.996 INFO:teuthology.orchestra.run.smithi195.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-06T07:07:35.001 INFO:teuthology.orchestra.run.smithi172.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-06T07:07:35.106 INFO:teuthology.orchestra.run.smithi172.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-06T07:07:35.659 INFO:teuthology.orchestra.run.smithi172.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-06T07:07:35.659 INFO:teuthology.orchestra.run.smithi172.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-06T07:07:35.659 INFO:teuthology.orchestra.run.smithi172.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-06T07:07:35.676 INFO:teuthology.orchestra.run.smithi195.stdout:Fetched 77.0 MB in 1s (74.4 MB/s) 2023-12-06T07:07:35.844 INFO:teuthology.orchestra.run.smithi195.stdout:Selecting previously unselected package linux-modules-5.4.0-167-generic. 2023-12-06T07:07:35.849 INFO:teuthology.orchestra.run.smithi172.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-06T07:07:35.877 INFO:teuthology.orchestra.run.smithi172.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-06T07:07:36.577 INFO:teuthology.orchestra.run.smithi172.stdout:Fetched 77.0 MB in 1s (58.5 MB/s) 2023-12-06T07:07:36.767 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package linux-modules-5.4.0-167-generic. 2023-12-06T07:07:37.581 INFO:teuthology.orchestra.run.smithi195.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-06T07:07:37.586 INFO:teuthology.orchestra.run.smithi195.stdout:Preparing to unpack .../0-linux-modules-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T07:07:37.675 INFO:teuthology.orchestra.run.smithi195.stdout:Unpacking linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T07:07:38.508 INFO:teuthology.orchestra.run.smithi172.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-06T07:07:38.513 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../0-linux-modules-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T07:07:38.606 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T07:07:39.542 INFO:teuthology.orchestra.run.smithi195.stdout:Selecting previously unselected package linux-image-5.4.0-167-generic. 2023-12-06T07:07:39.555 INFO:teuthology.orchestra.run.smithi195.stdout:Preparing to unpack .../1-linux-image-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T07:07:39.660 INFO:teuthology.orchestra.run.smithi195.stdout:Unpacking linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T07:07:40.448 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package linux-image-5.4.0-167-generic. 2023-12-06T07:07:40.465 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../1-linux-image-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T07:07:40.564 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T07:07:40.737 INFO:teuthology.orchestra.run.smithi195.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-167-generic. 2023-12-06T07:07:40.750 INFO:teuthology.orchestra.run.smithi195.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T07:07:40.798 INFO:teuthology.orchestra.run.smithi195.stdout:Unpacking linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T07:07:41.626 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-167-generic. 2023-12-06T07:07:41.642 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T07:07:41.684 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T07:07:45.432 INFO:teuthology.orchestra.run.smithi195.stdout:Preparing to unpack .../3-linux-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T07:07:45.575 INFO:teuthology.orchestra.run.smithi195.stdout:Unpacking linux-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T07:07:45.900 INFO:teuthology.orchestra.run.smithi195.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T07:07:46.037 INFO:teuthology.orchestra.run.smithi195.stdout:Unpacking linux-image-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T07:07:46.357 INFO:teuthology.orchestra.run.smithi195.stdout:Selecting previously unselected package linux-headers-5.4.0-167. 2023-12-06T07:07:46.371 INFO:teuthology.orchestra.run.smithi195.stdout:Preparing to unpack .../5-linux-headers-5.4.0-167_5.4.0-167.184_all.deb ... 2023-12-06T07:07:46.415 INFO:teuthology.orchestra.run.smithi195.stdout:Unpacking linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-06T07:07:46.492 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../3-linux-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T07:07:46.615 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T07:07:46.959 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T07:07:47.093 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-image-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T07:07:47.454 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package linux-headers-5.4.0-167. 2023-12-06T07:07:47.468 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../5-linux-headers-5.4.0-167_5.4.0-167.184_all.deb ... 2023-12-06T07:07:47.512 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-06T07:07:51.718 INFO:teuthology.orchestra.run.smithi195.stdout:Selecting previously unselected package linux-headers-5.4.0-167-generic. 2023-12-06T07:07:51.741 INFO:teuthology.orchestra.run.smithi195.stdout:Preparing to unpack .../6-linux-headers-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T07:07:51.785 INFO:teuthology.orchestra.run.smithi195.stdout:Unpacking linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T07:07:53.387 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package linux-headers-5.4.0-167-generic. 2023-12-06T07:07:53.409 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../6-linux-headers-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T07:07:53.453 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T07:07:54.422 INFO:teuthology.orchestra.run.smithi195.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T07:07:54.550 INFO:teuthology.orchestra.run.smithi195.stdout:Unpacking linux-headers-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T07:07:54.885 INFO:teuthology.orchestra.run.smithi195.stdout:Setting up linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T07:07:56.095 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T07:07:56.114 INFO:teuthology.orchestra.run.smithi195.stdout:Setting up linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-06T07:07:56.222 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-headers-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T07:07:56.240 INFO:teuthology.orchestra.run.smithi195.stdout:Setting up linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T07:07:56.366 INFO:teuthology.orchestra.run.smithi195.stdout:Setting up linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T07:07:56.548 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T07:07:57.538 INFO:teuthology.orchestra.run.smithi195.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-167-generic 2023-12-06T07:07:57.539 INFO:teuthology.orchestra.run.smithi195.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-167-generic 2023-12-06T07:07:57.676 INFO:teuthology.orchestra.run.smithi195.stdout:Setting up linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T07:07:57.877 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-06T07:07:58.096 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T07:07:58.197 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T07:07:58.853 INFO:teuthology.orchestra.run.smithi195.stdout:Setting up linux-image-generic (5.4.0.167.164) ... 2023-12-06T07:07:58.979 INFO:teuthology.orchestra.run.smithi195.stdout:Setting up linux-headers-generic (5.4.0.167.164) ... 2023-12-06T07:07:59.105 INFO:teuthology.orchestra.run.smithi195.stdout:Setting up linux-generic (5.4.0.167.164) ... 2023-12-06T07:07:59.232 INFO:teuthology.orchestra.run.smithi195.stdout:Processing triggers for linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T07:07:59.296 INFO:teuthology.orchestra.run.smithi195.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-06T07:07:59.296 INFO:teuthology.orchestra.run.smithi195.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-167-generic 2023-12-06T07:07:59.338 INFO:teuthology.orchestra.run.smithi172.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-167-generic 2023-12-06T07:07:59.338 INFO:teuthology.orchestra.run.smithi172.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-167-generic 2023-12-06T07:07:59.482 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T07:08:00.708 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-image-generic (5.4.0.167.164) ... 2023-12-06T07:08:00.843 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-headers-generic (5.4.0.167.164) ... 2023-12-06T07:08:00.969 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-generic (5.4.0.167.164) ... 2023-12-06T07:08:01.079 INFO:teuthology.orchestra.run.smithi172.stdout:Processing triggers for linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T07:08:01.170 INFO:teuthology.orchestra.run.smithi172.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-06T07:08:01.170 INFO:teuthology.orchestra.run.smithi172.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-167-generic 2023-12-06T07:08:21.142 INFO:teuthology.orchestra.run.smithi195.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-06T07:08:21.143 INFO:teuthology.orchestra.run.smithi195.stdout:Sourcing file `/etc/default/grub' 2023-12-06T07:08:21.150 INFO:teuthology.orchestra.run.smithi195.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-06T07:08:21.161 INFO:teuthology.orchestra.run.smithi195.stdout:Generating grub configuration file ... 2023-12-06T07:08:21.444 INFO:teuthology.orchestra.run.smithi195.stdout:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-06T07:08:21.462 INFO:teuthology.orchestra.run.smithi195.stdout:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-06T07:08:21.833 INFO:teuthology.orchestra.run.smithi195.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-06T07:08:21.849 INFO:teuthology.orchestra.run.smithi195.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-06T07:08:23.571 INFO:teuthology.orchestra.run.smithi195.stdout:done 2023-12-06T07:08:23.690 INFO:teuthology.orchestra.run.smithi172.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-06T07:08:23.691 INFO:teuthology.orchestra.run.smithi172.stdout:Sourcing file `/etc/default/grub' 2023-12-06T07:08:23.711 INFO:teuthology.orchestra.run.smithi172.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-06T07:08:23.738 INFO:teuthology.orchestra.run.smithi172.stdout:Generating grub configuration file ... 2023-12-06T07:08:23.974 DEBUG:teuthology.orchestra.run.smithi195:> dpkg -s linux-image-generic 2023-12-06T07:08:24.031 INFO:teuthology.orchestra.run.smithi195.stdout:Package: linux-image-generic 2023-12-06T07:08:24.031 INFO:teuthology.orchestra.run.smithi195.stdout:Status: install ok installed 2023-12-06T07:08:24.031 INFO:teuthology.orchestra.run.smithi195.stdout:Priority: optional 2023-12-06T07:08:24.031 INFO:teuthology.orchestra.run.smithi195.stdout:Section: kernel 2023-12-06T07:08:24.032 INFO:teuthology.orchestra.run.smithi195.stdout:Installed-Size: 20 2023-12-06T07:08:24.032 INFO:teuthology.orchestra.run.smithi195.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T07:08:24.032 INFO:teuthology.orchestra.run.smithi195.stdout:Architecture: amd64 2023-12-06T07:08:24.032 INFO:teuthology.orchestra.run.smithi195.stdout:Source: linux-meta 2023-12-06T07:08:24.032 INFO:teuthology.orchestra.run.smithi195.stdout:Version: 5.4.0.167.164 2023-12-06T07:08:24.032 INFO:teuthology.orchestra.run.smithi195.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-06T07:08:24.032 INFO:teuthology.orchestra.run.smithi195.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-06T07:08:24.032 INFO:teuthology.orchestra.run.smithi195.stdout:Recommends: thermald 2023-12-06T07:08:24.032 INFO:teuthology.orchestra.run.smithi195.stdout:Description: Generic Linux kernel image 2023-12-06T07:08:24.032 INFO:teuthology.orchestra.run.smithi195.stdout: This package will always depend on the latest generic kernel image 2023-12-06T07:08:24.032 INFO:teuthology.orchestra.run.smithi195.stdout: available. 2023-12-06T07:08:24.033 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-167-generic 2023-12-06T07:08:24.033 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-06T07:08:24.033 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-06T07:08:24.033 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2023-12-06T07:08:24.033 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi195.front.sepia.ceph.com, path=None, version=distro) 2023-12-06T07:08:24.033 DEBUG:teuthology.orchestra.run.smithi195:> sudo apt-get clean 2023-12-06T07:08:24.087 INFO:teuthology.orchestra.run.smithi172.stdout:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-06T07:08:24.113 INFO:teuthology.orchestra.run.smithi172.stdout:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-06T07:08:24.123 DEBUG:teuthology.orchestra.run.smithi195:> sudo apt-get update 2023-12-06T07:08:24.261 INFO:teuthology.orchestra.run.smithi195.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-06T07:08:24.270 INFO:teuthology.orchestra.run.smithi195.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-06T07:08:24.290 INFO:teuthology.orchestra.run.smithi195.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-06T07:08:24.394 INFO:teuthology.orchestra.run.smithi195.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-06T07:08:24.495 INFO:teuthology.orchestra.run.smithi172.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-06T07:08:24.507 INFO:teuthology.orchestra.run.smithi172.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-06T07:08:26.038 INFO:teuthology.orchestra.run.smithi195.stdout:Reading package lists... 2023-12-06T07:08:26.066 DEBUG:teuthology.orchestra.run.smithi195:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-06T07:08:26.133 INFO:teuthology.orchestra.run.smithi195.stdout:Reading package lists... 2023-12-06T07:08:26.336 INFO:teuthology.orchestra.run.smithi195.stdout:Building dependency tree... 2023-12-06T07:08:26.336 INFO:teuthology.orchestra.run.smithi195.stdout:Reading state information... 2023-12-06T07:08:26.555 INFO:teuthology.orchestra.run.smithi195.stdout:linux-image-generic is already the newest version (5.4.0.167.164). 2023-12-06T07:08:26.555 INFO:teuthology.orchestra.run.smithi195.stdout:0 upgraded, 0 newly installed, 0 to remove and 280 not upgraded. 2023-12-06T07:08:26.557 DEBUG:teuthology.orchestra.run.smithi195:> dpkg -s linux-image-generic 2023-12-06T07:08:26.576 INFO:teuthology.orchestra.run.smithi195.stdout:Package: linux-image-generic 2023-12-06T07:08:26.577 INFO:teuthology.orchestra.run.smithi195.stdout:Status: install ok installed 2023-12-06T07:08:26.577 INFO:teuthology.orchestra.run.smithi195.stdout:Priority: optional 2023-12-06T07:08:26.577 INFO:teuthology.orchestra.run.smithi195.stdout:Section: kernel 2023-12-06T07:08:26.577 INFO:teuthology.orchestra.run.smithi195.stdout:Installed-Size: 20 2023-12-06T07:08:26.577 INFO:teuthology.orchestra.run.smithi195.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T07:08:26.577 INFO:teuthology.orchestra.run.smithi195.stdout:Architecture: amd64 2023-12-06T07:08:26.577 INFO:teuthology.orchestra.run.smithi195.stdout:Source: linux-meta 2023-12-06T07:08:26.577 INFO:teuthology.orchestra.run.smithi195.stdout:Version: 5.4.0.167.164 2023-12-06T07:08:26.577 INFO:teuthology.orchestra.run.smithi195.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-06T07:08:26.577 INFO:teuthology.orchestra.run.smithi195.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-06T07:08:26.577 INFO:teuthology.orchestra.run.smithi195.stdout:Recommends: thermald 2023-12-06T07:08:26.577 INFO:teuthology.orchestra.run.smithi195.stdout:Description: Generic Linux kernel image 2023-12-06T07:08:26.577 INFO:teuthology.orchestra.run.smithi195.stdout: This package will always depend on the latest generic kernel image 2023-12-06T07:08:26.577 INFO:teuthology.orchestra.run.smithi195.stdout: available. 2023-12-06T07:08:26.578 DEBUG:teuthology.orchestra.run.smithi195:> mktemp 2023-12-06T07:08:26.583 INFO:teuthology.orchestra.run.smithi195.stdout:/tmp/tmp.unD1LmIg84 2023-12-06T07:08:26.583 DEBUG:teuthology.orchestra.run.smithi195:> sudo cp /boot/grub/grub.cfg /tmp/tmp.unD1LmIg84 2023-12-06T07:08:26.592 DEBUG:teuthology.orchestra.run.smithi195:> sudo chmod 0666 /tmp/tmp.unD1LmIg84 2023-12-06T07:08:26.680 DEBUG:teuthology.orchestra.remote:smithi195:/tmp/tmp.unD1LmIg84 is 9KB 2023-12-06T07:08:26.695 DEBUG:teuthology.orchestra.run.smithi195:> rm -fr /tmp/tmp.unD1LmIg84 2023-12-06T07:08:26.701 DEBUG:teuthology.orchestra.run.smithi195:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-06T07:08:26.757 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2023-12-06T07:08:26.758 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-06T07:08:26.758 DEBUG:teuthology.orchestra.run.smithi195:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-06T07:08:26.815 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-167-generic 2023-12-06T07:08:26.815 DEBUG:teuthology.orchestra.run.smithi195:> sudo update-grub 2023-12-06T07:08:27.160 INFO:teuthology.orchestra.run.smithi172.stdout:done 2023-12-06T07:08:27.544 DEBUG:teuthology.orchestra.run.smithi172:> dpkg -s linux-image-generic 2023-12-06T07:08:27.647 INFO:teuthology.orchestra.run.smithi172.stdout:Package: linux-image-generic 2023-12-06T07:08:27.647 INFO:teuthology.orchestra.run.smithi172.stdout:Status: install ok installed 2023-12-06T07:08:27.647 INFO:teuthology.orchestra.run.smithi172.stdout:Priority: optional 2023-12-06T07:08:27.647 INFO:teuthology.orchestra.run.smithi172.stdout:Section: kernel 2023-12-06T07:08:27.647 INFO:teuthology.orchestra.run.smithi172.stdout:Installed-Size: 20 2023-12-06T07:08:27.647 INFO:teuthology.orchestra.run.smithi172.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T07:08:27.647 INFO:teuthology.orchestra.run.smithi172.stdout:Architecture: amd64 2023-12-06T07:08:27.647 INFO:teuthology.orchestra.run.smithi172.stdout:Source: linux-meta 2023-12-06T07:08:27.647 INFO:teuthology.orchestra.run.smithi172.stdout:Version: 5.4.0.167.164 2023-12-06T07:08:27.647 INFO:teuthology.orchestra.run.smithi172.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-06T07:08:27.647 INFO:teuthology.orchestra.run.smithi172.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-06T07:08:27.647 INFO:teuthology.orchestra.run.smithi172.stdout:Recommends: thermald 2023-12-06T07:08:27.647 INFO:teuthology.orchestra.run.smithi172.stdout:Description: Generic Linux kernel image 2023-12-06T07:08:27.648 INFO:teuthology.orchestra.run.smithi172.stdout: This package will always depend on the latest generic kernel image 2023-12-06T07:08:27.648 INFO:teuthology.orchestra.run.smithi172.stdout: available. 2023-12-06T07:08:27.648 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-167-generic 2023-12-06T07:08:27.648 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-06T07:08:27.648 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-06T07:08:27.648 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2023-12-06T07:08:27.648 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi172.front.sepia.ceph.com, path=None, version=distro) 2023-12-06T07:08:27.648 DEBUG:teuthology.orchestra.run.smithi172:> sudo apt-get clean 2023-12-06T07:08:27.752 DEBUG:teuthology.orchestra.run.smithi172:> sudo apt-get update 2023-12-06T07:08:27.905 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-06T07:08:28.014 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-06T07:08:28.060 INFO:teuthology.orchestra.run.smithi195.stderr:Sourcing file `/etc/default/grub' 2023-12-06T07:08:28.065 INFO:teuthology.orchestra.run.smithi195.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-06T07:08:28.079 INFO:teuthology.orchestra.run.smithi195.stderr:Generating grub configuration file ... 2023-12-06T07:08:28.097 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-06T07:08:28.179 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-06T07:08:28.348 INFO:teuthology.orchestra.run.smithi195.stderr:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-06T07:08:28.359 INFO:teuthology.orchestra.run.smithi195.stderr:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-06T07:08:28.708 INFO:teuthology.orchestra.run.smithi195.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-06T07:08:28.719 INFO:teuthology.orchestra.run.smithi195.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-06T07:08:29.472 INFO:teuthology.orchestra.run.smithi195.stderr:done 2023-12-06T07:08:29.474 DEBUG:teuthology.orchestra.run.smithi195:> sudo shutdown -r now 2023-12-06T07:08:29.690 INFO:teuthology.orchestra.run.smithi172.stdout:Reading package lists... 2023-12-06T07:08:29.717 DEBUG:teuthology.orchestra.run.smithi172:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-06T07:08:29.787 INFO:teuthology.orchestra.run.smithi172.stdout:Reading package lists... 2023-12-06T07:08:29.977 INFO:teuthology.orchestra.run.smithi172.stdout:Building dependency tree... 2023-12-06T07:08:29.978 INFO:teuthology.orchestra.run.smithi172.stdout:Reading state information... 2023-12-06T07:08:30.195 INFO:teuthology.orchestra.run.smithi172.stdout:linux-image-generic is already the newest version (5.4.0.167.164). 2023-12-06T07:08:30.195 INFO:teuthology.orchestra.run.smithi172.stdout:0 upgraded, 0 newly installed, 0 to remove and 280 not upgraded. 2023-12-06T07:08:30.196 DEBUG:teuthology.orchestra.run.smithi172:> dpkg -s linux-image-generic 2023-12-06T07:08:30.218 INFO:teuthology.orchestra.run.smithi172.stdout:Package: linux-image-generic 2023-12-06T07:08:30.219 INFO:teuthology.orchestra.run.smithi172.stdout:Status: install ok installed 2023-12-06T07:08:30.219 INFO:teuthology.orchestra.run.smithi172.stdout:Priority: optional 2023-12-06T07:08:30.219 INFO:teuthology.orchestra.run.smithi172.stdout:Section: kernel 2023-12-06T07:08:30.219 INFO:teuthology.orchestra.run.smithi172.stdout:Installed-Size: 20 2023-12-06T07:08:30.219 INFO:teuthology.orchestra.run.smithi172.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T07:08:30.219 INFO:teuthology.orchestra.run.smithi172.stdout:Architecture: amd64 2023-12-06T07:08:30.219 INFO:teuthology.orchestra.run.smithi172.stdout:Source: linux-meta 2023-12-06T07:08:30.219 INFO:teuthology.orchestra.run.smithi172.stdout:Version: 5.4.0.167.164 2023-12-06T07:08:30.219 INFO:teuthology.orchestra.run.smithi172.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-06T07:08:30.219 INFO:teuthology.orchestra.run.smithi172.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-06T07:08:30.219 INFO:teuthology.orchestra.run.smithi172.stdout:Recommends: thermald 2023-12-06T07:08:30.219 INFO:teuthology.orchestra.run.smithi172.stdout:Description: Generic Linux kernel image 2023-12-06T07:08:30.219 INFO:teuthology.orchestra.run.smithi172.stdout: This package will always depend on the latest generic kernel image 2023-12-06T07:08:30.220 INFO:teuthology.orchestra.run.smithi172.stdout: available. 2023-12-06T07:08:30.220 DEBUG:teuthology.orchestra.run.smithi172:> mktemp 2023-12-06T07:08:30.224 INFO:teuthology.orchestra.run.smithi172.stdout:/tmp/tmp.97Zznn4uhX 2023-12-06T07:08:30.224 DEBUG:teuthology.orchestra.run.smithi172:> sudo cp /boot/grub/grub.cfg /tmp/tmp.97Zznn4uhX 2023-12-06T07:08:30.233 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 0666 /tmp/tmp.97Zznn4uhX 2023-12-06T07:08:30.268 DEBUG:teuthology.orchestra.remote:smithi172:/tmp/tmp.97Zznn4uhX is 9KB 2023-12-06T07:08:30.284 DEBUG:teuthology.orchestra.run.smithi172:> rm -fr /tmp/tmp.97Zznn4uhX 2023-12-06T07:08:30.290 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-06T07:08:30.345 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-06T07:08:30.345 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-06T07:08:30.345 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-06T07:08:30.379 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-167-generic 2023-12-06T07:08:30.379 DEBUG:teuthology.orchestra.run.smithi172:> sudo update-grub 2023-12-06T07:08:31.614 INFO:teuthology.orchestra.run.smithi172.stderr:Sourcing file `/etc/default/grub' 2023-12-06T07:08:31.626 INFO:teuthology.orchestra.run.smithi172.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-06T07:08:31.645 INFO:teuthology.orchestra.run.smithi172.stderr:Generating grub configuration file ... 2023-12-06T07:08:31.881 INFO:teuthology.orchestra.run.smithi172.stderr:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-06T07:08:31.893 INFO:teuthology.orchestra.run.smithi172.stderr:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-06T07:08:32.232 INFO:teuthology.orchestra.run.smithi172.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-06T07:08:32.244 INFO:teuthology.orchestra.run.smithi172.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-06T07:08:33.888 INFO:teuthology.orchestra.run.smithi172.stderr:done 2023-12-06T07:08:33.890 DEBUG:teuthology.orchestra.run.smithi172:> sudo shutdown -r now 2023-12-06T07:08:59.503 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2023-12-06T07:08:59.504 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi195.front.sepia.ceph.com' 2023-12-06T07:08:59.505 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T07:09:03.894 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2023-12-06T07:09:03.894 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-12-06T07:09:03.895 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T07:09:18.050 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.195 2023-12-06T07:09:22.406 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.172 2023-12-06T07:09:27.056 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi195.front.sepia.ceph.com' 2023-12-06T07:09:27.057 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T07:09:30.114 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.195 2023-12-06T07:09:31.408 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-12-06T07:09:31.408 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T07:09:34.470 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.172 2023-12-06T07:09:42.122 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi195.front.sepia.ceph.com' 2023-12-06T07:09:42.122 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T07:09:46.474 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-12-06T07:09:46.475 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T07:10:13.804 DEBUG:teuthology.orchestra.run.smithi195:> true 2023-12-06T07:10:14.376 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi195.front.sepia.ceph.com' 2023-12-06T07:10:14.376 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.4.0-167-generic"... 2023-12-06T07:10:14.377 DEBUG:teuthology.orchestra.run.smithi195:> uname -r 2023-12-06T07:10:14.386 INFO:teuthology.orchestra.run.smithi195.stdout:5.4.0-167-generic 2023-12-06T07:10:14.386 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-167-generic vs 5.4.0-167-generic 2023-12-06T07:10:14.386 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-06T07:10:14.386 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-06T07:10:15.387 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-12-06T07:10:15.387 DEBUG:teuthology.orchestra.run.smithi195:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T07:10:15.481 INFO:teuthology.orchestra.run.smithi195.stdout:ttyS1 2023-12-06T07:10:15.505 DEBUG:teuthology.parallel:result is None 2023-12-06T07:10:17.958 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.172 2023-12-06T07:10:32.959 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-12-06T07:10:32.960 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T07:10:33.188 DEBUG:teuthology.orchestra.run.smithi172:> true 2023-12-06T07:10:33.728 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-12-06T07:10:33.728 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.4.0-167-generic"... 2023-12-06T07:10:33.728 DEBUG:teuthology.orchestra.run.smithi172:> uname -r 2023-12-06T07:10:33.734 INFO:teuthology.orchestra.run.smithi172.stdout:5.4.0-167-generic 2023-12-06T07:10:33.735 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-167-generic vs 5.4.0-167-generic 2023-12-06T07:10:33.735 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-06T07:10:33.735 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-06T07:10:34.736 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-12-06T07:10:34.736 DEBUG:teuthology.orchestra.run.smithi172:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T07:10:34.824 INFO:teuthology.orchestra.run.smithi172.stdout:ttyS1 2023-12-06T07:10:34.847 DEBUG:teuthology.parallel:result is None 2023-12-06T07:10:34.847 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-06T07:10:34.854 INFO:teuthology.task.internal:Creating test directory... 2023-12-06T07:10:34.854 DEBUG:teuthology.orchestra.run.smithi172:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T07:10:34.857 DEBUG:teuthology.orchestra.run.smithi195:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T07:10:34.864 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-06T07:10:34.927 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-06T07:10:35.015 INFO:teuthology.task.internal:Creating archive directory... 2023-12-06T07:10:35.015 DEBUG:teuthology.orchestra.run.smithi172:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T07:10:35.018 DEBUG:teuthology.orchestra.run.smithi195:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T07:10:35.040 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-06T07:10:35.086 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-06T07:10:35.086 DEBUG:teuthology.orchestra.run.smithi172:> 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-06T07:10:35.089 DEBUG:teuthology.orchestra.run.smithi195:> 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-06T07:10:35.108 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T07:10:35.112 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T07:10:35.119 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T07:10:35.123 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T07:10:35.126 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-06T07:10:35.145 INFO:teuthology.task.internal:Configuring sudo... 2023-12-06T07:10:35.145 DEBUG:teuthology.orchestra.run.smithi172:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T07:10:35.148 DEBUG:teuthology.orchestra.run.smithi195:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T07:10:35.165 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-06T07:10:35.175 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-06T07:10:35.175 DEBUG:teuthology.orchestra.run.smithi172:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T07:10:35.207 DEBUG:teuthology.orchestra.run.smithi195:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T07:10:35.215 DEBUG:teuthology.orchestra.run.smithi172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T07:10:35.222 DEBUG:teuthology.orchestra.run.smithi172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T07:10:35.271 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-06T07:10:35.271 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T07:10:35.290 DEBUG:teuthology.orchestra.run.smithi195:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T07:10:35.297 DEBUG:teuthology.orchestra.run.smithi195:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T07:10:35.345 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2023-12-06T07:10:35.345 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T07:10:35.368 DEBUG:teuthology.orchestra.run.smithi172:> sudo service rsyslog restart 2023-12-06T07:10:35.370 DEBUG:teuthology.orchestra.run.smithi195:> sudo service rsyslog restart 2023-12-06T07:10:35.416 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-06T07:10:35.423 INFO:teuthology.task.internal:Starting timer... 2023-12-06T07:10:35.423 INFO:teuthology.run_tasks:Running task pcp... 2023-12-06T07:10:35.497 INFO:teuthology.run_tasks:Running task selinux... 2023-12-06T07:10:35.548 DEBUG:teuthology.task.selinux:Excluding smithi172: OS 'ubuntu' does not support SELinux 2023-12-06T07:10:35.548 DEBUG:teuthology.task.selinux:Excluding smithi195: OS 'ubuntu' does not support SELinux 2023-12-06T07:10:35.548 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-06T07:10:35.548 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-06T07:10:35.548 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-06T07:10:35.548 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-06T07:10:35.565 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-06T07:10:35.565 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-06T07:10:35.584 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-06T07:10:35.585 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi172.front.sepia.ceph.com,smithi195.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-06T07:16:42.441 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi172.front.sepia.ceph.com'), Remote(name='ubuntu@smithi195.front.sepia.ceph.com')] 2023-12-06T07:16:42.442 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-12-06T07:16:42.443 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T07:16:42.492 DEBUG:teuthology.orchestra.run.smithi172:> true 2023-12-06T07:16:42.615 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-12-06T07:16:42.616 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi195.front.sepia.ceph.com' 2023-12-06T07:16:42.616 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T07:16:42.664 DEBUG:teuthology.orchestra.run.smithi195:> true 2023-12-06T07:16:42.783 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi195.front.sepia.ceph.com' 2023-12-06T07:16:42.784 INFO:teuthology.run_tasks:Running task clock... 2023-12-06T07:16:42.794 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-06T07:16:42.794 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T07:16:42.794 DEBUG:teuthology.orchestra.run.smithi172:> 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-06T07:16:42.797 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T07:16:42.797 DEBUG:teuthology.orchestra.run.smithi195:> 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-06T07:16:42.828 INFO:teuthology.orchestra.run.smithi172.stdout: 6 Dec 07:16:42 ntpd[23563]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-06T07:16:42.828 INFO:teuthology.orchestra.run.smithi172.stdout: 6 Dec 07:16:42 ntpd[23563]: Command line: ntpd -gq 2023-12-06T07:16:42.829 INFO:teuthology.orchestra.run.smithi172.stdout: 6 Dec 07:16:42 ntpd[23563]: proto: precision = 0.254 usec (-22) 2023-12-06T07:16:42.829 INFO:teuthology.orchestra.run.smithi172.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-06T07:16:42.830 INFO:teuthology.orchestra.run.smithi172.stdout: 6 Dec 07:16:42 ntpd[23563]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-06T07:16:42.830 INFO:teuthology.orchestra.run.smithi172.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-06T07:16:42.831 INFO:teuthology.orchestra.run.smithi172.stdout: 6 Dec 07:16:42 ntpd[23563]: restrict ::: KOD does nothing without LIMITED. 2023-12-06T07:16:42.831 INFO:teuthology.orchestra.run.smithi172.stdout: 6 Dec 07:16:42 ntpd[23563]: Listen and drop on 0 v6wildcard [::]:123 2023-12-06T07:16:42.831 INFO:teuthology.orchestra.run.smithi172.stdout: 6 Dec 07:16:42 ntpd[23563]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-06T07:16:42.831 INFO:teuthology.orchestra.run.smithi172.stdout: 6 Dec 07:16:42 ntpd[23563]: Listen normally on 2 lo 127.0.0.1:123 2023-12-06T07:16:42.831 INFO:teuthology.orchestra.run.smithi172.stdout: 6 Dec 07:16:42 ntpd[23563]: Listen normally on 3 enp3s0f1 172.21.15.172:123 2023-12-06T07:16:42.831 INFO:teuthology.orchestra.run.smithi172.stdout: 6 Dec 07:16:42 ntpd[23563]: Listen normally on 4 lo [::1]:123 2023-12-06T07:16:42.831 INFO:teuthology.orchestra.run.smithi172.stdout: 6 Dec 07:16:42 ntpd[23563]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f91%5]:123 2023-12-06T07:16:42.831 INFO:teuthology.orchestra.run.smithi172.stdout: 6 Dec 07:16:42 ntpd[23563]: Listening on routing socket on fd #22 for interface updates 2023-12-06T07:16:42.832 INFO:teuthology.orchestra.run.smithi195.stdout: 6 Dec 07:16:42 ntpd[23585]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-06T07:16:42.832 INFO:teuthology.orchestra.run.smithi195.stdout: 6 Dec 07:16:42 ntpd[23585]: Command line: ntpd -gq 2023-12-06T07:16:42.832 INFO:teuthology.orchestra.run.smithi195.stdout: 6 Dec 07:16:42 ntpd[23585]: proto: precision = 0.067 usec (-24) 2023-12-06T07:16:42.832 INFO:teuthology.orchestra.run.smithi195.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-06T07:16:42.833 INFO:teuthology.orchestra.run.smithi195.stdout: 6 Dec 07:16:42 ntpd[23585]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-06T07:16:42.833 INFO:teuthology.orchestra.run.smithi195.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-06T07:16:42.834 INFO:teuthology.orchestra.run.smithi195.stdout: 6 Dec 07:16:42 ntpd[23585]: restrict ::: KOD does nothing without LIMITED. 2023-12-06T07:16:42.834 INFO:teuthology.orchestra.run.smithi195.stdout: 6 Dec 07:16:42 ntpd[23585]: Listen and drop on 0 v6wildcard [::]:123 2023-12-06T07:16:42.834 INFO:teuthology.orchestra.run.smithi195.stdout: 6 Dec 07:16:42 ntpd[23585]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-06T07:16:42.834 INFO:teuthology.orchestra.run.smithi195.stdout: 6 Dec 07:16:42 ntpd[23585]: Listen normally on 2 lo 127.0.0.1:123 2023-12-06T07:16:42.835 INFO:teuthology.orchestra.run.smithi195.stdout: 6 Dec 07:16:42 ntpd[23585]: Listen normally on 3 enp3s0f1 172.21.15.195:123 2023-12-06T07:16:42.835 INFO:teuthology.orchestra.run.smithi195.stdout: 6 Dec 07:16:42 ntpd[23585]: Listen normally on 4 lo [::1]:123 2023-12-06T07:16:42.835 INFO:teuthology.orchestra.run.smithi195.stdout: 6 Dec 07:16:42 ntpd[23585]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8081%5]:123 2023-12-06T07:16:42.835 INFO:teuthology.orchestra.run.smithi195.stdout: 6 Dec 07:16:42 ntpd[23585]: Listening on routing socket on fd #22 for interface updates 2023-12-06T07:16:43.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:43 ntpd[23563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:43.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:43 ntpd[23563]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:43.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:43 ntpd[23563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:43.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:43 ntpd[23563]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:43.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:43 ntpd[23563]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T07:16:43.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:43 ntpd[23563]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T07:16:43.830 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:43 ntpd[23585]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:43.830 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:43 ntpd[23585]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:43.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:43 ntpd[23585]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:43.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:43 ntpd[23585]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:43.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:43 ntpd[23585]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T07:16:43.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:43 ntpd[23585]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T07:16:44.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:44 ntpd[23563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:44.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:44 ntpd[23563]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:44.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:44 ntpd[23563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:44.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:44 ntpd[23563]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:44.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:44 ntpd[23563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:44.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:44 ntpd[23563]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:44.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:44 ntpd[23563]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T07:16:44.830 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:44 ntpd[23563]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T07:16:44.830 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:44 ntpd[23563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:44.830 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:44 ntpd[23563]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:44.830 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:44 ntpd[23563]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T07:16:44.830 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:44 ntpd[23563]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T07:16:44.830 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:44 ntpd[23585]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:44.830 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:44 ntpd[23585]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:45.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:45 ntpd[23563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:45.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:45 ntpd[23563]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:45.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:45 ntpd[23563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:45.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:45 ntpd[23563]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:45.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:45 ntpd[23563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:45.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:45 ntpd[23563]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:45.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:45 ntpd[23563]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T07:16:45.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:45 ntpd[23563]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T07:16:45.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:45 ntpd[23585]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:45.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:45 ntpd[23585]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:45.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:45 ntpd[23585]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:45.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:45 ntpd[23585]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:45.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:45 ntpd[23585]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:45.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:45 ntpd[23585]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:45.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:45 ntpd[23585]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T07:16:45.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:45 ntpd[23585]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T07:16:45.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:45 ntpd[23585]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:45.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:45 ntpd[23585]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:45.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:45 ntpd[23585]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T07:16:45.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:45 ntpd[23585]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T07:16:46.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:46 ntpd[23563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:46.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:46 ntpd[23563]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:46.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:46 ntpd[23563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:46.830 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:46 ntpd[23563]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:46.830 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:46 ntpd[23563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:46.830 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:46 ntpd[23563]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:46.830 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:46 ntpd[23563]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T07:16:46.830 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:46 ntpd[23563]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T07:16:46.830 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:46 ntpd[23563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:46.830 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:46 ntpd[23563]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:46.830 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:46 ntpd[23563]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T07:16:46.830 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:46 ntpd[23563]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T07:16:46.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:46 ntpd[23585]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:46.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:46 ntpd[23585]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:46.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:46 ntpd[23585]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:46.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:46 ntpd[23585]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:46.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:46 ntpd[23585]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T07:16:46.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:46 ntpd[23585]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T07:16:47.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:47 ntpd[23563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:47.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:47 ntpd[23563]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:47.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:47 ntpd[23563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:47.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:47 ntpd[23563]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:47.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:47 ntpd[23563]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T07:16:47.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:47 ntpd[23563]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T07:16:47.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:47 ntpd[23585]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:47.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:47 ntpd[23585]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:47.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:47 ntpd[23585]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:47.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:47 ntpd[23585]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:47.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:47 ntpd[23585]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:47.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:47 ntpd[23585]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:47.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:47 ntpd[23585]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T07:16:47.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:47 ntpd[23585]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T07:16:47.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:47 ntpd[23585]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:47.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:47 ntpd[23585]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:47.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:47 ntpd[23585]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T07:16:47.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:47 ntpd[23585]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T07:16:48.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:48 ntpd[23563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:48.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:48 ntpd[23563]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:48.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:48 ntpd[23563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:48.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:48 ntpd[23563]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:48.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:48 ntpd[23563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:48.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:48 ntpd[23563]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:48.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:48 ntpd[23563]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T07:16:48.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:48 ntpd[23563]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T07:16:48.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:48 ntpd[23563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:48.830 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:48 ntpd[23563]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:48.830 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:48 ntpd[23563]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T07:16:48.830 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:48 ntpd[23563]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T07:16:48.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:48 ntpd[23585]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:48.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:48 ntpd[23585]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:48.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:48 ntpd[23585]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:48.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:48 ntpd[23585]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:48.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:48 ntpd[23585]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T07:16:48.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:48 ntpd[23585]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T07:16:49.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:49 ntpd[23563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:49.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:49 ntpd[23563]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:49.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:49 ntpd[23563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:49.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:49 ntpd[23563]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:49.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:49 ntpd[23563]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T07:16:49.829 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:49 ntpd[23563]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T07:16:49.829 INFO:teuthology.orchestra.run.smithi172.stdout: 6 Dec 07:16:49 ntpd[23563]: ntpd: time slew -0.002217 s 2023-12-06T07:16:49.830 INFO:teuthology.orchestra.run.smithi172.stdout:ntpd: time slew -0.002217s 2023-12-06T07:16:49.830 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:49 ntpd[23563]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-06T07:16:49.830 INFO:teuthology.orchestra.run.smithi172.stderr: 6 Dec 07:16:49 ntpd[23563]: can't open /var/log/ntpstats/loopstats.20231206: Permission denied 2023-12-06T07:16:49.831 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:49 ntpd[23585]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:49.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:49 ntpd[23585]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:49.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:49 ntpd[23585]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:49.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:49 ntpd[23585]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:49.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:49 ntpd[23585]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T07:16:49.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:49 ntpd[23585]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T07:16:49.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:49 ntpd[23585]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T07:16:49.832 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:49 ntpd[23585]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T07:16:49.832 INFO:teuthology.orchestra.run.smithi195.stdout: 6 Dec 07:16:49 ntpd[23585]: ntpd: time slew +0.000399 s 2023-12-06T07:16:49.832 INFO:teuthology.orchestra.run.smithi195.stdout:ntpd: time slew +0.000399s 2023-12-06T07:16:49.833 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:49 ntpd[23585]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-06T07:16:49.833 INFO:teuthology.orchestra.run.smithi195.stderr: 6 Dec 07:16:49 ntpd[23585]: can't open /var/log/ntpstats/loopstats.20231206: Permission denied 2023-12-06T07:16:49.899 INFO:teuthology.orchestra.run.smithi195.stdout: remote refid st t when poll reach delay offset jitter 2023-12-06T07:16:49.899 INFO:teuthology.orchestra.run.smithi195.stdout:============================================================================== 2023-12-06T07:16:49.899 INFO:teuthology.orchestra.run.smithi195.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T07:16:49.900 INFO:teuthology.orchestra.run.smithi195.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T07:16:49.900 INFO:teuthology.orchestra.run.smithi195.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T07:16:49.900 INFO:teuthology.orchestra.run.smithi195.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T07:16:49.902 INFO:teuthology.orchestra.run.smithi172.stdout: remote refid st t when poll reach delay offset jitter 2023-12-06T07:16:49.902 INFO:teuthology.orchestra.run.smithi172.stdout:============================================================================== 2023-12-06T07:16:49.902 INFO:teuthology.orchestra.run.smithi172.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T07:16:49.902 INFO:teuthology.orchestra.run.smithi172.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T07:16:49.902 INFO:teuthology.orchestra.run.smithi172.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T07:16:49.902 INFO:teuthology.orchestra.run.smithi172.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T07:16:49.903 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-06T07:16:49.989 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': '0482646fcf78576d871bc87843257d82edb79541'} 2023-12-06T07:16:49.989 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-06T07:16:49.990 INFO:tasks.cephadm:Cluster fsid is 6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:16:49.990 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-06T07:16:49.990 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.172', 'mon.c': '[v2:172.21.15.172:3301,v1:172.21.15.172:6790]', 'mon.b': '172.21.15.195'} 2023-12-06T07:16:49.990 INFO:tasks.cephadm:First mon is mon.a on smithi172 2023-12-06T07:16:49.990 INFO:tasks.cephadm:First mgr is y 2023-12-06T07:16:49.991 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-06T07:16:49.991 DEBUG:teuthology.orchestra.run.smithi172:> sudo hostname $(hostname -s) 2023-12-06T07:16:50.009 DEBUG:teuthology.orchestra.run.smithi195:> sudo hostname $(hostname -s) 2023-12-06T07:16:50.027 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-06T07:16:50.027 DEBUG:teuthology.orchestra.run.smithi172:> 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-06T07:16:50.276 INFO:teuthology.orchestra.run.smithi172.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Dec 6 07:16 /home/ubuntu/cephtest/cephadm 2023-12-06T07:16:50.276 DEBUG:teuthology.orchestra.run.smithi195:> 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-06T07:16:50.438 INFO:teuthology.orchestra.run.smithi195.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Dec 6 07:16 /home/ubuntu/cephtest/cephadm 2023-12-06T07:16:50.438 DEBUG:teuthology.orchestra.run.smithi172:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-06T07:16:50.447 DEBUG:teuthology.orchestra.run.smithi195:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-06T07:16:50.466 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-06T07:16:50.467 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-06T07:16:50.469 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-06T07:16:50.730 INFO:teuthology.orchestra.run.smithi172.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-06T07:16:50.785 INFO:teuthology.orchestra.run.smithi195.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-06T07:17:26.040 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:17:26.040 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-06T07:17:26.040 INFO:teuthology.orchestra.run.smithi172.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-06T07:17:26.040 INFO:teuthology.orchestra.run.smithi172.stdout: "repo_digests": [ 2023-12-06T07:17:26.040 INFO:teuthology.orchestra.run.smithi172.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2023-12-06T07:17:26.040 INFO:teuthology.orchestra.run.smithi172.stdout: ] 2023-12-06T07:17:26.040 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:17:26.235 INFO:teuthology.orchestra.run.smithi195.stdout:{ 2023-12-06T07:17:26.236 INFO:teuthology.orchestra.run.smithi195.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-06T07:17:26.236 INFO:teuthology.orchestra.run.smithi195.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-06T07:17:26.236 INFO:teuthology.orchestra.run.smithi195.stdout: "repo_digests": [ 2023-12-06T07:17:26.236 INFO:teuthology.orchestra.run.smithi195.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2023-12-06T07:17:26.236 INFO:teuthology.orchestra.run.smithi195.stdout: ] 2023-12-06T07:17:26.236 INFO:teuthology.orchestra.run.smithi195.stdout:} 2023-12-06T07:17:26.259 DEBUG:teuthology.orchestra.run.smithi172:> sudo mkdir -p /etc/ceph 2023-12-06T07:17:26.276 DEBUG:teuthology.orchestra.run.smithi195:> sudo mkdir -p /etc/ceph 2023-12-06T07:17:26.291 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 777 /etc/ceph 2023-12-06T07:17:26.307 DEBUG:teuthology.orchestra.run.smithi195:> sudo chmod 777 /etc/ceph 2023-12-06T07:17:26.351 INFO:tasks.cephadm:Writing seed config... 2023-12-06T07:17:26.352 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-12-06T07:17:26.352 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-06T07:17:26.352 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-06T07:17:26.353 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2023-12-06T07:17:26.353 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-06T07:17:26.353 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-06T07:17:26.353 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-06T07:17:26.353 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-06T07:17:26.353 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-06T07:17:26.354 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-06T07:17:26.354 DEBUG:teuthology.orchestra.run.smithi172:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-06T07:17:26.361 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 = 6c6e2358-9407-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-06T07:17:26.361 DEBUG:teuthology.orchestra.run.smithi172:mon.a> sudo journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mon.a.service 2023-12-06T07:17:26.363 DEBUG:teuthology.orchestra.run.smithi172:mgr.y> sudo journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mgr.y.service 2023-12-06T07:17:26.365 INFO:tasks.cephadm:Bootstrapping... 2023-12-06T07:17:26.366 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 6c6e2358-9407-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.172 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-06T07:17:26.572 INFO:teuthology.orchestra.run.smithi172.stderr:-------------------------------------------------------------------------------- 2023-12-06T07:17:26.573 INFO:teuthology.orchestra.run.smithi172.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '6c6e2358-9407-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.172', '--skip-admin-label'] 2023-12-06T07:17:26.573 INFO:teuthology.orchestra.run.smithi172.stderr:Verifying podman|docker is present... 2023-12-06T07:17:26.573 INFO:teuthology.orchestra.run.smithi172.stderr:Verifying lvm2 is present... 2023-12-06T07:17:26.573 INFO:teuthology.orchestra.run.smithi172.stderr:Verifying time synchronization is in place... 2023-12-06T07:17:26.580 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-06T07:17:26.590 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: inactive 2023-12-06T07:17:26.593 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-06T07:17:26.599 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: inactive 2023-12-06T07:17:26.605 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: masked 2023-12-06T07:17:26.611 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: inactive 2023-12-06T07:17:26.618 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-06T07:17:26.625 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: inactive 2023-12-06T07:17:26.634 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: enabled 2023-12-06T07:17:26.641 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: active 2023-12-06T07:17:26.642 INFO:teuthology.orchestra.run.smithi172.stderr:Unit ntp.service is enabled and running 2023-12-06T07:17:26.642 INFO:teuthology.orchestra.run.smithi172.stderr:Repeating the final host check... 2023-12-06T07:17:26.642 INFO:teuthology.orchestra.run.smithi172.stderr:docker (/usr/bin/docker) is present 2023-12-06T07:17:26.642 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl is present 2023-12-06T07:17:26.642 INFO:teuthology.orchestra.run.smithi172.stderr:lvcreate is present 2023-12-06T07:17:26.648 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-06T07:17:26.656 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: inactive 2023-12-06T07:17:26.662 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-06T07:17:26.667 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: inactive 2023-12-06T07:17:26.673 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: masked 2023-12-06T07:17:26.679 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: inactive 2023-12-06T07:17:26.685 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-06T07:17:26.689 INFO:journalctl@ceph.mon.a.smithi172.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T07:17:26.692 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: inactive 2023-12-06T07:17:26.696 INFO:journalctl@ceph.mgr.y.smithi172.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T07:17:26.700 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: enabled 2023-12-06T07:17:26.707 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: active 2023-12-06T07:17:26.708 INFO:teuthology.orchestra.run.smithi172.stderr:Unit ntp.service is enabled and running 2023-12-06T07:17:26.708 INFO:teuthology.orchestra.run.smithi172.stderr:Host looks OK 2023-12-06T07:17:26.708 INFO:teuthology.orchestra.run.smithi172.stderr:Cluster fsid: 6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:17:26.708 INFO:teuthology.orchestra.run.smithi172.stderr:Acquiring lock 139681114470720 on /run/cephadm/6c6e2358-9407-11ee-95a2-87774f69a715.lock 2023-12-06T07:17:26.708 INFO:teuthology.orchestra.run.smithi172.stderr:Lock 139681114470720 acquired on /run/cephadm/6c6e2358-9407-11ee-95a2-87774f69a715.lock 2023-12-06T07:17:26.709 INFO:teuthology.orchestra.run.smithi172.stderr:Verifying IP 172.21.15.172 port 3300 ... 2023-12-06T07:17:26.709 INFO:teuthology.orchestra.run.smithi172.stderr:Verifying IP 172.21.15.172 port 6789 ... 2023-12-06T07:17:26.709 INFO:teuthology.orchestra.run.smithi172.stderr:Base mon IP is 172.21.15.172, final addrv is [v2:172.21.15.172:3300,v1:172.21.15.172:6789] 2023-12-06T07:17:26.713 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2023-12-06T07:17:26.713 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.172 metric 100 2023-12-06T07:17:26.713 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-06T07:17:26.713 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.172 2023-12-06T07:17:26.713 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.172 metric 100 2023-12-06T07:17:26.718 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-06T07:17:26.718 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-06T07:17:26.718 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1793sec pref medium 2023-12-06T07:17:26.723 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-06T07:17:26.723 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2023-12-06T07:17:26.723 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-06T07:17:26.723 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-06T07:17:26.723 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:fe88:7f91/64 scope link 2023-12-06T07:17:26.723 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-06T07:17:26.724 INFO:teuthology.orchestra.run.smithi172.stderr:Mon IP `172.21.15.172` is in CIDR network `172.21.0.0/20` 2023-12-06T07:17:26.724 INFO:teuthology.orchestra.run.smithi172.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-06T07:17:26.725 INFO:teuthology.orchestra.run.smithi172.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-06T07:17:27.177 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/docker: v17.2.0: Pulling from ceph/ceph 2023-12-06T07:17:27.306 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/docker: Digest: sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a 2023-12-06T07:17:27.307 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/docker: Status: Image is up to date for quay.io/ceph/ceph:v17.2.0 2023-12-06T07:17:27.331 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/docker: quay.io/ceph/ceph:v17.2.0 2023-12-06T07:17:28.225 INFO:teuthology.orchestra.run.smithi172.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-06T07:17:28.783 INFO:teuthology.orchestra.run.smithi172.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-06T07:17:28.784 INFO:teuthology.orchestra.run.smithi172.stderr:Extracting ceph user uid/gid from container image... 2023-12-06T07:17:29.521 INFO:teuthology.orchestra.run.smithi172.stderr:stat: 167 167 2023-12-06T07:17:30.146 INFO:teuthology.orchestra.run.smithi172.stderr:Creating initial keys... 2023-12-06T07:17:30.878 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-authtool: AQAKIHBlWnszNBAA4WR6u8oXcnwmKyuZVbLhpA== 2023-12-06T07:17:32.193 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-authtool: AQAMIHBl9H1hCxAAMWEqwE5hGVp25ZHo/3HDcA== 2023-12-06T07:17:33.524 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-authtool: AQANIHBlmSwVHxAAUWyonDYpj42fvpC+BkaSAw== 2023-12-06T07:17:34.087 INFO:teuthology.orchestra.run.smithi172.stderr:Creating initial monmap... 2023-12-06T07:17:34.885 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-06T07:17:34.886 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-06T07:17:34.886 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:17:34.886 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-06T07:17:35.423 INFO:teuthology.orchestra.run.smithi172.stderr:monmaptool for a [v2:172.21.15.172:3300,v1:172.21.15.172:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-06T07:17:35.423 INFO:teuthology.orchestra.run.smithi172.stderr:setting min_mon_release = octopus 2023-12-06T07:17:35.423 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/monmaptool: set fsid to 6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:17:35.423 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-06T07:17:35.423 INFO:teuthology.orchestra.run.smithi172.stderr: 2023-12-06T07:17:35.423 INFO:teuthology.orchestra.run.smithi172.stderr:Creating mon... 2023-12-06T07:17:36.173 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T07:17:36.173 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 1 imported monmap: 2023-12-06T07:17:36.173 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-06T07:17:36.173 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: fsid 6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:17:36.173 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: last_changed 2023-12-06T07:17:34.882432+0000 2023-12-06T07:17:36.173 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: created 2023-12-06T07:17:34.882432+0000 2023-12-06T07:17:36.173 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: min_mon_release 15 (octopus) 2023-12-06T07:17:36.173 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-06T07:17:36.173 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon.a 2023-12-06T07:17:36.173 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: 2023-12-06T07:17:36.173 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 0 /usr/bin/ceph-mon: set fsid to 6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:17:36.174 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: RocksDB version: 6.15.5 2023-12-06T07:17:36.174 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: 2023-12-06T07:17:36.175 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T07:17:36.175 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Compile date Apr 18 2022 2023-12-06T07:17:36.175 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: DB SUMMARY 2023-12-06T07:17:36.175 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: 2023-12-06T07:17:36.175 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: DB Session ID: V9M00OV0E0T3O7TO7M9Q 2023-12-06T07:17:36.175 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: 2023-12-06T07:17:36.175 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2023-12-06T07:17:36.175 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: 2023-12-06T07:17:36.175 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2023-12-06T07:17:36.177 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: 2023-12-06T07:17:36.177 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.error_if_exists: 0 2023-12-06T07:17:36.177 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.create_if_missing: 1 2023-12-06T07:17:36.177 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T07:17:36.177 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T07:17:36.177 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.env: 0x55a19dc6f860 2023-12-06T07:17:36.177 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.fs: Posix File System 2023-12-06T07:17:36.178 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.info_log: 0x55a19f7c3320 2023-12-06T07:17:36.178 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T07:17:36.178 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.statistics: (nil) 2023-12-06T07:17:36.178 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.use_fsync: 0 2023-12-06T07:17:36.178 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T07:17:36.178 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T07:17:36.178 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T07:17:36.178 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T07:17:36.180 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T07:17:36.180 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T07:17:36.180 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T07:17:36.180 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T07:17:36.180 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T07:17:36.180 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T07:17:36.180 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T07:17:36.180 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.db_log_dir: 2023-12-06T07:17:36.180 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-06T07:17:36.180 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T07:17:36.180 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T07:17:36.180 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T07:17:36.180 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T07:17:36.180 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T07:17:36.183 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T07:17:36.183 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T07:17:36.183 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T07:17:36.183 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.write_buffer_manager: 0x55a19fa63950 2023-12-06T07:17:36.183 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T07:17:36.183 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T07:17:36.183 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T07:17:36.183 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T07:17:36.183 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T07:17:36.183 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T07:17:36.184 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T07:17:36.184 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T07:17:36.184 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T07:17:36.184 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.unordered_write: 0 2023-12-06T07:17:36.184 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T07:17:36.184 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T07:17:36.184 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T07:17:36.184 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T07:17:36.184 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.row_cache: None 2023-12-06T07:17:36.184 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.wal_filter: None 2023-12-06T07:17:36.184 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T07:17:36.204 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T07:17:36.204 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.preserve_deletes: 0 2023-12-06T07:17:36.204 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.two_write_queues: 0 2023-12-06T07:17:36.204 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T07:17:36.204 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.atomic_flush: 0 2023-12-06T07:17:36.204 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T07:17:36.204 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T07:17:36.204 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T07:17:36.204 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T07:17:36.204 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T07:17:36.204 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T07:17:36.204 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T07:17:36.204 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T07:17:36.205 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T07:17:36.205 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T07:17:36.205 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T07:17:36.205 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T07:17:36.205 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T07:17:36.205 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T07:17:36.205 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T07:17:36.205 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T07:17:36.205 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T07:17:36.205 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T07:17:36.205 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T07:17:36.205 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T07:17:36.205 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T07:17:36.205 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.max_open_files: -1 2023-12-06T07:17:36.206 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T07:17:36.206 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T07:17:36.206 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T07:17:36.206 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T07:17:36.206 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T07:17:36.206 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Compression algorithms supported: 2023-12-06T07:17:36.206 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T07:17:36.206 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: kZSTD supported: 0 2023-12-06T07:17:36.206 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: kXpressCompression supported: 0 2023-12-06T07:17:36.206 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T07:17:36.206 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T07:17:36.206 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T07:17:36.206 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: kZlibCompression supported: 1 2023-12-06T07:17:36.206 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T07:17:36.207 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T07:17:36.207 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.168+0000 7f62b528c880 4 rocksdb: [db/db_impl/db_impl_open.cc:281] Creating manifest 1 2023-12-06T07:17:36.207 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: 2023-12-06T07:17:36.207 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2023-12-06T07:17:36.207 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: 2023-12-06T07:17:36.207 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-06T07:17:36.207 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: 2023-12-06T07:17:36.207 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T07:17:36.207 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.merge_operator: 2023-12-06T07:17:36.207 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.compaction_filter: None 2023-12-06T07:17:36.207 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T07:17:36.207 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T07:17:36.207 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T07:17:36.207 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T07:17:36.207 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a19f78cd10) 2023-12-06T07:17:36.208 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-06T07:17:36.208 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T07:17:36.208 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T07:17:36.208 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-06T07:17:36.208 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-06T07:17:36.208 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-06T07:17:36.208 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-06T07:17:36.208 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-06T07:17:36.208 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-06T07:17:36.208 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-06T07:17:36.208 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-06T07:17:36.208 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: block_cache: 0x55a19f7f4170 2023-12-06T07:17:36.208 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-06T07:17:36.208 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-06T07:17:36.208 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-06T07:17:36.208 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-06T07:17:36.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-06T07:17:36.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-06T07:17:36.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-06T07:17:36.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-06T07:17:36.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-06T07:17:36.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-06T07:17:36.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-06T07:17:36.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-06T07:17:36.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-06T07:17:36.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-06T07:17:36.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-06T07:17:36.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T07:17:36.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-06T07:17:36.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-06T07:17:36.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-06T07:17:36.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: format_version: 4 2023-12-06T07:17:36.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-06T07:17:36.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-06T07:17:36.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: 2023-12-06T07:17:36.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T07:17:36.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T07:17:36.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.compression: NoCompression 2023-12-06T07:17:36.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T07:17:36.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T07:17:36.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T07:17:36.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.num_levels: 7 2023-12-06T07:17:36.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T07:17:36.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T07:17:36.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T07:17:36.211 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T07:17:36.211 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T07:17:36.211 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T07:17:36.211 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T07:17:36.211 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T07:17:36.211 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T07:17:36.211 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T07:17:36.211 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T07:17:36.211 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T07:17:36.211 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T07:17:36.211 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T07:17:36.211 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T07:17:36.211 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T07:17:36.211 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T07:17:36.211 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T07:17:36.211 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T07:17:36.212 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T07:17:36.212 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T07:17:36.212 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T07:17:36.212 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T07:17:36.212 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T07:17:36.212 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T07:17:36.212 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T07:17:36.212 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T07:17:36.212 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T07:17:36.212 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T07:17:36.212 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T07:17:36.212 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T07:17:36.212 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T07:17:36.212 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T07:17:36.212 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T07:17:36.213 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-06T07:17:36.213 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T07:17:36.213 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T07:17:36.213 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T07:17:36.213 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T07:17:36.213 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T07:17:36.213 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T07:17:36.213 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T07:17:36.213 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T07:17:36.213 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T07:17:36.213 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T07:17:36.214 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T07:17:36.214 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T07:17:36.214 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T07:17:36.214 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T07:17:36.214 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.table_properties_collectors: 2023-12-06T07:17:36.214 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T07:17:36.214 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T07:17:36.214 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T07:17:36.214 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T07:17:36.214 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T07:17:36.214 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.bloom_locality: 0 2023-12-06T07:17:36.214 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T07:17:36.214 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T07:17:36.214 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T07:17:36.215 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T07:17:36.215 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T07:17:36.215 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.ttl: 2592000 2023-12-06T07:17:36.215 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T07:17:36.215 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.enable_blob_files: false 2023-12-06T07:17:36.215 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.min_blob_size: 0 2023-12-06T07:17:36.215 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T07:17:36.215 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T07:17:36.215 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T07:17:36.215 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.172+0000 7f62b528c880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T07:17:36.215 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.180+0000 7f62b528c880 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-06T07:17:36.217 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: 2023-12-06T07:17:36.217 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.180+0000 7f62b528c880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-06T07:17:36.217 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: 2023-12-06T07:17:36.217 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.180+0000 7f62b528c880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 3 2023-12-06T07:17:36.217 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: 2023-12-06T07:17:36.217 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.180+0000 7f62b528c880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55a19f7da700 2023-12-06T07:17:36.217 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.180+0000 7f62b528c880 4 rocksdb: DB pointer 0x55a19f84e000 2023-12-06T07:17:36.217 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.180+0000 7f62a6e76700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-06T07:17:36.217 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.180+0000 7f62a6e76700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-06T07:17:36.217 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-06T07:17:36.217 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:17:36.217 INFO:teuthology.orchestra.run.smithi172.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-06T07:17:36.217 INFO:teuthology.orchestra.run.smithi172.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-06T07:17:36.217 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T07:17:36.218 INFO:teuthology.orchestra.run.smithi172.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-06T07:17:36.218 INFO:teuthology.orchestra.run.smithi172.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-06T07:17:36.218 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T07:17:36.218 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: 2023-12-06T07:17:36.218 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T07:17:36.218 INFO:teuthology.orchestra.run.smithi172.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-06T07:17:36.218 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T07:17:36.218 INFO:teuthology.orchestra.run.smithi172.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-06T07:17:36.218 INFO:teuthology.orchestra.run.smithi172.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-06T07:17:36.218 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: 2023-12-06T07:17:36.218 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T07:17:36.218 INFO:teuthology.orchestra.run.smithi172.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-06T07:17:36.218 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T07:17:36.218 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:17:36.219 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T07:17:36.219 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T07:17:36.219 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T07:17:36.219 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T07:17:36.219 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-06T07:17:36.219 INFO:teuthology.orchestra.run.smithi172.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-06T07:17:36.219 INFO:teuthology.orchestra.run.smithi172.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-06T07:17:36.219 INFO:teuthology.orchestra.run.smithi172.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-06T07:17:36.219 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: 2023-12-06T07:17:36.219 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-06T07:17:36.219 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: 2023-12-06T07:17:36.219 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T07:17:36.219 INFO:teuthology.orchestra.run.smithi172.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-06T07:17:36.219 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T07:17:36.219 INFO:teuthology.orchestra.run.smithi172.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-06T07:17:36.220 INFO:teuthology.orchestra.run.smithi172.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-06T07:17:36.220 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: 2023-12-06T07:17:36.220 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T07:17:36.220 INFO:teuthology.orchestra.run.smithi172.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-06T07:17:36.220 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T07:17:36.220 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:17:36.220 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T07:17:36.220 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T07:17:36.220 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T07:17:36.220 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T07:17:36.220 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-06T07:17:36.220 INFO:teuthology.orchestra.run.smithi172.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-06T07:17:36.220 INFO:teuthology.orchestra.run.smithi172.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-06T07:17:36.220 INFO:teuthology.orchestra.run.smithi172.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-06T07:17:36.220 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: 2023-12-06T07:17:36.221 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-06T07:17:36.221 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: 2023-12-06T07:17:36.221 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.184+0000 7f62b528c880 4 rocksdb: [db/db_impl/db_impl.cc:447] Shutdown: canceling all background work 2023-12-06T07:17:36.221 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.184+0000 7f62b528c880 4 rocksdb: [db/db_impl/db_impl.cc:625] Shutdown complete 2023-12-06T07:17:36.221 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph-mon: debug 2023-12-06T07:17:36.184+0000 7f62b528c880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2023-12-06T07:17:36.765 INFO:teuthology.orchestra.run.smithi172.stderr:create mon.a on 2023-12-06T07:17:36.992 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-12-06T07:17:37.194 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-6c6e2358-9407-11ee-95a2-87774f69a715.target -> /etc/systemd/system/ceph-6c6e2358-9407-11ee-95a2-87774f69a715.target. 2023-12-06T07:17:37.194 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-6c6e2358-9407-11ee-95a2-87774f69a715.target -> /etc/systemd/system/ceph-6c6e2358-9407-11ee-95a2-87774f69a715.target. 2023-12-06T07:17:37.608 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: Failed to reset failed state of unit ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mon.a.service: Unit ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mon.a.service not loaded. 2023-12-06T07:17:37.615 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: Created symlink /etc/systemd/system/ceph-6c6e2358-9407-11ee-95a2-87774f69a715.target.wants/ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-6c6e2358-9407-11ee-95a2-87774f69a715@.service. 2023-12-06T07:17:37.807 INFO:teuthology.orchestra.run.smithi172.stderr:firewalld does not appear to be present 2023-12-06T07:17:37.807 INFO:teuthology.orchestra.run.smithi172.stderr:Not possible to enable service . firewalld.service is not available 2023-12-06T07:17:37.807 INFO:teuthology.orchestra.run.smithi172.stderr:Waiting for mon to start... 2023-12-06T07:17:37.807 INFO:teuthology.orchestra.run.smithi172.stderr:Waiting for mon... 2023-12-06T07:17:39.406 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: cluster: 2023-12-06T07:17:39.406 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: id: 6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:17:39.406 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-06T07:17:39.406 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: 2023-12-06T07:17:39.406 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: services: 2023-12-06T07:17:39.407 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: mon: 1 daemons, quorum a (age 0.249146s) 2023-12-06T07:17:39.408 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-06T07:17:39.408 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-06T07:17:39.408 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: 2023-12-06T07:17:39.408 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: data: 2023-12-06T07:17:39.408 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-06T07:17:39.408 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-06T07:17:39.408 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-06T07:17:39.408 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: pgs: 2023-12-06T07:17:39.408 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: 2023-12-06T07:17:39.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:39 smithi172 bash[24592]: cluster 2023-12-06T07:17:39.141452+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-06T07:17:39.941 INFO:teuthology.orchestra.run.smithi172.stderr:mon is available 2023-12-06T07:17:39.941 INFO:teuthology.orchestra.run.smithi172.stderr:Assimilating anything we can from ceph.conf... 2023-12-06T07:17:40.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:40 smithi172 bash[24592]: cluster 2023-12-06T07:17:39.153199+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-06T07:17:40.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:40 smithi172 bash[24592]: cluster 2023-12-06T07:17:39.155003+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0]} 2023-12-06T07:17:40.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:40 smithi172 bash[24592]: cluster 2023-12-06T07:17:39.164674+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-06T07:17:40.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:40 smithi172 bash[24592]: cluster 2023-12-06T07:17:39.176413+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-06T07:17:40.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:40 smithi172 bash[24592]: cluster 2023-12-06T07:17:39.177681+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-06T07:17:40.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:40 smithi172 bash[24592]: audit 2023-12-06T07:17:39.402264+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.172:0/3365947668' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-06T07:17:40.946 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: 2023-12-06T07:17:40.947 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: [global] 2023-12-06T07:17:40.947 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: fsid = 6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:17:40.947 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.172:3300,v1:172.21.15.172:6789] 2023-12-06T07:17:40.947 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-06T07:17:40.948 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-06T07:17:40.948 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-06T07:17:40.948 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-06T07:17:40.948 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: 2023-12-06T07:17:40.949 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: [mgr] 2023-12-06T07:17:40.949 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: mgr/cephadm/use_agent = False 2023-12-06T07:17:40.949 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-06T07:17:40.949 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: 2023-12-06T07:17:40.949 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: [osd] 2023-12-06T07:17:40.949 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-06T07:17:40.949 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-06T07:17:41.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:41 smithi172 bash[24592]: audit 2023-12-06T07:17:40.936584+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.172:0/1851940602' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-06T07:17:41.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:41 smithi172 bash[24592]: audit 2023-12-06T07:17:40.942743+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.172:0/1851940602' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-06T07:17:41.505 INFO:teuthology.orchestra.run.smithi172.stderr:Generating new minimal ceph.conf... 2023-12-06T07:17:42.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:42 smithi172 bash[24592]: audit 2023-12-06T07:17:42.492475+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.172:0/3975849127' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:17:43.110 INFO:teuthology.orchestra.run.smithi172.stderr:Restarting the monitor... 2023-12-06T07:17:43.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:43 smithi172 systemd[1]: Stopping Ceph mon.a for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:17:43.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:43 smithi172 bash[25014]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-mon.a 2023-12-06T07:17:43.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:43 smithi172 bash[24592]: debug 2023-12-06T07:17:43.216+0000 7f3008c0c700 -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-06T07:17:43.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:43 smithi172 bash[24592]: debug 2023-12-06T07:17:43.216+0000 7f3008c0c700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-12-06T07:17:43.874 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:43 smithi172 bash[25022]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-mon-a 2023-12-06T07:17:44.028 INFO:teuthology.orchestra.run.smithi172.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-06T07:17:44.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:43 smithi172 bash[25057]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-mon.a 2023-12-06T07:17:44.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:44 smithi172 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-06T07:17:44.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:44 smithi172 systemd[1]: Stopped Ceph mon.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:17:44.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:44 smithi172 systemd[1]: Started Ceph mon.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:17:45.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.168+0000 7ff11753b880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T07:17:45.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.168+0000 7ff11753b880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-06T07:17:45.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.168+0000 7ff11753b880 0 pidfile_write: ignore empty --pid-file 2023-12-06T07:17:45.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 0 load: jerasure load: lrc 2023-12-06T07:17:45.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: RocksDB version: 6.15.5 2023-12-06T07:17:45.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T07:17:45.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Compile date Apr 18 2022 2023-12-06T07:17:45.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: DB SUMMARY 2023-12-06T07:17:45.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: DB Session ID: EPWDCT40I44IAOOB9RZI 2023-12-06T07:17:45.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: CURRENT file: CURRENT 2023-12-06T07:17:45.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T07:17:45.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-06T07:17:45.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-12-06T07:17:45.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82137 ; 2023-12-06T07:17:45.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.error_if_exists: 0 2023-12-06T07:17:45.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.create_if_missing: 0 2023-12-06T07:17:45.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T07:17:45.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T07:17:45.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.env: 0x55eac21a1860 2023-12-06T07:17:45.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.fs: Posix File System 2023-12-06T07:17:45.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.info_log: 0x55eac304be00 2023-12-06T07:17:45.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T07:17:45.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.statistics: (nil) 2023-12-06T07:17:45.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.use_fsync: 0 2023-12-06T07:17:45.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T07:17:45.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T07:17:45.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T07:17:45.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T07:17:45.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T07:17:45.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T07:17:45.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T07:17:45.428 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T07:17:45.428 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T07:17:45.428 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T07:17:45.428 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T07:17:45.428 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.db_log_dir: 2023-12-06T07:17:45.428 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-06T07:17:45.428 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T07:17:45.428 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T07:17:45.428 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T07:17:45.428 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T07:17:45.428 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T07:17:45.428 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T07:17:45.428 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T07:17:45.428 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T07:17:45.428 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.write_buffer_manager: 0x55eac313c270 2023-12-06T07:17:45.428 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T07:17:45.429 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T07:17:45.429 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T07:17:45.429 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T07:17:45.429 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T07:17:45.429 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T07:17:45.429 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T07:17:45.429 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T07:17:45.429 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T07:17:45.429 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.unordered_write: 0 2023-12-06T07:17:45.429 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T07:17:45.429 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T07:17:45.429 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T07:17:45.429 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T07:17:45.429 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.row_cache: None 2023-12-06T07:17:45.429 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.wal_filter: None 2023-12-06T07:17:45.430 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T07:17:45.430 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T07:17:45.430 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.preserve_deletes: 0 2023-12-06T07:17:45.430 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.two_write_queues: 0 2023-12-06T07:17:45.430 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T07:17:45.430 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.atomic_flush: 0 2023-12-06T07:17:45.430 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T07:17:45.430 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T07:17:45.430 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T07:17:45.430 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T07:17:45.430 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T07:17:45.430 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T07:17:45.430 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T07:17:45.430 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T07:17:45.430 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T07:17:45.431 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T07:17:45.431 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T07:17:45.431 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T07:17:45.431 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T07:17:45.431 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T07:17:45.431 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T07:17:45.431 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T07:17:45.431 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T07:17:45.431 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T07:17:45.431 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T07:17:45.431 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T07:17:45.431 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T07:17:45.431 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_open_files: -1 2023-12-06T07:17:45.431 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T07:17:45.431 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T07:17:45.431 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T07:17:45.432 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T07:17:45.432 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T07:17:45.432 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Compression algorithms supported: 2023-12-06T07:17:45.432 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T07:17:45.432 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: kZSTD supported: 0 2023-12-06T07:17:45.432 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: kXpressCompression supported: 0 2023-12-06T07:17:45.432 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T07:17:45.432 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T07:17:45.432 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T07:17:45.432 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: kZlibCompression supported: 1 2023-12-06T07:17:45.432 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T07:17:45.432 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T07:17:45.432 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2023-12-06T07:17:45.432 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-06T07:17:45.432 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T07:17:45.432 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.merge_operator: 2023-12-06T07:17:45.434 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.compaction_filter: None 2023-12-06T07:17:45.434 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T07:17:45.434 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T07:17:45.434 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T07:17:45.434 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T07:17:45.434 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55eac3019d00) 2023-12-06T07:17:45.434 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: cache_index_and_filter_blocks: 1 2023-12-06T07:17:45.435 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T07:17:45.435 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T07:17:45.435 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: pin_top_level_index_and_filter: 1 2023-12-06T07:17:45.435 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: index_type: 0 2023-12-06T07:17:45.435 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: data_block_index_type: 0 2023-12-06T07:17:45.435 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: index_shortening: 1 2023-12-06T07:17:45.435 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T07:17:45.435 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: hash_index_allow_collision: 1 2023-12-06T07:17:45.435 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: checksum: 1 2023-12-06T07:17:45.435 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: no_block_cache: 0 2023-12-06T07:17:45.435 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: block_cache: 0x55eac3080170 2023-12-06T07:17:45.435 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: block_cache_name: BinnedLRUCache 2023-12-06T07:17:45.435 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: block_cache_options: 2023-12-06T07:17:45.435 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: capacity : 536870912 2023-12-06T07:17:45.435 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: num_shard_bits : 4 2023-12-06T07:17:45.435 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: strict_capacity_limit : 0 2023-12-06T07:17:45.436 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: high_pri_pool_ratio: 0.000 2023-12-06T07:17:45.436 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: block_cache_compressed: (nil) 2023-12-06T07:17:45.436 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: persistent_cache: (nil) 2023-12-06T07:17:45.436 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: block_size: 4096 2023-12-06T07:17:45.436 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: block_size_deviation: 10 2023-12-06T07:17:45.436 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: block_restart_interval: 16 2023-12-06T07:17:45.436 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: index_block_restart_interval: 1 2023-12-06T07:17:45.436 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: metadata_block_size: 4096 2023-12-06T07:17:45.436 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: partition_filters: 0 2023-12-06T07:17:45.436 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: use_delta_encoding: 1 2023-12-06T07:17:45.436 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T07:17:45.436 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: whole_key_filtering: 1 2023-12-06T07:17:45.436 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: verify_compression: 0 2023-12-06T07:17:45.436 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: read_amp_bytes_per_bit: 0 2023-12-06T07:17:45.436 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: format_version: 4 2023-12-06T07:17:45.436 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: enable_index_compression: 1 2023-12-06T07:17:45.437 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: block_align: 0 2023-12-06T07:17:45.437 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T07:17:45.437 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T07:17:45.437 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.compression: NoCompression 2023-12-06T07:17:45.437 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T07:17:45.437 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T07:17:45.437 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T07:17:45.437 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.num_levels: 7 2023-12-06T07:17:45.437 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T07:17:45.437 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T07:17:45.437 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T07:17:45.437 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T07:17:45.437 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T07:17:45.437 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T07:17:45.437 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T07:17:45.437 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T07:17:45.438 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T07:17:45.438 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T07:17:45.438 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T07:17:45.438 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T07:17:45.438 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T07:17:45.438 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T07:17:45.438 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T07:17:45.438 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T07:17:45.438 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T07:17:45.438 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T07:17:45.438 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T07:17:45.438 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T07:17:45.438 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T07:17:45.438 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T07:17:45.438 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T07:17:45.439 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T07:17:45.439 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T07:17:45.439 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T07:17:45.439 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T07:17:45.439 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T07:17:45.439 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T07:17:45.439 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T07:17:45.439 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T07:17:45.439 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T07:17:45.439 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T07:17:45.439 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T07:17:45.439 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-06T07:17:45.439 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T07:17:45.439 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T07:17:45.439 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T07:17:45.440 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T07:17:45.440 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T07:17:45.440 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T07:17:45.440 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T07:17:45.440 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T07:17:45.440 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T07:17:45.440 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T07:17:45.440 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T07:17:45.440 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T07:17:45.440 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T07:17:45.440 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T07:17:45.440 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.table_properties_collectors: 2023-12-06T07:17:45.440 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T07:17:45.440 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T07:17:45.440 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T07:17:45.441 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T07:17:45.441 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T07:17:45.441 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.bloom_locality: 0 2023-12-06T07:17:45.441 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T07:17:45.441 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T07:17:45.441 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T07:17:45.441 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T07:17:45.441 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T07:17:45.441 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.ttl: 2592000 2023-12-06T07:17:45.441 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T07:17:45.441 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.enable_blob_files: false 2023-12-06T07:17:45.441 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.min_blob_size: 0 2023-12-06T07:17:45.441 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T07:17:45.441 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T07:17:45.441 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T07:17:45.441 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T07:17:45.442 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 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-06T07:17:45.442 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-06T07:17:45.442 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.172+0000 7ff11753b880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-06T07:17:45.442 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.176+0000 7ff11753b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701847065177198, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-06T07:17:45.442 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.176+0000 7ff11753b880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-06T07:17:45.442 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.176+0000 7ff11753b880 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-06T07:17:45.442 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.176+0000 7ff11753b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701847065178338, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 78846, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77109, "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": 71380, "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": 1701847065, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "b9274ba2-d0e9-468b-8537-36b1859e22cb", "db_session_id": "EPWDCT40I44IAOOB9RZI"}} 2023-12-06T07:17:45.442 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.176+0000 7ff11753b880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-06T07:17:45.442 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.176+0000 7ff11753b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701847065179396, "job": 1, "event": "recovery_finished"} 2023-12-06T07:17:45.442 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.176+0000 7ff11753b880 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-06T07:17:45.442 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.176+0000 7ff11753b880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55eac3066a80 2023-12-06T07:17:45.442 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.176+0000 7ff11753b880 4 rocksdb: DB pointer 0x55eac3076000 2023-12-06T07:17:45.442 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.180+0000 7ff1072c3700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-06T07:17:45.442 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.180+0000 7ff1072c3700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-06T07:17:45.443 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: ** DB Stats ** 2023-12-06T07:17:45.443 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:17:45.443 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: 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-06T07:17:45.443 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T07:17:45.443 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T07:17:45.443 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: 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-06T07:17:45.443 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-06T07:17:45.443 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T07:17:45.443 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: ** Compaction Stats [default] ** 2023-12-06T07:17:45.443 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: 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-06T07:17:45.443 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T07:17:45.443 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: L0 2/0 78.76 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 84.4 0.00 0.00 1 0.001 0 0 2023-12-06T07:17:45.443 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: Sum 2/0 78.76 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 84.4 0.00 0.00 1 0.001 0 0 2023-12-06T07:17:45.443 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 84.4 0.00 0.00 1 0.001 0 0 2023-12-06T07:17:45.443 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: ** Compaction Stats [default] ** 2023-12-06T07:17:45.443 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: 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-06T07:17:45.444 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T07:17:45.444 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 84.4 0.00 0.00 1 0.001 0 0 2023-12-06T07:17:45.444 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:17:45.444 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T07:17:45.444 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T07:17:45.444 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T07:17:45.444 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T07:17:45.444 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T07:17:45.444 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: Cumulative compaction: 0.00 GB write, 14.69 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T07:17:45.444 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: Interval compaction: 0.00 GB write, 14.69 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T07:17:45.444 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: 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-06T07:17:45.444 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T07:17:45.444 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: ** Compaction Stats [default] ** 2023-12-06T07:17:45.444 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: 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-06T07:17:45.444 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T07:17:45.444 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: L0 2/0 78.76 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 84.4 0.00 0.00 1 0.001 0 0 2023-12-06T07:17:45.445 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: Sum 2/0 78.76 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 84.4 0.00 0.00 1 0.001 0 0 2023-12-06T07:17:45.445 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: 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-06T07:17:45.445 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: ** Compaction Stats [default] ** 2023-12-06T07:17:45.445 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: 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-06T07:17:45.445 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T07:17:45.445 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 84.4 0.00 0.00 1 0.001 0 0 2023-12-06T07:17:45.445 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:17:45.445 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T07:17:45.445 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T07:17:45.445 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T07:17:45.445 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T07:17:45.445 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T07:17:45.445 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: Cumulative compaction: 0.00 GB write, 14.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T07:17:45.445 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: 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-06T07:17:45.445 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: 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-06T07:17:45.446 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T07:17:45.446 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.180+0000 7ff11753b880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] at bind addrs [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:17:45.446 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.180+0000 7ff11753b880 1 mon.a@-1(???) e1 preinit fsid 6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:17:45.446 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.180+0000 7ff11753b880 0 mon.a@-1(???).mds e1 new map 2023-12-06T07:17:45.446 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: debug 2023-12-06T07:17:45.180+0000 7ff11753b880 0 mon.a@-1(???).mds e1 print_map 2023-12-06T07:17:45.446 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: e1 2023-12-06T07:17:45.446 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T07:17:45.446 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: 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-06T07:17:45.446 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: legacy client fscid: -1 2023-12-06T07:17:45.446 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: 2023-12-06T07:17:45.446 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: No filesystems configured 2023-12-06T07:17:45.446 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: cluster 2023-12-06T07:17:45.186852+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-06T07:17:45.446 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: cluster 2023-12-06T07:17:45.186933+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0]} 2023-12-06T07:17:45.446 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: cluster 2023-12-06T07:17:45.187030+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2023-12-06T07:17:45.446 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: cluster 2023-12-06T07:17:45.187080+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-06T07:17:45.447 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:45 smithi172 bash[25094]: cluster 2023-12-06T07:17:45.187531+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-06T07:17:46.330 INFO:teuthology.orchestra.run.smithi172.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-06T07:17:46.331 INFO:teuthology.orchestra.run.smithi172.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-06T07:17:46.331 INFO:teuthology.orchestra.run.smithi172.stderr:Creating mgr... 2023-12-06T07:17:46.331 INFO:teuthology.orchestra.run.smithi172.stderr:Verifying port 9283 ... 2023-12-06T07:17:46.556 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: Failed to reset failed state of unit ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mgr.y.service: Unit ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mgr.y.service not loaded. 2023-12-06T07:17:46.563 INFO:teuthology.orchestra.run.smithi172.stderr:systemctl: Created symlink /etc/systemd/system/ceph-6c6e2358-9407-11ee-95a2-87774f69a715.target.wants/ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mgr.y.service -> /etc/systemd/system/ceph-6c6e2358-9407-11ee-95a2-87774f69a715@.service. 2023-12-06T07:17:46.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:46 smithi172 bash[25094]: audit 2023-12-06T07:17:45.455955+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.172:0/3596500624' entity='client.admin' 2023-12-06T07:17:46.757 INFO:teuthology.orchestra.run.smithi172.stderr:firewalld does not appear to be present 2023-12-06T07:17:46.757 INFO:teuthology.orchestra.run.smithi172.stderr:Not possible to enable service . firewalld.service is not available 2023-12-06T07:17:46.758 INFO:teuthology.orchestra.run.smithi172.stderr:firewalld does not appear to be present 2023-12-06T07:17:46.758 INFO:teuthology.orchestra.run.smithi172.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-06T07:17:46.758 INFO:teuthology.orchestra.run.smithi172.stderr:Waiting for mgr to start... 2023-12-06T07:17:46.758 INFO:teuthology.orchestra.run.smithi172.stderr:Waiting for mgr... 2023-12-06T07:17:48.202 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: 2023-12-06T07:17:48.202 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: { 2023-12-06T07:17:48.202 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "fsid": "6c6e2358-9407-11ee-95a2-87774f69a715", 2023-12-06T07:17:48.202 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "health": { 2023-12-06T07:17:48.202 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T07:17:48.203 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T07:17:48.203 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T07:17:48.203 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:48.203 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T07:17:48.203 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T07:17:48.203 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: 0 2023-12-06T07:17:48.203 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: ], 2023-12-06T07:17:48.203 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T07:17:48.203 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "a" 2023-12-06T07:17:48.203 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: ], 2023-12-06T07:17:48.203 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "quorum_age": 3, 2023-12-06T07:17:48.203 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T07:17:48.203 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T07:17:48.203 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T07:17:48.203 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T07:17:48.203 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:48.204 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T07:17:48.204 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T07:17:48.204 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T07:17:48.204 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T07:17:48.204 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T07:17:48.208 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T07:17:48.208 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T07:17:48.208 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T07:17:48.208 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:48.208 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T07:17:48.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T07:17:48.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T07:17:48.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T07:17:48.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T07:17:48.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T07:17:48.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T07:17:48.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T07:17:48.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T07:17:48.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:48.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T07:17:48.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T07:17:48.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T07:17:48.209 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T07:17:48.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:48.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T07:17:48.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "available": false, 2023-12-06T07:17:48.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T07:17:48.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T07:17:48.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "iostat", 2023-12-06T07:17:48.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "nfs", 2023-12-06T07:17:48.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "restful" 2023-12-06T07:17:48.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: ], 2023-12-06T07:17:48.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "services": {} 2023-12-06T07:17:48.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:48.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T07:17:48.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T07:17:48.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "modified": "2023-12-06T07:17:39.158893+0000", 2023-12-06T07:17:48.210 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "services": {} 2023-12-06T07:17:48.211 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:48.211 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T07:17:48.211 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: } 2023-12-06T07:17:48.411 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:48 smithi172 bash[25094]: audit 2023-12-06T07:17:48.197095+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.172:0/3531595429' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T07:17:48.411 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:48 smithi172 bash[25375]: debug 2023-12-06T07:17:48.080+0000 7fea2134c000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:17:48.844 INFO:teuthology.orchestra.run.smithi172.stderr:mgr not available, waiting (1/15)... 2023-12-06T07:17:49.060 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:48 smithi172 bash[25375]: debug 2023-12-06T07:17:48.772+0000 7fea2134c000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:17:49.061 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:48 smithi172 bash[25375]: debug 2023-12-06T07:17:48.896+0000 7fea2134c000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:17:49.388 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:49 smithi172 bash[25375]: debug 2023-12-06T07:17:49.056+0000 7fea2134c000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:17:49.674 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:49 smithi172 bash[25375]: debug 2023-12-06T07:17:49.384+0000 7fea2134c000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:17:49.675 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:49 smithi172 bash[25375]: debug 2023-12-06T07:17:49.476+0000 7fea2134c000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:17:50.174 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:49 smithi172 bash[25375]: debug 2023-12-06T07:17:49.672+0000 7fea2134c000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:17:50.835 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:50 smithi172 bash[25375]: debug 2023-12-06T07:17:50.524+0000 7fea2134c000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:17:50.836 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:50 smithi172 bash[25375]: debug 2023-12-06T07:17:50.624+0000 7fea2134c000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:17:51.174 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:50 smithi172 bash[25375]: debug 2023-12-06T07:17:50.832+0000 7fea2134c000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:17:51.504 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:51 smithi172 bash[25375]: debug 2023-12-06T07:17:51.172+0000 7fea2134c000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:17:51.882 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: 2023-12-06T07:17:51.882 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: { 2023-12-06T07:17:51.882 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "fsid": "6c6e2358-9407-11ee-95a2-87774f69a715", 2023-12-06T07:17:51.882 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "health": { 2023-12-06T07:17:51.882 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T07:17:51.882 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T07:17:51.882 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T07:17:51.884 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:51.884 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T07:17:51.884 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T07:17:51.884 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: 0 2023-12-06T07:17:51.885 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: ], 2023-12-06T07:17:51.885 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T07:17:51.885 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "a" 2023-12-06T07:17:51.885 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: ], 2023-12-06T07:17:51.885 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-12-06T07:17:51.885 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T07:17:51.886 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T07:17:51.886 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T07:17:51.886 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T07:17:51.886 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:51.886 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T07:17:51.886 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T07:17:51.886 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T07:17:51.886 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T07:17:51.886 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:51 smithi172 bash[25375]: debug 2023-12-06T07:17:51.504+0000 7fea2134c000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:17:51.890 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T07:17:51.890 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T07:17:51.890 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T07:17:51.890 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T07:17:51.890 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:51.890 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T07:17:51.890 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T07:17:51.890 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T07:17:51.891 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T07:17:51.891 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T07:17:51.891 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T07:17:51.891 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T07:17:51.891 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T07:17:51.891 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T07:17:51.891 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:51.891 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T07:17:51.891 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T07:17:51.891 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T07:17:51.891 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T07:17:51.891 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:51.891 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T07:17:51.891 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "available": false, 2023-12-06T07:17:51.891 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T07:17:51.891 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T07:17:51.892 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "iostat", 2023-12-06T07:17:51.892 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "nfs", 2023-12-06T07:17:51.892 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "restful" 2023-12-06T07:17:51.892 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: ], 2023-12-06T07:17:51.892 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "services": {} 2023-12-06T07:17:51.892 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:51.892 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T07:17:51.892 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T07:17:51.892 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "modified": "2023-12-06T07:17:39.158893+0000", 2023-12-06T07:17:51.892 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "services": {} 2023-12-06T07:17:51.892 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:51.892 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T07:17:51.892 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: } 2023-12-06T07:17:52.155 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:51 smithi172 bash[25094]: audit 2023-12-06T07:17:51.878450+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.172:0/1988060878' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T07:17:52.156 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:51 smithi172 bash[25375]: debug 2023-12-06T07:17:51.880+0000 7fea2134c000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:17:52.424 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:52 smithi172 bash[25375]: debug 2023-12-06T07:17:52.152+0000 7fea2134c000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:17:52.459 INFO:teuthology.orchestra.run.smithi172.stderr:mgr not available, waiting (2/15)... 2023-12-06T07:17:53.083 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:52 smithi172 bash[25375]: debug 2023-12-06T07:17:52.824+0000 7fea2134c000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:17:53.083 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:52 smithi172 bash[25375]: debug 2023-12-06T07:17:52.924+0000 7fea2134c000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:17:53.425 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:53 smithi172 bash[25375]: debug 2023-12-06T07:17:53.080+0000 7fea2134c000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:17:53.425 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:53 smithi172 bash[25375]: debug 2023-12-06T07:17:53.184+0000 7fea2134c000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:17:53.425 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:53 smithi172 bash[25375]: debug 2023-12-06T07:17:53.320+0000 7fea2134c000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:17:53.907 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:53 smithi172 bash[25375]: debug 2023-12-06T07:17:53.608+0000 7fea2134c000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:17:53.907 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:53 smithi172 bash[25375]: debug 2023-12-06T07:17:53.724+0000 7fea2134c000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:17:54.174 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:53 smithi172 bash[25375]: debug 2023-12-06T07:17:53.904+0000 7fea2134c000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:17:54.175 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:54 smithi172 bash[25375]: debug 2023-12-06T07:17:54.020+0000 7fea2134c000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:17:55.174 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:17:54 smithi172 bash[25375]: debug 2023-12-06T07:17:54.844+0000 7fea2134c000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:17:55.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:54 smithi172 bash[25094]: cluster 2023-12-06T07:17:54.867396+0000 mon.a (mon.0) 9 : cluster [INF] Activating manager daemon y 2023-12-06T07:17:55.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:54 smithi172 bash[25094]: cluster 2023-12-06T07:17:54.873661+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00650371s) 2023-12-06T07:17:55.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:54 smithi172 bash[25094]: audit 2023-12-06T07:17:54.875913+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.172:0/4099927667' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:17:55.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:54 smithi172 bash[25094]: audit 2023-12-06T07:17:54.876077+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.172:0/4099927667' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:17:55.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:54 smithi172 bash[25094]: audit 2023-12-06T07:17:54.876221+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.172:0/4099927667' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:17:55.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:54 smithi172 bash[25094]: audit 2023-12-06T07:17:54.876379+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.172:0/4099927667' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:17:55.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:54 smithi172 bash[25094]: audit 2023-12-06T07:17:54.878072+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.172:0/4099927667' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:17:55.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:54 smithi172 bash[25094]: cluster 2023-12-06T07:17:54.889277+0000 mon.a (mon.0) 16 : cluster [INF] Manager daemon y is now available 2023-12-06T07:17:55.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:54 smithi172 bash[25094]: audit 2023-12-06T07:17:54.909072+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.172:0/4099927667' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:17:55.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:54 smithi172 bash[25094]: audit 2023-12-06T07:17:54.911460+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.172:0/4099927667' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:17:55.560 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: 2023-12-06T07:17:55.560 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: { 2023-12-06T07:17:55.560 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "fsid": "6c6e2358-9407-11ee-95a2-87774f69a715", 2023-12-06T07:17:55.560 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "health": { 2023-12-06T07:17:55.560 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T07:17:55.561 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T07:17:55.566 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T07:17:55.566 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:55.566 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T07:17:55.566 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T07:17:55.566 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: 0 2023-12-06T07:17:55.566 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: ], 2023-12-06T07:17:55.566 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T07:17:55.566 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "a" 2023-12-06T07:17:55.566 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: ], 2023-12-06T07:17:55.566 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-06T07:17:55.567 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T07:17:55.567 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T07:17:55.567 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T07:17:55.567 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T07:17:55.567 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:55.567 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T07:17:55.567 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T07:17:55.567 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T07:17:55.567 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T07:17:55.567 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T07:17:55.567 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T07:17:55.567 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T07:17:55.567 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T07:17:55.567 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:55.567 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T07:17:55.567 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T07:17:55.568 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T07:17:55.568 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T07:17:55.568 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T07:17:55.568 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T07:17:55.568 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T07:17:55.568 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T07:17:55.568 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T07:17:55.568 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:55.568 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T07:17:55.568 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T07:17:55.568 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T07:17:55.568 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T07:17:55.568 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:55.568 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T07:17:55.568 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "available": false, 2023-12-06T07:17:55.568 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T07:17:55.569 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T07:17:55.569 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "iostat", 2023-12-06T07:17:55.569 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "nfs", 2023-12-06T07:17:55.569 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "restful" 2023-12-06T07:17:55.569 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: ], 2023-12-06T07:17:55.569 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "services": {} 2023-12-06T07:17:55.569 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:55.569 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T07:17:55.569 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T07:17:55.569 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "modified": "2023-12-06T07:17:39.158893+0000", 2023-12-06T07:17:55.569 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "services": {} 2023-12-06T07:17:55.569 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:55.569 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T07:17:55.569 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: } 2023-12-06T07:17:56.173 INFO:teuthology.orchestra.run.smithi172.stderr:mgr not available, waiting (3/15)... 2023-12-06T07:17:56.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:55 smithi172 bash[25094]: audit 2023-12-06T07:17:54.930232+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.172:0/4099927667' entity='mgr.y' 2023-12-06T07:17:56.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:55 smithi172 bash[25094]: audit 2023-12-06T07:17:54.933145+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.172:0/4099927667' entity='mgr.y' 2023-12-06T07:17:56.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:55 smithi172 bash[25094]: audit 2023-12-06T07:17:54.935766+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.172:0/4099927667' entity='mgr.y' 2023-12-06T07:17:56.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:55 smithi172 bash[25094]: audit 2023-12-06T07:17:55.556540+0000 mon.a (mon.0) 22 : audit [DBG] from='client.? 172.21.15.172:0/3726187823' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T07:17:56.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:55 smithi172 bash[25094]: cluster 2023-12-06T07:17:55.880992+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: y(active, since 1.01383s) 2023-12-06T07:17:58.210 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:57 smithi172 bash[25094]: cluster 2023-12-06T07:17:56.937313+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: y(active, since 2s) 2023-12-06T07:17:59.580 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: 2023-12-06T07:17:59.580 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: { 2023-12-06T07:17:59.580 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "fsid": "6c6e2358-9407-11ee-95a2-87774f69a715", 2023-12-06T07:17:59.580 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "health": { 2023-12-06T07:17:59.580 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T07:17:59.580 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T07:17:59.580 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T07:17:59.580 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:59.581 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T07:17:59.582 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T07:17:59.582 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: 0 2023-12-06T07:17:59.582 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: ], 2023-12-06T07:17:59.582 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T07:17:59.582 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "a" 2023-12-06T07:17:59.582 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: ], 2023-12-06T07:17:59.582 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "quorum_age": 14, 2023-12-06T07:17:59.582 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T07:17:59.582 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T07:17:59.582 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T07:17:59.582 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T07:17:59.582 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:59.587 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T07:17:59.587 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T07:17:59.587 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T07:17:59.588 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T07:17:59.588 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T07:17:59.588 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T07:17:59.588 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T07:17:59.588 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T07:17:59.588 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:59.588 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T07:17:59.588 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T07:17:59.588 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T07:17:59.588 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T07:17:59.588 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T07:17:59.588 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T07:17:59.588 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T07:17:59.588 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T07:17:59.589 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T07:17:59.589 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:59.589 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T07:17:59.589 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T07:17:59.589 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T07:17:59.589 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T07:17:59.589 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:59.589 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T07:17:59.589 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "available": true, 2023-12-06T07:17:59.589 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T07:17:59.589 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T07:17:59.589 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "iostat", 2023-12-06T07:17:59.589 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "nfs", 2023-12-06T07:17:59.589 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "restful" 2023-12-06T07:17:59.589 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: ], 2023-12-06T07:17:59.590 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "services": {} 2023-12-06T07:17:59.590 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:59.590 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T07:17:59.590 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T07:17:59.590 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "modified": "2023-12-06T07:17:39.158893+0000", 2023-12-06T07:17:59.590 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "services": {} 2023-12-06T07:17:59.590 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: }, 2023-12-06T07:17:59.590 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T07:17:59.590 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: } 2023-12-06T07:17:59.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:17:59 smithi172 bash[25094]: audit 2023-12-06T07:17:59.575777+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.172:0/1661477948' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T07:18:00.196 INFO:teuthology.orchestra.run.smithi172.stderr:mgr is available 2023-12-06T07:18:01.412 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: 2023-12-06T07:18:01.412 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: [global] 2023-12-06T07:18:01.412 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: fsid = 6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:18:01.412 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-06T07:18:01.412 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-06T07:18:01.412 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-06T07:18:01.412 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-06T07:18:01.412 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: 2023-12-06T07:18:01.413 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: [mgr] 2023-12-06T07:18:01.413 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-06T07:18:01.414 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: 2023-12-06T07:18:01.414 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: [osd] 2023-12-06T07:18:01.414 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-06T07:18:01.414 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-06T07:18:01.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:01 smithi172 bash[25094]: audit 2023-12-06T07:18:01.403851+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.172:0/1853146205' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-06T07:18:01.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:01 smithi172 bash[25094]: audit 2023-12-06T07:18:01.407453+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.172:0/1853146205' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-06T07:18:02.008 INFO:teuthology.orchestra.run.smithi172.stderr:Enabling cephadm module... 2023-12-06T07:18:03.691 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:03 smithi172 bash[25094]: audit 2023-12-06T07:18:03.338967+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.172:0/1536630203' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-06T07:18:03.691 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:03 smithi172 bash[25375]: ignoring --setuser ceph since I am not root 2023-12-06T07:18:03.691 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:03 smithi172 bash[25375]: ignoring --setgroup ceph since I am not root 2023-12-06T07:18:03.691 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:03 smithi172 bash[25375]: debug 2023-12-06T07:18:03.587+0000 7f8739f50000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:18:04.532 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:04 smithi172 bash[25375]: debug 2023-12-06T07:18:04.243+0000 7f8739f50000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:18:04.532 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:04 smithi172 bash[25375]: debug 2023-12-06T07:18:04.367+0000 7f8739f50000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:18:04.533 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:04 smithi172 bash[25094]: audit 2023-12-06T07:18:03.392805+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.172:0/1536630203' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-06T07:18:04.533 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:04 smithi172 bash[25094]: cluster 2023-12-06T07:18:03.392849+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: y(active, since 8s) 2023-12-06T07:18:04.873 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:04 smithi172 bash[25375]: debug 2023-12-06T07:18:04.527+0000 7f8739f50000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:18:05.168 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:04 smithi172 bash[25375]: debug 2023-12-06T07:18:04.867+0000 7f8739f50000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:18:05.168 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:04 smithi172 bash[25375]: debug 2023-12-06T07:18:04.959+0000 7f8739f50000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:18:05.216 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: { 2023-12-06T07:18:05.216 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-06T07:18:05.216 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "available": true, 2023-12-06T07:18:05.216 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "active_name": "y", 2023-12-06T07:18:05.217 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-06T07:18:05.217 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: } 2023-12-06T07:18:05.429 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:05 smithi172 bash[25375]: debug 2023-12-06T07:18:05.163+0000 7f8739f50000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:18:05.801 INFO:teuthology.orchestra.run.smithi172.stderr:Waiting for the mgr to restart... 2023-12-06T07:18:05.801 INFO:teuthology.orchestra.run.smithi172.stderr:Waiting for mgr epoch 5... 2023-12-06T07:18:06.128 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:06 smithi172 bash[25375]: debug 2023-12-06T07:18:06.019+0000 7f8739f50000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:18:06.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:06 smithi172 bash[25094]: audit 2023-12-06T07:18:05.212583+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.172:0/835042646' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-06T07:18:06.425 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:06 smithi172 bash[25375]: debug 2023-12-06T07:18:06.123+0000 7f8739f50000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:18:06.425 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:06 smithi172 bash[25375]: debug 2023-12-06T07:18:06.331+0000 7f8739f50000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:18:07.017 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:06 smithi172 bash[25375]: debug 2023-12-06T07:18:06.683+0000 7f8739f50000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:18:07.381 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:07 smithi172 bash[25375]: debug 2023-12-06T07:18:07.011+0000 7f8739f50000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:18:07.646 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:07 smithi172 bash[25375]: debug 2023-12-06T07:18:07.375+0000 7f8739f50000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:18:07.924 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:07 smithi172 bash[25375]: debug 2023-12-06T07:18:07.639+0000 7f8739f50000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:18:08.573 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:08 smithi172 bash[25375]: debug 2023-12-06T07:18:08.311+0000 7f8739f50000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:18:08.574 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:08 smithi172 bash[25375]: debug 2023-12-06T07:18:08.415+0000 7f8739f50000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:18:08.926 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:08 smithi172 bash[25375]: debug 2023-12-06T07:18:08.567+0000 7f8739f50000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:18:08.926 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:08 smithi172 bash[25375]: debug 2023-12-06T07:18:08.675+0000 7f8739f50000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:18:08.926 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:08 smithi172 bash[25375]: debug 2023-12-06T07:18:08.807+0000 7f8739f50000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:18:09.401 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:09 smithi172 bash[25375]: debug 2023-12-06T07:18:09.099+0000 7f8739f50000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:18:09.401 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:09 smithi172 bash[25375]: debug 2023-12-06T07:18:09.215+0000 7f8739f50000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:18:09.675 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:09 smithi172 bash[25375]: debug 2023-12-06T07:18:09.395+0000 7f8739f50000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:18:09.675 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:09 smithi172 bash[25375]: debug 2023-12-06T07:18:09.511+0000 7f8739f50000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:18:10.674 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:10 smithi172 bash[25375]: debug 2023-12-06T07:18:10.351+0000 7f8739f50000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:18:11.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:11 smithi172 bash[25094]: cluster 2023-12-06T07:18:10.374662+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon y restarted 2023-12-06T07:18:11.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:11 smithi172 bash[25094]: cluster 2023-12-06T07:18:10.375521+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon y 2023-12-06T07:18:11.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:11 smithi172 bash[25094]: cluster 2023-12-06T07:18:10.379335+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-06T07:18:11.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:11 smithi172 bash[25094]: cluster 2023-12-06T07:18:11.197046+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: y(active, starting, since 0.821689s) 2023-12-06T07:18:11.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:11 smithi172 bash[25094]: audit 2023-12-06T07:18:11.199677+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:18:11.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:11 smithi172 bash[25094]: audit 2023-12-06T07:18:11.201705+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:18:11.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:11 smithi172 bash[25094]: audit 2023-12-06T07:18:11.203389+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:18:11.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:11 smithi172 bash[25094]: audit 2023-12-06T07:18:11.203735+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:18:11.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:11 smithi172 bash[25094]: audit 2023-12-06T07:18:11.204086+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:18:11.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:11 smithi172 bash[25094]: cluster 2023-12-06T07:18:11.214931+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon y is now available 2023-12-06T07:18:11.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:11 smithi172 bash[25094]: audit 2023-12-06T07:18:11.241330+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' 2023-12-06T07:18:11.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:11 smithi172 bash[25094]: audit 2023-12-06T07:18:11.246383+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' 2023-12-06T07:18:11.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:11 smithi172 bash[25094]: audit 2023-12-06T07:18:11.250648+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:18:11.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:11 smithi172 bash[25094]: audit 2023-12-06T07:18:11.254157+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:18:11.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:11 smithi172 bash[25094]: audit 2023-12-06T07:18:11.259464+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:18:11.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:11 smithi172 bash[25094]: audit 2023-12-06T07:18:11.277099+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:18:11.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:11 smithi172 bash[25094]: audit 2023-12-06T07:18:11.281484+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:18:12.219 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: { 2023-12-06T07:18:12.219 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-06T07:18:12.219 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "initialized": true 2023-12-06T07:18:12.219 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: } 2023-12-06T07:18:12.579 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:12 smithi172 bash[25375]: [06/Dec/2023:07:18:12] ENGINE Bus STARTING 2023-12-06T07:18:12.674 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:12 smithi172 bash[25375]: [06/Dec/2023:07:18:12] ENGINE Serving on https://172.21.15.172:7150 2023-12-06T07:18:12.675 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:12 smithi172 bash[25375]: [06/Dec/2023:07:18:12] ENGINE Bus STARTED 2023-12-06T07:18:12.866 INFO:teuthology.orchestra.run.smithi172.stderr:mgr epoch 5 is available 2023-12-06T07:18:12.867 INFO:teuthology.orchestra.run.smithi172.stderr:Setting orchestrator backend to cephadm... 2023-12-06T07:18:13.502 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:13 smithi172 bash[25094]: audit 2023-12-06T07:18:12.201326+0000 mgr.y (mgr.14120) 1 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-06T07:18:13.502 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:13 smithi172 bash[25094]: cluster 2023-12-06T07:18:12.201587+0000 mon.a (mon.0) 49 : cluster [DBG] mgrmap e7: y(active, since 1.82623s) 2023-12-06T07:18:13.502 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:13 smithi172 bash[25094]: audit 2023-12-06T07:18:12.216133+0000 mgr.y (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-06T07:18:13.502 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:13 smithi172 bash[25094]: audit 2023-12-06T07:18:12.583691+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' 2023-12-06T07:18:13.502 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:13 smithi172 bash[25094]: audit 2023-12-06T07:18:12.632028+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:18:14.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:14 smithi172 bash[25094]: cephadm 2023-12-06T07:18:12.453673+0000 mgr.y (mgr.14120) 3 : cephadm [INF] [06/Dec/2023:07:18:12] ENGINE Bus STARTING 2023-12-06T07:18:14.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:14 smithi172 bash[25094]: cephadm 2023-12-06T07:18:12.577011+0000 mgr.y (mgr.14120) 4 : cephadm [INF] [06/Dec/2023:07:18:12] ENGINE Serving on https://172.21.15.172:7150 2023-12-06T07:18:14.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:14 smithi172 bash[25094]: cephadm 2023-12-06T07:18:12.577447+0000 mgr.y (mgr.14120) 5 : cephadm [INF] [06/Dec/2023:07:18:12] ENGINE Bus STARTED 2023-12-06T07:18:14.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:14 smithi172 bash[25094]: cluster 2023-12-06T07:18:13.210235+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e8: y(active, since 2s) 2023-12-06T07:18:14.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:14 smithi172 bash[25094]: audit 2023-12-06T07:18:14.119650+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' 2023-12-06T07:18:14.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:14 smithi172 bash[25094]: audit 2023-12-06T07:18:14.153485+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:18:15.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:15 smithi172 bash[25094]: audit 2023-12-06T07:18:14.109669+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-06T07:18:15.912 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: value unchanged 2023-12-06T07:18:16.485 INFO:teuthology.orchestra.run.smithi172.stderr:Generating ssh key... 2023-12-06T07:18:16.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:16 smithi172 bash[25094]: audit 2023-12-06T07:18:15.909059+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-06T07:18:18.175 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:17 smithi172 bash[25375]: Generating public/private rsa key pair. 2023-12-06T07:18:18.175 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:17 smithi172 bash[25375]: Your identification has been saved in /tmp/tmpzgxv48h6/key. 2023-12-06T07:18:18.175 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:17 smithi172 bash[25375]: Your public key has been saved in /tmp/tmpzgxv48h6/key.pub. 2023-12-06T07:18:18.175 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:17 smithi172 bash[25375]: The key fingerprint is: 2023-12-06T07:18:18.175 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:17 smithi172 bash[25375]: SHA256:1Cy2bRZVk0r4zkPVI0Er4cbMmylKAONeJYFD/pkr6ks ceph-6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:18:18.176 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:17 smithi172 bash[25375]: The key's randomart image is: 2023-12-06T07:18:18.176 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:17 smithi172 bash[25375]: +---[RSA 3072]----+ 2023-12-06T07:18:18.176 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:17 smithi172 bash[25375]: | .+.o.. oo++o | 2023-12-06T07:18:18.176 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:17 smithi172 bash[25375]: | ooo o o*.o.+o.| 2023-12-06T07:18:18.176 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:17 smithi172 bash[25375]: | o.o + +X +. .| 2023-12-06T07:18:18.176 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:17 smithi172 bash[25375]: | . o +o +..O | 2023-12-06T07:18:18.176 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:17 smithi172 bash[25375]: | . + .S.+B | 2023-12-06T07:18:18.176 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:17 smithi172 bash[25375]: | o .o. + | 2023-12-06T07:18:18.176 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:17 smithi172 bash[25375]: | E . . . . | 2023-12-06T07:18:18.176 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:17 smithi172 bash[25375]: |. . . | 2023-12-06T07:18:18.176 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:17 smithi172 bash[25375]: |.+. | 2023-12-06T07:18:18.176 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:17 smithi172 bash[25375]: +----[SHA256]-----+ 2023-12-06T07:18:19.144 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:18 smithi172 bash[25094]: audit 2023-12-06T07:18:17.761407+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-06T07:18:19.144 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:18 smithi172 bash[25094]: cephadm 2023-12-06T07:18:17.761834+0000 mgr.y (mgr.14120) 9 : cephadm [INF] Generating ssh key... 2023-12-06T07:18:19.144 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:18 smithi172 bash[25094]: audit 2023-12-06T07:18:17.856006+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' 2023-12-06T07:18:19.144 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:18 smithi172 bash[25094]: audit 2023-12-06T07:18:17.860596+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' 2023-12-06T07:18:19.714 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDK0HMKB3FshXwVUVg0SvFCJ19h5jmjaLP/Uev5piKw27GMLQJZ0aCxHD1DDjspkaS5KxafIcvA5DIttBckPlNG0vEkrd5P/02HovqMWM8cyoM5o5MO8JvdcmNYpD6RPVF43U89x4pXfceOgizT1kvnlUfSPZCzi9xcp5Is7AD7YpHciSiIiPsyifiw82xs1SApIICsvWPZdzmcPtGSqbWIorHxTypN7WOL0+8W1oVllVEbIMEcNQTMxhiw5goHUrwlxJZVUTQEaavMmvl5qnLx7WJ6fqPj4y9OF/HMoBI/+LPlgT82FtoDvWJ22Z+D0s++fVww6y3vPAOWX+nnGfk69+NOylMNXIAqiN/vz1r3HHMLyyl9Rvni/mUM4Old4pIWculqjPuCe39+H5g+l5wRvdKkvvfwz2q03rsTh7WhSB1SUxXpAz3hZll8DRXyAPyr17QQZQL1UOWfLXejaWqt2K/CbvBfDcuqOj7cShX6URrO96Ixm+MIP3whB2U2ssc= ceph-6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:18:20.270 INFO:teuthology.orchestra.run.smithi172.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-06T07:18:20.271 INFO:teuthology.orchestra.run.smithi172.stderr:Adding key to root@localhost authorized_keys... 2023-12-06T07:18:20.273 INFO:teuthology.orchestra.run.smithi172.stderr:Adding host smithi172... 2023-12-06T07:18:21.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:21 smithi172 bash[25094]: audit 2023-12-06T07:18:19.710583+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-06T07:18:22.539 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: Added host 'smithi172' with addr '172.21.15.172' 2023-12-06T07:18:22.573 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:22 smithi172 bash[25094]: audit 2023-12-06T07:18:21.530952+0000 mgr.y (mgr.14120) 11 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi172", "addr": "172.21.15.172", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:18:22.573 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:22 smithi172 bash[25094]: cephadm 2023-12-06T07:18:21.923745+0000 mgr.y (mgr.14120) 12 : cephadm [INF] Deploying cephadm binary to smithi172 2023-12-06T07:18:23.359 INFO:teuthology.orchestra.run.smithi172.stderr:Deploying unmanaged mon service... 2023-12-06T07:18:23.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:23 smithi172 bash[25094]: audit 2023-12-06T07:18:22.535302+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' 2023-12-06T07:18:23.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:23 smithi172 bash[25094]: cephadm 2023-12-06T07:18:22.535999+0000 mgr.y (mgr.14120) 13 : cephadm [INF] Added host smithi172 2023-12-06T07:18:23.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:23 smithi172 bash[25094]: audit 2023-12-06T07:18:22.561649+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:18:25.298 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-06T07:18:26.095 INFO:teuthology.orchestra.run.smithi172.stderr:Deploying unmanaged mgr service... 2023-12-06T07:18:26.298 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:26 smithi172 bash[25094]: audit 2023-12-06T07:18:25.283465+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-06T07:18:26.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:26 smithi172 bash[25094]: cephadm 2023-12-06T07:18:25.289130+0000 mgr.y (mgr.14120) 15 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-06T07:18:26.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:26 smithi172 bash[25094]: audit 2023-12-06T07:18:25.294831+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' 2023-12-06T07:18:26.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:26 smithi172 bash[25094]: audit 2023-12-06T07:18:25.765515+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' 2023-12-06T07:18:26.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:26 smithi172 bash[25094]: audit 2023-12-06T07:18:26.057529+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' 2023-12-06T07:18:27.497 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-06T07:18:28.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:28 smithi172 bash[25094]: audit 2023-12-06T07:18:27.488262+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-06T07:18:28.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:28 smithi172 bash[25094]: cephadm 2023-12-06T07:18:27.490656+0000 mgr.y (mgr.14120) 17 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-06T07:18:28.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:28 smithi172 bash[25094]: audit 2023-12-06T07:18:27.494092+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' 2023-12-06T07:18:30.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:30 smithi172 bash[25094]: audit 2023-12-06T07:18:29.121955+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' 2023-12-06T07:18:30.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:30 smithi172 bash[25094]: audit 2023-12-06T07:18:29.247608+0000 mon.a (mon.0) 64 : audit [INF] from='client.? 172.21.15.172:0/1648016802' entity='client.admin' 2023-12-06T07:18:30.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:30 smithi172 bash[25094]: audit 2023-12-06T07:18:29.665039+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.172:0/1803563951' entity='mgr.y' 2023-12-06T07:18:31.900 INFO:teuthology.orchestra.run.smithi172.stderr:Enabling the dashboard module... 2023-12-06T07:18:32.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:32 smithi172 bash[25094]: cluster 2023-12-06T07:18:31.204630+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-06T07:18:32.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:32 smithi172 bash[25094]: audit 2023-12-06T07:18:31.311367+0000 mon.a (mon.0) 66 : audit [INF] from='client.? 172.21.15.172:0/423998870' entity='client.admin' 2023-12-06T07:18:34.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:34 smithi172 bash[25094]: cluster 2023-12-06T07:18:33.205015+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-06T07:18:34.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:34 smithi172 bash[25094]: audit 2023-12-06T07:18:33.781143+0000 mon.a (mon.0) 67 : audit [INF] from='client.? 172.21.15.172:0/3031887176' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-06T07:18:34.676 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:34 smithi172 bash[25375]: ignoring --setuser ceph since I am not root 2023-12-06T07:18:34.676 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:34 smithi172 bash[25375]: ignoring --setgroup ceph since I am not root 2023-12-06T07:18:34.676 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:34 smithi172 bash[25375]: debug 2023-12-06T07:18:34.527+0000 7f80410ef000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:18:35.322 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:35 smithi172 bash[25375]: debug 2023-12-06T07:18:35.207+0000 7f80410ef000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:18:35.587 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:35 smithi172 bash[25375]: debug 2023-12-06T07:18:35.331+0000 7f80410ef000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:18:35.587 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:35 smithi172 bash[25375]: debug 2023-12-06T07:18:35.491+0000 7f80410ef000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:18:35.588 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:35 smithi172 bash[25094]: audit 2023-12-06T07:18:34.324157+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.172:0/3031887176' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-06T07:18:35.588 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:35 smithi172 bash[25094]: cluster 2023-12-06T07:18:34.324285+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e9: y(active, since 23s) 2023-12-06T07:18:36.148 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:35 smithi172 bash[25375]: debug 2023-12-06T07:18:35.839+0000 7f80410ef000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:18:36.148 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:35 smithi172 bash[25375]: debug 2023-12-06T07:18:35.939+0000 7f80410ef000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:18:36.275 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: { 2023-12-06T07:18:36.275 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-06T07:18:36.275 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "available": true, 2023-12-06T07:18:36.275 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "active_name": "y", 2023-12-06T07:18:36.275 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-06T07:18:36.275 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: } 2023-12-06T07:18:36.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:36 smithi172 bash[25094]: audit 2023-12-06T07:18:36.271550+0000 mon.a (mon.0) 70 : audit [DBG] from='client.? 172.21.15.172:0/2333066797' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-06T07:18:36.425 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:36 smithi172 bash[25375]: debug 2023-12-06T07:18:36.143+0000 7f80410ef000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:18:36.864 INFO:teuthology.orchestra.run.smithi172.stderr:Waiting for the mgr to restart... 2023-12-06T07:18:36.864 INFO:teuthology.orchestra.run.smithi172.stderr:Waiting for mgr epoch 9... 2023-12-06T07:18:37.174 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:37 smithi172 bash[25375]: debug 2023-12-06T07:18:37.003+0000 7f80410ef000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:18:37.175 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:37 smithi172 bash[25375]: debug 2023-12-06T07:18:37.107+0000 7f80410ef000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:18:37.674 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:37 smithi172 bash[25375]: debug 2023-12-06T07:18:37.315+0000 7f80410ef000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:18:38.003 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:37 smithi172 bash[25375]: debug 2023-12-06T07:18:37.671+0000 7f80410ef000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:18:38.368 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:38 smithi172 bash[25375]: debug 2023-12-06T07:18:37.999+0000 7f80410ef000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:18:38.634 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:38 smithi172 bash[25375]: debug 2023-12-06T07:18:38.363+0000 7f80410ef000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:18:38.924 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:38 smithi172 bash[25375]: debug 2023-12-06T07:18:38.627+0000 7f80410ef000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:18:39.567 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:39 smithi172 bash[25375]: debug 2023-12-06T07:18:39.303+0000 7f80410ef000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:18:39.567 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:39 smithi172 bash[25375]: debug 2023-12-06T07:18:39.407+0000 7f80410ef000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:18:39.924 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:39 smithi172 bash[25375]: debug 2023-12-06T07:18:39.559+0000 7f80410ef000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:18:39.925 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:39 smithi172 bash[25375]: debug 2023-12-06T07:18:39.667+0000 7f80410ef000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:18:39.925 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:39 smithi172 bash[25375]: debug 2023-12-06T07:18:39.803+0000 7f80410ef000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:18:40.399 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:40 smithi172 bash[25375]: debug 2023-12-06T07:18:40.095+0000 7f80410ef000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:18:40.399 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:40 smithi172 bash[25375]: debug 2023-12-06T07:18:40.215+0000 7f80410ef000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:18:40.674 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:40 smithi172 bash[25375]: debug 2023-12-06T07:18:40.395+0000 7f80410ef000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:18:40.675 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:40 smithi172 bash[25375]: debug 2023-12-06T07:18:40.507+0000 7f80410ef000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:18:41.674 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:41 smithi172 bash[25375]: debug 2023-12-06T07:18:41.347+0000 7f80410ef000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:18:41.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:41 smithi172 bash[25094]: cluster 2023-12-06T07:18:41.370728+0000 mon.a (mon.0) 71 : cluster [INF] Active manager daemon y restarted 2023-12-06T07:18:41.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:41 smithi172 bash[25094]: cluster 2023-12-06T07:18:41.371614+0000 mon.a (mon.0) 72 : cluster [INF] Activating manager daemon y 2023-12-06T07:18:41.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:41 smithi172 bash[25094]: cluster 2023-12-06T07:18:41.375566+0000 mon.a (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-06T07:18:42.174 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:41 smithi172 bash[25375]: [06/Dec/2023:07:18:41] ENGINE Bus STARTING 2023-12-06T07:18:42.175 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:41 smithi172 bash[25375]: [06/Dec/2023:07:18:41] ENGINE Serving on https://172.21.15.172:7150 2023-12-06T07:18:42.175 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:18:41 smithi172 bash[25375]: [06/Dec/2023:07:18:41] ENGINE Bus STARTED 2023-12-06T07:18:42.459 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: { 2023-12-06T07:18:42.459 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-06T07:18:42.460 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: "initialized": true 2023-12-06T07:18:42.460 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: } 2023-12-06T07:18:42.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:42 smithi172 bash[25094]: cluster 2023-12-06T07:18:41.427972+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0564584s) 2023-12-06T07:18:42.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:42 smithi172 bash[25094]: audit 2023-12-06T07:18:41.435503+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:18:42.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:42 smithi172 bash[25094]: audit 2023-12-06T07:18:41.437094+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:18:42.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:42 smithi172 bash[25094]: audit 2023-12-06T07:18:41.438367+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:18:42.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:42 smithi172 bash[25094]: audit 2023-12-06T07:18:41.438846+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:18:42.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:42 smithi172 bash[25094]: audit 2023-12-06T07:18:41.439218+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:18:42.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:42 smithi172 bash[25094]: cluster 2023-12-06T07:18:41.449605+0000 mon.a (mon.0) 80 : cluster [INF] Manager daemon y is now available 2023-12-06T07:18:42.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:42 smithi172 bash[25094]: audit 2023-12-06T07:18:41.478871+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:18:42.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:42 smithi172 bash[25094]: audit 2023-12-06T07:18:41.484668+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:18:42.926 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:42 smithi172 bash[25094]: audit 2023-12-06T07:18:41.508143+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:18:42.926 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:42 smithi172 bash[25094]: audit 2023-12-06T07:18:41.510813+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:18:42.926 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:42 smithi172 bash[25094]: cephadm 2023-12-06T07:18:41.722100+0000 mgr.y (mgr.14152) 1 : cephadm [INF] [06/Dec/2023:07:18:41] ENGINE Bus STARTING 2023-12-06T07:18:42.926 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:42 smithi172 bash[25094]: cephadm 2023-12-06T07:18:41.845811+0000 mgr.y (mgr.14152) 2 : cephadm [INF] [06/Dec/2023:07:18:41] ENGINE Serving on https://172.21.15.172:7150 2023-12-06T07:18:42.926 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:42 smithi172 bash[25094]: cephadm 2023-12-06T07:18:41.846476+0000 mgr.y (mgr.14152) 3 : cephadm [INF] [06/Dec/2023:07:18:41] ENGINE Bus STARTED 2023-12-06T07:18:42.926 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:42 smithi172 bash[25094]: audit 2023-12-06T07:18:41.853294+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:18:43.183 INFO:teuthology.orchestra.run.smithi172.stderr:mgr epoch 9 is available 2023-12-06T07:18:43.184 INFO:teuthology.orchestra.run.smithi172.stderr:Generating a dashboard self-signed certificate... 2023-12-06T07:18:43.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:43 smithi172 bash[25094]: audit 2023-12-06T07:18:42.437957+0000 mgr.y (mgr.14152) 4 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-06T07:18:43.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:43 smithi172 bash[25094]: cluster 2023-12-06T07:18:42.440482+0000 mon.a (mon.0) 86 : cluster [DBG] mgrmap e11: y(active, since 1.06897s) 2023-12-06T07:18:43.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:43 smithi172 bash[25094]: audit 2023-12-06T07:18:42.456261+0000 mgr.y (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-06T07:18:44.852 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-06T07:18:44.886 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:44 smithi172 bash[25094]: cluster 2023-12-06T07:18:43.457389+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e12: y(active, since 2s) 2023-12-06T07:18:45.432 INFO:teuthology.orchestra.run.smithi172.stderr:Creating initial admin user... 2023-12-06T07:18:46.120 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:45 smithi172 bash[25094]: audit 2023-12-06T07:18:44.436100+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-06T07:18:46.120 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:45 smithi172 bash[25094]: audit 2023-12-06T07:18:44.844374+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:18:46.120 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:45 smithi172 bash[25094]: audit 2023-12-06T07:18:44.848828+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:18:46.975 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$tZmHbrUkmMbFIso.WFBAwuVj8aDXS4SMTZGt.fFYd64x5v2AHWKzC", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701847126, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-06T07:18:47.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:47 smithi172 bash[25094]: audit 2023-12-06T07:18:46.197442+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:18:47.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:47 smithi172 bash[25094]: audit 2023-12-06T07:18:46.746051+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:18:47.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:47 smithi172 bash[25094]: audit 2023-12-06T07:18:46.971428+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:18:47.663 INFO:teuthology.orchestra.run.smithi172.stderr:Fetching dashboard port number... 2023-12-06T07:18:48.485 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:48 smithi172 bash[25094]: audit 2023-12-06T07:18:46.719741+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-06T07:18:49.009 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: 8443 2023-12-06T07:18:49.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:49 smithi172 bash[25094]: cluster 2023-12-06T07:18:48.208934+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: y(active, since 6s) 2023-12-06T07:18:49.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:49 smithi172 bash[25094]: audit 2023-12-06T07:18:49.005841+0000 mon.a (mon.0) 94 : audit [DBG] from='client.? 172.21.15.172:0/498709954' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-06T07:18:49.619 INFO:teuthology.orchestra.run.smithi172.stderr:firewalld does not appear to be present 2023-12-06T07:18:49.619 INFO:teuthology.orchestra.run.smithi172.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-06T07:18:49.623 INFO:teuthology.orchestra.run.smithi172.stderr:Ceph Dashboard is now available at: 2023-12-06T07:18:49.623 INFO:teuthology.orchestra.run.smithi172.stderr: 2023-12-06T07:18:49.623 INFO:teuthology.orchestra.run.smithi172.stderr: URL: https://smithi172.front.sepia.ceph.com:8443/ 2023-12-06T07:18:49.623 INFO:teuthology.orchestra.run.smithi172.stderr: User: admin 2023-12-06T07:18:49.623 INFO:teuthology.orchestra.run.smithi172.stderr: Password: syed2zi3s2 2023-12-06T07:18:49.623 INFO:teuthology.orchestra.run.smithi172.stderr: 2023-12-06T07:18:49.623 INFO:teuthology.orchestra.run.smithi172.stderr:Enabling autotune for osd_memory_target 2023-12-06T07:18:53.786 INFO:teuthology.orchestra.run.smithi172.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-06T07:18:54.425 INFO:teuthology.orchestra.run.smithi172.stderr:You can access the Ceph CLI with: 2023-12-06T07:18:54.425 INFO:teuthology.orchestra.run.smithi172.stderr: 2023-12-06T07:18:54.425 INFO:teuthology.orchestra.run.smithi172.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-06T07:18:54.425 INFO:teuthology.orchestra.run.smithi172.stderr: 2023-12-06T07:18:54.425 INFO:teuthology.orchestra.run.smithi172.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-06T07:18:54.425 INFO:teuthology.orchestra.run.smithi172.stderr: 2023-12-06T07:18:54.425 INFO:teuthology.orchestra.run.smithi172.stderr: ceph telemetry on 2023-12-06T07:18:54.425 INFO:teuthology.orchestra.run.smithi172.stderr: 2023-12-06T07:18:54.425 INFO:teuthology.orchestra.run.smithi172.stderr:For more information see: 2023-12-06T07:18:54.425 INFO:teuthology.orchestra.run.smithi172.stderr: 2023-12-06T07:18:54.425 INFO:teuthology.orchestra.run.smithi172.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-06T07:18:54.426 INFO:teuthology.orchestra.run.smithi172.stderr: 2023-12-06T07:18:54.426 INFO:teuthology.orchestra.run.smithi172.stderr:Bootstrap complete. 2023-12-06T07:18:54.457 INFO:tasks.cephadm:Fetching config... 2023-12-06T07:18:54.457 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-06T07:18:54.457 DEBUG:teuthology.orchestra.run.smithi172:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-06T07:18:54.464 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-06T07:18:54.464 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-06T07:18:54.464 DEBUG:teuthology.orchestra.run.smithi172:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-06T07:18:54.470 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-06T07:18:54.470 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-06T07:18:54.470 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/keyring of=/dev/stdout 2023-12-06T07:18:54.481 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-06T07:18:54.482 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-06T07:18:54.482 DEBUG:teuthology.orchestra.run.smithi172:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-06T07:18:54.529 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-06T07:18:54.529 DEBUG:teuthology.orchestra.run.smithi172:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDK0HMKB3FshXwVUVg0SvFCJ19h5jmjaLP/Uev5piKw27GMLQJZ0aCxHD1DDjspkaS5KxafIcvA5DIttBckPlNG0vEkrd5P/02HovqMWM8cyoM5o5MO8JvdcmNYpD6RPVF43U89x4pXfceOgizT1kvnlUfSPZCzi9xcp5Is7AD7YpHciSiIiPsyifiw82xs1SApIICsvWPZdzmcPtGSqbWIorHxTypN7WOL0+8W1oVllVEbIMEcNQTMxhiw5goHUrwlxJZVUTQEaavMmvl5qnLx7WJ6fqPj4y9OF/HMoBI/+LPlgT82FtoDvWJ22Z+D0s++fVww6y3vPAOWX+nnGfk69+NOylMNXIAqiN/vz1r3HHMLyyl9Rvni/mUM4Old4pIWculqjPuCe39+H5g+l5wRvdKkvvfwz2q03rsTh7WhSB1SUxXpAz3hZll8DRXyAPyr17QQZQL1UOWfLXejaWqt2K/CbvBfDcuqOj7cShX6URrO96Ixm+MIP3whB2U2ssc= ceph-6c6e2358-9407-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-06T07:18:54.552 INFO:teuthology.orchestra.run.smithi172.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDK0HMKB3FshXwVUVg0SvFCJ19h5jmjaLP/Uev5piKw27GMLQJZ0aCxHD1DDjspkaS5KxafIcvA5DIttBckPlNG0vEkrd5P/02HovqMWM8cyoM5o5MO8JvdcmNYpD6RPVF43U89x4pXfceOgizT1kvnlUfSPZCzi9xcp5Is7AD7YpHciSiIiPsyifiw82xs1SApIICsvWPZdzmcPtGSqbWIorHxTypN7WOL0+8W1oVllVEbIMEcNQTMxhiw5goHUrwlxJZVUTQEaavMmvl5qnLx7WJ6fqPj4y9OF/HMoBI/+LPlgT82FtoDvWJ22Z+D0s++fVww6y3vPAOWX+nnGfk69+NOylMNXIAqiN/vz1r3HHMLyyl9Rvni/mUM4Old4pIWculqjPuCe39+H5g+l5wRvdKkvvfwz2q03rsTh7WhSB1SUxXpAz3hZll8DRXyAPyr17QQZQL1UOWfLXejaWqt2K/CbvBfDcuqOj7cShX6URrO96Ixm+MIP3whB2U2ssc= ceph-6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:18:54.561 DEBUG:teuthology.orchestra.run.smithi195:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDK0HMKB3FshXwVUVg0SvFCJ19h5jmjaLP/Uev5piKw27GMLQJZ0aCxHD1DDjspkaS5KxafIcvA5DIttBckPlNG0vEkrd5P/02HovqMWM8cyoM5o5MO8JvdcmNYpD6RPVF43U89x4pXfceOgizT1kvnlUfSPZCzi9xcp5Is7AD7YpHciSiIiPsyifiw82xs1SApIICsvWPZdzmcPtGSqbWIorHxTypN7WOL0+8W1oVllVEbIMEcNQTMxhiw5goHUrwlxJZVUTQEaavMmvl5qnLx7WJ6fqPj4y9OF/HMoBI/+LPlgT82FtoDvWJ22Z+D0s++fVww6y3vPAOWX+nnGfk69+NOylMNXIAqiN/vz1r3HHMLyyl9Rvni/mUM4Old4pIWculqjPuCe39+H5g+l5wRvdKkvvfwz2q03rsTh7WhSB1SUxXpAz3hZll8DRXyAPyr17QQZQL1UOWfLXejaWqt2K/CbvBfDcuqOj7cShX6URrO96Ixm+MIP3whB2U2ssc= ceph-6c6e2358-9407-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-06T07:18:54.589 INFO:teuthology.orchestra.run.smithi195.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDK0HMKB3FshXwVUVg0SvFCJ19h5jmjaLP/Uev5piKw27GMLQJZ0aCxHD1DDjspkaS5KxafIcvA5DIttBckPlNG0vEkrd5P/02HovqMWM8cyoM5o5MO8JvdcmNYpD6RPVF43U89x4pXfceOgizT1kvnlUfSPZCzi9xcp5Is7AD7YpHciSiIiPsyifiw82xs1SApIICsvWPZdzmcPtGSqbWIorHxTypN7WOL0+8W1oVllVEbIMEcNQTMxhiw5goHUrwlxJZVUTQEaavMmvl5qnLx7WJ6fqPj4y9OF/HMoBI/+LPlgT82FtoDvWJ22Z+D0s++fVww6y3vPAOWX+nnGfk69+NOylMNXIAqiN/vz1r3HHMLyyl9Rvni/mUM4Old4pIWculqjPuCe39+H5g+l5wRvdKkvvfwz2q03rsTh7WhSB1SUxXpAz3hZll8DRXyAPyr17QQZQL1UOWfLXejaWqt2K/CbvBfDcuqOj7cShX6URrO96Ixm+MIP3whB2U2ssc= ceph-6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:18:54.601 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-06T07:18:54.929 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:54 smithi172 bash[25094]: audit 2023-12-06T07:18:53.779275+0000 mon.a (mon.0) 95 : audit [INF] from='client.? 172.21.15.172:0/412414523' entity='client.admin' 2023-12-06T07:18:59.154 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-06T07:18:59.155 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-06T07:18:59.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:59 smithi172 bash[25094]: audit 2023-12-06T07:18:58.154492+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:18:59.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:59 smithi172 bash[25094]: audit 2023-12-06T07:18:58.155497+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi172", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:18:59.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:59 smithi172 bash[25094]: audit 2023-12-06T07:18:58.163636+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:18:59.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:59 smithi172 bash[25094]: audit 2023-12-06T07:18:58.165130+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:18:59.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:59 smithi172 bash[25094]: audit 2023-12-06T07:18:58.172569+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:18:59.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:59 smithi172 bash[25094]: audit 2023-12-06T07:18:58.297494+0000 mon.a (mon.0) 101 : audit [INF] from='client.? 172.21.15.172:0/1408191576' entity='client.admin' 2023-12-06T07:18:59.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:59 smithi172 bash[25094]: audit 2023-12-06T07:18:58.337973+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:18:59.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:18:59 smithi172 bash[25094]: audit 2023-12-06T07:18:58.344307+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:03.074 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi195 2023-12-06T07:19:03.074 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2023-12-06T07:19:03.074 DEBUG:teuthology.orchestra.run.smithi195:> dd of=/etc/ceph/ceph.conf 2023-12-06T07:19:03.081 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2023-12-06T07:19:03.081 DEBUG:teuthology.orchestra.run.smithi195:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:19:03.088 INFO:tasks.cephadm:Adding host smithi195 to orchestrator... 2023-12-06T07:19:03.088 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph orch host add smithi195 2023-12-06T07:19:03.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:03 smithi172 bash[25094]: cluster 2023-12-06T07:19:01.440058+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-06T07:19:03.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:03 smithi172 bash[25094]: audit 2023-12-06T07:19:02.365938+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-06T07:19:03.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:03 smithi172 bash[25094]: audit 2023-12-06T07:19:02.371297+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:03.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:03 smithi172 bash[25094]: audit 2023-12-06T07:19:02.418694+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:19:03.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:03 smithi172 bash[25094]: audit 2023-12-06T07:19:02.420940+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:03.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:03 smithi172 bash[25094]: audit 2023-12-06T07:19:02.422354+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:19:03.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:03 smithi172 bash[25094]: audit 2023-12-06T07:19:02.724569+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:03.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:03 smithi172 bash[25094]: audit 2023-12-06T07:19:02.730194+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:04.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:04 smithi172 bash[25094]: cephadm 2023-12-06T07:19:02.424361+0000 mgr.y (mgr.14152) 10 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-06T07:19:04.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:04 smithi172 bash[25094]: cephadm 2023-12-06T07:19:02.540412+0000 mgr.y (mgr.14152) 11 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:19:05.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:05 smithi172 bash[25094]: cluster 2023-12-06T07:19:03.440563+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-06T07:19:06.907 INFO:teuthology.orchestra.run.smithi172.stdout:Added host 'smithi195' with addr '172.21.15.195' 2023-12-06T07:19:07.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:07 smithi172 bash[25094]: cluster 2023-12-06T07:19:05.441084+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-06T07:19:07.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:07 smithi172 bash[25094]: audit 2023-12-06T07:19:05.883450+0000 mgr.y (mgr.14152) 14 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi195", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:19:07.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:07 smithi172 bash[25094]: cephadm 2023-12-06T07:19:06.272564+0000 mgr.y (mgr.14152) 15 : cephadm [INF] Deploying cephadm binary to smithi195 2023-12-06T07:19:07.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:07 smithi172 bash[25094]: audit 2023-12-06T07:19:06.903222+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:07.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:07 smithi172 bash[25094]: audit 2023-12-06T07:19:06.911551+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:19:07.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:07 smithi172 bash[25094]: audit 2023-12-06T07:19:06.914170+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:07.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:07 smithi172 bash[25094]: audit 2023-12-06T07:19:06.915799+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:19:07.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:07 smithi172 bash[25094]: audit 2023-12-06T07:19:07.195590+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:07.596 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-06T07:19:08.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:08 smithi172 bash[25094]: cephadm 2023-12-06T07:19:06.903995+0000 mgr.y (mgr.14152) 16 : cephadm [INF] Added host smithi195 2023-12-06T07:19:08.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:08 smithi172 bash[25094]: audit 2023-12-06T07:19:07.933320+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:09.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:09 smithi172 bash[25094]: cluster 2023-12-06T07:19:07.441511+0000 mgr.y (mgr.14152) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:09.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:09 smithi172 bash[25094]: audit 2023-12-06T07:19:08.477164+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:10.096 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-06T07:19:10.096 INFO:teuthology.orchestra.run.smithi172.stdout:[{"addr": "172.21.15.172", "hostname": "smithi172", "labels": [], "status": ""}, {"addr": "172.21.15.195", "hostname": "smithi195", "labels": [], "status": ""}] 2023-12-06T07:19:10.712 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-06T07:19:10.712 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-06T07:19:11.568 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:11 smithi172 bash[25094]: cluster 2023-12-06T07:19:09.441955+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-06T07:19:11.568 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:11 smithi172 bash[25094]: audit 2023-12-06T07:19:10.093469+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-06T07:19:13.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:13 smithi172 bash[25094]: cluster 2023-12-06T07:19:11.442389+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-06T07:19:13.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:13 smithi172 bash[25094]: audit 2023-12-06T07:19:13.029860+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:13.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:13 smithi172 bash[25094]: audit 2023-12-06T07:19:13.038389+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:13.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:13 smithi172 bash[25094]: audit 2023-12-06T07:19:13.039406+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi195", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:19:13.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:13 smithi172 bash[25094]: audit 2023-12-06T07:19:13.047232+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:14.228 INFO:teuthology.orchestra.run.smithi172.stderr:adjusted tunables profile to default 2023-12-06T07:19:14.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:14 smithi172 bash[25094]: audit 2023-12-06T07:19:13.311224+0000 mon.a (mon.0) 121 : audit [INF] from='client.? 172.21.15.172:0/3826143899' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-06T07:19:14.864 INFO:tasks.cephadm:Adding mon.a on smithi172 2023-12-06T07:19:14.864 INFO:tasks.cephadm:Adding mon.c on smithi172 2023-12-06T07:19:14.865 INFO:tasks.cephadm:Adding mon.b on smithi195 2023-12-06T07:19:14.865 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph orch apply mon '3;smithi172:172.21.15.172=a;smithi172:[v2:172.21.15.172:3301,v1:172.21.15.172:6790]=c;smithi195:172.21.15.195=b' 2023-12-06T07:19:15.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:15 smithi172 bash[25094]: cluster 2023-12-06T07:19:13.442820+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-06T07:19:15.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:15 smithi172 bash[25094]: audit 2023-12-06T07:19:14.220834+0000 mon.a (mon.0) 122 : audit [INF] from='client.? 172.21.15.172:0/3826143899' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-06T07:19:15.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:15 smithi172 bash[25094]: cluster 2023-12-06T07:19:14.220972+0000 mon.a (mon.0) 123 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T07:19:17.285 INFO:teuthology.orchestra.run.smithi195.stdout:Scheduled mon update... 2023-12-06T07:19:17.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:17 smithi172 bash[25094]: cluster 2023-12-06T07:19:15.443258+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-06T07:19:17.874 DEBUG:teuthology.orchestra.run.smithi172:mon.c> sudo journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mon.c.service 2023-12-06T07:19:17.876 DEBUG:teuthology.orchestra.run.smithi195:mon.b> sudo journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mon.b.service 2023-12-06T07:19:17.879 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-06T07:19:17.879 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T07:19:17.993 INFO:journalctl@ceph.mon.c.smithi172.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T07:19:18.123 INFO:journalctl@ceph.mon.b.smithi195.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T07:19:18.666 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:18 smithi172 bash[25094]: audit 2023-12-06T07:19:17.271913+0000 mgr.y (mgr.14152) 23 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi172:172.21.15.172=a;smithi172:[v2:172.21.15.172:3301,v1:172.21.15.172:6790]=c;smithi195:172.21.15.195=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:19:18.666 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:18 smithi172 bash[25094]: cephadm 2023-12-06T07:19:17.277151+0000 mgr.y (mgr.14152) 24 : cephadm [INF] Saving service mon spec with placement smithi172:172.21.15.172=a;smithi172:[v2:172.21.15.172:3301,v1:172.21.15.172:6790]=c;smithi195:172.21.15.195=b;count:3 2023-12-06T07:19:18.666 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:18 smithi172 bash[25094]: audit 2023-12-06T07:19:17.282184+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:18.666 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:18 smithi172 bash[25094]: audit 2023-12-06T07:19:17.328196+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:19:18.666 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:18 smithi172 bash[25094]: audit 2023-12-06T07:19:17.331108+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:18.666 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:18 smithi172 bash[25094]: audit 2023-12-06T07:19:17.333034+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:19:18.666 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:18 smithi172 bash[25094]: cephadm 2023-12-06T07:19:17.337589+0000 mgr.y (mgr.14152) 25 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2023-12-06T07:19:18.666 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:18 smithi172 bash[25094]: audit 2023-12-06T07:19:17.646882+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:18.666 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:18 smithi172 bash[25094]: audit 2023-12-06T07:19:17.652071+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:18.666 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:18 smithi172 bash[25094]: audit 2023-12-06T07:19:17.655668+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:19:18.666 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:18 smithi172 bash[25094]: audit 2023-12-06T07:19:17.657437+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:19.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:19 smithi172 bash[25094]: cluster 2023-12-06T07:19:17.443693+0000 mgr.y (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:19.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:19 smithi172 bash[25094]: cephadm 2023-12-06T07:19:17.455532+0000 mgr.y (mgr.14152) 27 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:19:19.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:19 smithi172 bash[25094]: cephadm 2023-12-06T07:19:17.659106+0000 mgr.y (mgr.14152) 28 : cephadm [INF] Deploying daemon mon.c on smithi172 2023-12-06T07:19:20.497 INFO:teuthology.orchestra.run.smithi195.stdout: 2023-12-06T07:19:20.497 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"6c6e2358-9407-11ee-95a2-87774f69a715","modified":"2023-12-06T07:17:34.882432Z","created":"2023-12-06T07:17:34.882432Z","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.172:3300","nonce":0},{"type":"v1","addr":"172.21.15.172:6789","nonce":0}]},"addr":"172.21.15.172:6789/0","public_addr":"172.21.15.172:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T07:19:20.500 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2023-12-06T07:19:21.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:21 smithi172 bash[25094]: cluster 2023-12-06T07:19:19.444162+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-06T07:19:21.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:21 smithi172 bash[25094]: audit 2023-12-06T07:19:20.493720+0000 mon.a (mon.0) 132 : audit [DBG] from='client.? 172.21.15.195:0/1655640550' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T07:19:22.093 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-06T07:19:22.093 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T07:19:22.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:22 smithi172 bash[30529]: debug 2023-12-06T07:19:22.286+0000 7fcf3140a700 10 mon.c@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-12-06T07:19:26.914 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:26 smithi195 systemd[1]: Started Ceph mon.b for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:19:27.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: cephadm 2023-12-06T07:19:21.433501+0000 mgr.y (mgr.14152) 30 : cephadm [INF] Deploying daemon mon.b on smithi195 2023-12-06T07:19:27.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: cluster 2023-12-06T07:19:21.444451+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:27.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: audit 2023-12-06T07:19:22.300723+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:19:27.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: cluster 2023-12-06T07:19:22.301143+0000 mon.a (mon.0) 138 : cluster [INF] mon.a calling monitor election 2023-12-06T07:19:27.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: audit 2023-12-06T07:19:22.303030+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:19:27.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: audit 2023-12-06T07:19:23.294270+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:19:27.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: cluster 2023-12-06T07:19:23.444839+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-06T07:19:27.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: audit 2023-12-06T07:19:24.294235+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:19:27.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: cluster 2023-12-06T07:19:24.298555+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-06T07:19:27.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: audit 2023-12-06T07:19:25.294602+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:19:27.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: cluster 2023-12-06T07:19:25.445212+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-06T07:19:27.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: audit 2023-12-06T07:19:26.294811+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:19:27.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: audit 2023-12-06T07:19:27.294819+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:19:27.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: cluster 2023-12-06T07:19:27.322292+0000 mon.a (mon.0) 145 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T07:19:27.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: cluster 2023-12-06T07:19:27.336906+0000 mon.a (mon.0) 146 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],c=[v2:172.21.15.172:3301/0,v1:172.21.15.172:6790/0]} 2023-12-06T07:19:27.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: cluster 2023-12-06T07:19:27.337014+0000 mon.a (mon.0) 147 : cluster [DBG] fsmap 2023-12-06T07:19:27.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: cluster 2023-12-06T07:19:27.337062+0000 mon.a (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T07:19:27.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: cluster 2023-12-06T07:19:27.337313+0000 mon.a (mon.0) 149 : cluster [DBG] mgrmap e13: y(active, since 45s) 2023-12-06T07:19:27.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: cluster 2023-12-06T07:19:27.345059+0000 mon.a (mon.0) 150 : cluster [INF] overall HEALTH_OK 2023-12-06T07:19:27.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: audit 2023-12-06T07:19:27.350593+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:27.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: audit 2023-12-06T07:19:27.353269+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:19:27.677 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: audit 2023-12-06T07:19:27.355525+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:27.677 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[25094]: audit 2023-12-06T07:19:27.357009+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:19:27.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: cephadm 2023-12-06T07:19:21.433501+0000 mgr.y (mgr.14152) 30 : cephadm [INF] Deploying daemon mon.b on smithi195 2023-12-06T07:19:27.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: cluster 2023-12-06T07:19:21.444451+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:27.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: audit 2023-12-06T07:19:22.300723+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:19:27.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: cluster 2023-12-06T07:19:22.301143+0000 mon.a (mon.0) 138 : cluster [INF] mon.a calling monitor election 2023-12-06T07:19:27.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: audit 2023-12-06T07:19:22.303030+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:19:27.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: audit 2023-12-06T07:19:23.294270+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:19:27.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: cluster 2023-12-06T07:19:23.444839+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-06T07:19:27.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: audit 2023-12-06T07:19:24.294235+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:19:27.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: cluster 2023-12-06T07:19:24.298555+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-06T07:19:27.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: audit 2023-12-06T07:19:25.294602+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:19:27.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: cluster 2023-12-06T07:19:25.445212+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-06T07:19:27.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: audit 2023-12-06T07:19:26.294811+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:19:27.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: audit 2023-12-06T07:19:27.294819+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:19:27.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: cluster 2023-12-06T07:19:27.322292+0000 mon.a (mon.0) 145 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T07:19:27.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: cluster 2023-12-06T07:19:27.336906+0000 mon.a (mon.0) 146 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],c=[v2:172.21.15.172:3301/0,v1:172.21.15.172:6790/0]} 2023-12-06T07:19:27.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: cluster 2023-12-06T07:19:27.337014+0000 mon.a (mon.0) 147 : cluster [DBG] fsmap 2023-12-06T07:19:27.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: cluster 2023-12-06T07:19:27.337062+0000 mon.a (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T07:19:27.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: cluster 2023-12-06T07:19:27.337313+0000 mon.a (mon.0) 149 : cluster [DBG] mgrmap e13: y(active, since 45s) 2023-12-06T07:19:27.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: cluster 2023-12-06T07:19:27.345059+0000 mon.a (mon.0) 150 : cluster [INF] overall HEALTH_OK 2023-12-06T07:19:27.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: audit 2023-12-06T07:19:27.350593+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:27.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: audit 2023-12-06T07:19:27.353269+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:19:27.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: audit 2023-12-06T07:19:27.355525+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:27.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:27 smithi172 bash[30529]: audit 2023-12-06T07:19:27.357009+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:19:27.734 INFO:teuthology.orchestra.run.smithi195.stdout: 2023-12-06T07:19:27.734 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":2,"fsid":"6c6e2358-9407-11ee-95a2-87774f69a715","modified":"2023-12-06T07:19:22.296554Z","created":"2023-12-06T07:17:34.882432Z","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.172:3300","nonce":0},{"type":"v1","addr":"172.21.15.172:6789","nonce":0}]},"addr":"172.21.15.172:6789/0","public_addr":"172.21.15.172:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:3301","nonce":0},{"type":"v1","addr":"172.21.15.172:6790","nonce":0}]},"addr":"172.21.15.172:6790/0","public_addr":"172.21.15.172:6790/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-06T07:19:27.737 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 2 2023-12-06T07:19:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.731+0000 7ff07dc42880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T07:19:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.731+0000 7ff07dc42880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-06T07:19:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.731+0000 7ff07dc42880 0 pidfile_write: ignore empty --pid-file 2023-12-06T07:19:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 0 load: jerasure load: lrc 2023-12-06T07:19:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: RocksDB version: 6.15.5 2023-12-06T07:19:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T07:19:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Compile date Apr 18 2022 2023-12-06T07:19:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: DB SUMMARY 2023-12-06T07:19:28.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: DB Session ID: LI4OENDSFKWUYKTYFXC8 2023-12-06T07:19:28.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: CURRENT file: CURRENT 2023-12-06T07:19:28.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T07:19:28.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-12-06T07:19:28.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2023-12-06T07:19:28.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2023-12-06T07:19:28.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.error_if_exists: 0 2023-12-06T07:19:28.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.create_if_missing: 0 2023-12-06T07:19:28.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T07:19:28.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T07:19:28.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.env: 0x560e8cf93860 2023-12-06T07:19:28.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.fs: Posix File System 2023-12-06T07:19:28.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.info_log: 0x560e8f09fe00 2023-12-06T07:19:28.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T07:19:28.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.statistics: (nil) 2023-12-06T07:19:28.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.use_fsync: 0 2023-12-06T07:19:28.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T07:19:28.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T07:19:28.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T07:19:28.099 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T07:19:28.099 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T07:19:28.099 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T07:19:28.099 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T07:19:28.099 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T07:19:28.099 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T07:19:28.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T07:19:28.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T07:19:28.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.db_log_dir: 2023-12-06T07:19:28.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2023-12-06T07:19:28.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T07:19:28.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T07:19:28.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T07:19:28.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T07:19:28.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T07:19:28.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T07:19:28.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T07:19:28.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T07:19:28.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.write_buffer_manager: 0x560e8f190270 2023-12-06T07:19:28.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T07:19:28.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T07:19:28.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T07:19:28.101 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T07:19:28.101 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T07:19:28.101 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T07:19:28.101 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T07:19:28.101 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T07:19:28.101 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T07:19:28.101 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.unordered_write: 0 2023-12-06T07:19:28.101 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T07:19:28.101 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T07:19:28.101 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T07:19:28.101 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T07:19:28.101 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.row_cache: None 2023-12-06T07:19:28.101 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.wal_filter: None 2023-12-06T07:19:28.101 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T07:19:28.101 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T07:19:28.102 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.preserve_deletes: 0 2023-12-06T07:19:28.102 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.two_write_queues: 0 2023-12-06T07:19:28.102 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T07:19:28.102 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.atomic_flush: 0 2023-12-06T07:19:28.102 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T07:19:28.102 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T07:19:28.102 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T07:19:28.102 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T07:19:28.102 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T07:19:28.102 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T07:19:28.103 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T07:19:28.103 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T07:19:28.103 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T07:19:28.103 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T07:19:28.103 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T07:19:28.103 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T07:19:28.103 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T07:19:28.103 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T07:19:28.103 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T07:19:28.103 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T07:19:28.103 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T07:19:28.103 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T07:19:28.103 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T07:19:28.103 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T07:19:28.103 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T07:19:28.104 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_open_files: -1 2023-12-06T07:19:28.104 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T07:19:28.104 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T07:19:28.104 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T07:19:28.104 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T07:19:28.104 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T07:19:28.104 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Compression algorithms supported: 2023-12-06T07:19:28.104 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T07:19:28.104 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: kZSTD supported: 0 2023-12-06T07:19:28.104 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: kXpressCompression supported: 0 2023-12-06T07:19:28.104 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T07:19:28.104 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T07:19:28.104 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T07:19:28.104 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: kZlibCompression supported: 1 2023-12-06T07:19:28.104 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T07:19:28.104 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T07:19:28.105 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000003 2023-12-06T07:19:28.105 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-06T07:19:28.105 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T07:19:28.105 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.merge_operator: 2023-12-06T07:19:28.105 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.compaction_filter: None 2023-12-06T07:19:28.105 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T07:19:28.105 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T07:19:28.105 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T07:19:28.105 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T07:19:28.105 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560e8f06dd00) 2023-12-06T07:19:28.105 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cache_index_and_filter_blocks: 1 2023-12-06T07:19:28.105 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T07:19:28.105 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T07:19:28.105 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: pin_top_level_index_and_filter: 1 2023-12-06T07:19:28.105 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: index_type: 0 2023-12-06T07:19:28.106 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: data_block_index_type: 0 2023-12-06T07:19:28.106 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: index_shortening: 1 2023-12-06T07:19:28.106 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T07:19:28.106 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: hash_index_allow_collision: 1 2023-12-06T07:19:28.106 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: checksum: 1 2023-12-06T07:19:28.106 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: no_block_cache: 0 2023-12-06T07:19:28.106 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: block_cache: 0x560e8f0d4170 2023-12-06T07:19:28.106 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: block_cache_name: BinnedLRUCache 2023-12-06T07:19:28.106 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: block_cache_options: 2023-12-06T07:19:28.106 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: capacity : 536870912 2023-12-06T07:19:28.106 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: num_shard_bits : 4 2023-12-06T07:19:28.106 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: strict_capacity_limit : 0 2023-12-06T07:19:28.106 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: high_pri_pool_ratio: 0.000 2023-12-06T07:19:28.106 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: block_cache_compressed: (nil) 2023-12-06T07:19:28.106 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: persistent_cache: (nil) 2023-12-06T07:19:28.106 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: block_size: 4096 2023-12-06T07:19:28.107 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: block_size_deviation: 10 2023-12-06T07:19:28.107 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: block_restart_interval: 16 2023-12-06T07:19:28.107 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: index_block_restart_interval: 1 2023-12-06T07:19:28.107 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: metadata_block_size: 4096 2023-12-06T07:19:28.107 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: partition_filters: 0 2023-12-06T07:19:28.107 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: use_delta_encoding: 1 2023-12-06T07:19:28.107 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T07:19:28.107 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: whole_key_filtering: 1 2023-12-06T07:19:28.107 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: verify_compression: 0 2023-12-06T07:19:28.107 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: read_amp_bytes_per_bit: 0 2023-12-06T07:19:28.107 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: format_version: 4 2023-12-06T07:19:28.107 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: enable_index_compression: 1 2023-12-06T07:19:28.107 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: block_align: 0 2023-12-06T07:19:28.107 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T07:19:28.107 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T07:19:28.107 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.compression: NoCompression 2023-12-06T07:19:28.108 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T07:19:28.108 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T07:19:28.108 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T07:19:28.108 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.num_levels: 7 2023-12-06T07:19:28.108 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T07:19:28.108 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T07:19:28.108 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T07:19:28.108 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T07:19:28.108 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T07:19:28.108 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T07:19:28.108 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T07:19:28.108 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T07:19:28.108 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T07:19:28.108 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T07:19:28.108 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T07:19:28.109 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T07:19:28.109 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T07:19:28.109 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T07:19:28.109 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T07:19:28.109 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T07:19:28.109 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T07:19:28.109 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T07:19:28.109 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T07:19:28.109 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T07:19:28.109 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T07:19:28.109 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T07:19:28.109 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T07:19:28.109 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T07:19:28.109 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T07:19:28.109 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T07:19:28.109 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T07:19:28.110 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T07:19:28.110 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T07:19:28.110 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T07:19:28.110 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T07:19:28.110 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T07:19:28.110 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T07:19:28.110 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T07:19:28.110 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-06T07:19:28.110 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T07:19:28.110 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T07:19:28.110 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T07:19:28.110 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T07:19:28.110 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T07:19:28.110 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T07:19:28.110 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T07:19:28.110 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T07:19:28.111 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T07:19:28.111 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T07:19:28.111 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T07:19:28.111 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T07:19:28.111 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T07:19:28.111 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T07:19:28.111 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.table_properties_collectors: 2023-12-06T07:19:28.111 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T07:19:28.111 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T07:19:28.112 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T07:19:28.112 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T07:19:28.112 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T07:19:28.112 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.bloom_locality: 0 2023-12-06T07:19:28.112 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T07:19:28.113 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T07:19:28.113 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T07:19:28.113 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T07:19:28.113 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T07:19:28.113 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.ttl: 2592000 2023-12-06T07:19:28.113 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T07:19:28.113 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.enable_blob_files: false 2023-12-06T07:19:28.113 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.min_blob_size: 0 2023-12-06T07:19:28.113 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T07:19:28.113 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T07:19:28.113 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T07:19:28.113 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.735+0000 7ff07dc42880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T07:19:28.113 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.739+0000 7ff07dc42880 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-06T07:19:28.113 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.739+0000 7ff07dc42880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-06T07:19:28.113 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.739+0000 7ff07dc42880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-12-06T07:19:28.114 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.739+0000 7ff07dc42880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701847167743946, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-06T07:19:28.114 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.739+0000 7ff07dc42880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-12-06T07:19:28.114 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.739+0000 7ff07dc42880 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-06T07:19:28.114 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.739+0000 7ff07dc42880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701847167744381, "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": 1701847167, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "c2361ca6-37aa-4784-b003-5093f8c3c841", "db_session_id": "LI4OENDSFKWUYKTYFXC8"}} 2023-12-06T07:19:28.114 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.739+0000 7ff07dc42880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-12-06T07:19:28.114 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.739+0000 7ff07dc42880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701847167744974, "job": 1, "event": "recovery_finished"} 2023-12-06T07:19:28.114 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.739+0000 7ff07dc42880 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-06T07:19:28.114 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.739+0000 7ff07dc42880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x560e8f0baa80 2023-12-06T07:19:28.114 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.739+0000 7ff07dc42880 4 rocksdb: DB pointer 0x560e8f0ca000 2023-12-06T07:19:28.114 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.743+0000 7ff07dc42880 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2023-12-06T07:19:28.114 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.743+0000 7ff07dc42880 0 using public_addr v2:172.21.15.195:0/0 -> [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] 2023-12-06T07:19:28.114 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.743+0000 7ff07dc42880 0 starting mon.b rank -1 at public addrs [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] at bind addrs [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:19:28.114 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.743+0000 7ff06d9ca700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-06T07:19:28.114 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.743+0000 7ff06d9ca700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-06T07:19:28.114 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: ** DB Stats ** 2023-12-06T07:19:28.115 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:19:28.115 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: 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-06T07:19:28.115 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T07:19:28.115 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T07:19:28.115 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: 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-06T07:19:28.115 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-06T07:19:28.115 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T07:19:28.115 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: ** Compaction Stats [default] ** 2023-12-06T07:19:28.115 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: 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-06T07:19:28.115 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T07:19:28.115 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 2023-12-06T07:19:28.115 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 2023-12-06T07:19:28.115 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 2023-12-06T07:19:28.115 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: ** Compaction Stats [default] ** 2023-12-06T07:19:28.115 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: 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-06T07:19:28.116 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T07:19:28.116 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.6 0.00 0.00 1 0.000 0 0 2023-12-06T07:19:28.116 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:19:28.116 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T07:19:28.116 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T07:19:28.116 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T07:19:28.116 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T07:19:28.116 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T07:19:28.116 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: Cumulative compaction: 0.00 GB write, 0.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T07:19:28.116 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: Interval compaction: 0.00 GB write, 0.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T07:19:28.116 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: 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-06T07:19:28.116 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T07:19:28.116 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: ** Compaction Stats [default] ** 2023-12-06T07:19:28.116 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: 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-06T07:19:28.116 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T07:19:28.116 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 2023-12-06T07:19:28.117 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 2023-12-06T07:19:28.117 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: 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-06T07:19:28.117 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: ** Compaction Stats [default] ** 2023-12-06T07:19:28.117 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: 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-06T07:19:28.117 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T07:19:28.117 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.6 0.00 0.00 1 0.000 0 0 2023-12-06T07:19:28.117 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:19:28.117 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T07:19:28.117 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T07:19:28.117 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T07:19:28.117 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T07:19:28.117 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T07:19:28.117 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: Cumulative compaction: 0.00 GB write, 0.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T07:19:28.117 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: 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-06T07:19:28.117 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: 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-06T07:19:28.118 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T07:19:28.118 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.743+0000 7ff07dc42880 1 mon.b@-1(???) e0 preinit fsid 6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:19:28.118 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.763+0000 7ff0709d0700 0 mon.b@-1(synchronizing).mds e1 new map 2023-12-06T07:19:28.118 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.763+0000 7ff0709d0700 0 mon.b@-1(synchronizing).mds e1 print_map 2023-12-06T07:19:28.118 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: e1 2023-12-06T07:19:28.118 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T07:19:28.118 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: 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-06T07:19:28.118 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: legacy client fscid: -1 2023-12-06T07:19:28.118 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: 2023-12-06T07:19:28.118 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: No filesystems configured 2023-12-06T07:19:28.118 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.763+0000 7ff0709d0700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-06T07:19:28.118 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.763+0000 7ff0709d0700 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-06T07:19:28.118 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.763+0000 7ff0709d0700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-06T07:19:28.118 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.763+0000 7ff0709d0700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-06T07:19:28.118 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.763+0000 7ff0709d0700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-06T07:19:28.118 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.763+0000 7ff0709d0700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-06T07:19:28.119 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.763+0000 7ff0709d0700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-06T07:19:28.119 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.763+0000 7ff0709d0700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T07:19:28.119 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.763+0000 7ff0709d0700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T07:19:28.119 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.763+0000 7ff0709d0700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T07:19:28.119 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:13.311224+0000 mon.a (mon.0) 121 : audit [INF] from='client.? 172.21.15.172:0/3826143899' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-06T07:19:28.119 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cluster 2023-12-06T07:19:13.442820+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-06T07:19:28.119 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:14.220834+0000 mon.a (mon.0) 122 : audit [INF] from='client.? 172.21.15.172:0/3826143899' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-06T07:19:28.119 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cluster 2023-12-06T07:19:14.220972+0000 mon.a (mon.0) 123 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T07:19:28.119 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cluster 2023-12-06T07:19:15.443258+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-06T07:19:28.119 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:17.271913+0000 mgr.y (mgr.14152) 23 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi172:172.21.15.172=a;smithi172:[v2:172.21.15.172:3301,v1:172.21.15.172:6790]=c;smithi195:172.21.15.195=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:19:28.119 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cephadm 2023-12-06T07:19:17.277151+0000 mgr.y (mgr.14152) 24 : cephadm [INF] Saving service mon spec with placement smithi172:172.21.15.172=a;smithi172:[v2:172.21.15.172:3301,v1:172.21.15.172:6790]=c;smithi195:172.21.15.195=b;count:3 2023-12-06T07:19:28.120 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:17.282184+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:28.120 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:17.328196+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:19:28.120 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:17.331108+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:28.120 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:17.333034+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:19:28.120 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cephadm 2023-12-06T07:19:17.337589+0000 mgr.y (mgr.14152) 25 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2023-12-06T07:19:28.120 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:17.646882+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:28.120 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:17.652071+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:28.120 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:17.655668+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:19:28.120 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:17.657437+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:28.120 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cluster 2023-12-06T07:19:17.443693+0000 mgr.y (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:28.120 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cephadm 2023-12-06T07:19:17.455532+0000 mgr.y (mgr.14152) 27 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:19:28.120 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cephadm 2023-12-06T07:19:17.659106+0000 mgr.y (mgr.14152) 28 : cephadm [INF] Deploying daemon mon.c on smithi172 2023-12-06T07:19:28.120 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cluster 2023-12-06T07:19:19.444162+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-06T07:19:28.120 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:20.493720+0000 mon.a (mon.0) 132 : audit [DBG] from='client.? 172.21.15.195:0/1655640550' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T07:19:28.120 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cephadm 2023-12-06T07:19:21.433501+0000 mgr.y (mgr.14152) 30 : cephadm [INF] Deploying daemon mon.b on smithi195 2023-12-06T07:19:28.120 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cluster 2023-12-06T07:19:21.444451+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:28.121 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:22.300723+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:19:28.121 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cluster 2023-12-06T07:19:22.301143+0000 mon.a (mon.0) 138 : cluster [INF] mon.a calling monitor election 2023-12-06T07:19:28.121 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:22.303030+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:19:28.121 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:23.294270+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:19:28.121 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cluster 2023-12-06T07:19:23.444839+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-06T07:19:28.121 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:24.294235+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:19:28.121 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cluster 2023-12-06T07:19:24.298555+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-06T07:19:28.121 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:25.294602+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:19:28.121 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cluster 2023-12-06T07:19:25.445212+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-06T07:19:28.121 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:26.294811+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:19:28.121 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:27.294819+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:19:28.121 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cluster 2023-12-06T07:19:27.322292+0000 mon.a (mon.0) 145 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T07:19:28.121 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cluster 2023-12-06T07:19:27.336906+0000 mon.a (mon.0) 146 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],c=[v2:172.21.15.172:3301/0,v1:172.21.15.172:6790/0]} 2023-12-06T07:19:28.121 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cluster 2023-12-06T07:19:27.337014+0000 mon.a (mon.0) 147 : cluster [DBG] fsmap 2023-12-06T07:19:28.121 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cluster 2023-12-06T07:19:27.337062+0000 mon.a (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T07:19:28.122 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cluster 2023-12-06T07:19:27.337313+0000 mon.a (mon.0) 149 : cluster [DBG] mgrmap e13: y(active, since 45s) 2023-12-06T07:19:28.122 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: cluster 2023-12-06T07:19:27.345059+0000 mon.a (mon.0) 150 : cluster [INF] overall HEALTH_OK 2023-12-06T07:19:28.122 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:27.350593+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:28.122 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:27.353269+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:19:28.122 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:27.355525+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:28.122 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: audit 2023-12-06T07:19:27.357009+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:19:28.122 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:27 smithi195 bash[25052]: debug 2023-12-06T07:19:27.767+0000 7ff0709d0700 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-06T07:19:29.396 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-06T07:19:29.397 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T07:19:33.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: cluster 2023-12-06T07:19:27.445586+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-06T07:19:33.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: audit 2023-12-06T07:19:27.795352+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:19:33.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: cluster 2023-12-06T07:19:27.796133+0000 mon.a (mon.0) 158 : cluster [INF] mon.a calling monitor election 2023-12-06T07:19:33.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: cluster 2023-12-06T07:19:27.796236+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-06T07:19:33.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: audit 2023-12-06T07:19:27.798432+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:33.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: audit 2023-12-06T07:19:27.798755+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:19:33.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: audit 2023-12-06T07:19:28.787977+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:33.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: cluster 2023-12-06T07:19:29.446016+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-06T07:19:33.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: audit 2023-12-06T07:19:29.788117+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:33.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: audit 2023-12-06T07:19:30.788204+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:33.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: cluster 2023-12-06T07:19:31.446465+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-06T07:19:33.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: audit 2023-12-06T07:19:31.788343+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:33.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: audit 2023-12-06T07:19:32.788432+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:33.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: cluster 2023-12-06T07:19:32.798391+0000 mon.a (mon.0) 166 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T07:19:33.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: cluster 2023-12-06T07:19:32.803939+0000 mon.a (mon.0) 167 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],b=[v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0],c=[v2:172.21.15.172:3301/0,v1:172.21.15.172:6790/0]} 2023-12-06T07:19:33.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: cluster 2023-12-06T07:19:32.804038+0000 mon.a (mon.0) 168 : cluster [DBG] fsmap 2023-12-06T07:19:33.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: cluster 2023-12-06T07:19:32.804094+0000 mon.a (mon.0) 169 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T07:19:33.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: cluster 2023-12-06T07:19:32.804362+0000 mon.a (mon.0) 170 : cluster [DBG] mgrmap e13: y(active, since 51s) 2023-12-06T07:19:33.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: cluster 2023-12-06T07:19:32.804728+0000 mon.a (mon.0) 171 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-06T07:19:33.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: cluster 2023-12-06T07:19:32.813405+0000 mon.a (mon.0) 172 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-06T07:19:33.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: cluster 2023-12-06T07:19:32.813460+0000 mon.a (mon.0) 173 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-06T07:19:33.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: cluster 2023-12-06T07:19:32.813539+0000 mon.a (mon.0) 174 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] is down (out of quorum) 2023-12-06T07:19:33.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: audit 2023-12-06T07:19:32.817484+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:33.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: audit 2023-12-06T07:19:32.822945+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:33.177 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[30529]: audit 2023-12-06T07:19:32.828081+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:33.177 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: cluster 2023-12-06T07:19:27.445586+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-06T07:19:33.177 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: audit 2023-12-06T07:19:27.795352+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:19:33.177 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: cluster 2023-12-06T07:19:27.796133+0000 mon.a (mon.0) 158 : cluster [INF] mon.a calling monitor election 2023-12-06T07:19:33.177 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: cluster 2023-12-06T07:19:27.796236+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-06T07:19:33.177 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: audit 2023-12-06T07:19:27.798432+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:33.177 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: audit 2023-12-06T07:19:27.798755+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:19:33.177 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: audit 2023-12-06T07:19:28.787977+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:33.177 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: cluster 2023-12-06T07:19:29.446016+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-06T07:19:33.178 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: audit 2023-12-06T07:19:29.788117+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:33.178 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: audit 2023-12-06T07:19:30.788204+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:33.178 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: cluster 2023-12-06T07:19:31.446465+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-06T07:19:33.178 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: audit 2023-12-06T07:19:31.788343+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:33.178 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: audit 2023-12-06T07:19:32.788432+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:33.178 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: cluster 2023-12-06T07:19:32.798391+0000 mon.a (mon.0) 166 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T07:19:33.178 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: cluster 2023-12-06T07:19:32.803939+0000 mon.a (mon.0) 167 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],b=[v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0],c=[v2:172.21.15.172:3301/0,v1:172.21.15.172:6790/0]} 2023-12-06T07:19:33.178 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: cluster 2023-12-06T07:19:32.804038+0000 mon.a (mon.0) 168 : cluster [DBG] fsmap 2023-12-06T07:19:33.178 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: cluster 2023-12-06T07:19:32.804094+0000 mon.a (mon.0) 169 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T07:19:33.178 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: cluster 2023-12-06T07:19:32.804362+0000 mon.a (mon.0) 170 : cluster [DBG] mgrmap e13: y(active, since 51s) 2023-12-06T07:19:33.178 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: cluster 2023-12-06T07:19:32.804728+0000 mon.a (mon.0) 171 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-06T07:19:33.178 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: cluster 2023-12-06T07:19:32.813405+0000 mon.a (mon.0) 172 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-06T07:19:33.178 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: cluster 2023-12-06T07:19:32.813460+0000 mon.a (mon.0) 173 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-06T07:19:33.178 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: cluster 2023-12-06T07:19:32.813539+0000 mon.a (mon.0) 174 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] is down (out of quorum) 2023-12-06T07:19:33.179 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: audit 2023-12-06T07:19:32.817484+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:33.179 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: audit 2023-12-06T07:19:32.822945+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:33.179 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:32 smithi172 bash[25094]: audit 2023-12-06T07:19:32.828081+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:33.421 INFO:teuthology.orchestra.run.smithi195.stdout: 2023-12-06T07:19:33.421 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":3,"fsid":"6c6e2358-9407-11ee-95a2-87774f69a715","modified":"2023-12-06T07:19:27.788818Z","created":"2023-12-06T07:17:34.882432Z","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.172:3300","nonce":0},{"type":"v1","addr":"172.21.15.172:6789","nonce":0}]},"addr":"172.21.15.172:6789/0","public_addr":"172.21.15.172:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:3301","nonce":0},{"type":"v1","addr":"172.21.15.172:6790","nonce":0}]},"addr":"172.21.15.172:6790/0","public_addr":"172.21.15.172:6790/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:3300","nonce":0},{"type":"v1","addr":"172.21.15.195:6789","nonce":0}]},"addr":"172.21.15.195:6789/0","public_addr":"172.21.15.195:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-06T07:19:33.424 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 3 2023-12-06T07:19:34.092 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-06T07:19:34.093 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-06T07:19:34.290 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[30529]: cephadm 2023-12-06T07:19:32.818468+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2023-12-06T07:19:34.290 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[30529]: cephadm 2023-12-06T07:19:32.824149+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-06T07:19:34.290 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[30529]: audit 2023-12-06T07:19:32.955413+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:34.290 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[30529]: audit 2023-12-06T07:19:32.969280+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:34.290 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[30529]: audit 2023-12-06T07:19:32.976414+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:34.290 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[30529]: cephadm 2023-12-06T07:19:32.978782+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-06T07:19:34.290 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[30529]: audit 2023-12-06T07:19:32.979320+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:19:34.290 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[30529]: audit 2023-12-06T07:19:32.980864+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:19:34.290 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[30529]: audit 2023-12-06T07:19:32.982501+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:34.290 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[30529]: cephadm 2023-12-06T07:19:32.984150+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Reconfiguring daemon mon.a on smithi172 2023-12-06T07:19:34.290 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[30529]: audit 2023-12-06T07:19:33.417820+0000 mon.a (mon.0) 184 : audit [DBG] from='client.? 172.21.15.195:0/1381331229' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T07:19:34.291 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[30529]: audit 2023-12-06T07:19:33.788768+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:34.291 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[25094]: cephadm 2023-12-06T07:19:32.818468+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2023-12-06T07:19:34.291 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[25094]: cephadm 2023-12-06T07:19:32.824149+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-06T07:19:34.291 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[25094]: audit 2023-12-06T07:19:32.955413+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:34.291 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[25094]: audit 2023-12-06T07:19:32.969280+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:34.291 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[25094]: audit 2023-12-06T07:19:32.976414+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:34.291 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[25094]: cephadm 2023-12-06T07:19:32.978782+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-06T07:19:34.291 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[25094]: audit 2023-12-06T07:19:32.979320+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:19:34.291 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[25094]: audit 2023-12-06T07:19:32.980864+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:19:34.291 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[25094]: audit 2023-12-06T07:19:32.982501+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:34.291 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[25094]: cephadm 2023-12-06T07:19:32.984150+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Reconfiguring daemon mon.a on smithi172 2023-12-06T07:19:34.291 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[25094]: audit 2023-12-06T07:19:33.417820+0000 mon.a (mon.0) 184 : audit [DBG] from='client.? 172.21.15.195:0/1381331229' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T07:19:34.291 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:33 smithi172 bash[25094]: audit 2023-12-06T07:19:33.788768+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:27.445586+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-06T07:19:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: audit 2023-12-06T07:19:27.795352+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:19:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:27.796133+0000 mon.a (mon.0) 158 : cluster [INF] mon.a calling monitor election 2023-12-06T07:19:35.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:27.796236+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-06T07:19:35.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: audit 2023-12-06T07:19:27.798432+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:35.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: audit 2023-12-06T07:19:27.798755+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:19:35.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: audit 2023-12-06T07:19:28.787977+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:35.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:29.446016+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-06T07:19:35.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: audit 2023-12-06T07:19:29.788117+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:35.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: audit 2023-12-06T07:19:30.788204+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:35.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:31.446465+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-06T07:19:35.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: audit 2023-12-06T07:19:31.788343+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:35.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: audit 2023-12-06T07:19:32.788432+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:35.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:32.798391+0000 mon.a (mon.0) 166 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T07:19:35.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:32.803939+0000 mon.a (mon.0) 167 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],b=[v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0],c=[v2:172.21.15.172:3301/0,v1:172.21.15.172:6790/0]} 2023-12-06T07:19:35.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:32.804038+0000 mon.a (mon.0) 168 : cluster [DBG] fsmap 2023-12-06T07:19:35.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:32.804094+0000 mon.a (mon.0) 169 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T07:19:35.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:32.804362+0000 mon.a (mon.0) 170 : cluster [DBG] mgrmap e13: y(active, since 51s) 2023-12-06T07:19:35.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:32.804728+0000 mon.a (mon.0) 171 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-06T07:19:35.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:32.813405+0000 mon.a (mon.0) 172 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-06T07:19:35.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:32.813460+0000 mon.a (mon.0) 173 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-06T07:19:35.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:32.813539+0000 mon.a (mon.0) 174 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] is down (out of quorum) 2023-12-06T07:19:35.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: audit 2023-12-06T07:19:32.817484+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:35.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: audit 2023-12-06T07:19:32.822945+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:35.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: audit 2023-12-06T07:19:32.828081+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:35.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cephadm 2023-12-06T07:19:32.818468+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2023-12-06T07:19:35.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cephadm 2023-12-06T07:19:32.824149+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-06T07:19:35.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: audit 2023-12-06T07:19:32.955413+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:35.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: audit 2023-12-06T07:19:32.969280+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:35.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: audit 2023-12-06T07:19:32.976414+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:35.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cephadm 2023-12-06T07:19:32.978782+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-06T07:19:35.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: audit 2023-12-06T07:19:32.979320+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:19:35.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: audit 2023-12-06T07:19:32.980864+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:19:35.099 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: audit 2023-12-06T07:19:32.982501+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:35.099 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cephadm 2023-12-06T07:19:32.984150+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Reconfiguring daemon mon.a on smithi172 2023-12-06T07:19:35.099 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: audit 2023-12-06T07:19:33.417820+0000 mon.a (mon.0) 184 : audit [DBG] from='client.? 172.21.15.195:0/1381331229' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T07:19:35.099 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: audit 2023-12-06T07:19:33.788768+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:35.099 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:29.791717+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-06T07:19:35.099 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:34.825501+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-06T07:19:35.099 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:34.825603+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-06T07:19:35.099 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:34.825692+0000 mon.a (mon.0) 187 : cluster [INF] mon.a calling monitor election 2023-12-06T07:19:35.099 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:34.846113+0000 mon.a (mon.0) 188 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T07:19:35.099 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:34.851959+0000 mon.a (mon.0) 189 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],b=[v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0],c=[v2:172.21.15.172:3301/0,v1:172.21.15.172:6790/0]} 2023-12-06T07:19:35.099 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:34.852082+0000 mon.a (mon.0) 190 : cluster [DBG] fsmap 2023-12-06T07:19:35.099 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:34.852157+0000 mon.a (mon.0) 191 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T07:19:35.099 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:34.852431+0000 mon.a (mon.0) 192 : cluster [DBG] mgrmap e13: y(active, since 53s) 2023-12-06T07:19:35.099 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:34.852798+0000 mon.a (mon.0) 193 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-06T07:19:35.099 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:34.852853+0000 mon.a (mon.0) 194 : cluster [INF] Cluster is now healthy 2023-12-06T07:19:35.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:34 smithi195 bash[25052]: cluster 2023-12-06T07:19:34.858755+0000 mon.a (mon.0) 195 : cluster [INF] overall HEALTH_OK 2023-12-06T07:19:35.178 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[25094]: cluster 2023-12-06T07:19:29.791717+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-06T07:19:35.178 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[25094]: cluster 2023-12-06T07:19:34.825501+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-06T07:19:35.179 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[25094]: cluster 2023-12-06T07:19:34.825603+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-06T07:19:35.179 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[25094]: cluster 2023-12-06T07:19:34.825692+0000 mon.a (mon.0) 187 : cluster [INF] mon.a calling monitor election 2023-12-06T07:19:35.179 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[25094]: cluster 2023-12-06T07:19:34.846113+0000 mon.a (mon.0) 188 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T07:19:35.179 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[25094]: cluster 2023-12-06T07:19:34.851959+0000 mon.a (mon.0) 189 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],b=[v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0],c=[v2:172.21.15.172:3301/0,v1:172.21.15.172:6790/0]} 2023-12-06T07:19:35.179 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[25094]: cluster 2023-12-06T07:19:34.852082+0000 mon.a (mon.0) 190 : cluster [DBG] fsmap 2023-12-06T07:19:35.179 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[25094]: cluster 2023-12-06T07:19:34.852157+0000 mon.a (mon.0) 191 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T07:19:35.179 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[25094]: cluster 2023-12-06T07:19:34.852431+0000 mon.a (mon.0) 192 : cluster [DBG] mgrmap e13: y(active, since 53s) 2023-12-06T07:19:35.179 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[25094]: cluster 2023-12-06T07:19:34.852798+0000 mon.a (mon.0) 193 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-06T07:19:35.179 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[25094]: cluster 2023-12-06T07:19:34.852853+0000 mon.a (mon.0) 194 : cluster [INF] Cluster is now healthy 2023-12-06T07:19:35.179 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[25094]: cluster 2023-12-06T07:19:34.858755+0000 mon.a (mon.0) 195 : cluster [INF] overall HEALTH_OK 2023-12-06T07:19:35.180 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[30529]: cluster 2023-12-06T07:19:29.791717+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-06T07:19:35.180 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[30529]: cluster 2023-12-06T07:19:34.825501+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-06T07:19:35.180 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[30529]: cluster 2023-12-06T07:19:34.825603+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-06T07:19:35.180 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[30529]: cluster 2023-12-06T07:19:34.825692+0000 mon.a (mon.0) 187 : cluster [INF] mon.a calling monitor election 2023-12-06T07:19:35.180 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[30529]: cluster 2023-12-06T07:19:34.846113+0000 mon.a (mon.0) 188 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T07:19:35.180 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[30529]: cluster 2023-12-06T07:19:34.851959+0000 mon.a (mon.0) 189 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],b=[v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0],c=[v2:172.21.15.172:3301/0,v1:172.21.15.172:6790/0]} 2023-12-06T07:19:35.180 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[30529]: cluster 2023-12-06T07:19:34.852082+0000 mon.a (mon.0) 190 : cluster [DBG] fsmap 2023-12-06T07:19:35.180 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[30529]: cluster 2023-12-06T07:19:34.852157+0000 mon.a (mon.0) 191 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T07:19:35.180 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[30529]: cluster 2023-12-06T07:19:34.852431+0000 mon.a (mon.0) 192 : cluster [DBG] mgrmap e13: y(active, since 53s) 2023-12-06T07:19:35.180 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[30529]: cluster 2023-12-06T07:19:34.852798+0000 mon.a (mon.0) 193 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-06T07:19:35.180 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[30529]: cluster 2023-12-06T07:19:34.852853+0000 mon.a (mon.0) 194 : cluster [INF] Cluster is now healthy 2023-12-06T07:19:35.180 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:34 smithi172 bash[30529]: cluster 2023-12-06T07:19:34.858755+0000 mon.a (mon.0) 195 : cluster [INF] overall HEALTH_OK 2023-12-06T07:19:36.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:36 smithi172 bash[25094]: audit 2023-12-06T07:19:35.284503+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:36.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:36 smithi172 bash[25094]: cephadm 2023-12-06T07:19:35.285709+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-06T07:19:36.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:36 smithi172 bash[25094]: audit 2023-12-06T07:19:35.286258+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:19:36.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:36 smithi172 bash[25094]: audit 2023-12-06T07:19:35.287736+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:19:36.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:36 smithi172 bash[25094]: audit 2023-12-06T07:19:35.289131+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:36.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:36 smithi172 bash[25094]: cephadm 2023-12-06T07:19:35.290374+0000 mgr.y (mgr.14152) 43 : cephadm [INF] Reconfiguring daemon mon.c on smithi172 2023-12-06T07:19:36.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:36 smithi172 bash[25094]: audit 2023-12-06T07:19:35.789079+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:36.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:36 smithi172 bash[30529]: audit 2023-12-06T07:19:35.284503+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:36.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:36 smithi172 bash[30529]: cephadm 2023-12-06T07:19:35.285709+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-06T07:19:36.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:36 smithi172 bash[30529]: audit 2023-12-06T07:19:35.286258+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:19:36.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:36 smithi172 bash[30529]: audit 2023-12-06T07:19:35.287736+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:19:36.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:36 smithi172 bash[30529]: audit 2023-12-06T07:19:35.289131+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:36.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:36 smithi172 bash[30529]: cephadm 2023-12-06T07:19:35.290374+0000 mgr.y (mgr.14152) 43 : cephadm [INF] Reconfiguring daemon mon.c on smithi172 2023-12-06T07:19:36.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:36 smithi172 bash[30529]: audit 2023-12-06T07:19:35.789079+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:36.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:36 smithi195 bash[25052]: audit 2023-12-06T07:19:35.284503+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:36.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:36 smithi195 bash[25052]: cephadm 2023-12-06T07:19:35.285709+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-06T07:19:36.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:36 smithi195 bash[25052]: audit 2023-12-06T07:19:35.286258+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:19:36.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:36 smithi195 bash[25052]: audit 2023-12-06T07:19:35.287736+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:19:36.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:36 smithi195 bash[25052]: audit 2023-12-06T07:19:35.289131+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:36.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:36 smithi195 bash[25052]: cephadm 2023-12-06T07:19:35.290374+0000 mgr.y (mgr.14152) 43 : cephadm [INF] Reconfiguring daemon mon.c on smithi172 2023-12-06T07:19:36.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:36 smithi195 bash[25052]: audit 2023-12-06T07:19:35.789079+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:19:37.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:37 smithi195 bash[25052]: cluster 2023-12-06T07:19:35.447287+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:37.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:37 smithi172 bash[25094]: cluster 2023-12-06T07:19:35.447287+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:37.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:37 smithi172 bash[30529]: cluster 2023-12-06T07:19:35.447287+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:38.233 INFO:teuthology.orchestra.run.smithi172.stdout:# minimal ceph.conf for 6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:19:38.233 INFO:teuthology.orchestra.run.smithi172.stdout:[global] 2023-12-06T07:19:38.234 INFO:teuthology.orchestra.run.smithi172.stdout: fsid = 6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:19:38.234 INFO:teuthology.orchestra.run.smithi172.stdout: mon_host = [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] [v2:172.21.15.172:3301/0,v1:172.21.15.172:6790/0] 2023-12-06T07:19:38.847 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-06T07:19:38.848 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-06T07:19:38.848 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/ceph/ceph.conf 2023-12-06T07:19:38.865 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-06T07:19:38.865 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:19:38.922 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2023-12-06T07:19:38.922 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/ceph/ceph.conf 2023-12-06T07:19:38.937 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2023-12-06T07:19:38.937 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:19:38.951 INFO:tasks.cephadm:Adding mgr.y on smithi172 2023-12-06T07:19:38.952 INFO:tasks.cephadm:Adding mgr.x on smithi195 2023-12-06T07:19:38.952 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph orch apply mgr '2;smithi172=y;smithi195=x' 2023-12-06T07:19:39.184 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:39 smithi195 bash[25052]: cluster 2023-12-06T07:19:37.447713+0000 mgr.y (mgr.14152) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:39.184 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:39 smithi195 bash[25052]: audit 2023-12-06T07:19:38.111907+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:39.184 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:39 smithi195 bash[25052]: cephadm 2023-12-06T07:19:38.113107+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-06T07:19:39.184 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:39 smithi195 bash[25052]: audit 2023-12-06T07:19:38.113623+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:19:39.184 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:39 smithi195 bash[25052]: audit 2023-12-06T07:19:38.114880+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:19:39.184 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:39 smithi195 bash[25052]: audit 2023-12-06T07:19:38.115982+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:39.184 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:39 smithi195 bash[25052]: cephadm 2023-12-06T07:19:38.117269+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring daemon mon.b on smithi195 2023-12-06T07:19:39.185 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:39 smithi195 bash[25052]: audit 2023-12-06T07:19:38.230842+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.172:0/3933225438' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:39.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:39 smithi172 bash[25094]: cluster 2023-12-06T07:19:37.447713+0000 mgr.y (mgr.14152) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:39.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:39 smithi172 bash[25094]: audit 2023-12-06T07:19:38.111907+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:39.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:39 smithi172 bash[25094]: cephadm 2023-12-06T07:19:38.113107+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-06T07:19:39.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:39 smithi172 bash[25094]: audit 2023-12-06T07:19:38.113623+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:19:39.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:39 smithi172 bash[25094]: audit 2023-12-06T07:19:38.114880+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:19:39.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:39 smithi172 bash[25094]: audit 2023-12-06T07:19:38.115982+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:39.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:39 smithi172 bash[25094]: cephadm 2023-12-06T07:19:38.117269+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring daemon mon.b on smithi195 2023-12-06T07:19:39.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:39 smithi172 bash[25094]: audit 2023-12-06T07:19:38.230842+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.172:0/3933225438' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:39.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:39 smithi172 bash[30529]: cluster 2023-12-06T07:19:37.447713+0000 mgr.y (mgr.14152) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:39.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:39 smithi172 bash[30529]: audit 2023-12-06T07:19:38.111907+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:39.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:39 smithi172 bash[30529]: cephadm 2023-12-06T07:19:38.113107+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-06T07:19:39.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:39 smithi172 bash[30529]: audit 2023-12-06T07:19:38.113623+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:19:39.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:39 smithi172 bash[30529]: audit 2023-12-06T07:19:38.114880+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:19:39.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:39 smithi172 bash[30529]: audit 2023-12-06T07:19:38.115982+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:39.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:39 smithi172 bash[30529]: cephadm 2023-12-06T07:19:38.117269+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring daemon mon.b on smithi195 2023-12-06T07:19:39.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:39 smithi172 bash[30529]: audit 2023-12-06T07:19:38.230842+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.172:0/3933225438' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:41.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:41 smithi172 bash[25094]: cluster 2023-12-06T07:19:39.448151+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:41.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:41 smithi172 bash[25094]: audit 2023-12-06T07:19:40.166286+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:41.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:41 smithi172 bash[25094]: audit 2023-12-06T07:19:40.168516+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:19:41.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:41 smithi172 bash[25094]: audit 2023-12-06T07:19:40.170908+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:41.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:41 smithi172 bash[25094]: audit 2023-12-06T07:19:40.172538+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:19:41.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:41 smithi172 bash[25094]: cephadm 2023-12-06T07:19:40.174630+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-06T07:19:41.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:41 smithi172 bash[25094]: cephadm 2023-12-06T07:19:40.175135+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2023-12-06T07:19:41.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:41 smithi172 bash[25094]: audit 2023-12-06T07:19:40.295837+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:41.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:41 smithi172 bash[25094]: audit 2023-12-06T07:19:40.303977+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:41.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:41 smithi172 bash[25094]: audit 2023-12-06T07:19:40.308924+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:41.427 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:41 smithi172 bash[30529]: cluster 2023-12-06T07:19:39.448151+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:41.427 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:41 smithi172 bash[30529]: audit 2023-12-06T07:19:40.166286+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:41.427 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:41 smithi172 bash[30529]: audit 2023-12-06T07:19:40.168516+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:19:41.427 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:41 smithi172 bash[30529]: audit 2023-12-06T07:19:40.170908+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:41.427 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:41 smithi172 bash[30529]: audit 2023-12-06T07:19:40.172538+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:19:41.427 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:41 smithi172 bash[30529]: cephadm 2023-12-06T07:19:40.174630+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-06T07:19:41.427 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:41 smithi172 bash[30529]: cephadm 2023-12-06T07:19:40.175135+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2023-12-06T07:19:41.427 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:41 smithi172 bash[30529]: audit 2023-12-06T07:19:40.295837+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:41.427 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:41 smithi172 bash[30529]: audit 2023-12-06T07:19:40.303977+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:41.427 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:41 smithi172 bash[30529]: audit 2023-12-06T07:19:40.308924+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:41.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:41 smithi195 bash[25052]: cluster 2023-12-06T07:19:39.448151+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:41.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:41 smithi195 bash[25052]: audit 2023-12-06T07:19:40.166286+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:41.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:41 smithi195 bash[25052]: audit 2023-12-06T07:19:40.168516+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:19:41.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:41 smithi195 bash[25052]: audit 2023-12-06T07:19:40.170908+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:41.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:41 smithi195 bash[25052]: audit 2023-12-06T07:19:40.172538+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:19:41.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:41 smithi195 bash[25052]: cephadm 2023-12-06T07:19:40.174630+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-06T07:19:41.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:41 smithi195 bash[25052]: cephadm 2023-12-06T07:19:40.175135+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2023-12-06T07:19:41.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:41 smithi195 bash[25052]: audit 2023-12-06T07:19:40.295837+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:41.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:41 smithi195 bash[25052]: audit 2023-12-06T07:19:40.303977+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:41.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:41 smithi195 bash[25052]: audit 2023-12-06T07:19:40.308924+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:42.245 INFO:teuthology.orchestra.run.smithi195.stdout:Scheduled mgr update... 2023-12-06T07:19:42.444 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:42 smithi195 bash[25052]: audit 2023-12-06T07:19:41.510187+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:19:42.444 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:42 smithi195 bash[25052]: audit 2023-12-06T07:19:41.513056+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:19:42.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:42 smithi172 bash[25094]: audit 2023-12-06T07:19:41.510187+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:19:42.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:42 smithi172 bash[25094]: audit 2023-12-06T07:19:41.513056+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:19:42.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:42 smithi172 bash[30529]: audit 2023-12-06T07:19:41.510187+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:19:42.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:42 smithi172 bash[30529]: audit 2023-12-06T07:19:41.513056+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:19:43.140 DEBUG:teuthology.orchestra.run.smithi195:mgr.x> sudo journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mgr.x.service 2023-12-06T07:19:43.142 INFO:tasks.cephadm:Deploying OSDs... 2023-12-06T07:19:43.142 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-06T07:19:43.142 DEBUG:teuthology.orchestra.run.smithi172:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T07:19:43.149 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-06T07:19:43.149 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_1 2023-12-06T07:19:43.155 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-06T07:19:43.155 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T07:19:43.155 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 360 Links: 1 2023-12-06T07:19:43.155 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T07:19:43.155 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-12-06 07:15:10.806121401 +0000 2023-12-06T07:19:43.155 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-12-06 07:15:10.802121494 +0000 2023-12-06T07:19:43.156 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-12-06 07:15:10.802121494 +0000 2023-12-06T07:19:43.156 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-12-06T07:19:43.156 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-06T07:19:43.214 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-12-06T07:19:43.214 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-12-06T07:19:43.214 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000431108 s, 1.2 MB/s 2023-12-06T07:19:43.215 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-06T07:19:43.224 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_2 2023-12-06T07:19:43.230 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-06T07:19:43.230 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T07:19:43.230 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 367 Links: 1 2023-12-06T07:19:43.230 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T07:19:43.230 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-12-06 07:15:11.658101763 +0000 2023-12-06T07:19:43.230 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-12-06 07:15:11.334109232 +0000 2023-12-06T07:19:43.230 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-12-06 07:15:11.334109232 +0000 2023-12-06T07:19:43.231 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-12-06T07:19:43.231 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-06T07:19:43.243 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-12-06T07:19:43.244 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-12-06T07:19:43.244 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000456103 s, 1.1 MB/s 2023-12-06T07:19:43.246 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-06T07:19:43.295 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_3 2023-12-06T07:19:43.302 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-06T07:19:43.302 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T07:19:43.302 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 372 Links: 1 2023-12-06T07:19:43.302 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T07:19:43.302 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-12-06 07:15:12.190089500 +0000 2023-12-06T07:19:43.302 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-12-06 07:15:11.918095771 +0000 2023-12-06T07:19:43.303 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-12-06 07:15:11.918095771 +0000 2023-12-06T07:19:43.303 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-12-06T07:19:43.303 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-06T07:19:43.315 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-12-06T07:19:43.315 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-12-06T07:19:43.315 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000392575 s, 1.3 MB/s 2023-12-06T07:19:43.316 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-06T07:19:43.324 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_4 2023-12-06T07:19:43.373 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-06T07:19:43.373 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T07:19:43.373 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 378 Links: 1 2023-12-06T07:19:43.374 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T07:19:43.374 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-12-06 07:15:12.718077330 +0000 2023-12-06T07:19:43.374 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-12-06 07:15:12.410084429 +0000 2023-12-06T07:19:43.374 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-12-06 07:15:12.410084429 +0000 2023-12-06T07:19:43.374 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-12-06T07:19:43.374 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-06T07:19:43.384 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-12-06T07:19:43.385 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-12-06T07:19:43.385 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000420791 s, 1.2 MB/s 2023-12-06T07:19:43.385 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-06T07:19:43.393 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2023-12-06T07:19:43.393 DEBUG:teuthology.orchestra.run.smithi195:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T07:19:43.400 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-06T07:19:43.400 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/vg_nvme/lv_1 2023-12-06T07:19:43.455 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-06T07:19:43.455 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T07:19:43.455 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 6h/6d Inode: 358 Links: 1 2023-12-06T07:19:43.455 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T07:19:43.455 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2023-12-06 07:15:10.688378211 +0000 2023-12-06T07:19:43.455 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2023-12-06 07:15:10.396384929 +0000 2023-12-06T07:19:43.455 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2023-12-06 07:15:10.396384929 +0000 2023-12-06T07:19:43.455 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: - 2023-12-06T07:19:43.456 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-06T07:19:43.464 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:43 smithi195 bash[25052]: cluster 2023-12-06T07:19:41.448608+0000 mgr.y (mgr.14152) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:43.464 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:43 smithi195 bash[25052]: audit 2023-12-06T07:19:42.229550+0000 mgr.y (mgr.14152) 52 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi172=y;smithi195=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:19:43.464 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:43 smithi195 bash[25052]: cephadm 2023-12-06T07:19:42.233028+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Saving service mgr spec with placement smithi172=y;smithi195=x;count:2 2023-12-06T07:19:43.464 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:43 smithi195 bash[25052]: audit 2023-12-06T07:19:42.241494+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:43.464 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:43 smithi195 bash[25052]: audit 2023-12-06T07:19:42.280022+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:19:43.464 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:43 smithi195 bash[25052]: audit 2023-12-06T07:19:42.282829+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:43.465 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:43 smithi195 bash[25052]: audit 2023-12-06T07:19:42.284715+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:19:43.465 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:43 smithi195 bash[25052]: audit 2023-12-06T07:19:42.295963+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:43.465 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:43 smithi195 bash[25052]: audit 2023-12-06T07:19:42.299870+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:19:43.465 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:43 smithi195 bash[25052]: audit 2023-12-06T07:19:42.307134+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-06T07:19:43.465 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:43 smithi195 bash[25052]: audit 2023-12-06T07:19:42.308469+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:19:43.465 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:43 smithi195 bash[25052]: audit 2023-12-06T07:19:42.310215+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:43.465 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:43 smithi195 bash[25052]: cephadm 2023-12-06T07:19:42.311999+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Deploying daemon mgr.x on smithi195 2023-12-06T07:19:43.466 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2023-12-06T07:19:43.466 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2023-12-06T07:19:43.466 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 0.000305341 s, 1.7 MB/s 2023-12-06T07:19:43.467 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-06T07:19:43.475 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/vg_nvme/lv_2 2023-12-06T07:19:43.521 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-06T07:19:43.521 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T07:19:43.522 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 6h/6d Inode: 366 Links: 1 2023-12-06T07:19:43.522 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T07:19:43.522 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2023-12-06 07:15:11.192366616 +0000 2023-12-06T07:19:43.522 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2023-12-06 07:15:10.900373335 +0000 2023-12-06T07:19:43.522 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2023-12-06 07:15:10.900373335 +0000 2023-12-06T07:19:43.522 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: - 2023-12-06T07:19:43.522 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-06T07:19:43.534 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2023-12-06T07:19:43.535 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2023-12-06T07:19:43.535 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 0.000175306 s, 2.9 MB/s 2023-12-06T07:19:43.536 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-06T07:19:43.543 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/vg_nvme/lv_3 2023-12-06T07:19:43.589 INFO:journalctl@ceph.mgr.x.smithi195.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T07:19:43.592 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-06T07:19:43.592 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T07:19:43.592 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 6h/6d Inode: 372 Links: 1 2023-12-06T07:19:43.592 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T07:19:43.592 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2023-12-06 07:15:11.764353456 +0000 2023-12-06T07:19:43.592 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2023-12-06 07:15:11.416361462 +0000 2023-12-06T07:19:43.592 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2023-12-06 07:15:11.416361462 +0000 2023-12-06T07:19:43.593 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: - 2023-12-06T07:19:43.593 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-06T07:19:43.604 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2023-12-06T07:19:43.604 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2023-12-06T07:19:43.604 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 0.000213995 s, 2.4 MB/s 2023-12-06T07:19:43.605 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-06T07:19:43.611 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/vg_nvme/lv_4 2023-12-06T07:19:43.658 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-06T07:19:43.659 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T07:19:43.659 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 6h/6d Inode: 378 Links: 1 2023-12-06T07:19:43.659 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T07:19:43.659 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2023-12-06 07:15:12.240342505 +0000 2023-12-06T07:19:43.659 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2023-12-06 07:15:11.948349223 +0000 2023-12-06T07:19:43.659 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2023-12-06 07:15:11.948349223 +0000 2023-12-06T07:19:43.659 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: - 2023-12-06T07:19:43.659 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-06T07:19:43.670 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2023-12-06T07:19:43.670 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2023-12-06T07:19:43.670 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 0.00030006 s, 1.7 MB/s 2023-12-06T07:19:43.671 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-06T07:19:43.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[25094]: cluster 2023-12-06T07:19:41.448608+0000 mgr.y (mgr.14152) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:43.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[25094]: audit 2023-12-06T07:19:42.229550+0000 mgr.y (mgr.14152) 52 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi172=y;smithi195=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:19:43.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[25094]: cephadm 2023-12-06T07:19:42.233028+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Saving service mgr spec with placement smithi172=y;smithi195=x;count:2 2023-12-06T07:19:43.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[25094]: audit 2023-12-06T07:19:42.241494+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:43.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[25094]: audit 2023-12-06T07:19:42.280022+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:19:43.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[25094]: audit 2023-12-06T07:19:42.282829+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:43.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[25094]: audit 2023-12-06T07:19:42.284715+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:19:43.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[25094]: audit 2023-12-06T07:19:42.295963+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:43.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[25094]: audit 2023-12-06T07:19:42.299870+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:19:43.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[25094]: audit 2023-12-06T07:19:42.307134+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-06T07:19:43.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[25094]: audit 2023-12-06T07:19:42.308469+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:19:43.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[25094]: audit 2023-12-06T07:19:42.310215+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:43.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[25094]: cephadm 2023-12-06T07:19:42.311999+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Deploying daemon mgr.x on smithi195 2023-12-06T07:19:43.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[30529]: cluster 2023-12-06T07:19:41.448608+0000 mgr.y (mgr.14152) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:43.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[30529]: audit 2023-12-06T07:19:42.229550+0000 mgr.y (mgr.14152) 52 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi172=y;smithi195=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:19:43.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[30529]: cephadm 2023-12-06T07:19:42.233028+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Saving service mgr spec with placement smithi172=y;smithi195=x;count:2 2023-12-06T07:19:43.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[30529]: audit 2023-12-06T07:19:42.241494+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:43.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[30529]: audit 2023-12-06T07:19:42.280022+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:19:43.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[30529]: audit 2023-12-06T07:19:42.282829+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:43.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[30529]: audit 2023-12-06T07:19:42.284715+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:19:43.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[30529]: audit 2023-12-06T07:19:42.295963+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:43.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[30529]: audit 2023-12-06T07:19:42.299870+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:19:43.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[30529]: audit 2023-12-06T07:19:42.307134+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-06T07:19:43.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[30529]: audit 2023-12-06T07:19:42.308469+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:19:43.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[30529]: audit 2023-12-06T07:19:42.310215+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:43.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:43 smithi172 bash[30529]: cephadm 2023-12-06T07:19:42.311999+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Deploying daemon mgr.x on smithi195 2023-12-06T07:19:43.679 INFO:tasks.cephadm:Deploying osd.0 on smithi172 with /dev/vg_nvme/lv_4... 2023-12-06T07:19:43.679 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-06T07:19:45.250 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:45 smithi172 bash[25094]: cluster 2023-12-06T07:19:43.449089+0000 mgr.y (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:45.250 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:45 smithi172 bash[25094]: audit 2023-12-06T07:19:44.775608+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:45.251 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:45 smithi172 bash[30529]: cluster 2023-12-06T07:19:43.449089+0000 mgr.y (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:45.251 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:45 smithi172 bash[30529]: audit 2023-12-06T07:19:44.775608+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:45.251 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:45 smithi172 bash[30529]: audit 2023-12-06T07:19:44.778775+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:19:45.251 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:45 smithi172 bash[30529]: audit 2023-12-06T07:19:44.780836+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:45.251 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:45 smithi172 bash[30529]: audit 2023-12-06T07:19:44.782037+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:19:45.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:45 smithi172 bash[25094]: audit 2023-12-06T07:19:44.778775+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:19:45.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:45 smithi172 bash[25094]: audit 2023-12-06T07:19:44.780836+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:45.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:45 smithi172 bash[25094]: audit 2023-12-06T07:19:44.782037+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:19:45.558 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:45 smithi195 bash[25052]: cluster 2023-12-06T07:19:43.449089+0000 mgr.y (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:45.558 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:45 smithi195 bash[25052]: audit 2023-12-06T07:19:44.775608+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:45.558 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:45 smithi195 bash[25052]: audit 2023-12-06T07:19:44.778775+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:19:45.558 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:45 smithi195 bash[25052]: audit 2023-12-06T07:19:44.780836+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:45.558 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:45 smithi195 bash[25052]: audit 2023-12-06T07:19:44.782037+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:19:45.833 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:45 smithi195 bash[25992]: debug 2023-12-06T07:19:45.674+0000 7f38d9451700 1 -- 172.21.15.195:0/1939155717 <== mon.2 v2:172.21.15.195:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x561d3736c340 con 0x561d380e8c00 2023-12-06T07:19:45.833 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:45 smithi195 bash[25992]: debug 2023-12-06T07:19:45.826+0000 7f38e20c0000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:19:46.797 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:46 smithi195 bash[25992]: debug 2023-12-06T07:19:46.510+0000 7f38e20c0000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:19:46.797 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:46 smithi195 bash[25992]: debug 2023-12-06T07:19:46.630+0000 7f38e20c0000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:19:46.800 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-06T07:19:46.800 INFO:teuthology.orchestra.run.smithi172.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-06T07:19:46.800 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10+0 records in 2023-12-06T07:19:46.800 INFO:teuthology.orchestra.run.smithi172.stderr:10+0 records out 2023-12-06T07:19:46.800 INFO:teuthology.orchestra.run.smithi172.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0197852 s, 530 MB/s 2023-12-06T07:19:46.800 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping successful for: 2023-12-06T07:19:47.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:46 smithi195 bash[25992]: debug 2023-12-06T07:19:46.786+0000 7f38e20c0000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:19:47.411 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:47 smithi195 bash[25052]: cluster 2023-12-06T07:19:45.449582+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:47.411 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:47 smithi195 bash[25992]: debug 2023-12-06T07:19:47.114+0000 7f38e20c0000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:19:47.412 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:47 smithi195 bash[25992]: debug 2023-12-06T07:19:47.206+0000 7f38e20c0000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:19:47.453 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi172:vg_nvme/lv_4 2023-12-06T07:19:47.648 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:47 smithi172 bash[30529]: cluster 2023-12-06T07:19:45.449582+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:47.649 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:47 smithi172 bash[25094]: cluster 2023-12-06T07:19:45.449582+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:47.787 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:47 smithi195 bash[25992]: debug 2023-12-06T07:19:47.406+0000 7f38e20c0000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:19:48.584 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:48 smithi195 bash[25992]: debug 2023-12-06T07:19:48.278+0000 7f38e20c0000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:19:48.585 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:48 smithi195 bash[25992]: debug 2023-12-06T07:19:48.378+0000 7f38e20c0000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:19:48.845 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:48 smithi195 bash[25992]: debug 2023-12-06T07:19:48.582+0000 7f38e20c0000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:19:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:48 smithi195 bash[25052]: cluster 2023-12-06T07:19:47.450164+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-06T07:19:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:48 smithi195 bash[25052]: audit 2023-12-06T07:19:47.799627+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:48 smithi195 bash[25052]: audit 2023-12-06T07:19:47.806246+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:48 smithi195 bash[25052]: cephadm 2023-12-06T07:19:47.809241+0000 mgr.y (mgr.14152) 58 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-06T07:19:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:48 smithi195 bash[25052]: audit 2023-12-06T07:19:47.809792+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:19:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:48 smithi195 bash[25052]: audit 2023-12-06T07:19:47.811396+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:19:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:48 smithi195 bash[25052]: audit 2023-12-06T07:19:47.812728+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:48 smithi195 bash[25052]: cephadm 2023-12-06T07:19:47.814466+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Reconfiguring daemon mgr.y on smithi172 2023-12-06T07:19:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:48 smithi195 bash[25052]: audit 2023-12-06T07:19:47.834719+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:49.092 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:48 smithi172 bash[30529]: cluster 2023-12-06T07:19:47.450164+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-06T07:19:49.093 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:48 smithi172 bash[30529]: audit 2023-12-06T07:19:47.799627+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:49.093 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:48 smithi172 bash[30529]: audit 2023-12-06T07:19:47.806246+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:49.093 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:48 smithi172 bash[30529]: cephadm 2023-12-06T07:19:47.809241+0000 mgr.y (mgr.14152) 58 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-06T07:19:49.093 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:48 smithi172 bash[30529]: audit 2023-12-06T07:19:47.809792+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:19:49.093 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:48 smithi172 bash[30529]: audit 2023-12-06T07:19:47.811396+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:19:49.093 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:48 smithi172 bash[30529]: audit 2023-12-06T07:19:47.812728+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:49.093 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:48 smithi172 bash[30529]: cephadm 2023-12-06T07:19:47.814466+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Reconfiguring daemon mgr.y on smithi172 2023-12-06T07:19:49.093 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:48 smithi172 bash[30529]: audit 2023-12-06T07:19:47.834719+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:49.093 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:48 smithi172 bash[25094]: cluster 2023-12-06T07:19:47.450164+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-06T07:19:49.093 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:48 smithi172 bash[25094]: audit 2023-12-06T07:19:47.799627+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:49.094 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:48 smithi172 bash[25094]: audit 2023-12-06T07:19:47.806246+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:49.094 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:48 smithi172 bash[25094]: cephadm 2023-12-06T07:19:47.809241+0000 mgr.y (mgr.14152) 58 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-06T07:19:49.094 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:48 smithi172 bash[25094]: audit 2023-12-06T07:19:47.809792+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:19:49.094 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:48 smithi172 bash[25094]: audit 2023-12-06T07:19:47.811396+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:19:49.094 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:48 smithi172 bash[25094]: audit 2023-12-06T07:19:47.812728+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:49.094 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:48 smithi172 bash[25094]: cephadm 2023-12-06T07:19:47.814466+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Reconfiguring daemon mgr.y on smithi172 2023-12-06T07:19:49.094 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:48 smithi172 bash[25094]: audit 2023-12-06T07:19:47.834719+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:49.255 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:48 smithi195 bash[25992]: debug 2023-12-06T07:19:48.926+0000 7f38e20c0000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:19:49.596 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:49 smithi195 bash[25992]: debug 2023-12-06T07:19:49.250+0000 7f38e20c0000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:19:49.886 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:49 smithi195 bash[25992]: debug 2023-12-06T07:19:49.614+0000 7f38e20c0000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:19:50.345 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:49 smithi195 bash[25992]: debug 2023-12-06T07:19:49.882+0000 7f38e20c0000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:19:50.834 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:50 smithi195 bash[25992]: debug 2023-12-06T07:19:50.574+0000 7f38e20c0000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:19:50.834 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:50 smithi195 bash[25992]: debug 2023-12-06T07:19:50.674+0000 7f38e20c0000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:19:51.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:50 smithi195 bash[25992]: debug 2023-12-06T07:19:50.830+0000 7f38e20c0000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:19:51.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:50 smithi195 bash[25992]: debug 2023-12-06T07:19:50.938+0000 7f38e20c0000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:19:51.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:51 smithi195 bash[25992]: debug 2023-12-06T07:19:51.070+0000 7f38e20c0000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:19:51.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:51 smithi172 bash[25094]: cluster 2023-12-06T07:19:49.450644+0000 mgr.y (mgr.14152) 60 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:51.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:51 smithi172 bash[25094]: audit 2023-12-06T07:19:50.283184+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:51.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:51 smithi172 bash[25094]: audit 2023-12-06T07:19:50.285763+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:19:51.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:51 smithi172 bash[25094]: audit 2023-12-06T07:19:50.288263+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:51.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:51 smithi172 bash[25094]: audit 2023-12-06T07:19:50.289619+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:19:51.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:51 smithi172 bash[25094]: audit 2023-12-06T07:19:50.562164+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:51.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:51 smithi172 bash[30529]: cluster 2023-12-06T07:19:49.450644+0000 mgr.y (mgr.14152) 60 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:51.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:51 smithi172 bash[30529]: audit 2023-12-06T07:19:50.283184+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:51.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:51 smithi172 bash[30529]: audit 2023-12-06T07:19:50.285763+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:19:51.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:51 smithi172 bash[30529]: audit 2023-12-06T07:19:50.288263+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:51.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:51 smithi172 bash[30529]: audit 2023-12-06T07:19:50.289619+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:19:51.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:51 smithi172 bash[30529]: audit 2023-12-06T07:19:50.562164+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:51.595 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:51 smithi195 bash[25992]: debug 2023-12-06T07:19:51.362+0000 7f38e20c0000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:19:51.595 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:51 smithi195 bash[25992]: debug 2023-12-06T07:19:51.478+0000 7f38e20c0000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:19:51.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:51 smithi195 bash[25052]: cluster 2023-12-06T07:19:49.450644+0000 mgr.y (mgr.14152) 60 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:51.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:51 smithi195 bash[25052]: audit 2023-12-06T07:19:50.283184+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:51.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:51 smithi195 bash[25052]: audit 2023-12-06T07:19:50.285763+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:19:51.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:51 smithi195 bash[25052]: audit 2023-12-06T07:19:50.288263+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:51.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:51 smithi195 bash[25052]: audit 2023-12-06T07:19:50.289619+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:19:51.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:51 smithi195 bash[25052]: audit 2023-12-06T07:19:50.562164+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:19:52.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:51 smithi195 bash[25992]: debug 2023-12-06T07:19:51.658+0000 7f38e20c0000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:19:52.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:51 smithi195 bash[25992]: debug 2023-12-06T07:19:51.774+0000 7f38e20c0000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:19:52.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:52 smithi195 bash[25052]: audit 2023-12-06T07:19:51.455550+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:19:52.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:52 smithi195 bash[25052]: audit 2023-12-06T07:19:51.462805+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:19:52.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:52 smithi195 bash[25052]: audit 2023-12-06T07:19:51.464551+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:52.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:52 smithi172 bash[30529]: audit 2023-12-06T07:19:51.455550+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:19:52.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:52 smithi172 bash[30529]: audit 2023-12-06T07:19:51.462805+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:19:52.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:52 smithi172 bash[30529]: audit 2023-12-06T07:19:51.464551+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:52.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:52 smithi172 bash[25094]: audit 2023-12-06T07:19:51.455550+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:19:52.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:52 smithi172 bash[25094]: audit 2023-12-06T07:19:51.462805+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:19:52.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:52 smithi172 bash[25094]: audit 2023-12-06T07:19:51.464551+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:19:53.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:19:52 smithi195 bash[25992]: debug 2023-12-06T07:19:52.650+0000 7f38e20c0000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:19:53.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:53 smithi195 bash[25052]: audit 2023-12-06T07:19:51.448782+0000 mgr.y (mgr.14152) 61 : audit [DBG] from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:19:53.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:53 smithi195 bash[25052]: cluster 2023-12-06T07:19:51.451045+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:53.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:53 smithi195 bash[25052]: cluster 2023-12-06T07:19:52.673757+0000 mon.a (mon.0) 241 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:19:53.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:53 smithi195 bash[25052]: audit 2023-12-06T07:19:52.677386+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.195:0/3906090280' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:19:53.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:53 smithi195 bash[25052]: audit 2023-12-06T07:19:52.678096+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.195:0/3906090280' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:19:53.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:53 smithi195 bash[25052]: audit 2023-12-06T07:19:52.679859+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.195:0/3906090280' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:19:53.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:53 smithi195 bash[25052]: audit 2023-12-06T07:19:52.680322+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.195:0/3906090280' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:19:53.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:53 smithi172 bash[30529]: audit 2023-12-06T07:19:51.448782+0000 mgr.y (mgr.14152) 61 : audit [DBG] from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:19:53.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:53 smithi172 bash[30529]: cluster 2023-12-06T07:19:51.451045+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:53.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:53 smithi172 bash[30529]: cluster 2023-12-06T07:19:52.673757+0000 mon.a (mon.0) 241 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:19:53.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:53 smithi172 bash[30529]: audit 2023-12-06T07:19:52.677386+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.195:0/3906090280' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:19:53.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:53 smithi172 bash[30529]: audit 2023-12-06T07:19:52.678096+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.195:0/3906090280' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:19:53.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:53 smithi172 bash[30529]: audit 2023-12-06T07:19:52.679859+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.195:0/3906090280' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:19:53.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:53 smithi172 bash[30529]: audit 2023-12-06T07:19:52.680322+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.195:0/3906090280' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:19:53.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:53 smithi172 bash[25094]: audit 2023-12-06T07:19:51.448782+0000 mgr.y (mgr.14152) 61 : audit [DBG] from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:19:53.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:53 smithi172 bash[25094]: cluster 2023-12-06T07:19:51.451045+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:53.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:53 smithi172 bash[25094]: cluster 2023-12-06T07:19:52.673757+0000 mon.a (mon.0) 241 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:19:53.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:53 smithi172 bash[25094]: audit 2023-12-06T07:19:52.677386+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.195:0/3906090280' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:19:53.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:53 smithi172 bash[25094]: audit 2023-12-06T07:19:52.678096+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.195:0/3906090280' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:19:53.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:53 smithi172 bash[25094]: audit 2023-12-06T07:19:52.679859+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.195:0/3906090280' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:19:53.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:53 smithi172 bash[25094]: audit 2023-12-06T07:19:52.680322+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.195:0/3906090280' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:19:54.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:54 smithi195 bash[25052]: cluster 2023-12-06T07:19:53.305924+0000 mon.a (mon.0) 242 : cluster [DBG] mgrmap e14: y(active, since 71s), standbys: x 2023-12-06T07:19:54.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:54 smithi195 bash[25052]: audit 2023-12-06T07:19:53.306376+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:19:54.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:54 smithi172 bash[25094]: cluster 2023-12-06T07:19:53.305924+0000 mon.a (mon.0) 242 : cluster [DBG] mgrmap e14: y(active, since 71s), standbys: x 2023-12-06T07:19:54.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:54 smithi172 bash[25094]: audit 2023-12-06T07:19:53.306376+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:19:54.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:54 smithi172 bash[30529]: cluster 2023-12-06T07:19:53.305924+0000 mon.a (mon.0) 242 : cluster [DBG] mgrmap e14: y(active, since 71s), standbys: x 2023-12-06T07:19:54.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:54 smithi172 bash[30529]: audit 2023-12-06T07:19:53.306376+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:19:55.389 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:55 smithi172 bash[25094]: cluster 2023-12-06T07:19:53.451488+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:55.389 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:55 smithi172 bash[30529]: cluster 2023-12-06T07:19:53.451488+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:55.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:55 smithi195 bash[25052]: cluster 2023-12-06T07:19:53.451488+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:57.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:57 smithi195 bash[25052]: cluster 2023-12-06T07:19:55.451936+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-06T07:19:57.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:57 smithi172 bash[25094]: cluster 2023-12-06T07:19:55.451936+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-06T07:19:57.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:57 smithi172 bash[30529]: cluster 2023-12-06T07:19:55.451936+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-06T07:19:58.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:58 smithi195 bash[25052]: audit 2023-12-06T07:19:57.363885+0000 mon.a (mon.0) 244 : audit [INF] from='client.? 172.21.15.172:0/3405152091' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d4e23744-71e1-4366-b004-8c2744ae801b"}]: dispatch 2023-12-06T07:19:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:58 smithi195 bash[25052]: audit 2023-12-06T07:19:57.371292+0000 mon.a (mon.0) 245 : audit [INF] from='client.? 172.21.15.172:0/3405152091' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d4e23744-71e1-4366-b004-8c2744ae801b"}]': finished 2023-12-06T07:19:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:58 smithi195 bash[25052]: cluster 2023-12-06T07:19:57.371453+0000 mon.a (mon.0) 246 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-06T07:19:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:58 smithi195 bash[25052]: audit 2023-12-06T07:19:57.371674+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:19:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:58 smithi195 bash[25052]: audit 2023-12-06T07:19:58.055879+0000 mon.a (mon.0) 248 : audit [DBG] from='client.? 172.21.15.172:0/1336073159' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:19:58.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:58 smithi172 bash[25094]: audit 2023-12-06T07:19:57.363885+0000 mon.a (mon.0) 244 : audit [INF] from='client.? 172.21.15.172:0/3405152091' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d4e23744-71e1-4366-b004-8c2744ae801b"}]: dispatch 2023-12-06T07:19:58.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:58 smithi172 bash[25094]: audit 2023-12-06T07:19:57.371292+0000 mon.a (mon.0) 245 : audit [INF] from='client.? 172.21.15.172:0/3405152091' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d4e23744-71e1-4366-b004-8c2744ae801b"}]': finished 2023-12-06T07:19:58.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:58 smithi172 bash[25094]: cluster 2023-12-06T07:19:57.371453+0000 mon.a (mon.0) 246 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-06T07:19:58.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:58 smithi172 bash[25094]: audit 2023-12-06T07:19:57.371674+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:19:58.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:58 smithi172 bash[25094]: audit 2023-12-06T07:19:58.055879+0000 mon.a (mon.0) 248 : audit [DBG] from='client.? 172.21.15.172:0/1336073159' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:19:58.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:58 smithi172 bash[30529]: audit 2023-12-06T07:19:57.363885+0000 mon.a (mon.0) 244 : audit [INF] from='client.? 172.21.15.172:0/3405152091' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d4e23744-71e1-4366-b004-8c2744ae801b"}]: dispatch 2023-12-06T07:19:58.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:58 smithi172 bash[30529]: audit 2023-12-06T07:19:57.371292+0000 mon.a (mon.0) 245 : audit [INF] from='client.? 172.21.15.172:0/3405152091' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d4e23744-71e1-4366-b004-8c2744ae801b"}]': finished 2023-12-06T07:19:58.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:58 smithi172 bash[30529]: cluster 2023-12-06T07:19:57.371453+0000 mon.a (mon.0) 246 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-06T07:19:58.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:58 smithi172 bash[30529]: audit 2023-12-06T07:19:57.371674+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:19:58.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:58 smithi172 bash[30529]: audit 2023-12-06T07:19:58.055879+0000 mon.a (mon.0) 248 : audit [DBG] from='client.? 172.21.15.172:0/1336073159' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:19:59.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:19:59 smithi172 bash[25094]: cluster 2023-12-06T07:19:57.452425+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:59.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:19:59 smithi172 bash[30529]: cluster 2023-12-06T07:19:57.452425+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:19:59.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:19:59 smithi195 bash[25052]: cluster 2023-12-06T07:19:57.452425+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:20:00.663 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:00 smithi172 bash[25094]: cluster 2023-12-06T07:20:00.000128+0000 mon.a (mon.0) 249 : cluster [INF] overall HEALTH_OK 2023-12-06T07:20:00.663 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:00 smithi172 bash[30529]: cluster 2023-12-06T07:20:00.000128+0000 mon.a (mon.0) 249 : cluster [INF] overall HEALTH_OK 2023-12-06T07:20:00.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:00 smithi195 bash[25052]: cluster 2023-12-06T07:20:00.000128+0000 mon.a (mon.0) 249 : cluster [INF] overall HEALTH_OK 2023-12-06T07:20:01.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:01 smithi172 bash[25094]: cluster 2023-12-06T07:19:59.452945+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:20:01.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:01 smithi172 bash[30529]: cluster 2023-12-06T07:19:59.452945+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:20:01.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:01 smithi195 bash[25052]: cluster 2023-12-06T07:19:59.452945+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:20:03.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:03 smithi172 bash[25094]: cluster 2023-12-06T07:20:01.453453+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:20:03.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:03 smithi172 bash[30529]: cluster 2023-12-06T07:20:01.453453+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:20:03.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:03 smithi195 bash[25052]: cluster 2023-12-06T07:20:01.453453+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:20:05.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:05 smithi172 bash[25094]: cluster 2023-12-06T07:20:03.453911+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-06T07:20:05.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:05 smithi172 bash[30529]: cluster 2023-12-06T07:20:03.453911+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-06T07:20:05.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:05 smithi195 bash[25052]: cluster 2023-12-06T07:20:03.453911+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-06T07:20:07.518 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:07 smithi172 bash[30529]: cluster 2023-12-06T07:20:05.454374+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-06T07:20:07.519 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:07 smithi172 bash[30529]: audit 2023-12-06T07:20:07.258801+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T07:20:07.519 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:07 smithi172 bash[30529]: audit 2023-12-06T07:20:07.260388+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:20:07.519 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:07 smithi172 bash[25094]: cluster 2023-12-06T07:20:05.454374+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-06T07:20:07.519 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:07 smithi172 bash[25094]: audit 2023-12-06T07:20:07.258801+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T07:20:07.519 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:07 smithi172 bash[25094]: audit 2023-12-06T07:20:07.260388+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:20:07.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:07 smithi195 bash[25052]: cluster 2023-12-06T07:20:05.454374+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-06T07:20:07.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:07 smithi195 bash[25052]: audit 2023-12-06T07:20:07.258801+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T07:20:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:07 smithi195 bash[25052]: audit 2023-12-06T07:20:07.260388+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:20:08.570 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:08 smithi172 bash[25094]: cephadm 2023-12-06T07:20:07.261571+0000 mgr.y (mgr.14152) 70 : cephadm [INF] Deploying daemon osd.0 on smithi172 2023-12-06T07:20:08.570 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:08 smithi172 bash[30529]: cephadm 2023-12-06T07:20:07.261571+0000 mgr.y (mgr.14152) 70 : cephadm [INF] Deploying daemon osd.0 on smithi172 2023-12-06T07:20:08.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:08 smithi195 bash[25052]: cephadm 2023-12-06T07:20:07.261571+0000 mgr.y (mgr.14152) 70 : cephadm [INF] Deploying daemon osd.0 on smithi172 2023-12-06T07:20:09.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:09 smithi172 bash[25094]: cluster 2023-12-06T07:20:07.454819+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:20:09.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:09 smithi172 bash[30529]: cluster 2023-12-06T07:20:07.454819+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:20:09.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:09 smithi195 bash[25052]: cluster 2023-12-06T07:20:07.454819+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:20:11.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:11 smithi195 bash[25052]: cluster 2023-12-06T07:20:09.455279+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:20:11.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:11 smithi172 bash[25094]: cluster 2023-12-06T07:20:09.455279+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:20:11.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:11 smithi172 bash[30529]: cluster 2023-12-06T07:20:09.455279+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:20:12.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:12 smithi195 bash[25052]: audit 2023-12-06T07:20:11.290562+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:12.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:12 smithi195 bash[25052]: audit 2023-12-06T07:20:11.331679+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:20:12.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:12 smithi195 bash[25052]: audit 2023-12-06T07:20:11.333583+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:20:12.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:12 smithi195 bash[25052]: audit 2023-12-06T07:20:11.334621+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:20:12.677 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:12 smithi172 bash[25094]: audit 2023-12-06T07:20:11.290562+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:12.677 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:12 smithi172 bash[25094]: audit 2023-12-06T07:20:11.331679+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:20:12.678 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:12 smithi172 bash[25094]: audit 2023-12-06T07:20:11.333583+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:20:12.678 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:12 smithi172 bash[25094]: audit 2023-12-06T07:20:11.334621+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:20:12.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:12 smithi172 bash[30529]: audit 2023-12-06T07:20:11.290562+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:12.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:12 smithi172 bash[30529]: audit 2023-12-06T07:20:11.331679+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:20:12.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:12 smithi172 bash[30529]: audit 2023-12-06T07:20:11.333583+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:20:12.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:12 smithi172 bash[30529]: audit 2023-12-06T07:20:11.334621+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:20:13.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:13 smithi172 bash[25094]: cluster 2023-12-06T07:20:11.455717+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:20:13.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:13 smithi172 bash[30529]: cluster 2023-12-06T07:20:11.455717+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:20:13.599 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:13 smithi195 bash[25052]: cluster 2023-12-06T07:20:11.455717+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:20:15.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:15 smithi172 bash[25094]: cluster 2023-12-06T07:20:13.456154+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-06T07:20:15.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:15 smithi172 bash[25094]: audit 2023-12-06T07:20:15.032683+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:15.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:15 smithi172 bash[25094]: audit 2023-12-06T07:20:15.040597+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:15.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:15 smithi172 bash[30529]: cluster 2023-12-06T07:20:13.456154+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-06T07:20:15.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:15 smithi172 bash[30529]: audit 2023-12-06T07:20:15.032683+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:15.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:15 smithi172 bash[30529]: audit 2023-12-06T07:20:15.040597+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:15.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:15 smithi195 bash[25052]: cluster 2023-12-06T07:20:13.456154+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-06T07:20:15.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:15 smithi195 bash[25052]: audit 2023-12-06T07:20:15.032683+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:15.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:15 smithi195 bash[25052]: audit 2023-12-06T07:20:15.040597+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:17.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:17 smithi195 bash[25052]: cluster 2023-12-06T07:20:15.456652+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-06T07:20:17.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:17 smithi172 bash[25094]: cluster 2023-12-06T07:20:15.456652+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-06T07:20:17.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:17 smithi172 bash[30529]: cluster 2023-12-06T07:20:15.456652+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-06T07:20:18.067 INFO:teuthology.orchestra.run.smithi172.stdout:Created osd(s) 0 on host 'smithi172' 2023-12-06T07:20:18.710 DEBUG:teuthology.orchestra.run.smithi172:osd.0> sudo journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.0.service 2023-12-06T07:20:18.712 INFO:tasks.cephadm:Deploying osd.1 on smithi172 with /dev/vg_nvme/lv_3... 2023-12-06T07:20:18.712 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-06T07:20:18.740 INFO:journalctl@ceph.osd.0.smithi172.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T07:20:19.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:19 smithi172 bash[25094]: cluster 2023-12-06T07:20:17.457055+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-06T07:20:19.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:19 smithi172 bash[25094]: audit 2023-12-06T07:20:18.064133+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:19.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:19 smithi172 bash[25094]: audit 2023-12-06T07:20:18.065526+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:20:19.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:19 smithi172 bash[25094]: audit 2023-12-06T07:20:18.068474+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:20:19.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:19 smithi172 bash[25094]: audit 2023-12-06T07:20:18.069974+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:20:19.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:19 smithi172 bash[25094]: audit 2023-12-06T07:20:18.507028+0000 mon.a (mon.0) 262 : audit [INF] from='osd.0 [v2:172.21.15.172:6802/3991865129,v1:172.21.15.172:6803/3991865129]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T07:20:19.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:19 smithi172 bash[30529]: cluster 2023-12-06T07:20:17.457055+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-06T07:20:19.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:19 smithi172 bash[30529]: audit 2023-12-06T07:20:18.064133+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:19.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:19 smithi172 bash[30529]: audit 2023-12-06T07:20:18.065526+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:20:19.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:19 smithi172 bash[30529]: audit 2023-12-06T07:20:18.068474+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:20:19.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:19 smithi172 bash[30529]: audit 2023-12-06T07:20:18.069974+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:20:19.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:19 smithi172 bash[30529]: audit 2023-12-06T07:20:18.507028+0000 mon.a (mon.0) 262 : audit [INF] from='osd.0 [v2:172.21.15.172:6802/3991865129,v1:172.21.15.172:6803/3991865129]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T07:20:19.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:19 smithi195 bash[25052]: cluster 2023-12-06T07:20:17.457055+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-06T07:20:19.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:19 smithi195 bash[25052]: audit 2023-12-06T07:20:18.064133+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:19.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:19 smithi195 bash[25052]: audit 2023-12-06T07:20:18.065526+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:20:19.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:19 smithi195 bash[25052]: audit 2023-12-06T07:20:18.068474+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:20:19.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:19 smithi195 bash[25052]: audit 2023-12-06T07:20:18.069974+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:20:19.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:19 smithi195 bash[25052]: audit 2023-12-06T07:20:18.507028+0000 mon.a (mon.0) 262 : audit [INF] from='osd.0 [v2:172.21.15.172:6802/3991865129,v1:172.21.15.172:6803/3991865129]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T07:20:20.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:20 smithi195 bash[25052]: audit 2023-12-06T07:20:19.316173+0000 mon.a (mon.0) 263 : audit [INF] from='osd.0 [v2:172.21.15.172:6802/3991865129,v1:172.21.15.172:6803/3991865129]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T07:20:20.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:20 smithi195 bash[25052]: cluster 2023-12-06T07:20:19.316400+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-06T07:20:20.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:20 smithi195 bash[25052]: audit 2023-12-06T07:20:19.316702+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:20:20.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:20 smithi195 bash[25052]: audit 2023-12-06T07:20:19.317853+0000 mon.a (mon.0) 266 : audit [INF] from='osd.0 [v2:172.21.15.172:6802/3991865129,v1:172.21.15.172:6803/3991865129]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:20:20.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:20 smithi172 bash[25094]: audit 2023-12-06T07:20:19.316173+0000 mon.a (mon.0) 263 : audit [INF] from='osd.0 [v2:172.21.15.172:6802/3991865129,v1:172.21.15.172:6803/3991865129]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T07:20:20.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:20 smithi172 bash[25094]: cluster 2023-12-06T07:20:19.316400+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-06T07:20:20.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:20 smithi172 bash[25094]: audit 2023-12-06T07:20:19.316702+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:20:20.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:20 smithi172 bash[25094]: audit 2023-12-06T07:20:19.317853+0000 mon.a (mon.0) 266 : audit [INF] from='osd.0 [v2:172.21.15.172:6802/3991865129,v1:172.21.15.172:6803/3991865129]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:20:20.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:20 smithi172 bash[30529]: audit 2023-12-06T07:20:19.316173+0000 mon.a (mon.0) 263 : audit [INF] from='osd.0 [v2:172.21.15.172:6802/3991865129,v1:172.21.15.172:6803/3991865129]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T07:20:20.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:20 smithi172 bash[30529]: cluster 2023-12-06T07:20:19.316400+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-06T07:20:20.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:20 smithi172 bash[30529]: audit 2023-12-06T07:20:19.316702+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:20:20.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:20 smithi172 bash[30529]: audit 2023-12-06T07:20:19.317853+0000 mon.a (mon.0) 266 : audit [INF] from='osd.0 [v2:172.21.15.172:6802/3991865129,v1:172.21.15.172:6803/3991865129]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:20:20.675 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:20:20 smithi172 bash[33317]: debug 2023-12-06T07:20:20.333+0000 7f91e5694700 -1 osd.0 0 waiting for initial osdmap 2023-12-06T07:20:20.675 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:20:20 smithi172 bash[33317]: debug 2023-12-06T07:20:20.337+0000 7f91e082c700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:20:21.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:21 smithi195 bash[25052]: cluster 2023-12-06T07:20:19.457468+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:20:21.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:21 smithi195 bash[25052]: audit 2023-12-06T07:20:20.332422+0000 mon.a (mon.0) 267 : audit [INF] from='osd.0 [v2:172.21.15.172:6802/3991865129,v1:172.21.15.172:6803/3991865129]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-06T07:20:21.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:21 smithi195 bash[25052]: cluster 2023-12-06T07:20:20.332530+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-06T07:20:21.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:21 smithi195 bash[25052]: audit 2023-12-06T07:20:20.332898+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:20:21.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:21 smithi195 bash[25052]: audit 2023-12-06T07:20:20.339307+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:20:21.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:21 smithi172 bash[25094]: cluster 2023-12-06T07:20:19.457468+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:20:21.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:21 smithi172 bash[25094]: audit 2023-12-06T07:20:20.332422+0000 mon.a (mon.0) 267 : audit [INF] from='osd.0 [v2:172.21.15.172:6802/3991865129,v1:172.21.15.172:6803/3991865129]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-06T07:20:21.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:21 smithi172 bash[25094]: cluster 2023-12-06T07:20:20.332530+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-06T07:20:21.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:21 smithi172 bash[25094]: audit 2023-12-06T07:20:20.332898+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:20:21.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:21 smithi172 bash[25094]: audit 2023-12-06T07:20:20.339307+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:20:21.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:21 smithi172 bash[30529]: cluster 2023-12-06T07:20:19.457468+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T07:20:21.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:21 smithi172 bash[30529]: audit 2023-12-06T07:20:20.332422+0000 mon.a (mon.0) 267 : audit [INF] from='osd.0 [v2:172.21.15.172:6802/3991865129,v1:172.21.15.172:6803/3991865129]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-06T07:20:21.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:21 smithi172 bash[30529]: cluster 2023-12-06T07:20:20.332530+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-06T07:20:21.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:21 smithi172 bash[30529]: audit 2023-12-06T07:20:20.332898+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:20:21.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:21 smithi172 bash[30529]: audit 2023-12-06T07:20:20.339307+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:20:22.402 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:22 smithi172 bash[30529]: cluster 2023-12-06T07:20:19.459052+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:20:22.402 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:22 smithi172 bash[30529]: cluster 2023-12-06T07:20:19.459237+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:20:22.402 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:22 smithi172 bash[30529]: cluster 2023-12-06T07:20:21.330601+0000 mon.a (mon.0) 271 : cluster [INF] osd.0 [v2:172.21.15.172:6802/3991865129,v1:172.21.15.172:6803/3991865129] boot 2023-12-06T07:20:22.402 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:22 smithi172 bash[30529]: cluster 2023-12-06T07:20:21.330667+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-06T07:20:22.402 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:22 smithi172 bash[30529]: audit 2023-12-06T07:20:21.331633+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:20:22.402 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:22 smithi172 bash[25094]: cluster 2023-12-06T07:20:19.459052+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:20:22.402 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:22 smithi172 bash[25094]: cluster 2023-12-06T07:20:19.459237+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:20:22.402 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:22 smithi172 bash[25094]: cluster 2023-12-06T07:20:21.330601+0000 mon.a (mon.0) 271 : cluster [INF] osd.0 [v2:172.21.15.172:6802/3991865129,v1:172.21.15.172:6803/3991865129] boot 2023-12-06T07:20:22.402 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:22 smithi172 bash[25094]: cluster 2023-12-06T07:20:21.330667+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-06T07:20:22.403 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:22 smithi172 bash[25094]: audit 2023-12-06T07:20:21.331633+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:20:22.412 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-06T07:20:22.412 INFO:teuthology.orchestra.run.smithi172.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-06T07:20:22.412 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10+0 records in 2023-12-06T07:20:22.412 INFO:teuthology.orchestra.run.smithi172.stderr:10+0 records out 2023-12-06T07:20:22.412 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0181307 s, 578 MB/s 2023-12-06T07:20:22.412 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping successful for: 2023-12-06T07:20:22.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:22 smithi195 bash[25052]: cluster 2023-12-06T07:20:19.459052+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:20:22.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:22 smithi195 bash[25052]: cluster 2023-12-06T07:20:19.459237+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:20:22.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:22 smithi195 bash[25052]: cluster 2023-12-06T07:20:21.330601+0000 mon.a (mon.0) 271 : cluster [INF] osd.0 [v2:172.21.15.172:6802/3991865129,v1:172.21.15.172:6803/3991865129] boot 2023-12-06T07:20:22.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:22 smithi195 bash[25052]: cluster 2023-12-06T07:20:21.330667+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-06T07:20:22.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:22 smithi195 bash[25052]: audit 2023-12-06T07:20:21.331633+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:20:23.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:23 smithi172 bash[30529]: cluster 2023-12-06T07:20:21.457984+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:23.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:23 smithi172 bash[30529]: cluster 2023-12-06T07:20:22.353526+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-06T07:20:23.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:23 smithi172 bash[25094]: cluster 2023-12-06T07:20:21.457984+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:23.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:23 smithi172 bash[25094]: cluster 2023-12-06T07:20:22.353526+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-06T07:20:23.798 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi172:vg_nvme/lv_3 2023-12-06T07:20:23.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:23 smithi195 bash[25052]: cluster 2023-12-06T07:20:21.457984+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:23.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:23 smithi195 bash[25052]: cluster 2023-12-06T07:20:22.353526+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-06T07:20:25.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:25 smithi172 bash[25094]: cluster 2023-12-06T07:20:23.458547+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:25.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:25 smithi172 bash[30529]: cluster 2023-12-06T07:20:23.458547+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:25.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:25 smithi195 bash[25052]: cluster 2023-12-06T07:20:23.458547+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:27.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:27 smithi172 bash[30529]: cluster 2023-12-06T07:20:25.459126+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:27.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:27 smithi172 bash[30529]: audit 2023-12-06T07:20:27.060516+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:27.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:27 smithi172 bash[30529]: audit 2023-12-06T07:20:27.061998+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:20:27.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:27 smithi172 bash[30529]: audit 2023-12-06T07:20:27.067958+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:27.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:27 smithi172 bash[30529]: audit 2023-12-06T07:20:27.073309+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:27.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:27 smithi172 bash[25094]: cluster 2023-12-06T07:20:25.459126+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:27.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:27 smithi172 bash[25094]: audit 2023-12-06T07:20:27.060516+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:27.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:27 smithi172 bash[25094]: audit 2023-12-06T07:20:27.061998+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:20:27.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:27 smithi172 bash[25094]: audit 2023-12-06T07:20:27.067958+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:27.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:27 smithi172 bash[25094]: audit 2023-12-06T07:20:27.073309+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:27.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:27 smithi195 bash[25052]: cluster 2023-12-06T07:20:25.459126+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:27.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:27 smithi195 bash[25052]: audit 2023-12-06T07:20:27.060516+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:27.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:27 smithi195 bash[25052]: audit 2023-12-06T07:20:27.061998+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:20:27.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:27 smithi195 bash[25052]: audit 2023-12-06T07:20:27.067958+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:27.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:27 smithi195 bash[25052]: audit 2023-12-06T07:20:27.073309+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:28.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:28 smithi172 bash[25094]: cephadm 2023-12-06T07:20:27.052737+0000 mgr.y (mgr.14152) 81 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-06T07:20:28.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:28 smithi172 bash[25094]: cephadm 2023-12-06T07:20:27.063090+0000 mgr.y (mgr.14152) 82 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 16247M 2023-12-06T07:20:28.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:28 smithi172 bash[25094]: audit 2023-12-06T07:20:27.546001+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:20:28.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:28 smithi172 bash[25094]: audit 2023-12-06T07:20:27.551777+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:20:28.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:28 smithi172 bash[25094]: audit 2023-12-06T07:20:27.552895+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:20:28.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:28 smithi172 bash[30529]: cephadm 2023-12-06T07:20:27.052737+0000 mgr.y (mgr.14152) 81 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-06T07:20:28.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:28 smithi172 bash[30529]: cephadm 2023-12-06T07:20:27.063090+0000 mgr.y (mgr.14152) 82 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 16247M 2023-12-06T07:20:28.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:28 smithi172 bash[30529]: audit 2023-12-06T07:20:27.546001+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:20:28.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:28 smithi172 bash[30529]: audit 2023-12-06T07:20:27.551777+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:20:28.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:28 smithi172 bash[30529]: audit 2023-12-06T07:20:27.552895+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:20:28.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:28 smithi195 bash[25052]: cephadm 2023-12-06T07:20:27.052737+0000 mgr.y (mgr.14152) 81 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-06T07:20:28.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:28 smithi195 bash[25052]: cephadm 2023-12-06T07:20:27.063090+0000 mgr.y (mgr.14152) 82 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 16247M 2023-12-06T07:20:28.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:28 smithi195 bash[25052]: audit 2023-12-06T07:20:27.546001+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:20:28.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:28 smithi195 bash[25052]: audit 2023-12-06T07:20:27.551777+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:20:28.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:28 smithi195 bash[25052]: audit 2023-12-06T07:20:27.552895+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:20:29.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:29 smithi172 bash[25094]: cluster 2023-12-06T07:20:27.459630+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:29.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:29 smithi172 bash[25094]: audit 2023-12-06T07:20:27.539267+0000 mgr.y (mgr.14152) 84 : audit [DBG] from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:20:29.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:29 smithi172 bash[30529]: cluster 2023-12-06T07:20:27.459630+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:29.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:29 smithi172 bash[30529]: audit 2023-12-06T07:20:27.539267+0000 mgr.y (mgr.14152) 84 : audit [DBG] from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:20:29.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:29 smithi195 bash[25052]: cluster 2023-12-06T07:20:27.459630+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:29.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:29 smithi195 bash[25052]: audit 2023-12-06T07:20:27.539267+0000 mgr.y (mgr.14152) 84 : audit [DBG] from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:20:31.411 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:31 smithi172 bash[25094]: cluster 2023-12-06T07:20:29.460164+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:31.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:31 smithi172 bash[30529]: cluster 2023-12-06T07:20:29.460164+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:31.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:31 smithi195 bash[25052]: cluster 2023-12-06T07:20:29.460164+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:33.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:33 smithi172 bash[25094]: cluster 2023-12-06T07:20:31.460683+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:33.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:33 smithi172 bash[30529]: cluster 2023-12-06T07:20:31.460683+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:33.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:33 smithi195 bash[25052]: cluster 2023-12-06T07:20:31.460683+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:34.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:34 smithi172 bash[25094]: audit 2023-12-06T07:20:33.514486+0000 mon.a (mon.0) 282 : audit [INF] from='client.? 172.21.15.172:0/3941124005' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "de3c0384-ef3f-4bc8-a59d-e0a8b65d44c9"}]: dispatch 2023-12-06T07:20:34.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:34 smithi172 bash[25094]: audit 2023-12-06T07:20:33.524403+0000 mon.a (mon.0) 283 : audit [INF] from='client.? 172.21.15.172:0/3941124005' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "de3c0384-ef3f-4bc8-a59d-e0a8b65d44c9"}]': finished 2023-12-06T07:20:34.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:34 smithi172 bash[25094]: cluster 2023-12-06T07:20:33.524575+0000 mon.a (mon.0) 284 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-06T07:20:34.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:34 smithi172 bash[25094]: audit 2023-12-06T07:20:33.524811+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:20:34.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:34 smithi172 bash[25094]: audit 2023-12-06T07:20:34.292385+0000 mon.a (mon.0) 286 : audit [DBG] from='client.? 172.21.15.172:0/3569622125' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:20:34.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:34 smithi172 bash[30529]: audit 2023-12-06T07:20:33.514486+0000 mon.a (mon.0) 282 : audit [INF] from='client.? 172.21.15.172:0/3941124005' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "de3c0384-ef3f-4bc8-a59d-e0a8b65d44c9"}]: dispatch 2023-12-06T07:20:34.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:34 smithi172 bash[30529]: audit 2023-12-06T07:20:33.524403+0000 mon.a (mon.0) 283 : audit [INF] from='client.? 172.21.15.172:0/3941124005' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "de3c0384-ef3f-4bc8-a59d-e0a8b65d44c9"}]': finished 2023-12-06T07:20:34.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:34 smithi172 bash[30529]: cluster 2023-12-06T07:20:33.524575+0000 mon.a (mon.0) 284 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-06T07:20:34.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:34 smithi172 bash[30529]: audit 2023-12-06T07:20:33.524811+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:20:34.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:34 smithi172 bash[30529]: audit 2023-12-06T07:20:34.292385+0000 mon.a (mon.0) 286 : audit [DBG] from='client.? 172.21.15.172:0/3569622125' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:20:34.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:34 smithi195 bash[25052]: audit 2023-12-06T07:20:33.514486+0000 mon.a (mon.0) 282 : audit [INF] from='client.? 172.21.15.172:0/3941124005' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "de3c0384-ef3f-4bc8-a59d-e0a8b65d44c9"}]: dispatch 2023-12-06T07:20:34.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:34 smithi195 bash[25052]: audit 2023-12-06T07:20:33.524403+0000 mon.a (mon.0) 283 : audit [INF] from='client.? 172.21.15.172:0/3941124005' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "de3c0384-ef3f-4bc8-a59d-e0a8b65d44c9"}]': finished 2023-12-06T07:20:34.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:34 smithi195 bash[25052]: cluster 2023-12-06T07:20:33.524575+0000 mon.a (mon.0) 284 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-06T07:20:34.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:34 smithi195 bash[25052]: audit 2023-12-06T07:20:33.524811+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:20:34.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:34 smithi195 bash[25052]: audit 2023-12-06T07:20:34.292385+0000 mon.a (mon.0) 286 : audit [DBG] from='client.? 172.21.15.172:0/3569622125' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:20:35.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:35 smithi172 bash[25094]: cluster 2023-12-06T07:20:33.461190+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-06T07:20:35.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:35 smithi172 bash[30529]: cluster 2023-12-06T07:20:33.461190+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-06T07:20:35.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:35 smithi195 bash[25052]: cluster 2023-12-06T07:20:33.461190+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-06T07:20:37.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:37 smithi172 bash[25094]: cluster 2023-12-06T07:20:35.461553+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:37.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:37 smithi172 bash[30529]: cluster 2023-12-06T07:20:35.461553+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:37.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:37 smithi195 bash[25052]: cluster 2023-12-06T07:20:35.461553+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:39.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:39 smithi172 bash[25094]: cluster 2023-12-06T07:20:37.461903+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:39.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:39 smithi172 bash[30529]: cluster 2023-12-06T07:20:37.461903+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:39.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:39 smithi195 bash[25052]: cluster 2023-12-06T07:20:37.461903+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:41.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:41 smithi172 bash[25094]: cluster 2023-12-06T07:20:39.462377+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-06T07:20:41.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:41 smithi172 bash[30529]: cluster 2023-12-06T07:20:39.462377+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-06T07:20:41.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:41 smithi195 bash[25052]: cluster 2023-12-06T07:20:39.462377+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-06T07:20:42.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:42 smithi172 bash[30529]: audit 2023-12-06T07:20:41.512109+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:20:42.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:42 smithi172 bash[30529]: audit 2023-12-06T07:20:41.515158+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:20:42.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:42 smithi172 bash[25094]: audit 2023-12-06T07:20:41.512109+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:20:42.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:42 smithi172 bash[25094]: audit 2023-12-06T07:20:41.515158+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:20:42.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:42 smithi195 bash[25052]: audit 2023-12-06T07:20:41.512109+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:20:42.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:42 smithi195 bash[25052]: audit 2023-12-06T07:20:41.515158+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:20:43.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:43 smithi172 bash[25094]: cluster 2023-12-06T07:20:41.462960+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-06T07:20:43.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:43 smithi172 bash[30529]: cluster 2023-12-06T07:20:41.462960+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-06T07:20:43.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:43 smithi195 bash[25052]: cluster 2023-12-06T07:20:41.462960+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-06T07:20:44.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:44 smithi172 bash[25094]: cluster 2023-12-06T07:20:43.463588+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-06T07:20:44.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:44 smithi172 bash[25094]: audit 2023-12-06T07:20:43.602185+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T07:20:44.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:44 smithi172 bash[25094]: audit 2023-12-06T07:20:43.603587+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:20:44.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:44 smithi172 bash[25094]: cephadm 2023-12-06T07:20:43.604741+0000 mgr.y (mgr.14152) 93 : cephadm [INF] Deploying daemon osd.1 on smithi172 2023-12-06T07:20:44.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:44 smithi172 bash[30529]: cluster 2023-12-06T07:20:43.463588+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-06T07:20:44.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:44 smithi172 bash[30529]: audit 2023-12-06T07:20:43.602185+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T07:20:44.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:44 smithi172 bash[30529]: audit 2023-12-06T07:20:43.603587+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:20:44.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:44 smithi172 bash[30529]: cephadm 2023-12-06T07:20:43.604741+0000 mgr.y (mgr.14152) 93 : cephadm [INF] Deploying daemon osd.1 on smithi172 2023-12-06T07:20:44.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:44 smithi195 bash[25052]: cluster 2023-12-06T07:20:43.463588+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-06T07:20:44.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:44 smithi195 bash[25052]: audit 2023-12-06T07:20:43.602185+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T07:20:44.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:44 smithi195 bash[25052]: audit 2023-12-06T07:20:43.603587+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:20:44.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:44 smithi195 bash[25052]: cephadm 2023-12-06T07:20:43.604741+0000 mgr.y (mgr.14152) 93 : cephadm [INF] Deploying daemon osd.1 on smithi172 2023-12-06T07:20:47.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:47 smithi172 bash[25094]: cluster 2023-12-06T07:20:45.464115+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:47.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:47 smithi172 bash[30529]: cluster 2023-12-06T07:20:45.464115+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:47.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:47 smithi195 bash[25052]: cluster 2023-12-06T07:20:45.464115+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:48.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:48 smithi172 bash[25094]: cluster 2023-12-06T07:20:47.464463+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:48.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:48 smithi172 bash[25094]: audit 2023-12-06T07:20:47.497878+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:48.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:48 smithi172 bash[25094]: audit 2023-12-06T07:20:47.498307+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:20:48.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:48 smithi172 bash[25094]: audit 2023-12-06T07:20:47.500346+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:20:48.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:48 smithi172 bash[25094]: audit 2023-12-06T07:20:47.501463+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:20:48.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:48 smithi172 bash[30529]: cluster 2023-12-06T07:20:47.464463+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:48.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:48 smithi172 bash[30529]: audit 2023-12-06T07:20:47.497878+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:48.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:48 smithi172 bash[30529]: audit 2023-12-06T07:20:47.498307+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:20:48.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:48 smithi172 bash[30529]: audit 2023-12-06T07:20:47.500346+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:20:48.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:48 smithi172 bash[30529]: audit 2023-12-06T07:20:47.501463+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:20:48.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:48 smithi195 bash[25052]: cluster 2023-12-06T07:20:47.464463+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:48 smithi195 bash[25052]: audit 2023-12-06T07:20:47.497878+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:48 smithi195 bash[25052]: audit 2023-12-06T07:20:47.498307+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:20:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:48 smithi195 bash[25052]: audit 2023-12-06T07:20:47.500346+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:20:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:48 smithi195 bash[25052]: audit 2023-12-06T07:20:47.501463+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:20:51.415 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:51 smithi172 bash[25094]: cluster 2023-12-06T07:20:49.464968+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-06T07:20:51.415 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:51 smithi172 bash[30529]: cluster 2023-12-06T07:20:49.464968+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-06T07:20:51.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:51 smithi195 bash[25052]: cluster 2023-12-06T07:20:49.464968+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-06T07:20:52.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:52 smithi172 bash[25094]: audit 2023-12-06T07:20:51.397973+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:52.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:52 smithi172 bash[25094]: audit 2023-12-06T07:20:51.682782+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:52.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:52 smithi172 bash[30529]: audit 2023-12-06T07:20:51.397973+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:52.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:52 smithi172 bash[30529]: audit 2023-12-06T07:20:51.682782+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:52.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:52 smithi195 bash[25052]: audit 2023-12-06T07:20:51.397973+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:52.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:52 smithi195 bash[25052]: audit 2023-12-06T07:20:51.682782+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:53.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:53 smithi172 bash[30529]: cluster 2023-12-06T07:20:51.465348+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-06T07:20:53.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:53 smithi172 bash[25094]: cluster 2023-12-06T07:20:51.465348+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-06T07:20:53.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:53 smithi195 bash[25052]: cluster 2023-12-06T07:20:51.465348+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-06T07:20:54.419 INFO:teuthology.orchestra.run.smithi172.stdout:Created osd(s) 1 on host 'smithi172' 2023-12-06T07:20:54.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:54 smithi172 bash[30529]: cluster 2023-12-06T07:20:53.465643+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-06T07:20:54.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:54 smithi172 bash[30529]: audit 2023-12-06T07:20:54.416899+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:54.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:54 smithi172 bash[25094]: cluster 2023-12-06T07:20:53.465643+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-06T07:20:54.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:54 smithi172 bash[25094]: audit 2023-12-06T07:20:54.416899+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:54.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:54 smithi195 bash[25052]: cluster 2023-12-06T07:20:53.465643+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-06T07:20:54.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:54 smithi195 bash[25052]: audit 2023-12-06T07:20:54.416899+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:20:55.019 DEBUG:teuthology.orchestra.run.smithi172:osd.1> sudo journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.1.service 2023-12-06T07:20:55.021 INFO:tasks.cephadm:Deploying osd.2 on smithi172 with /dev/vg_nvme/lv_2... 2023-12-06T07:20:55.021 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-06T07:20:55.223 INFO:journalctl@ceph.osd.1.smithi172.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T07:20:55.461 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:55 smithi172 bash[25094]: audit 2023-12-06T07:20:54.459534+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:20:55.462 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:55 smithi172 bash[25094]: audit 2023-12-06T07:20:54.461595+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:20:55.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:55 smithi172 bash[25094]: audit 2023-12-06T07:20:54.462857+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:20:55.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:55 smithi172 bash[25094]: audit 2023-12-06T07:20:54.882886+0000 mon.a (mon.0) 301 : audit [INF] from='osd.1 [v2:172.21.15.172:6810/3572782802,v1:172.21.15.172:6811/3572782802]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T07:20:55.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:55 smithi172 bash[30529]: audit 2023-12-06T07:20:54.459534+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:20:55.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:55 smithi172 bash[30529]: audit 2023-12-06T07:20:54.461595+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:20:55.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:55 smithi172 bash[30529]: audit 2023-12-06T07:20:54.462857+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:20:55.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:55 smithi172 bash[30529]: audit 2023-12-06T07:20:54.882886+0000 mon.a (mon.0) 301 : audit [INF] from='osd.1 [v2:172.21.15.172:6810/3572782802,v1:172.21.15.172:6811/3572782802]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T07:20:55.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:55 smithi195 bash[25052]: audit 2023-12-06T07:20:54.459534+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:20:55.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:55 smithi195 bash[25052]: audit 2023-12-06T07:20:54.461595+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:20:55.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:55 smithi195 bash[25052]: audit 2023-12-06T07:20:54.462857+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:20:55.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:55 smithi195 bash[25052]: audit 2023-12-06T07:20:54.882886+0000 mon.a (mon.0) 301 : audit [INF] from='osd.1 [v2:172.21.15.172:6810/3572782802,v1:172.21.15.172:6811/3572782802]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T07:20:56.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:56 smithi195 bash[25052]: cluster 2023-12-06T07:20:55.466074+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-06T07:20:56.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:56 smithi195 bash[25052]: audit 2023-12-06T07:20:55.470805+0000 mon.a (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.172:6810/3572782802,v1:172.21.15.172:6811/3572782802]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T07:20:56.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:56 smithi195 bash[25052]: cluster 2023-12-06T07:20:55.470901+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-06T07:20:56.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:56 smithi195 bash[25052]: audit 2023-12-06T07:20:55.471089+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:20:56.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:56 smithi195 bash[25052]: audit 2023-12-06T07:20:55.471765+0000 mon.a (mon.0) 305 : audit [INF] from='osd.1 [v2:172.21.15.172:6810/3572782802,v1:172.21.15.172:6811/3572782802]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:20:56.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:56 smithi172 bash[30529]: cluster 2023-12-06T07:20:55.466074+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-06T07:20:56.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:56 smithi172 bash[30529]: audit 2023-12-06T07:20:55.470805+0000 mon.a (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.172:6810/3572782802,v1:172.21.15.172:6811/3572782802]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T07:20:56.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:56 smithi172 bash[30529]: cluster 2023-12-06T07:20:55.470901+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-06T07:20:56.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:56 smithi172 bash[30529]: audit 2023-12-06T07:20:55.471089+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:20:56.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:56 smithi172 bash[30529]: audit 2023-12-06T07:20:55.471765+0000 mon.a (mon.0) 305 : audit [INF] from='osd.1 [v2:172.21.15.172:6810/3572782802,v1:172.21.15.172:6811/3572782802]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:20:56.925 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:20:56 smithi172 bash[36428]: debug 2023-12-06T07:20:56.480+0000 7f0bc7bbb700 -1 osd.1 0 waiting for initial osdmap 2023-12-06T07:20:56.925 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:20:56 smithi172 bash[36428]: debug 2023-12-06T07:20:56.484+0000 7f0bc1550700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:20:56.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:56 smithi172 bash[25094]: cluster 2023-12-06T07:20:55.466074+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-06T07:20:56.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:56 smithi172 bash[25094]: audit 2023-12-06T07:20:55.470805+0000 mon.a (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.172:6810/3572782802,v1:172.21.15.172:6811/3572782802]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T07:20:56.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:56 smithi172 bash[25094]: cluster 2023-12-06T07:20:55.470901+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-06T07:20:56.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:56 smithi172 bash[25094]: audit 2023-12-06T07:20:55.471089+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:20:56.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:56 smithi172 bash[25094]: audit 2023-12-06T07:20:55.471765+0000 mon.a (mon.0) 305 : audit [INF] from='osd.1 [v2:172.21.15.172:6810/3572782802,v1:172.21.15.172:6811/3572782802]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:20:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:57 smithi172 bash[25094]: audit 2023-12-06T07:20:56.474000+0000 mon.a (mon.0) 306 : audit [INF] from='osd.1 [v2:172.21.15.172:6810/3572782802,v1:172.21.15.172:6811/3572782802]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-06T07:20:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:57 smithi172 bash[25094]: cluster 2023-12-06T07:20:56.474273+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-06T07:20:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:57 smithi172 bash[25094]: audit 2023-12-06T07:20:56.474991+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:20:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:57 smithi172 bash[25094]: audit 2023-12-06T07:20:56.482337+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:20:57.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:57 smithi172 bash[30529]: audit 2023-12-06T07:20:56.474000+0000 mon.a (mon.0) 306 : audit [INF] from='osd.1 [v2:172.21.15.172:6810/3572782802,v1:172.21.15.172:6811/3572782802]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-06T07:20:57.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:57 smithi172 bash[30529]: cluster 2023-12-06T07:20:56.474273+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-06T07:20:57.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:57 smithi172 bash[30529]: audit 2023-12-06T07:20:56.474991+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:20:57.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:57 smithi172 bash[30529]: audit 2023-12-06T07:20:56.482337+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:20:57.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:57 smithi195 bash[25052]: audit 2023-12-06T07:20:56.474000+0000 mon.a (mon.0) 306 : audit [INF] from='osd.1 [v2:172.21.15.172:6810/3572782802,v1:172.21.15.172:6811/3572782802]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-06T07:20:57.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:57 smithi195 bash[25052]: cluster 2023-12-06T07:20:56.474273+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-06T07:20:57.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:57 smithi195 bash[25052]: audit 2023-12-06T07:20:56.474991+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:20:57.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:57 smithi195 bash[25052]: audit 2023-12-06T07:20:56.482337+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:20:58.464 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-06T07:20:58.464 INFO:teuthology.orchestra.run.smithi172.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-06T07:20:58.464 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10+0 records in 2023-12-06T07:20:58.465 INFO:teuthology.orchestra.run.smithi172.stderr:10+0 records out 2023-12-06T07:20:58.465 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0162792 s, 644 MB/s 2023-12-06T07:20:58.465 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping successful for: 2023-12-06T07:20:58.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:58 smithi195 bash[25052]: cluster 2023-12-06T07:20:55.917577+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:20:58.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:58 smithi195 bash[25052]: cluster 2023-12-06T07:20:55.917718+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:20:58.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:58 smithi195 bash[25052]: cluster 2023-12-06T07:20:57.466598+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:58.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:58 smithi195 bash[25052]: cluster 2023-12-06T07:20:57.484288+0000 mon.a (mon.0) 310 : cluster [INF] osd.1 [v2:172.21.15.172:6810/3572782802,v1:172.21.15.172:6811/3572782802] boot 2023-12-06T07:20:58.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:58 smithi195 bash[25052]: cluster 2023-12-06T07:20:57.484423+0000 mon.a (mon.0) 311 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-06T07:20:58.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:58 smithi195 bash[25052]: audit 2023-12-06T07:20:57.485450+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:20:58.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:58 smithi172 bash[25094]: cluster 2023-12-06T07:20:55.917577+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:20:58.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:58 smithi172 bash[25094]: cluster 2023-12-06T07:20:55.917718+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:20:58.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:58 smithi172 bash[25094]: cluster 2023-12-06T07:20:57.466598+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:58.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:58 smithi172 bash[25094]: cluster 2023-12-06T07:20:57.484288+0000 mon.a (mon.0) 310 : cluster [INF] osd.1 [v2:172.21.15.172:6810/3572782802,v1:172.21.15.172:6811/3572782802] boot 2023-12-06T07:20:58.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:58 smithi172 bash[25094]: cluster 2023-12-06T07:20:57.484423+0000 mon.a (mon.0) 311 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-06T07:20:58.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:58 smithi172 bash[25094]: audit 2023-12-06T07:20:57.485450+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:20:58.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:58 smithi172 bash[30529]: cluster 2023-12-06T07:20:55.917577+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:20:58.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:58 smithi172 bash[30529]: cluster 2023-12-06T07:20:55.917718+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:20:58.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:58 smithi172 bash[30529]: cluster 2023-12-06T07:20:57.466598+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-06T07:20:58.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:58 smithi172 bash[30529]: cluster 2023-12-06T07:20:57.484288+0000 mon.a (mon.0) 310 : cluster [INF] osd.1 [v2:172.21.15.172:6810/3572782802,v1:172.21.15.172:6811/3572782802] boot 2023-12-06T07:20:58.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:58 smithi172 bash[30529]: cluster 2023-12-06T07:20:57.484423+0000 mon.a (mon.0) 311 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-06T07:20:58.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:58 smithi172 bash[30529]: audit 2023-12-06T07:20:57.485450+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:20:59.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:20:59 smithi172 bash[30529]: cluster 2023-12-06T07:20:58.500248+0000 mon.a (mon.0) 313 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-06T07:20:59.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:20:59 smithi172 bash[25094]: cluster 2023-12-06T07:20:58.500248+0000 mon.a (mon.0) 313 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-06T07:20:59.691 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi172:vg_nvme/lv_2 2023-12-06T07:20:59.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:20:59 smithi195 bash[25052]: cluster 2023-12-06T07:20:58.500248+0000 mon.a (mon.0) 313 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-06T07:21:01.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:01 smithi195 bash[25052]: cluster 2023-12-06T07:20:59.467294+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:01.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:01 smithi172 bash[25094]: cluster 2023-12-06T07:20:59.467294+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:01.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:01 smithi172 bash[30529]: cluster 2023-12-06T07:20:59.467294+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:03.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:03 smithi195 bash[25052]: cluster 2023-12-06T07:21:01.467774+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:03.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:03 smithi195 bash[25052]: audit 2023-12-06T07:21:02.891483+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:21:03.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:03 smithi195 bash[25052]: audit 2023-12-06T07:21:02.897348+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:21:03.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:03 smithi195 bash[25052]: audit 2023-12-06T07:21:02.898952+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:21:03.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:03 smithi195 bash[25052]: audit 2023-12-06T07:21:03.126918+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:03.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:03 smithi195 bash[25052]: audit 2023-12-06T07:21:03.128690+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:21:03.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:03 smithi195 bash[25052]: audit 2023-12-06T07:21:03.130055+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:21:03.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:03 smithi195 bash[25052]: audit 2023-12-06T07:21:03.136793+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:03.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:03 smithi195 bash[25052]: audit 2023-12-06T07:21:03.144475+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:03.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:03 smithi172 bash[30529]: cluster 2023-12-06T07:21:01.467774+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:03.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:03 smithi172 bash[30529]: audit 2023-12-06T07:21:02.891483+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:21:03.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:03 smithi172 bash[30529]: audit 2023-12-06T07:21:02.897348+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:21:03.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:03 smithi172 bash[30529]: audit 2023-12-06T07:21:02.898952+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:21:03.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:03 smithi172 bash[30529]: audit 2023-12-06T07:21:03.126918+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:03.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:03 smithi172 bash[30529]: audit 2023-12-06T07:21:03.128690+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:21:03.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:03 smithi172 bash[30529]: audit 2023-12-06T07:21:03.130055+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:21:03.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:03 smithi172 bash[30529]: audit 2023-12-06T07:21:03.136793+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:03.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:03 smithi172 bash[30529]: audit 2023-12-06T07:21:03.144475+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:03.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:03 smithi172 bash[25094]: cluster 2023-12-06T07:21:01.467774+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:03.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:03 smithi172 bash[25094]: audit 2023-12-06T07:21:02.891483+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:21:03.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:03 smithi172 bash[25094]: audit 2023-12-06T07:21:02.897348+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:21:03.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:03 smithi172 bash[25094]: audit 2023-12-06T07:21:02.898952+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:21:03.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:03 smithi172 bash[25094]: audit 2023-12-06T07:21:03.126918+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:03.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:03 smithi172 bash[25094]: audit 2023-12-06T07:21:03.128690+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:21:03.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:03 smithi172 bash[25094]: audit 2023-12-06T07:21:03.130055+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:21:03.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:03 smithi172 bash[25094]: audit 2023-12-06T07:21:03.136793+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:03.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:03 smithi172 bash[25094]: audit 2023-12-06T07:21:03.144475+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:04.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:04 smithi195 bash[25052]: audit 2023-12-06T07:21:02.888495+0000 mgr.y (mgr.14152) 103 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:21:04.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:04 smithi195 bash[25052]: cephadm 2023-12-06T07:21:03.118499+0000 mgr.y (mgr.14152) 104 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-06T07:21:04.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:04 smithi195 bash[25052]: cephadm 2023-12-06T07:21:03.131094+0000 mgr.y (mgr.14152) 105 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 8123M 2023-12-06T07:21:04.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:04 smithi172 bash[25094]: audit 2023-12-06T07:21:02.888495+0000 mgr.y (mgr.14152) 103 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:21:04.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:04 smithi172 bash[25094]: cephadm 2023-12-06T07:21:03.118499+0000 mgr.y (mgr.14152) 104 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-06T07:21:04.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:04 smithi172 bash[25094]: cephadm 2023-12-06T07:21:03.131094+0000 mgr.y (mgr.14152) 105 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 8123M 2023-12-06T07:21:04.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:04 smithi172 bash[30529]: audit 2023-12-06T07:21:02.888495+0000 mgr.y (mgr.14152) 103 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:21:04.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:04 smithi172 bash[30529]: cephadm 2023-12-06T07:21:03.118499+0000 mgr.y (mgr.14152) 104 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-06T07:21:04.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:04 smithi172 bash[30529]: cephadm 2023-12-06T07:21:03.131094+0000 mgr.y (mgr.14152) 105 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 8123M 2023-12-06T07:21:05.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:05 smithi195 bash[25052]: cluster 2023-12-06T07:21:03.468274+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:05.664 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:05 smithi172 bash[25094]: cluster 2023-12-06T07:21:03.468274+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:05.665 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:05 smithi172 bash[30529]: cluster 2023-12-06T07:21:03.468274+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:07.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:07 smithi172 bash[25094]: cluster 2023-12-06T07:21:05.468933+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:07.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:07 smithi172 bash[30529]: cluster 2023-12-06T07:21:05.468933+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:07.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:07 smithi195 bash[25052]: cluster 2023-12-06T07:21:05.468933+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:09.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:09 smithi195 bash[25052]: cluster 2023-12-06T07:21:07.469491+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:09.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:09 smithi195 bash[25052]: audit 2023-12-06T07:21:08.656689+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.172:0/3835611565' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "454554a5-c581-419b-8f68-a761675bcbe9"}]: dispatch 2023-12-06T07:21:09.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:09 smithi195 bash[25052]: audit 2023-12-06T07:21:08.657388+0000 mon.a (mon.0) 322 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "454554a5-c581-419b-8f68-a761675bcbe9"}]: dispatch 2023-12-06T07:21:09.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:09 smithi195 bash[25052]: audit 2023-12-06T07:21:08.671224+0000 mon.a (mon.0) 323 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "454554a5-c581-419b-8f68-a761675bcbe9"}]': finished 2023-12-06T07:21:09.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:09 smithi195 bash[25052]: cluster 2023-12-06T07:21:08.671367+0000 mon.a (mon.0) 324 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-06T07:21:09.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:09 smithi195 bash[25052]: audit 2023-12-06T07:21:08.671606+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:21:09.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:09 smithi172 bash[30529]: cluster 2023-12-06T07:21:07.469491+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:09.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:09 smithi172 bash[30529]: audit 2023-12-06T07:21:08.656689+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.172:0/3835611565' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "454554a5-c581-419b-8f68-a761675bcbe9"}]: dispatch 2023-12-06T07:21:09.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:09 smithi172 bash[30529]: audit 2023-12-06T07:21:08.657388+0000 mon.a (mon.0) 322 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "454554a5-c581-419b-8f68-a761675bcbe9"}]: dispatch 2023-12-06T07:21:09.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:09 smithi172 bash[30529]: audit 2023-12-06T07:21:08.671224+0000 mon.a (mon.0) 323 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "454554a5-c581-419b-8f68-a761675bcbe9"}]': finished 2023-12-06T07:21:09.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:09 smithi172 bash[30529]: cluster 2023-12-06T07:21:08.671367+0000 mon.a (mon.0) 324 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-06T07:21:09.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:09 smithi172 bash[30529]: audit 2023-12-06T07:21:08.671606+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:21:09.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:09 smithi172 bash[25094]: cluster 2023-12-06T07:21:07.469491+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:09.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:09 smithi172 bash[25094]: audit 2023-12-06T07:21:08.656689+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.172:0/3835611565' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "454554a5-c581-419b-8f68-a761675bcbe9"}]: dispatch 2023-12-06T07:21:09.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:09 smithi172 bash[25094]: audit 2023-12-06T07:21:08.657388+0000 mon.a (mon.0) 322 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "454554a5-c581-419b-8f68-a761675bcbe9"}]: dispatch 2023-12-06T07:21:09.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:09 smithi172 bash[25094]: audit 2023-12-06T07:21:08.671224+0000 mon.a (mon.0) 323 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "454554a5-c581-419b-8f68-a761675bcbe9"}]': finished 2023-12-06T07:21:09.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:09 smithi172 bash[25094]: cluster 2023-12-06T07:21:08.671367+0000 mon.a (mon.0) 324 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-06T07:21:09.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:09 smithi172 bash[25094]: audit 2023-12-06T07:21:08.671606+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:21:10.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:10 smithi195 bash[25052]: audit 2023-12-06T07:21:09.351448+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.172:0/4180570815' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:21:10.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:10 smithi172 bash[30529]: audit 2023-12-06T07:21:09.351448+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.172:0/4180570815' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:21:10.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:10 smithi172 bash[25094]: audit 2023-12-06T07:21:09.351448+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.172:0/4180570815' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:21:11.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:11 smithi195 bash[25052]: cluster 2023-12-06T07:21:09.469909+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:11.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:11 smithi172 bash[30529]: cluster 2023-12-06T07:21:09.469909+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:11.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:11 smithi172 bash[25094]: cluster 2023-12-06T07:21:09.469909+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:13.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:13 smithi195 bash[25052]: cluster 2023-12-06T07:21:11.470431+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:13.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:13 smithi172 bash[25094]: cluster 2023-12-06T07:21:11.470431+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:13.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:13 smithi172 bash[30529]: cluster 2023-12-06T07:21:11.470431+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:15.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:15 smithi195 bash[25052]: cluster 2023-12-06T07:21:13.470920+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:15.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:15 smithi172 bash[25094]: cluster 2023-12-06T07:21:13.470920+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:15.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:15 smithi172 bash[30529]: cluster 2023-12-06T07:21:13.470920+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:17.539 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:17 smithi172 bash[30529]: cluster 2023-12-06T07:21:15.471458+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-06T07:21:17.539 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:17 smithi172 bash[25094]: cluster 2023-12-06T07:21:15.471458+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-06T07:21:17.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:17 smithi195 bash[25052]: cluster 2023-12-06T07:21:15.471458+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-06T07:21:19.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:19 smithi172 bash[30529]: cluster 2023-12-06T07:21:17.471935+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-06T07:21:19.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:19 smithi172 bash[30529]: audit 2023-12-06T07:21:18.882344+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T07:21:19.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:19 smithi172 bash[30529]: audit 2023-12-06T07:21:18.883555+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:21:19.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:19 smithi172 bash[25094]: cluster 2023-12-06T07:21:17.471935+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-06T07:21:19.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:19 smithi172 bash[25094]: audit 2023-12-06T07:21:18.882344+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T07:21:19.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:19 smithi172 bash[25094]: audit 2023-12-06T07:21:18.883555+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:21:19.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:19 smithi195 bash[25052]: cluster 2023-12-06T07:21:17.471935+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-06T07:21:19.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:19 smithi195 bash[25052]: audit 2023-12-06T07:21:18.882344+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T07:21:19.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:19 smithi195 bash[25052]: audit 2023-12-06T07:21:18.883555+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:21:20.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:20 smithi195 bash[25052]: cephadm 2023-12-06T07:21:18.884488+0000 mgr.y (mgr.14152) 114 : cephadm [INF] Deploying daemon osd.2 on smithi172 2023-12-06T07:21:20.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:20 smithi172 bash[25094]: cephadm 2023-12-06T07:21:18.884488+0000 mgr.y (mgr.14152) 114 : cephadm [INF] Deploying daemon osd.2 on smithi172 2023-12-06T07:21:20.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:20 smithi172 bash[30529]: cephadm 2023-12-06T07:21:18.884488+0000 mgr.y (mgr.14152) 114 : cephadm [INF] Deploying daemon osd.2 on smithi172 2023-12-06T07:21:21.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:21 smithi195 bash[25052]: cluster 2023-12-06T07:21:19.472469+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:21.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:21 smithi172 bash[30529]: cluster 2023-12-06T07:21:19.472469+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:21.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:21 smithi172 bash[25094]: cluster 2023-12-06T07:21:19.472469+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:23.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:23 smithi195 bash[25052]: cluster 2023-12-06T07:21:21.473019+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:23.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:23 smithi195 bash[25052]: audit 2023-12-06T07:21:22.968556+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:23.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:23 smithi195 bash[25052]: audit 2023-12-06T07:21:23.011037+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:21:23.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:23 smithi195 bash[25052]: audit 2023-12-06T07:21:23.012969+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:21:23.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:23 smithi195 bash[25052]: audit 2023-12-06T07:21:23.013987+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:21:23.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:23 smithi172 bash[25094]: cluster 2023-12-06T07:21:21.473019+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:23.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:23 smithi172 bash[25094]: audit 2023-12-06T07:21:22.968556+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:23.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:23 smithi172 bash[25094]: audit 2023-12-06T07:21:23.011037+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:21:23.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:23 smithi172 bash[25094]: audit 2023-12-06T07:21:23.012969+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:21:23.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:23 smithi172 bash[25094]: audit 2023-12-06T07:21:23.013987+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:21:23.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:23 smithi172 bash[30529]: cluster 2023-12-06T07:21:21.473019+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:23.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:23 smithi172 bash[30529]: audit 2023-12-06T07:21:22.968556+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:23.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:23 smithi172 bash[30529]: audit 2023-12-06T07:21:23.011037+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:21:23.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:23 smithi172 bash[30529]: audit 2023-12-06T07:21:23.012969+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:21:23.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:23 smithi172 bash[30529]: audit 2023-12-06T07:21:23.013987+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:21:25.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:25 smithi195 bash[25052]: cluster 2023-12-06T07:21:23.473628+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:25.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:25 smithi172 bash[25094]: cluster 2023-12-06T07:21:23.473628+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:25.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:25 smithi172 bash[30529]: cluster 2023-12-06T07:21:23.473628+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:27.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:27 smithi172 bash[25094]: cluster 2023-12-06T07:21:25.474298+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:27.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:27 smithi172 bash[25094]: audit 2023-12-06T07:21:26.908461+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:27.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:27 smithi172 bash[25094]: audit 2023-12-06T07:21:26.916237+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:27.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:27 smithi172 bash[30529]: cluster 2023-12-06T07:21:25.474298+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:27.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:27 smithi172 bash[30529]: audit 2023-12-06T07:21:26.908461+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:27.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:27 smithi172 bash[30529]: audit 2023-12-06T07:21:26.916237+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:27.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:27 smithi195 bash[25052]: cluster 2023-12-06T07:21:25.474298+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:27.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:27 smithi195 bash[25052]: audit 2023-12-06T07:21:26.908461+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:27.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:27 smithi195 bash[25052]: audit 2023-12-06T07:21:26.916237+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:29.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:29 smithi195 bash[25052]: cluster 2023-12-06T07:21:27.474849+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-06T07:21:29.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:29 smithi172 bash[25094]: cluster 2023-12-06T07:21:27.474849+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-06T07:21:29.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:29 smithi172 bash[30529]: cluster 2023-12-06T07:21:27.474849+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-06T07:21:29.981 INFO:teuthology.orchestra.run.smithi172.stdout:Created osd(s) 2 on host 'smithi172' 2023-12-06T07:21:30.636 DEBUG:teuthology.orchestra.run.smithi172:osd.2> sudo journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.2.service 2023-12-06T07:21:30.638 INFO:tasks.cephadm:Deploying osd.3 on smithi172 with /dev/vg_nvme/lv_1... 2023-12-06T07:21:30.639 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-06T07:21:30.854 INFO:journalctl@ceph.osd.2.smithi172.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T07:21:31.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:30 smithi172 bash[25094]: cluster 2023-12-06T07:21:29.475380+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-06T07:21:31.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:30 smithi172 bash[25094]: audit 2023-12-06T07:21:29.977387+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:31.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:30 smithi172 bash[25094]: audit 2023-12-06T07:21:29.990738+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:21:31.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:30 smithi172 bash[25094]: audit 2023-12-06T07:21:29.992829+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:21:31.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:30 smithi172 bash[25094]: audit 2023-12-06T07:21:29.994506+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:21:31.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:30 smithi172 bash[25094]: audit 2023-12-06T07:21:30.325773+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.172:6818/2815098611,v1:172.21.15.172:6819/2815098611]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T07:21:31.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:30 smithi172 bash[25094]: audit 2023-12-06T07:21:30.326442+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-06T07:21:31.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:30 smithi172 bash[30529]: cluster 2023-12-06T07:21:29.475380+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-06T07:21:31.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:30 smithi172 bash[30529]: audit 2023-12-06T07:21:29.977387+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:31.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:30 smithi172 bash[30529]: audit 2023-12-06T07:21:29.990738+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:21:31.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:30 smithi172 bash[30529]: audit 2023-12-06T07:21:29.992829+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:21:31.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:30 smithi172 bash[30529]: audit 2023-12-06T07:21:29.994506+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:21:31.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:30 smithi172 bash[30529]: audit 2023-12-06T07:21:30.325773+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.172:6818/2815098611,v1:172.21.15.172:6819/2815098611]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T07:21:31.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:30 smithi172 bash[30529]: audit 2023-12-06T07:21:30.326442+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-06T07:21:31.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:30 smithi195 bash[25052]: cluster 2023-12-06T07:21:29.475380+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-06T07:21:31.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:30 smithi195 bash[25052]: audit 2023-12-06T07:21:29.977387+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:31.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:30 smithi195 bash[25052]: audit 2023-12-06T07:21:29.990738+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:21:31.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:30 smithi195 bash[25052]: audit 2023-12-06T07:21:29.992829+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:21:31.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:30 smithi195 bash[25052]: audit 2023-12-06T07:21:29.994506+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:21:31.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:30 smithi195 bash[25052]: audit 2023-12-06T07:21:30.325773+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.172:6818/2815098611,v1:172.21.15.172:6819/2815098611]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T07:21:31.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:30 smithi195 bash[25052]: audit 2023-12-06T07:21:30.326442+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-06T07:21:32.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:32 smithi195 bash[25052]: audit 2023-12-06T07:21:31.327180+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-06T07:21:32.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:32 smithi195 bash[25052]: cluster 2023-12-06T07:21:31.327331+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-06T07:21:32.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:32 smithi195 bash[25052]: audit 2023-12-06T07:21:31.327600+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:21:32.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:32 smithi195 bash[25052]: audit 2023-12-06T07:21:31.328761+0000 mon.c (mon.1) 8 : audit [INF] from='osd.2 [v2:172.21.15.172:6818/2815098611,v1:172.21.15.172:6819/2815098611]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:21:32.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:32 smithi195 bash[25052]: audit 2023-12-06T07:21:31.329605+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=smithi172", "root=default"]}]: dispatch 2023-12-06T07:21:32.674 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:21:32 smithi172 bash[39565]: debug 2023-12-06T07:21:32.335+0000 7f42d82ea700 -1 osd.2 0 waiting for initial osdmap 2023-12-06T07:21:32.674 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:21:32 smithi172 bash[39565]: debug 2023-12-06T07:21:32.339+0000 7f42d4484700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:21:32.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:32 smithi172 bash[25094]: audit 2023-12-06T07:21:31.327180+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-06T07:21:32.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:32 smithi172 bash[25094]: cluster 2023-12-06T07:21:31.327331+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-06T07:21:32.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:32 smithi172 bash[25094]: audit 2023-12-06T07:21:31.327600+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:21:32.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:32 smithi172 bash[25094]: audit 2023-12-06T07:21:31.328761+0000 mon.c (mon.1) 8 : audit [INF] from='osd.2 [v2:172.21.15.172:6818/2815098611,v1:172.21.15.172:6819/2815098611]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:21:32.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:32 smithi172 bash[25094]: audit 2023-12-06T07:21:31.329605+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=smithi172", "root=default"]}]: dispatch 2023-12-06T07:21:32.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:32 smithi172 bash[30529]: audit 2023-12-06T07:21:31.327180+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-06T07:21:32.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:32 smithi172 bash[30529]: cluster 2023-12-06T07:21:31.327331+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-06T07:21:32.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:32 smithi172 bash[30529]: audit 2023-12-06T07:21:31.327600+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:21:32.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:32 smithi172 bash[30529]: audit 2023-12-06T07:21:31.328761+0000 mon.c (mon.1) 8 : audit [INF] from='osd.2 [v2:172.21.15.172:6818/2815098611,v1:172.21.15.172:6819/2815098611]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:21:32.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:32 smithi172 bash[30529]: audit 2023-12-06T07:21:31.329605+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=smithi172", "root=default"]}]: dispatch 2023-12-06T07:21:33.346 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:33 smithi172 bash[25094]: cluster 2023-12-06T07:21:31.294510+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:21:33.346 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:33 smithi172 bash[25094]: cluster 2023-12-06T07:21:31.294708+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:21:33.346 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:33 smithi172 bash[25094]: cluster 2023-12-06T07:21:31.475889+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:33.346 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:33 smithi172 bash[25094]: audit 2023-12-06T07:21:32.329417+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=smithi172", "root=default"]}]': finished 2023-12-06T07:21:33.346 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:33 smithi172 bash[25094]: cluster 2023-12-06T07:21:32.329649+0000 mon.a (mon.0) 344 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-06T07:21:33.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:33 smithi195 bash[25052]: cluster 2023-12-06T07:21:31.294510+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:21:33.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:33 smithi195 bash[25052]: cluster 2023-12-06T07:21:31.294708+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:21:33.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:33 smithi195 bash[25052]: cluster 2023-12-06T07:21:31.475889+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:33.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:33 smithi195 bash[25052]: audit 2023-12-06T07:21:32.329417+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=smithi172", "root=default"]}]': finished 2023-12-06T07:21:33.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:33 smithi195 bash[25052]: cluster 2023-12-06T07:21:32.329649+0000 mon.a (mon.0) 344 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-06T07:21:33.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:33 smithi195 bash[25052]: audit 2023-12-06T07:21:32.330484+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:21:33.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:33 smithi195 bash[25052]: audit 2023-12-06T07:21:32.339434+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:21:33.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:33 smithi172 bash[25094]: audit 2023-12-06T07:21:32.330484+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:21:33.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:33 smithi172 bash[25094]: audit 2023-12-06T07:21:32.339434+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:21:33.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:33 smithi172 bash[30529]: cluster 2023-12-06T07:21:31.294510+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:21:33.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:33 smithi172 bash[30529]: cluster 2023-12-06T07:21:31.294708+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:21:33.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:33 smithi172 bash[30529]: cluster 2023-12-06T07:21:31.475889+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:33.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:33 smithi172 bash[30529]: audit 2023-12-06T07:21:32.329417+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=smithi172", "root=default"]}]': finished 2023-12-06T07:21:33.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:33 smithi172 bash[30529]: cluster 2023-12-06T07:21:32.329649+0000 mon.a (mon.0) 344 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-06T07:21:33.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:33 smithi172 bash[30529]: audit 2023-12-06T07:21:32.330484+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:21:33.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:33 smithi172 bash[30529]: audit 2023-12-06T07:21:32.339434+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:21:34.400 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-06T07:21:34.401 INFO:teuthology.orchestra.run.smithi172.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-06T07:21:34.401 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10+0 records in 2023-12-06T07:21:34.401 INFO:teuthology.orchestra.run.smithi172.stderr:10+0 records out 2023-12-06T07:21:34.401 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0179552 s, 584 MB/s 2023-12-06T07:21:34.401 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping successful for: 2023-12-06T07:21:34.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:34 smithi172 bash[30529]: cluster 2023-12-06T07:21:33.340453+0000 mon.a (mon.0) 347 : cluster [INF] osd.2 [v2:172.21.15.172:6818/2815098611,v1:172.21.15.172:6819/2815098611] boot 2023-12-06T07:21:34.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:34 smithi172 bash[30529]: cluster 2023-12-06T07:21:33.340632+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-06T07:21:34.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:34 smithi172 bash[30529]: audit 2023-12-06T07:21:33.341466+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:21:34.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:34 smithi172 bash[30529]: audit 2023-12-06T07:21:33.593047+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' 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-06T07:21:34.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:34 smithi172 bash[25094]: cluster 2023-12-06T07:21:33.340453+0000 mon.a (mon.0) 347 : cluster [INF] osd.2 [v2:172.21.15.172:6818/2815098611,v1:172.21.15.172:6819/2815098611] boot 2023-12-06T07:21:34.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:34 smithi172 bash[25094]: cluster 2023-12-06T07:21:33.340632+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-06T07:21:34.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:34 smithi172 bash[25094]: audit 2023-12-06T07:21:33.341466+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:21:34.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:34 smithi172 bash[25094]: audit 2023-12-06T07:21:33.593047+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' 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-06T07:21:34.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:34 smithi195 bash[25052]: cluster 2023-12-06T07:21:33.340453+0000 mon.a (mon.0) 347 : cluster [INF] osd.2 [v2:172.21.15.172:6818/2815098611,v1:172.21.15.172:6819/2815098611] boot 2023-12-06T07:21:34.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:34 smithi195 bash[25052]: cluster 2023-12-06T07:21:33.340632+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-06T07:21:34.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:34 smithi195 bash[25052]: audit 2023-12-06T07:21:33.341466+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:21:34.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:34 smithi195 bash[25052]: audit 2023-12-06T07:21:33.593047+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' 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-06T07:21:35.575 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi172:vg_nvme/lv_1 2023-12-06T07:21:35.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:35 smithi172 bash[30529]: cluster 2023-12-06T07:21:33.476397+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:35.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:35 smithi172 bash[30529]: audit 2023-12-06T07:21:34.362688+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' 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-06T07:21:35.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:35 smithi172 bash[30529]: cluster 2023-12-06T07:21:34.362887+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-06T07:21:35.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:35 smithi172 bash[30529]: audit 2023-12-06T07:21:34.364582+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-06T07:21:35.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:35 smithi172 bash[25094]: cluster 2023-12-06T07:21:33.476397+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:35.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:35 smithi172 bash[25094]: audit 2023-12-06T07:21:34.362688+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' 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-06T07:21:35.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:35 smithi172 bash[25094]: cluster 2023-12-06T07:21:34.362887+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-06T07:21:35.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:35 smithi172 bash[25094]: audit 2023-12-06T07:21:34.364582+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-06T07:21:35.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:35 smithi195 bash[25052]: cluster 2023-12-06T07:21:33.476397+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T07:21:35.913 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:35 smithi195 bash[25052]: audit 2023-12-06T07:21:34.362688+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' 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-06T07:21:35.913 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:35 smithi195 bash[25052]: cluster 2023-12-06T07:21:34.362887+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-06T07:21:35.913 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:35 smithi195 bash[25052]: audit 2023-12-06T07:21:34.364582+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-06T07:21:36.386 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:36 smithi172 bash[25094]: audit 2023-12-06T07:21:35.362799+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-06T07:21:36.386 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:36 smithi172 bash[25094]: cluster 2023-12-06T07:21:35.363009+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-06T07:21:36.416 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:36 smithi172 bash[30529]: audit 2023-12-06T07:21:35.362799+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-06T07:21:36.416 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:36 smithi172 bash[30529]: cluster 2023-12-06T07:21:35.363009+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-06T07:21:36.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:36 smithi195 bash[25052]: audit 2023-12-06T07:21:35.362799+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-06T07:21:36.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:36 smithi195 bash[25052]: cluster 2023-12-06T07:21:35.363009+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-06T07:21:37.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:37 smithi172 bash[30529]: cluster 2023-12-06T07:21:35.476786+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v97: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:21:37.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:37 smithi172 bash[30529]: cluster 2023-12-06T07:21:36.392316+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-06T07:21:37.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:37 smithi172 bash[30529]: cluster 2023-12-06T07:21:36.392849+0000 mon.a (mon.0) 357 : cluster [DBG] mgrmap e15: y(active, since 2m), standbys: x 2023-12-06T07:21:37.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:37 smithi172 bash[30529]: audit 2023-12-06T07:21:36.425787+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:37.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:37 smithi172 bash[25094]: cluster 2023-12-06T07:21:35.476786+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v97: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:21:37.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:37 smithi172 bash[25094]: cluster 2023-12-06T07:21:36.392316+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-06T07:21:37.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:37 smithi172 bash[25094]: cluster 2023-12-06T07:21:36.392849+0000 mon.a (mon.0) 357 : cluster [DBG] mgrmap e15: y(active, since 2m), standbys: x 2023-12-06T07:21:37.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:37 smithi172 bash[25094]: audit 2023-12-06T07:21:36.425787+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:37.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:37 smithi195 bash[25052]: cluster 2023-12-06T07:21:35.476786+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v97: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:21:37.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:37 smithi195 bash[25052]: cluster 2023-12-06T07:21:36.392316+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-06T07:21:37.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:37 smithi195 bash[25052]: cluster 2023-12-06T07:21:36.392849+0000 mon.a (mon.0) 357 : cluster [DBG] mgrmap e15: y(active, since 2m), standbys: x 2023-12-06T07:21:37.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:37 smithi195 bash[25052]: audit 2023-12-06T07:21:36.425787+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:40.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:39 smithi172 bash[30529]: cluster 2023-12-06T07:21:37.477149+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v99: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:21:40.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:39 smithi172 bash[30529]: audit 2023-12-06T07:21:38.220457+0000 mon.a (mon.0) 359 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T07:21:40.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:39 smithi172 bash[30529]: audit 2023-12-06T07:21:39.089982+0000 mon.a (mon.0) 360 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T07:21:40.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:39 smithi172 bash[30529]: audit 2023-12-06T07:21:39.091002+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:21:40.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:39 smithi172 bash[30529]: audit 2023-12-06T07:21:39.091226+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:21:40.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:39 smithi172 bash[30529]: audit 2023-12-06T07:21:39.091391+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:21:40.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:39 smithi172 bash[30529]: audit 2023-12-06T07:21:39.098411+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:21:40.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:39 smithi172 bash[30529]: audit 2023-12-06T07:21:39.098697+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:21:40.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:39 smithi172 bash[30529]: audit 2023-12-06T07:21:39.098930+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:21:40.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:39 smithi172 bash[25094]: cluster 2023-12-06T07:21:37.477149+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v99: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:21:40.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:39 smithi172 bash[25094]: audit 2023-12-06T07:21:38.220457+0000 mon.a (mon.0) 359 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T07:21:40.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:39 smithi172 bash[25094]: audit 2023-12-06T07:21:39.089982+0000 mon.a (mon.0) 360 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T07:21:40.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:39 smithi172 bash[25094]: audit 2023-12-06T07:21:39.091002+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:21:40.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:39 smithi172 bash[25094]: audit 2023-12-06T07:21:39.091226+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:21:40.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:39 smithi172 bash[25094]: audit 2023-12-06T07:21:39.091391+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:21:40.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:39 smithi172 bash[25094]: audit 2023-12-06T07:21:39.098411+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:21:40.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:39 smithi172 bash[25094]: audit 2023-12-06T07:21:39.098697+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:21:40.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:39 smithi172 bash[25094]: audit 2023-12-06T07:21:39.098930+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:21:41.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: cluster 2023-12-06T07:21:37.477149+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v99: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:21:41.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:38.220457+0000 mon.a (mon.0) 359 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T07:21:41.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:39.089982+0000 mon.a (mon.0) 360 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T07:21:41.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:39.091002+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:21:41.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:39.091226+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:21:41.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:39.091391+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:21:41.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:39.098411+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:21:41.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:39.098697+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:21:41.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:39.098930+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:21:41.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: cephadm 2023-12-06T07:21:38.958096+0000 mgr.y (mgr.14152) 125 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-06T07:21:41.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:39.095396+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T07:21:41.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: cluster 2023-12-06T07:21:39.477529+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:21:41.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:39.488726+0000 mgr.y (mgr.14152) 127 : audit [DBG] from='client.14307 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:21:41.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:39.495255+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:21:41.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:39.499468+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:21:41.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:39.500364+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:21:41.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:39.973196+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T07:21:41.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:39.976565+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:41.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:39.977875+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:21:41.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:39.979025+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:21:41.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:39.979504+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T07:21:41.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:39.980163+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:21:41.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:39.980445+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:21:41.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:39.980716+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:21:41.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:39.981008+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:21:41.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: cephadm 2023-12-06T07:21:39.981660+0000 mgr.y (mgr.14152) 128 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 5415M 2023-12-06T07:21:41.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:40.858084+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T07:21:41.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:40.875249+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:41.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:40.890788+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:41.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:40 smithi195 bash[25052]: audit 2023-12-06T07:21:40.896974+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:41.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[25094]: cephadm 2023-12-06T07:21:38.958096+0000 mgr.y (mgr.14152) 125 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-06T07:21:41.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[25094]: audit 2023-12-06T07:21:39.095396+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T07:21:41.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[25094]: cluster 2023-12-06T07:21:39.477529+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:21:41.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[25094]: audit 2023-12-06T07:21:39.488726+0000 mgr.y (mgr.14152) 127 : audit [DBG] from='client.14307 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:21:41.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[25094]: audit 2023-12-06T07:21:39.495255+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:21:41.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[25094]: audit 2023-12-06T07:21:39.499468+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:21:41.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[25094]: audit 2023-12-06T07:21:39.500364+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:21:41.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[25094]: audit 2023-12-06T07:21:39.973196+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T07:21:41.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[25094]: audit 2023-12-06T07:21:39.976565+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:41.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[25094]: audit 2023-12-06T07:21:39.977875+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:21:41.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[25094]: audit 2023-12-06T07:21:39.979025+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:21:41.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[25094]: audit 2023-12-06T07:21:39.979504+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T07:21:41.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[25094]: audit 2023-12-06T07:21:39.980163+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:21:41.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[25094]: audit 2023-12-06T07:21:39.980445+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:21:41.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[25094]: audit 2023-12-06T07:21:39.980716+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:21:41.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[25094]: audit 2023-12-06T07:21:39.981008+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:21:41.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[25094]: cephadm 2023-12-06T07:21:39.981660+0000 mgr.y (mgr.14152) 128 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 5415M 2023-12-06T07:21:41.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[25094]: audit 2023-12-06T07:21:40.858084+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T07:21:41.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[25094]: audit 2023-12-06T07:21:40.875249+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:41.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[25094]: audit 2023-12-06T07:21:40.890788+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:41.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[25094]: audit 2023-12-06T07:21:40.896974+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:41.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[30529]: cephadm 2023-12-06T07:21:38.958096+0000 mgr.y (mgr.14152) 125 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-06T07:21:41.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[30529]: audit 2023-12-06T07:21:39.095396+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T07:21:41.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[30529]: cluster 2023-12-06T07:21:39.477529+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:21:41.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[30529]: audit 2023-12-06T07:21:39.488726+0000 mgr.y (mgr.14152) 127 : audit [DBG] from='client.14307 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:21:41.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[30529]: audit 2023-12-06T07:21:39.495255+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:21:41.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[30529]: audit 2023-12-06T07:21:39.499468+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:21:41.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[30529]: audit 2023-12-06T07:21:39.500364+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:21:41.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[30529]: audit 2023-12-06T07:21:39.973196+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T07:21:41.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[30529]: audit 2023-12-06T07:21:39.976565+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:41.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[30529]: audit 2023-12-06T07:21:39.977875+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:21:41.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[30529]: audit 2023-12-06T07:21:39.979025+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:21:41.427 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[30529]: audit 2023-12-06T07:21:39.979504+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T07:21:41.427 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[30529]: audit 2023-12-06T07:21:39.980163+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:21:41.427 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[30529]: audit 2023-12-06T07:21:39.980445+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:21:41.427 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[30529]: audit 2023-12-06T07:21:39.980716+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:21:41.427 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[30529]: audit 2023-12-06T07:21:39.981008+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:21:41.427 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[30529]: cephadm 2023-12-06T07:21:39.981660+0000 mgr.y (mgr.14152) 128 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 5415M 2023-12-06T07:21:41.427 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[30529]: audit 2023-12-06T07:21:40.858084+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T07:21:41.427 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[30529]: audit 2023-12-06T07:21:40.875249+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:41.427 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[30529]: audit 2023-12-06T07:21:40.890788+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:41.427 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:40 smithi172 bash[30529]: audit 2023-12-06T07:21:40.896974+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:21:42.255 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:41 smithi172 bash[30529]: audit 2023-12-06T07:21:41.514423+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:21:42.255 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:41 smithi172 bash[30529]: audit 2023-12-06T07:21:41.517679+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:21:42.255 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:41 smithi172 bash[25094]: audit 2023-12-06T07:21:41.514423+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:21:42.255 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:41 smithi172 bash[25094]: audit 2023-12-06T07:21:41.517679+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:21:42.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:41 smithi195 bash[25052]: audit 2023-12-06T07:21:41.514423+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:21:42.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:41 smithi195 bash[25052]: audit 2023-12-06T07:21:41.517679+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:21:43.251 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:42 smithi172 bash[25094]: cluster 2023-12-06T07:21:41.478093+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:21:43.252 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:42 smithi172 bash[30529]: cluster 2023-12-06T07:21:41.478093+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:21:43.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:42 smithi195 bash[25052]: cluster 2023-12-06T07:21:41.478093+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:21:45.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:44 smithi195 bash[25052]: cluster 2023-12-06T07:21:43.478794+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:21:45.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:44 smithi172 bash[25094]: cluster 2023-12-06T07:21:43.478794+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:21:45.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:44 smithi172 bash[30529]: cluster 2023-12-06T07:21:43.478794+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:21:46.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:46 smithi195 bash[25052]: audit 2023-12-06T07:21:45.590962+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.172:0/2638396248' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6bf6bf50-1e79-4dda-8748-f6280b5986e4"}]: dispatch 2023-12-06T07:21:46.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:46 smithi195 bash[25052]: audit 2023-12-06T07:21:45.591763+0000 mon.a (mon.0) 382 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6bf6bf50-1e79-4dda-8748-f6280b5986e4"}]: dispatch 2023-12-06T07:21:46.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:46 smithi195 bash[25052]: audit 2023-12-06T07:21:45.600139+0000 mon.a (mon.0) 383 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6bf6bf50-1e79-4dda-8748-f6280b5986e4"}]': finished 2023-12-06T07:21:46.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:46 smithi195 bash[25052]: cluster 2023-12-06T07:21:45.600309+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-12-06T07:21:46.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:46 smithi195 bash[25052]: audit 2023-12-06T07:21:45.600593+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:21:46.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:46 smithi172 bash[25094]: audit 2023-12-06T07:21:45.590962+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.172:0/2638396248' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6bf6bf50-1e79-4dda-8748-f6280b5986e4"}]: dispatch 2023-12-06T07:21:46.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:46 smithi172 bash[25094]: audit 2023-12-06T07:21:45.591763+0000 mon.a (mon.0) 382 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6bf6bf50-1e79-4dda-8748-f6280b5986e4"}]: dispatch 2023-12-06T07:21:46.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:46 smithi172 bash[25094]: audit 2023-12-06T07:21:45.600139+0000 mon.a (mon.0) 383 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6bf6bf50-1e79-4dda-8748-f6280b5986e4"}]': finished 2023-12-06T07:21:46.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:46 smithi172 bash[25094]: cluster 2023-12-06T07:21:45.600309+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-12-06T07:21:46.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:46 smithi172 bash[25094]: audit 2023-12-06T07:21:45.600593+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:21:46.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:46 smithi172 bash[30529]: audit 2023-12-06T07:21:45.590962+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.172:0/2638396248' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6bf6bf50-1e79-4dda-8748-f6280b5986e4"}]: dispatch 2023-12-06T07:21:46.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:46 smithi172 bash[30529]: audit 2023-12-06T07:21:45.591763+0000 mon.a (mon.0) 382 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6bf6bf50-1e79-4dda-8748-f6280b5986e4"}]: dispatch 2023-12-06T07:21:46.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:46 smithi172 bash[30529]: audit 2023-12-06T07:21:45.600139+0000 mon.a (mon.0) 383 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6bf6bf50-1e79-4dda-8748-f6280b5986e4"}]': finished 2023-12-06T07:21:46.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:46 smithi172 bash[30529]: cluster 2023-12-06T07:21:45.600309+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-12-06T07:21:46.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:46 smithi172 bash[30529]: audit 2023-12-06T07:21:45.600593+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:21:47.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:47 smithi195 bash[25052]: cluster 2023-12-06T07:21:45.479452+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-06T07:21:47.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:47 smithi195 bash[25052]: audit 2023-12-06T07:21:46.335597+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.172:0/565366235' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:21:47.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:47 smithi172 bash[25094]: cluster 2023-12-06T07:21:45.479452+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-06T07:21:47.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:47 smithi172 bash[25094]: audit 2023-12-06T07:21:46.335597+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.172:0/565366235' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:21:47.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:47 smithi172 bash[30529]: cluster 2023-12-06T07:21:45.479452+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-06T07:21:47.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:47 smithi172 bash[30529]: audit 2023-12-06T07:21:46.335597+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.172:0/565366235' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:21:49.541 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:49 smithi172 bash[30529]: cluster 2023-12-06T07:21:47.479971+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-06T07:21:49.542 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:49 smithi172 bash[25094]: cluster 2023-12-06T07:21:47.479971+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-06T07:21:49.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:49 smithi195 bash[25052]: cluster 2023-12-06T07:21:47.479971+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-06T07:21:51.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:51 smithi195 bash[25052]: cluster 2023-12-06T07:21:49.480520+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; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T07:21:51.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:51 smithi172 bash[25094]: cluster 2023-12-06T07:21:49.480520+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; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T07:21:51.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:51 smithi172 bash[30529]: cluster 2023-12-06T07:21:49.480520+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; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T07:21:53.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:53 smithi172 bash[30529]: cluster 2023-12-06T07:21:51.481071+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; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T07:21:53.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:53 smithi172 bash[25094]: cluster 2023-12-06T07:21:51.481071+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; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T07:21:53.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:53 smithi195 bash[25052]: cluster 2023-12-06T07:21:51.481071+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; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T07:21:55.568 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:55 smithi172 bash[25094]: cluster 2023-12-06T07:21:53.481665+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T07:21:55.568 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:55 smithi172 bash[30529]: cluster 2023-12-06T07:21:53.481665+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T07:21:55.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:55 smithi195 bash[25052]: cluster 2023-12-06T07:21:53.481665+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T07:21:56.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:56 smithi172 bash[25094]: audit 2023-12-06T07:21:56.074522+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T07:21:56.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:56 smithi172 bash[25094]: audit 2023-12-06T07:21:56.076186+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:21:56.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:56 smithi172 bash[30529]: audit 2023-12-06T07:21:56.074522+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T07:21:56.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:56 smithi172 bash[30529]: audit 2023-12-06T07:21:56.076186+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:21:56.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:56 smithi195 bash[25052]: audit 2023-12-06T07:21:56.074522+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T07:21:56.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:56 smithi195 bash[25052]: audit 2023-12-06T07:21:56.076186+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:21:57.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:57 smithi195 bash[25052]: cluster 2023-12-06T07:21:55.482310+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:21:57.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:57 smithi195 bash[25052]: cephadm 2023-12-06T07:21:56.077441+0000 mgr.y (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.3 on smithi172 2023-12-06T07:21:57.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:57 smithi172 bash[30529]: cluster 2023-12-06T07:21:55.482310+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:21:57.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:57 smithi172 bash[30529]: cephadm 2023-12-06T07:21:56.077441+0000 mgr.y (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.3 on smithi172 2023-12-06T07:21:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:57 smithi172 bash[25094]: cluster 2023-12-06T07:21:55.482310+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:21:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:57 smithi172 bash[25094]: cephadm 2023-12-06T07:21:56.077441+0000 mgr.y (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.3 on smithi172 2023-12-06T07:21:59.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:21:59 smithi172 bash[25094]: cluster 2023-12-06T07:21:57.482931+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:21:59.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:21:59 smithi172 bash[30529]: cluster 2023-12-06T07:21:57.482931+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:21:59.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:21:59 smithi195 bash[25052]: cluster 2023-12-06T07:21:57.482931+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:22:00.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:00 smithi195 bash[25052]: audit 2023-12-06T07:22:00.005887+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:22:00.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:00 smithi195 bash[25052]: audit 2023-12-06T07:22:00.009466+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:00.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:00 smithi195 bash[25052]: audit 2023-12-06T07:22:00.009831+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:22:00.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:00 smithi195 bash[25052]: audit 2023-12-06T07:22:00.011456+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:22:00.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:00 smithi172 bash[25094]: audit 2023-12-06T07:22:00.005887+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:22:00.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:00 smithi172 bash[25094]: audit 2023-12-06T07:22:00.009466+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:00.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:00 smithi172 bash[25094]: audit 2023-12-06T07:22:00.009831+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:22:00.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:00 smithi172 bash[25094]: audit 2023-12-06T07:22:00.011456+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:22:00.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:00 smithi172 bash[30529]: audit 2023-12-06T07:22:00.005887+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:22:00.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:00 smithi172 bash[30529]: audit 2023-12-06T07:22:00.009466+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:00.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:00 smithi172 bash[30529]: audit 2023-12-06T07:22:00.009831+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:22:00.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:00 smithi172 bash[30529]: audit 2023-12-06T07:22:00.011456+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:22:01.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:01 smithi195 bash[25052]: cluster 2023-12-06T07:21:59.483560+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:22:01.661 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:01 smithi172 bash[25094]: cluster 2023-12-06T07:21:59.483560+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:22:01.661 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:01 smithi172 bash[30529]: cluster 2023-12-06T07:21:59.483560+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:22:03.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:03 smithi195 bash[25052]: cluster 2023-12-06T07:22:01.484191+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:22:03.646 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:03 smithi172 bash[25094]: cluster 2023-12-06T07:22:01.484191+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:22:03.646 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:03 smithi172 bash[30529]: cluster 2023-12-06T07:22:01.484191+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:22:05.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:04 smithi172 bash[25094]: cluster 2023-12-06T07:22:03.484847+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:22:05.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:04 smithi172 bash[25094]: audit 2023-12-06T07:22:03.899221+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:05.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:04 smithi172 bash[25094]: audit 2023-12-06T07:22:04.184983+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:05.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:04 smithi172 bash[30529]: cluster 2023-12-06T07:22:03.484847+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:22:05.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:04 smithi172 bash[30529]: audit 2023-12-06T07:22:03.899221+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:05.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:04 smithi172 bash[30529]: audit 2023-12-06T07:22:04.184983+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:05.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:04 smithi195 bash[25052]: cluster 2023-12-06T07:22:03.484847+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:22:05.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:04 smithi195 bash[25052]: audit 2023-12-06T07:22:03.899221+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:05.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:04 smithi195 bash[25052]: audit 2023-12-06T07:22:04.184983+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:06.958 INFO:teuthology.orchestra.run.smithi172.stdout:Created osd(s) 3 on host 'smithi172' 2023-12-06T07:22:07.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:07 smithi172 bash[25094]: cluster 2023-12-06T07:22:05.485510+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:22:07.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:07 smithi172 bash[25094]: audit 2023-12-06T07:22:06.955648+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:07.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:07 smithi172 bash[25094]: audit 2023-12-06T07:22:06.959730+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:22:07.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:07 smithi172 bash[25094]: audit 2023-12-06T07:22:06.961617+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:22:07.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:07 smithi172 bash[25094]: audit 2023-12-06T07:22:06.962828+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:22:07.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:07 smithi172 bash[30529]: cluster 2023-12-06T07:22:05.485510+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:22:07.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:07 smithi172 bash[30529]: audit 2023-12-06T07:22:06.955648+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:07.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:07 smithi172 bash[30529]: audit 2023-12-06T07:22:06.959730+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:22:07.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:07 smithi172 bash[30529]: audit 2023-12-06T07:22:06.961617+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:22:07.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:07 smithi172 bash[30529]: audit 2023-12-06T07:22:06.962828+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:22:07.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:07 smithi195 bash[25052]: cluster 2023-12-06T07:22:05.485510+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:22:07.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:07 smithi195 bash[25052]: audit 2023-12-06T07:22:06.955648+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:07.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:07 smithi195 bash[25052]: audit 2023-12-06T07:22:06.959730+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:22:07.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:07 smithi195 bash[25052]: audit 2023-12-06T07:22:06.961617+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:22:07.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:07 smithi195 bash[25052]: audit 2023-12-06T07:22:06.962828+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:22:07.621 DEBUG:teuthology.orchestra.run.smithi172:osd.3> sudo journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.3.service 2023-12-06T07:22:07.623 INFO:tasks.cephadm:Deploying osd.4 on smithi195 with /dev/vg_nvme/lv_4... 2023-12-06T07:22:07.623 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-06T07:22:07.757 INFO:journalctl@ceph.osd.3.smithi172.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T07:22:08.586 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:08 smithi195 bash[25052]: audit 2023-12-06T07:22:07.307432+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.172:6826/18970751,v1:172.21.15.172:6827/18970751]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T07:22:08.586 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:08 smithi195 bash[25052]: audit 2023-12-06T07:22:07.308008+0000 mon.a (mon.0) 398 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T07:22:08.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:08 smithi172 bash[25094]: audit 2023-12-06T07:22:07.307432+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.172:6826/18970751,v1:172.21.15.172:6827/18970751]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T07:22:08.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:08 smithi172 bash[25094]: audit 2023-12-06T07:22:07.308008+0000 mon.a (mon.0) 398 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T07:22:08.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:08 smithi172 bash[30529]: audit 2023-12-06T07:22:07.307432+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.172:6826/18970751,v1:172.21.15.172:6827/18970751]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T07:22:08.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:08 smithi172 bash[30529]: audit 2023-12-06T07:22:07.308008+0000 mon.a (mon.0) 398 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T07:22:09.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:09 smithi195 bash[25052]: cluster 2023-12-06T07:22:07.486133+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:22:09.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:09 smithi195 bash[25052]: audit 2023-12-06T07:22:08.278230+0000 mon.a (mon.0) 399 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T07:22:09.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:09 smithi195 bash[25052]: cluster 2023-12-06T07:22:08.278309+0000 mon.a (mon.0) 400 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-06T07:22:09.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:09 smithi195 bash[25052]: audit 2023-12-06T07:22:08.278601+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:22:09.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:09 smithi195 bash[25052]: audit 2023-12-06T07:22:08.280694+0000 mon.c (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.172:6826/18970751,v1:172.21.15.172:6827/18970751]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:22:09.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:09 smithi195 bash[25052]: audit 2023-12-06T07:22:08.281243+0000 mon.a (mon.0) 402 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:22:09.674 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:22:09 smithi172 bash[42744]: debug 2023-12-06T07:22:09.287+0000 7fb718ec8700 -1 osd.3 0 waiting for initial osdmap 2023-12-06T07:22:09.674 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:22:09 smithi172 bash[42744]: debug 2023-12-06T07:22:09.295+0000 7fb71205c700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:22:09.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:09 smithi172 bash[25094]: cluster 2023-12-06T07:22:07.486133+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:22:09.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:09 smithi172 bash[25094]: audit 2023-12-06T07:22:08.278230+0000 mon.a (mon.0) 399 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T07:22:09.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:09 smithi172 bash[25094]: cluster 2023-12-06T07:22:08.278309+0000 mon.a (mon.0) 400 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-06T07:22:09.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:09 smithi172 bash[25094]: audit 2023-12-06T07:22:08.278601+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:22:09.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:09 smithi172 bash[25094]: audit 2023-12-06T07:22:08.280694+0000 mon.c (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.172:6826/18970751,v1:172.21.15.172:6827/18970751]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:22:09.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:09 smithi172 bash[25094]: audit 2023-12-06T07:22:08.281243+0000 mon.a (mon.0) 402 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:22:09.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:09 smithi172 bash[30529]: cluster 2023-12-06T07:22:07.486133+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:22:09.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:09 smithi172 bash[30529]: audit 2023-12-06T07:22:08.278230+0000 mon.a (mon.0) 399 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T07:22:09.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:09 smithi172 bash[30529]: cluster 2023-12-06T07:22:08.278309+0000 mon.a (mon.0) 400 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-06T07:22:09.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:09 smithi172 bash[30529]: audit 2023-12-06T07:22:08.278601+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:22:09.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:09 smithi172 bash[30529]: audit 2023-12-06T07:22:08.280694+0000 mon.c (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.172:6826/18970751,v1:172.21.15.172:6827/18970751]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:22:09.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:09 smithi172 bash[30529]: audit 2023-12-06T07:22:08.281243+0000 mon.a (mon.0) 402 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:22:10.565 INFO:teuthology.orchestra.run.smithi195.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-06T07:22:10.565 INFO:teuthology.orchestra.run.smithi195.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-06T07:22:10.566 INFO:teuthology.orchestra.run.smithi195.stderr: stderr: 10+0 records in 2023-12-06T07:22:10.566 INFO:teuthology.orchestra.run.smithi195.stderr:10+0 records out 2023-12-06T07:22:10.566 INFO:teuthology.orchestra.run.smithi195.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0168359 s, 623 MB/s 2023-12-06T07:22:10.566 INFO:teuthology.orchestra.run.smithi195.stderr:--> Zapping successful for: 2023-12-06T07:22:10.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:10 smithi195 bash[25052]: audit 2023-12-06T07:22:09.280869+0000 mon.a (mon.0) 403 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-06T07:22:10.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:10 smithi195 bash[25052]: cluster 2023-12-06T07:22:09.281010+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-06T07:22:10.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:10 smithi195 bash[25052]: audit 2023-12-06T07:22:09.281798+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:22:10.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:10 smithi195 bash[25052]: audit 2023-12-06T07:22:09.291242+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:22:10.596 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:10 smithi172 bash[30529]: audit 2023-12-06T07:22:09.280869+0000 mon.a (mon.0) 403 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-06T07:22:10.596 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:10 smithi172 bash[30529]: cluster 2023-12-06T07:22:09.281010+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-06T07:22:10.596 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:10 smithi172 bash[30529]: audit 2023-12-06T07:22:09.281798+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:22:10.596 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:10 smithi172 bash[30529]: audit 2023-12-06T07:22:09.291242+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:22:10.597 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:10 smithi172 bash[25094]: audit 2023-12-06T07:22:09.280869+0000 mon.a (mon.0) 403 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-06T07:22:10.597 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:10 smithi172 bash[25094]: cluster 2023-12-06T07:22:09.281010+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-06T07:22:10.597 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:10 smithi172 bash[25094]: audit 2023-12-06T07:22:09.281798+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:22:10.597 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:10 smithi172 bash[25094]: audit 2023-12-06T07:22:09.291242+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:22:11.182 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi195:vg_nvme/lv_4 2023-12-06T07:22:11.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:11 smithi195 bash[25052]: cluster 2023-12-06T07:22:08.316101+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:22:11.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:11 smithi195 bash[25052]: cluster 2023-12-06T07:22:08.316300+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:22:11.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:11 smithi195 bash[25052]: cluster 2023-12-06T07:22:09.486710+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:22:11.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:11 smithi195 bash[25052]: cluster 2023-12-06T07:22:10.292815+0000 mon.a (mon.0) 407 : cluster [INF] osd.3 [v2:172.21.15.172:6826/18970751,v1:172.21.15.172:6827/18970751] boot 2023-12-06T07:22:11.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:11 smithi195 bash[25052]: cluster 2023-12-06T07:22:10.292907+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2023-12-06T07:22:11.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:11 smithi195 bash[25052]: audit 2023-12-06T07:22:10.293671+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:22:11.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:11 smithi172 bash[25094]: cluster 2023-12-06T07:22:08.316101+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:22:11.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:11 smithi172 bash[25094]: cluster 2023-12-06T07:22:08.316300+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:22:11.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:11 smithi172 bash[25094]: cluster 2023-12-06T07:22:09.486710+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:22:11.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:11 smithi172 bash[25094]: cluster 2023-12-06T07:22:10.292815+0000 mon.a (mon.0) 407 : cluster [INF] osd.3 [v2:172.21.15.172:6826/18970751,v1:172.21.15.172:6827/18970751] boot 2023-12-06T07:22:11.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:11 smithi172 bash[25094]: cluster 2023-12-06T07:22:10.292907+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2023-12-06T07:22:11.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:11 smithi172 bash[25094]: audit 2023-12-06T07:22:10.293671+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:22:11.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:11 smithi172 bash[30529]: cluster 2023-12-06T07:22:08.316101+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:22:11.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:11 smithi172 bash[30529]: cluster 2023-12-06T07:22:08.316300+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:22:11.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:11 smithi172 bash[30529]: cluster 2023-12-06T07:22:09.486710+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T07:22:11.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:11 smithi172 bash[30529]: cluster 2023-12-06T07:22:10.292815+0000 mon.a (mon.0) 407 : cluster [INF] osd.3 [v2:172.21.15.172:6826/18970751,v1:172.21.15.172:6827/18970751] boot 2023-12-06T07:22:11.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:11 smithi172 bash[30529]: cluster 2023-12-06T07:22:10.292907+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2023-12-06T07:22:11.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:11 smithi172 bash[30529]: audit 2023-12-06T07:22:10.293671+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:22:12.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:12 smithi172 bash[25094]: cluster 2023-12-06T07:22:11.309695+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-06T07:22:12.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:12 smithi172 bash[30529]: cluster 2023-12-06T07:22:11.309695+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-06T07:22:12.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:12 smithi195 bash[25052]: cluster 2023-12-06T07:22:11.309695+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-06T07:22:13.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:13 smithi195 bash[25052]: cluster 2023-12-06T07:22:11.487304+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:13.631 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:13 smithi172 bash[30529]: cluster 2023-12-06T07:22:11.487304+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:13.632 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:13 smithi172 bash[25094]: cluster 2023-12-06T07:22:11.487304+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:14.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:14 smithi172 bash[25094]: audit 2023-12-06T07:22:13.714654+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:22:14.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:14 smithi172 bash[25094]: audit 2023-12-06T07:22:13.721384+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:22:14.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:14 smithi172 bash[25094]: audit 2023-12-06T07:22:13.722800+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:22:14.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:14 smithi172 bash[25094]: audit 2023-12-06T07:22:14.137525+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:14.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:14 smithi172 bash[25094]: audit 2023-12-06T07:22:14.140304+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:22:14.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:14 smithi172 bash[25094]: audit 2023-12-06T07:22:14.141667+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:22:14.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:14 smithi172 bash[25094]: audit 2023-12-06T07:22:14.142967+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:22:14.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:14 smithi172 bash[25094]: audit 2023-12-06T07:22:14.144353+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:22:14.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:14 smithi172 bash[25094]: audit 2023-12-06T07:22:14.154625+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:14.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:14 smithi172 bash[25094]: audit 2023-12-06T07:22:14.161818+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:14.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:14 smithi172 bash[30529]: audit 2023-12-06T07:22:13.714654+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:22:14.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:14 smithi172 bash[30529]: audit 2023-12-06T07:22:13.721384+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:22:14.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:14 smithi172 bash[30529]: audit 2023-12-06T07:22:13.722800+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:22:14.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:14 smithi172 bash[30529]: audit 2023-12-06T07:22:14.137525+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:14.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:14 smithi172 bash[30529]: audit 2023-12-06T07:22:14.140304+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:22:14.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:14 smithi172 bash[30529]: audit 2023-12-06T07:22:14.141667+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:22:14.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:14 smithi172 bash[30529]: audit 2023-12-06T07:22:14.142967+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:22:14.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:14 smithi172 bash[30529]: audit 2023-12-06T07:22:14.144353+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:22:14.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:14 smithi172 bash[30529]: audit 2023-12-06T07:22:14.154625+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:14.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:14 smithi172 bash[30529]: audit 2023-12-06T07:22:14.161818+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:14.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:14 smithi195 bash[25052]: audit 2023-12-06T07:22:13.714654+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:22:14.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:14 smithi195 bash[25052]: audit 2023-12-06T07:22:13.721384+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:22:14.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:14 smithi195 bash[25052]: audit 2023-12-06T07:22:13.722800+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:22:14.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:14 smithi195 bash[25052]: audit 2023-12-06T07:22:14.137525+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:14.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:14 smithi195 bash[25052]: audit 2023-12-06T07:22:14.140304+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:22:14.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:14 smithi195 bash[25052]: audit 2023-12-06T07:22:14.141667+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:22:14.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:14 smithi195 bash[25052]: audit 2023-12-06T07:22:14.142967+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:22:14.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:14 smithi195 bash[25052]: audit 2023-12-06T07:22:14.144353+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:22:14.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:14 smithi195 bash[25052]: audit 2023-12-06T07:22:14.154625+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:14.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:14 smithi195 bash[25052]: audit 2023-12-06T07:22:14.161818+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:15.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:15 smithi195 bash[25052]: cluster 2023-12-06T07:22:13.487996+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:15.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:15 smithi195 bash[25052]: audit 2023-12-06T07:22:13.707466+0000 mgr.y (mgr.14152) 147 : audit [DBG] from='client.24224 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi195:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:22:15.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:15 smithi195 bash[25052]: cephadm 2023-12-06T07:22:14.128101+0000 mgr.y (mgr.14152) 148 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-06T07:22:15.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:15 smithi195 bash[25052]: cephadm 2023-12-06T07:22:14.145357+0000 mgr.y (mgr.14152) 149 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 4061M 2023-12-06T07:22:15.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:15 smithi172 bash[25094]: cluster 2023-12-06T07:22:13.487996+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:15.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:15 smithi172 bash[25094]: audit 2023-12-06T07:22:13.707466+0000 mgr.y (mgr.14152) 147 : audit [DBG] from='client.24224 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi195:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:22:15.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:15 smithi172 bash[25094]: cephadm 2023-12-06T07:22:14.128101+0000 mgr.y (mgr.14152) 148 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-06T07:22:15.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:15 smithi172 bash[25094]: cephadm 2023-12-06T07:22:14.145357+0000 mgr.y (mgr.14152) 149 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 4061M 2023-12-06T07:22:15.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:15 smithi172 bash[30529]: cluster 2023-12-06T07:22:13.487996+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:15.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:15 smithi172 bash[30529]: audit 2023-12-06T07:22:13.707466+0000 mgr.y (mgr.14152) 147 : audit [DBG] from='client.24224 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi195:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:22:15.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:15 smithi172 bash[30529]: cephadm 2023-12-06T07:22:14.128101+0000 mgr.y (mgr.14152) 148 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-06T07:22:15.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:15 smithi172 bash[30529]: cephadm 2023-12-06T07:22:14.145357+0000 mgr.y (mgr.14152) 149 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 4061M 2023-12-06T07:22:17.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:17 smithi195 bash[25052]: cluster 2023-12-06T07:22:15.488613+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:17.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:17 smithi172 bash[25094]: cluster 2023-12-06T07:22:15.488613+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:17.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:17 smithi172 bash[30529]: cluster 2023-12-06T07:22:15.488613+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:19.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:19 smithi195 bash[25052]: cluster 2023-12-06T07:22:17.489248+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:19.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:19 smithi172 bash[25094]: cluster 2023-12-06T07:22:17.489248+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:19.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:19 smithi172 bash[30529]: cluster 2023-12-06T07:22:17.489248+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:20.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:20 smithi195 bash[25052]: audit 2023-12-06T07:22:19.651321+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.195:0/1886167590' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7eb19d3-8a85-41d0-8c35-5c56de83fe5d"}]: dispatch 2023-12-06T07:22:20.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:20 smithi195 bash[25052]: audit 2023-12-06T07:22:19.652757+0000 mon.a (mon.0) 421 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7eb19d3-8a85-41d0-8c35-5c56de83fe5d"}]: dispatch 2023-12-06T07:22:20.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:20 smithi195 bash[25052]: audit 2023-12-06T07:22:19.661626+0000 mon.a (mon.0) 422 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b7eb19d3-8a85-41d0-8c35-5c56de83fe5d"}]': finished 2023-12-06T07:22:20.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:20 smithi195 bash[25052]: cluster 2023-12-06T07:22:19.661732+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-12-06T07:22:20.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:20 smithi195 bash[25052]: audit 2023-12-06T07:22:19.662022+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:22:20.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:20 smithi195 bash[25052]: audit 2023-12-06T07:22:20.320602+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.195:0/2902412673' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:22:20.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:20 smithi172 bash[25094]: audit 2023-12-06T07:22:19.651321+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.195:0/1886167590' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7eb19d3-8a85-41d0-8c35-5c56de83fe5d"}]: dispatch 2023-12-06T07:22:20.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:20 smithi172 bash[25094]: audit 2023-12-06T07:22:19.652757+0000 mon.a (mon.0) 421 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7eb19d3-8a85-41d0-8c35-5c56de83fe5d"}]: dispatch 2023-12-06T07:22:20.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:20 smithi172 bash[25094]: audit 2023-12-06T07:22:19.661626+0000 mon.a (mon.0) 422 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b7eb19d3-8a85-41d0-8c35-5c56de83fe5d"}]': finished 2023-12-06T07:22:20.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:20 smithi172 bash[25094]: cluster 2023-12-06T07:22:19.661732+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-12-06T07:22:20.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:20 smithi172 bash[25094]: audit 2023-12-06T07:22:19.662022+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:22:20.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:20 smithi172 bash[25094]: audit 2023-12-06T07:22:20.320602+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.195:0/2902412673' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:22:20.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:20 smithi172 bash[30529]: audit 2023-12-06T07:22:19.651321+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.195:0/1886167590' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7eb19d3-8a85-41d0-8c35-5c56de83fe5d"}]: dispatch 2023-12-06T07:22:20.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:20 smithi172 bash[30529]: audit 2023-12-06T07:22:19.652757+0000 mon.a (mon.0) 421 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7eb19d3-8a85-41d0-8c35-5c56de83fe5d"}]: dispatch 2023-12-06T07:22:20.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:20 smithi172 bash[30529]: audit 2023-12-06T07:22:19.661626+0000 mon.a (mon.0) 422 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b7eb19d3-8a85-41d0-8c35-5c56de83fe5d"}]': finished 2023-12-06T07:22:20.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:20 smithi172 bash[30529]: cluster 2023-12-06T07:22:19.661732+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-12-06T07:22:20.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:20 smithi172 bash[30529]: audit 2023-12-06T07:22:19.662022+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:22:20.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:20 smithi172 bash[30529]: audit 2023-12-06T07:22:20.320602+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.195:0/2902412673' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:22:21.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:21 smithi172 bash[30529]: cluster 2023-12-06T07:22:19.489855+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:21.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:21 smithi172 bash[25094]: cluster 2023-12-06T07:22:19.489855+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:21.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:21 smithi195 bash[25052]: cluster 2023-12-06T07:22:19.489855+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:23.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:23 smithi172 bash[30529]: cluster 2023-12-06T07:22:21.490552+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:23.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:23 smithi172 bash[25094]: cluster 2023-12-06T07:22:21.490552+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:23.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:23 smithi195 bash[25052]: cluster 2023-12-06T07:22:21.490552+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:25.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:25 smithi172 bash[25094]: cluster 2023-12-06T07:22:23.491232+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-06T07:22:25.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:25 smithi172 bash[30529]: cluster 2023-12-06T07:22:23.491232+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-06T07:22:25.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:25 smithi195 bash[25052]: cluster 2023-12-06T07:22:23.491232+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-06T07:22:27.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:27 smithi195 bash[25052]: cluster 2023-12-06T07:22:25.491989+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-06T07:22:27.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:27 smithi172 bash[25094]: cluster 2023-12-06T07:22:25.491989+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-06T07:22:27.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:27 smithi172 bash[30529]: cluster 2023-12-06T07:22:25.491989+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-06T07:22:29.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:29 smithi172 bash[25094]: cluster 2023-12-06T07:22:27.492667+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-06T07:22:29.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:29 smithi172 bash[30529]: cluster 2023-12-06T07:22:27.492667+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-06T07:22:29.684 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:29 smithi195 bash[25052]: cluster 2023-12-06T07:22:27.492667+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-06T07:22:30.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:30 smithi172 bash[25094]: audit 2023-12-06T07:22:29.421548+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T07:22:30.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:30 smithi172 bash[25094]: audit 2023-12-06T07:22:29.423077+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:22:30.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:30 smithi172 bash[30529]: audit 2023-12-06T07:22:29.421548+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T07:22:30.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:30 smithi172 bash[30529]: audit 2023-12-06T07:22:29.423077+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:22:30.726 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:30 smithi195 bash[25052]: audit 2023-12-06T07:22:29.421548+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T07:22:30.726 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:30 smithi195 bash[25052]: audit 2023-12-06T07:22:29.423077+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:22:31.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:31 smithi195 bash[25052]: cephadm 2023-12-06T07:22:29.424142+0000 mgr.y (mgr.14152) 157 : cephadm [INF] Deploying daemon osd.4 on smithi195 2023-12-06T07:22:31.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:31 smithi195 bash[25052]: cluster 2023-12-06T07:22:29.493239+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:31.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:31 smithi172 bash[25094]: cephadm 2023-12-06T07:22:29.424142+0000 mgr.y (mgr.14152) 157 : cephadm [INF] Deploying daemon osd.4 on smithi195 2023-12-06T07:22:31.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:31 smithi172 bash[25094]: cluster 2023-12-06T07:22:29.493239+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:31.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:31 smithi172 bash[30529]: cephadm 2023-12-06T07:22:29.424142+0000 mgr.y (mgr.14152) 157 : cephadm [INF] Deploying daemon osd.4 on smithi195 2023-12-06T07:22:31.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:31 smithi172 bash[30529]: cluster 2023-12-06T07:22:29.493239+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:33.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:33 smithi195 bash[25052]: cluster 2023-12-06T07:22:31.493852+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:33.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:33 smithi195 bash[25052]: audit 2023-12-06T07:22:33.232698+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:22:33.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:33 smithi195 bash[25052]: audit 2023-12-06T07:22:33.236126+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:33.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:33 smithi195 bash[25052]: audit 2023-12-06T07:22:33.238793+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:22:33.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:33 smithi195 bash[25052]: audit 2023-12-06T07:22:33.240681+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:22:33.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:33 smithi172 bash[25094]: cluster 2023-12-06T07:22:31.493852+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:33.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:33 smithi172 bash[25094]: audit 2023-12-06T07:22:33.232698+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:22:33.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:33 smithi172 bash[25094]: audit 2023-12-06T07:22:33.236126+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:33.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:33 smithi172 bash[25094]: audit 2023-12-06T07:22:33.238793+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:22:33.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:33 smithi172 bash[25094]: audit 2023-12-06T07:22:33.240681+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:22:33.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:33 smithi172 bash[30529]: cluster 2023-12-06T07:22:31.493852+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:33.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:33 smithi172 bash[30529]: audit 2023-12-06T07:22:33.232698+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:22:33.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:33 smithi172 bash[30529]: audit 2023-12-06T07:22:33.236126+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:33.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:33 smithi172 bash[30529]: audit 2023-12-06T07:22:33.238793+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:22:33.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:33 smithi172 bash[30529]: audit 2023-12-06T07:22:33.240681+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:22:35.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:35 smithi172 bash[25094]: cluster 2023-12-06T07:22:33.494516+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:35.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:35 smithi172 bash[30529]: cluster 2023-12-06T07:22:33.494516+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:35.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:35 smithi195 bash[25052]: cluster 2023-12-06T07:22:33.494516+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:37.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:37 smithi195 bash[25052]: cluster 2023-12-06T07:22:35.495190+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:37.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:37 smithi195 bash[25052]: audit 2023-12-06T07:22:36.710351+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:37.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:37 smithi195 bash[25052]: audit 2023-12-06T07:22:36.985972+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:37.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:37 smithi172 bash[25094]: cluster 2023-12-06T07:22:35.495190+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:37.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:37 smithi172 bash[25094]: audit 2023-12-06T07:22:36.710351+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:37.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:37 smithi172 bash[25094]: audit 2023-12-06T07:22:36.985972+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:37.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:37 smithi172 bash[30529]: cluster 2023-12-06T07:22:35.495190+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:37.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:37 smithi172 bash[30529]: audit 2023-12-06T07:22:36.710351+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:37.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:37 smithi172 bash[30529]: audit 2023-12-06T07:22:36.985972+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:39.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:39 smithi195 bash[25052]: cluster 2023-12-06T07:22:37.495746+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:39.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:39 smithi172 bash[25094]: cluster 2023-12-06T07:22:37.495746+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:39.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:39 smithi172 bash[30529]: cluster 2023-12-06T07:22:37.495746+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:39.884 INFO:teuthology.orchestra.run.smithi195.stdout:Created osd(s) 4 on host 'smithi195' 2023-12-06T07:22:40.515 DEBUG:teuthology.orchestra.run.smithi195:osd.4> sudo journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.4.service 2023-12-06T07:22:40.518 INFO:tasks.cephadm:Deploying osd.5 on smithi195 with /dev/vg_nvme/lv_3... 2023-12-06T07:22:40.518 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-06T07:22:40.687 INFO:journalctl@ceph.osd.4.smithi195.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T07:22:41.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:40 smithi195 bash[25052]: cluster 2023-12-06T07:22:39.496371+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:41.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:40 smithi195 bash[25052]: audit 2023-12-06T07:22:39.881186+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:41.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:40 smithi195 bash[25052]: audit 2023-12-06T07:22:39.911471+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:22:41.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:40 smithi195 bash[25052]: audit 2023-12-06T07:22:39.914318+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:22:41.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:40 smithi195 bash[25052]: audit 2023-12-06T07:22:39.916305+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:22:41.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:40 smithi195 bash[25052]: audit 2023-12-06T07:22:40.028348+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.195:6800/2861492603,v1:172.21.15.195:6801/2861492603]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:22:41.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:40 smithi195 bash[25052]: audit 2023-12-06T07:22:40.029727+0000 mon.a (mon.0) 437 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:22:41.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:40 smithi172 bash[30529]: cluster 2023-12-06T07:22:39.496371+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:41.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:40 smithi172 bash[30529]: audit 2023-12-06T07:22:39.881186+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:41.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:40 smithi172 bash[30529]: audit 2023-12-06T07:22:39.911471+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:22:41.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:40 smithi172 bash[30529]: audit 2023-12-06T07:22:39.914318+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:22:41.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:40 smithi172 bash[30529]: audit 2023-12-06T07:22:39.916305+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:22:41.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:40 smithi172 bash[30529]: audit 2023-12-06T07:22:40.028348+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.195:6800/2861492603,v1:172.21.15.195:6801/2861492603]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:22:41.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:40 smithi172 bash[30529]: audit 2023-12-06T07:22:40.029727+0000 mon.a (mon.0) 437 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:22:41.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:40 smithi172 bash[25094]: cluster 2023-12-06T07:22:39.496371+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T07:22:41.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:40 smithi172 bash[25094]: audit 2023-12-06T07:22:39.881186+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:41.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:40 smithi172 bash[25094]: audit 2023-12-06T07:22:39.911471+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:22:41.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:40 smithi172 bash[25094]: audit 2023-12-06T07:22:39.914318+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:22:41.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:40 smithi172 bash[25094]: audit 2023-12-06T07:22:39.916305+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:22:41.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:40 smithi172 bash[25094]: audit 2023-12-06T07:22:40.028348+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.195:6800/2861492603,v1:172.21.15.195:6801/2861492603]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:22:41.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:40 smithi172 bash[25094]: audit 2023-12-06T07:22:40.029727+0000 mon.a (mon.0) 437 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:22:42.096 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:22:41 smithi195 bash[28430]: debug 2023-12-06T07:22:41.906+0000 7fd2d84f5700 -1 osd.4 0 waiting for initial osdmap 2023-12-06T07:22:42.096 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:22:41 smithi195 bash[28430]: debug 2023-12-06T07:22:41.914+0000 7fd2d3e8e700 -1 osd.4 29 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:22:42.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:41 smithi195 bash[25052]: audit 2023-12-06T07:22:40.897397+0000 mon.a (mon.0) 438 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T07:22:42.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:41 smithi195 bash[25052]: cluster 2023-12-06T07:22:40.897561+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-06T07:22:42.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:41 smithi195 bash[25052]: audit 2023-12-06T07:22:40.897814+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:22:42.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:41 smithi195 bash[25052]: audit 2023-12-06T07:22:40.898279+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.195:6800/2861492603,v1:172.21.15.195:6801/2861492603]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:22:42.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:41 smithi195 bash[25052]: audit 2023-12-06T07:22:40.899502+0000 mon.a (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:22:42.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:41 smithi195 bash[25052]: audit 2023-12-06T07:22:41.516992+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:22:42.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:41 smithi195 bash[25052]: audit 2023-12-06T07:22:41.520525+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:22:42.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:41 smithi172 bash[30529]: audit 2023-12-06T07:22:40.897397+0000 mon.a (mon.0) 438 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T07:22:42.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:41 smithi172 bash[30529]: cluster 2023-12-06T07:22:40.897561+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-06T07:22:42.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:41 smithi172 bash[30529]: audit 2023-12-06T07:22:40.897814+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:22:42.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:41 smithi172 bash[30529]: audit 2023-12-06T07:22:40.898279+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.195:6800/2861492603,v1:172.21.15.195:6801/2861492603]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:22:42.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:41 smithi172 bash[30529]: audit 2023-12-06T07:22:40.899502+0000 mon.a (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:22:42.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:41 smithi172 bash[30529]: audit 2023-12-06T07:22:41.516992+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:22:42.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:41 smithi172 bash[30529]: audit 2023-12-06T07:22:41.520525+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:22:42.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:41 smithi172 bash[25094]: audit 2023-12-06T07:22:40.897397+0000 mon.a (mon.0) 438 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T07:22:42.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:41 smithi172 bash[25094]: cluster 2023-12-06T07:22:40.897561+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-06T07:22:42.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:41 smithi172 bash[25094]: audit 2023-12-06T07:22:40.897814+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:22:42.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:41 smithi172 bash[25094]: audit 2023-12-06T07:22:40.898279+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.195:6800/2861492603,v1:172.21.15.195:6801/2861492603]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:22:42.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:41 smithi172 bash[25094]: audit 2023-12-06T07:22:40.899502+0000 mon.a (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:22:42.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:41 smithi172 bash[25094]: audit 2023-12-06T07:22:41.516992+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:22:42.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:41 smithi172 bash[25094]: audit 2023-12-06T07:22:41.520525+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:22:43.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:42 smithi195 bash[25052]: cluster 2023-12-06T07:22:41.497051+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-06T07:22:43.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:42 smithi195 bash[25052]: audit 2023-12-06T07:22:41.902162+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=smithi195", "root=default"]}]': finished 2023-12-06T07:22:43.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:42 smithi195 bash[25052]: cluster 2023-12-06T07:22:41.902357+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-06T07:22:43.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:42 smithi195 bash[25052]: audit 2023-12-06T07:22:41.903097+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:22:43.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:42 smithi195 bash[25052]: audit 2023-12-06T07:22:41.913577+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:22:43.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:42 smithi172 bash[30529]: cluster 2023-12-06T07:22:41.497051+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-06T07:22:43.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:42 smithi172 bash[30529]: audit 2023-12-06T07:22:41.902162+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=smithi195", "root=default"]}]': finished 2023-12-06T07:22:43.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:42 smithi172 bash[30529]: cluster 2023-12-06T07:22:41.902357+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-06T07:22:43.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:42 smithi172 bash[30529]: audit 2023-12-06T07:22:41.903097+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:22:43.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:42 smithi172 bash[30529]: audit 2023-12-06T07:22:41.913577+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:22:43.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:42 smithi172 bash[25094]: cluster 2023-12-06T07:22:41.497051+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-06T07:22:43.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:42 smithi172 bash[25094]: audit 2023-12-06T07:22:41.902162+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=smithi195", "root=default"]}]': finished 2023-12-06T07:22:43.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:42 smithi172 bash[25094]: cluster 2023-12-06T07:22:41.902357+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-06T07:22:43.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:42 smithi172 bash[25094]: audit 2023-12-06T07:22:41.903097+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:22:43.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:42 smithi172 bash[25094]: audit 2023-12-06T07:22:41.913577+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:22:43.950 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:43 smithi195 bash[25052]: cluster 2023-12-06T07:22:40.998326+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:22:43.950 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:43 smithi195 bash[25052]: cluster 2023-12-06T07:22:40.998509+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:22:43.950 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:43 smithi195 bash[25052]: cluster 2023-12-06T07:22:42.905913+0000 mon.a (mon.0) 448 : cluster [INF] osd.4 [v2:172.21.15.195:6800/2861492603,v1:172.21.15.195:6801/2861492603] boot 2023-12-06T07:22:44.080 INFO:teuthology.orchestra.run.smithi195.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-06T07:22:44.080 INFO:teuthology.orchestra.run.smithi195.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-06T07:22:44.080 INFO:teuthology.orchestra.run.smithi195.stderr: stderr: 10+0 records in 2023-12-06T07:22:44.080 INFO:teuthology.orchestra.run.smithi195.stderr:10+0 records out 2023-12-06T07:22:44.080 INFO:teuthology.orchestra.run.smithi195.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0184308 s, 569 MB/s 2023-12-06T07:22:44.080 INFO:teuthology.orchestra.run.smithi195.stderr:--> Zapping successful for: 2023-12-06T07:22:44.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:43 smithi172 bash[25094]: cluster 2023-12-06T07:22:40.998326+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:22:44.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:43 smithi172 bash[25094]: cluster 2023-12-06T07:22:40.998509+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:22:44.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:43 smithi172 bash[25094]: cluster 2023-12-06T07:22:42.905913+0000 mon.a (mon.0) 448 : cluster [INF] osd.4 [v2:172.21.15.195:6800/2861492603,v1:172.21.15.195:6801/2861492603] boot 2023-12-06T07:22:44.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:43 smithi172 bash[25094]: cluster 2023-12-06T07:22:42.906066+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2023-12-06T07:22:44.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:43 smithi172 bash[25094]: audit 2023-12-06T07:22:42.906338+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:22:44.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:43 smithi172 bash[25094]: cluster 2023-12-06T07:22:43.904815+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-06T07:22:44.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:43 smithi172 bash[30529]: cluster 2023-12-06T07:22:40.998326+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:22:44.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:43 smithi172 bash[30529]: cluster 2023-12-06T07:22:40.998509+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:22:44.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:43 smithi172 bash[30529]: cluster 2023-12-06T07:22:42.905913+0000 mon.a (mon.0) 448 : cluster [INF] osd.4 [v2:172.21.15.195:6800/2861492603,v1:172.21.15.195:6801/2861492603] boot 2023-12-06T07:22:44.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:43 smithi172 bash[30529]: cluster 2023-12-06T07:22:42.906066+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2023-12-06T07:22:44.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:43 smithi172 bash[30529]: audit 2023-12-06T07:22:42.906338+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:22:44.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:43 smithi172 bash[30529]: cluster 2023-12-06T07:22:43.904815+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-06T07:22:44.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:43 smithi195 bash[25052]: cluster 2023-12-06T07:22:42.906066+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2023-12-06T07:22:44.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:43 smithi195 bash[25052]: audit 2023-12-06T07:22:42.906338+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:22:44.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:43 smithi195 bash[25052]: cluster 2023-12-06T07:22:43.904815+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-06T07:22:45.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:44 smithi172 bash[30529]: cluster 2023-12-06T07:22:43.497677+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:22:45.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:44 smithi172 bash[30529]: cluster 2023-12-06T07:22:44.908277+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-06T07:22:45.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:44 smithi172 bash[25094]: cluster 2023-12-06T07:22:43.497677+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:22:45.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:44 smithi172 bash[25094]: cluster 2023-12-06T07:22:44.908277+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-06T07:22:45.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:44 smithi195 bash[25052]: cluster 2023-12-06T07:22:43.497677+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:22:45.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:44 smithi195 bash[25052]: cluster 2023-12-06T07:22:44.908277+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-06T07:22:45.362 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi195:vg_nvme/lv_3 2023-12-06T07:22:46.548 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:46 smithi195 bash[25052]: cluster 2023-12-06T07:22:45.281961+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-06T07:22:46.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:46 smithi172 bash[30529]: cluster 2023-12-06T07:22:45.281961+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-06T07:22:46.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:46 smithi172 bash[25094]: cluster 2023-12-06T07:22:45.281961+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-06T07:22:47.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:47 smithi195 bash[25052]: cluster 2023-12-06T07:22:45.498268+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v145: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:22:47.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:47 smithi195 bash[25052]: cluster 2023-12-06T07:22:46.285312+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-06T07:22:47.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:47 smithi172 bash[25094]: cluster 2023-12-06T07:22:45.498268+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v145: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:22:47.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:47 smithi172 bash[25094]: cluster 2023-12-06T07:22:46.285312+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-06T07:22:47.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:47 smithi172 bash[30529]: cluster 2023-12-06T07:22:45.498268+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v145: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:22:47.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:47 smithi172 bash[30529]: cluster 2023-12-06T07:22:46.285312+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-06T07:22:49.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:49 smithi195 bash[25052]: cluster 2023-12-06T07:22:47.498833+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v147: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:22:49.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:49 smithi195 bash[25052]: cephadm 2023-12-06T07:22:48.420463+0000 mgr.y (mgr.14152) 168 : cephadm [INF] Detected new or changed devices on smithi195 2023-12-06T07:22:49.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:49 smithi195 bash[25052]: audit 2023-12-06T07:22:48.430413+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:49.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:49 smithi195 bash[25052]: audit 2023-12-06T07:22:48.431830+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:22:49.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:49 smithi195 bash[25052]: audit 2023-12-06T07:22:48.443396+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:49.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:49 smithi195 bash[25052]: audit 2023-12-06T07:22:48.452400+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:49.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:49 smithi195 bash[25052]: audit 2023-12-06T07:22:48.870534+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:22:49.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:49 smithi195 bash[25052]: audit 2023-12-06T07:22:48.877033+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:22:49.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:49 smithi195 bash[25052]: audit 2023-12-06T07:22:48.878750+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:22:49.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:49 smithi172 bash[25094]: cluster 2023-12-06T07:22:47.498833+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v147: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:22:49.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:49 smithi172 bash[25094]: cephadm 2023-12-06T07:22:48.420463+0000 mgr.y (mgr.14152) 168 : cephadm [INF] Detected new or changed devices on smithi195 2023-12-06T07:22:49.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:49 smithi172 bash[25094]: audit 2023-12-06T07:22:48.430413+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:49.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:49 smithi172 bash[25094]: audit 2023-12-06T07:22:48.431830+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:22:49.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:49 smithi172 bash[25094]: audit 2023-12-06T07:22:48.443396+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:49.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:49 smithi172 bash[25094]: audit 2023-12-06T07:22:48.452400+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:49.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:49 smithi172 bash[25094]: audit 2023-12-06T07:22:48.870534+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:22:49.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:49 smithi172 bash[25094]: audit 2023-12-06T07:22:48.877033+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:22:49.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:49 smithi172 bash[25094]: audit 2023-12-06T07:22:48.878750+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:22:49.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:49 smithi172 bash[30529]: cluster 2023-12-06T07:22:47.498833+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v147: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:22:49.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:49 smithi172 bash[30529]: cephadm 2023-12-06T07:22:48.420463+0000 mgr.y (mgr.14152) 168 : cephadm [INF] Detected new or changed devices on smithi195 2023-12-06T07:22:49.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:49 smithi172 bash[30529]: audit 2023-12-06T07:22:48.430413+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:49.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:49 smithi172 bash[30529]: audit 2023-12-06T07:22:48.431830+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:22:49.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:49 smithi172 bash[30529]: audit 2023-12-06T07:22:48.443396+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:49.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:49 smithi172 bash[30529]: audit 2023-12-06T07:22:48.452400+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:22:49.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:49 smithi172 bash[30529]: audit 2023-12-06T07:22:48.870534+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:22:49.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:49 smithi172 bash[30529]: audit 2023-12-06T07:22:48.877033+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:22:49.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:49 smithi172 bash[30529]: audit 2023-12-06T07:22:48.878750+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:22:50.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:50 smithi195 bash[25052]: cephadm 2023-12-06T07:22:48.433499+0000 mgr.y (mgr.14152) 169 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 17271M 2023-12-06T07:22:50.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:50 smithi195 bash[25052]: audit 2023-12-06T07:22:48.863713+0000 mgr.y (mgr.14152) 170 : audit [DBG] from='client.24251 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi195:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:22:50.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:50 smithi172 bash[30529]: cephadm 2023-12-06T07:22:48.433499+0000 mgr.y (mgr.14152) 169 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 17271M 2023-12-06T07:22:50.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:50 smithi172 bash[30529]: audit 2023-12-06T07:22:48.863713+0000 mgr.y (mgr.14152) 170 : audit [DBG] from='client.24251 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi195:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:22:50.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:50 smithi172 bash[25094]: cephadm 2023-12-06T07:22:48.433499+0000 mgr.y (mgr.14152) 169 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 17271M 2023-12-06T07:22:50.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:50 smithi172 bash[25094]: audit 2023-12-06T07:22:48.863713+0000 mgr.y (mgr.14152) 170 : audit [DBG] from='client.24251 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi195:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:22:51.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:51 smithi195 bash[25052]: cluster 2023-12-06T07:22:49.499483+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 92 KiB/s, 0 objects/s recovering 2023-12-06T07:22:51.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:51 smithi172 bash[25094]: cluster 2023-12-06T07:22:49.499483+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 92 KiB/s, 0 objects/s recovering 2023-12-06T07:22:51.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:51 smithi172 bash[30529]: cluster 2023-12-06T07:22:49.499483+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 92 KiB/s, 0 objects/s recovering 2023-12-06T07:22:53.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:53 smithi195 bash[25052]: cluster 2023-12-06T07:22:51.500130+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v149: 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-06T07:22:53.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:53 smithi172 bash[25094]: cluster 2023-12-06T07:22:51.500130+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v149: 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-06T07:22:53.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:53 smithi172 bash[30529]: cluster 2023-12-06T07:22:51.500130+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v149: 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-06T07:22:55.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:55 smithi195 bash[25052]: cluster 2023-12-06T07:22:53.500737+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-12-06T07:22:55.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:55 smithi195 bash[25052]: audit 2023-12-06T07:22:54.767859+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.195:0/2195643069' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "92e1b66d-2d2d-44f3-8a22-37773710fd03"}]: dispatch 2023-12-06T07:22:55.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:55 smithi195 bash[25052]: audit 2023-12-06T07:22:54.769345+0000 mon.a (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "92e1b66d-2d2d-44f3-8a22-37773710fd03"}]: dispatch 2023-12-06T07:22:55.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:55 smithi195 bash[25052]: audit 2023-12-06T07:22:54.778287+0000 mon.a (mon.0) 463 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "92e1b66d-2d2d-44f3-8a22-37773710fd03"}]': finished 2023-12-06T07:22:55.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:55 smithi195 bash[25052]: cluster 2023-12-06T07:22:54.778485+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2023-12-06T07:22:55.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:55 smithi195 bash[25052]: audit 2023-12-06T07:22:54.778767+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:22:55.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:55 smithi172 bash[25094]: cluster 2023-12-06T07:22:53.500737+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-12-06T07:22:55.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:55 smithi172 bash[25094]: audit 2023-12-06T07:22:54.767859+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.195:0/2195643069' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "92e1b66d-2d2d-44f3-8a22-37773710fd03"}]: dispatch 2023-12-06T07:22:55.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:55 smithi172 bash[25094]: audit 2023-12-06T07:22:54.769345+0000 mon.a (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "92e1b66d-2d2d-44f3-8a22-37773710fd03"}]: dispatch 2023-12-06T07:22:55.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:55 smithi172 bash[25094]: audit 2023-12-06T07:22:54.778287+0000 mon.a (mon.0) 463 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "92e1b66d-2d2d-44f3-8a22-37773710fd03"}]': finished 2023-12-06T07:22:55.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:55 smithi172 bash[25094]: cluster 2023-12-06T07:22:54.778485+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2023-12-06T07:22:55.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:55 smithi172 bash[25094]: audit 2023-12-06T07:22:54.778767+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:22:55.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:55 smithi172 bash[30529]: cluster 2023-12-06T07:22:53.500737+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-12-06T07:22:55.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:55 smithi172 bash[30529]: audit 2023-12-06T07:22:54.767859+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.195:0/2195643069' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "92e1b66d-2d2d-44f3-8a22-37773710fd03"}]: dispatch 2023-12-06T07:22:55.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:55 smithi172 bash[30529]: audit 2023-12-06T07:22:54.769345+0000 mon.a (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "92e1b66d-2d2d-44f3-8a22-37773710fd03"}]: dispatch 2023-12-06T07:22:55.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:55 smithi172 bash[30529]: audit 2023-12-06T07:22:54.778287+0000 mon.a (mon.0) 463 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "92e1b66d-2d2d-44f3-8a22-37773710fd03"}]': finished 2023-12-06T07:22:55.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:55 smithi172 bash[30529]: cluster 2023-12-06T07:22:54.778485+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2023-12-06T07:22:55.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:55 smithi172 bash[30529]: audit 2023-12-06T07:22:54.778767+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:22:56.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:56 smithi195 bash[25052]: audit 2023-12-06T07:22:55.453635+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.195:0/2732021318' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:22:56.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:56 smithi172 bash[25094]: audit 2023-12-06T07:22:55.453635+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.195:0/2732021318' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:22:56.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:56 smithi172 bash[30529]: audit 2023-12-06T07:22:55.453635+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.195:0/2732021318' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:22:57.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:57 smithi195 bash[25052]: cluster 2023-12-06T07:22:55.501404+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-12-06T07:22:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:57 smithi172 bash[25094]: cluster 2023-12-06T07:22:55.501404+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-12-06T07:22:57.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:57 smithi172 bash[30529]: cluster 2023-12-06T07:22:55.501404+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-12-06T07:22:59.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:22:59 smithi195 bash[25052]: cluster 2023-12-06T07:22:57.502122+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v153: 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-06T07:22:59.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:22:59 smithi172 bash[25094]: cluster 2023-12-06T07:22:57.502122+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v153: 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-06T07:22:59.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:22:59 smithi172 bash[30529]: cluster 2023-12-06T07:22:57.502122+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v153: 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-06T07:23:01.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:01 smithi195 bash[25052]: cluster 2023-12-06T07:22:59.502858+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:01.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:01 smithi172 bash[25094]: cluster 2023-12-06T07:22:59.502858+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:01.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:01 smithi172 bash[30529]: cluster 2023-12-06T07:22:59.502858+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:03.605 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:03 smithi195 bash[25052]: cluster 2023-12-06T07:23:01.503600+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 2023-12-06T07:23:03.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:03 smithi172 bash[25094]: cluster 2023-12-06T07:23:01.503600+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 2023-12-06T07:23:03.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:03 smithi172 bash[30529]: cluster 2023-12-06T07:23:01.503600+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 2023-12-06T07:23:05.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:05 smithi172 bash[25094]: cluster 2023-12-06T07:23:03.504174+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:05.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:05 smithi172 bash[25094]: audit 2023-12-06T07:23:04.800493+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T07:23:05.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:05 smithi172 bash[25094]: audit 2023-12-06T07:23:04.802466+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:23:05.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:05 smithi172 bash[30529]: cluster 2023-12-06T07:23:03.504174+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:05.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:05 smithi172 bash[30529]: audit 2023-12-06T07:23:04.800493+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T07:23:05.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:05 smithi172 bash[30529]: audit 2023-12-06T07:23:04.802466+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:23:05.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:05 smithi195 bash[25052]: cluster 2023-12-06T07:23:03.504174+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:05.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:05 smithi195 bash[25052]: audit 2023-12-06T07:23:04.800493+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T07:23:05.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:05 smithi195 bash[25052]: audit 2023-12-06T07:23:04.802466+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:23:06.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:06 smithi195 bash[25052]: cephadm 2023-12-06T07:23:04.803990+0000 mgr.y (mgr.14152) 179 : cephadm [INF] Deploying daemon osd.5 on smithi195 2023-12-06T07:23:06.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:06 smithi172 bash[25094]: cephadm 2023-12-06T07:23:04.803990+0000 mgr.y (mgr.14152) 179 : cephadm [INF] Deploying daemon osd.5 on smithi195 2023-12-06T07:23:06.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:06 smithi172 bash[30529]: cephadm 2023-12-06T07:23:04.803990+0000 mgr.y (mgr.14152) 179 : cephadm [INF] Deploying daemon osd.5 on smithi195 2023-12-06T07:23:07.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:07 smithi172 bash[25094]: cluster 2023-12-06T07:23:05.504810+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:07.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:07 smithi172 bash[30529]: cluster 2023-12-06T07:23:05.504810+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:07.768 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:07 smithi195 bash[25052]: cluster 2023-12-06T07:23:05.504810+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:09.369 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:09 smithi172 bash[25094]: cluster 2023-12-06T07:23:07.505396+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:09.369 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:09 smithi172 bash[25094]: audit 2023-12-06T07:23:08.828501+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:23:09.369 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:09 smithi172 bash[25094]: audit 2023-12-06T07:23:08.831602+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:23:09.369 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:09 smithi172 bash[25094]: audit 2023-12-06T07:23:08.836414+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:09.662 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:09 smithi195 bash[25052]: cluster 2023-12-06T07:23:07.505396+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:09.662 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:09 smithi195 bash[25052]: audit 2023-12-06T07:23:08.828501+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:23:09.662 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:09 smithi195 bash[25052]: audit 2023-12-06T07:23:08.831602+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:23:09.662 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:09 smithi195 bash[25052]: audit 2023-12-06T07:23:08.836414+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:09.662 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:09 smithi195 bash[25052]: audit 2023-12-06T07:23:08.838737+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:23:09.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:09 smithi172 bash[25094]: audit 2023-12-06T07:23:08.838737+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:23:09.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:09 smithi172 bash[30529]: cluster 2023-12-06T07:23:07.505396+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:09.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:09 smithi172 bash[30529]: audit 2023-12-06T07:23:08.828501+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:23:09.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:09 smithi172 bash[30529]: audit 2023-12-06T07:23:08.831602+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:23:09.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:09 smithi172 bash[30529]: audit 2023-12-06T07:23:08.836414+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:09.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:09 smithi172 bash[30529]: audit 2023-12-06T07:23:08.838737+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:23:11.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:11 smithi172 bash[25094]: cluster 2023-12-06T07:23:09.506008+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:11.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:11 smithi172 bash[30529]: cluster 2023-12-06T07:23:09.506008+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:11.806 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:11 smithi195 bash[25052]: cluster 2023-12-06T07:23:09.506008+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:13.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:13 smithi172 bash[25094]: cluster 2023-12-06T07:23:11.506625+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:13.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:13 smithi172 bash[25094]: audit 2023-12-06T07:23:12.454789+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:13.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:13 smithi172 bash[25094]: audit 2023-12-06T07:23:12.462515+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:13.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:13 smithi172 bash[30529]: cluster 2023-12-06T07:23:11.506625+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:13.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:13 smithi172 bash[30529]: audit 2023-12-06T07:23:12.454789+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:13.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:13 smithi172 bash[30529]: audit 2023-12-06T07:23:12.462515+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:13.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:13 smithi195 bash[25052]: cluster 2023-12-06T07:23:11.506625+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:13.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:13 smithi195 bash[25052]: audit 2023-12-06T07:23:12.454789+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:13.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:13 smithi195 bash[25052]: audit 2023-12-06T07:23:12.462515+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:15.502 INFO:teuthology.orchestra.run.smithi195.stdout:Created osd(s) 5 on host 'smithi195' 2023-12-06T07:23:15.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:15 smithi172 bash[30529]: cluster 2023-12-06T07:23:13.507218+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:15.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:15 smithi172 bash[25094]: cluster 2023-12-06T07:23:13.507218+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:15.719 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:15 smithi195 bash[25052]: cluster 2023-12-06T07:23:13.507218+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:16.163 DEBUG:teuthology.orchestra.run.smithi195:osd.5> sudo journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.5.service 2023-12-06T07:23:16.166 INFO:tasks.cephadm:Deploying osd.6 on smithi195 with /dev/vg_nvme/lv_2... 2023-12-06T07:23:16.166 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-06T07:23:16.754 INFO:journalctl@ceph.osd.5.smithi195.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T07:23:16.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:16 smithi195 bash[25052]: audit 2023-12-06T07:23:15.499114+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:16.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:16 smithi195 bash[25052]: cluster 2023-12-06T07:23:15.507775+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:16.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:16 smithi195 bash[25052]: audit 2023-12-06T07:23:15.538736+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:23:16.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:16 smithi195 bash[25052]: audit 2023-12-06T07:23:15.541548+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:23:16.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:16 smithi195 bash[25052]: audit 2023-12-06T07:23:15.543409+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:23:16.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:16 smithi195 bash[25052]: audit 2023-12-06T07:23:15.901845+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.195:6808/3506325895,v1:172.21.15.195:6809/3506325895]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T07:23:16.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:16 smithi195 bash[25052]: audit 2023-12-06T07:23:15.903319+0000 mon.a (mon.0) 478 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T07:23:16.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:16 smithi172 bash[25094]: audit 2023-12-06T07:23:15.499114+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:16.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:16 smithi172 bash[25094]: cluster 2023-12-06T07:23:15.507775+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:16.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:16 smithi172 bash[25094]: audit 2023-12-06T07:23:15.538736+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:23:16.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:16 smithi172 bash[25094]: audit 2023-12-06T07:23:15.541548+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:23:16.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:16 smithi172 bash[25094]: audit 2023-12-06T07:23:15.543409+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:23:16.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:16 smithi172 bash[25094]: audit 2023-12-06T07:23:15.901845+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.195:6808/3506325895,v1:172.21.15.195:6809/3506325895]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T07:23:16.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:16 smithi172 bash[25094]: audit 2023-12-06T07:23:15.903319+0000 mon.a (mon.0) 478 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T07:23:16.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:16 smithi172 bash[30529]: audit 2023-12-06T07:23:15.499114+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:16.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:16 smithi172 bash[30529]: cluster 2023-12-06T07:23:15.507775+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T07:23:16.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:16 smithi172 bash[30529]: audit 2023-12-06T07:23:15.538736+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:23:16.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:16 smithi172 bash[30529]: audit 2023-12-06T07:23:15.541548+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:23:16.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:16 smithi172 bash[30529]: audit 2023-12-06T07:23:15.543409+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:23:16.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:16 smithi172 bash[30529]: audit 2023-12-06T07:23:15.901845+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.195:6808/3506325895,v1:172.21.15.195:6809/3506325895]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T07:23:16.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:16 smithi172 bash[30529]: audit 2023-12-06T07:23:15.903319+0000 mon.a (mon.0) 478 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T07:23:17.846 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:23:17 smithi195 bash[31551]: debug 2023-12-06T07:23:17.526+0000 7feab8ac1700 -1 osd.5 0 waiting for initial osdmap 2023-12-06T07:23:17.846 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:23:17 smithi195 bash[31551]: debug 2023-12-06T07:23:17.534+0000 7feab545c700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:23:17.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:17 smithi195 bash[25052]: audit 2023-12-06T07:23:16.513195+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"]}]': finished 2023-12-06T07:23:17.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:17 smithi195 bash[25052]: cluster 2023-12-06T07:23:16.513442+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-06T07:23:17.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:17 smithi195 bash[25052]: audit 2023-12-06T07:23:16.513751+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.195:6808/3506325895,v1:172.21.15.195:6809/3506325895]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:23:17.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:17 smithi195 bash[25052]: audit 2023-12-06T07:23:16.513933+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:23:17.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:17 smithi195 bash[25052]: audit 2023-12-06T07:23:16.515016+0000 mon.a (mon.0) 482 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:23:17.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:17 smithi172 bash[25094]: audit 2023-12-06T07:23:16.513195+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"]}]': finished 2023-12-06T07:23:17.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:17 smithi172 bash[25094]: cluster 2023-12-06T07:23:16.513442+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-06T07:23:17.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:17 smithi172 bash[25094]: audit 2023-12-06T07:23:16.513751+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.195:6808/3506325895,v1:172.21.15.195:6809/3506325895]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:23:17.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:17 smithi172 bash[25094]: audit 2023-12-06T07:23:16.513933+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:23:17.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:17 smithi172 bash[25094]: audit 2023-12-06T07:23:16.515016+0000 mon.a (mon.0) 482 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:23:17.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:17 smithi172 bash[30529]: audit 2023-12-06T07:23:16.513195+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"]}]': finished 2023-12-06T07:23:17.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:17 smithi172 bash[30529]: cluster 2023-12-06T07:23:16.513442+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-06T07:23:17.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:17 smithi172 bash[30529]: audit 2023-12-06T07:23:16.513751+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.195:6808/3506325895,v1:172.21.15.195:6809/3506325895]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:23:17.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:17 smithi172 bash[30529]: audit 2023-12-06T07:23:16.513933+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:23:17.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:17 smithi172 bash[30529]: audit 2023-12-06T07:23:16.515016+0000 mon.a (mon.0) 482 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:23:18.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:18 smithi195 bash[25052]: cluster 2023-12-06T07:23:17.508346+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-06T07:23:18.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:18 smithi195 bash[25052]: audit 2023-12-06T07:23:17.517055+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=smithi195", "root=default"]}]': finished 2023-12-06T07:23:18.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:18 smithi195 bash[25052]: cluster 2023-12-06T07:23:17.517346+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-06T07:23:18.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:18 smithi195 bash[25052]: audit 2023-12-06T07:23:17.519768+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:23:18.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:18 smithi195 bash[25052]: audit 2023-12-06T07:23:17.528552+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:23:18.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:18 smithi172 bash[25094]: cluster 2023-12-06T07:23:17.508346+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-06T07:23:18.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:18 smithi172 bash[25094]: audit 2023-12-06T07:23:17.517055+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=smithi195", "root=default"]}]': finished 2023-12-06T07:23:18.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:18 smithi172 bash[25094]: cluster 2023-12-06T07:23:17.517346+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-06T07:23:18.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:18 smithi172 bash[25094]: audit 2023-12-06T07:23:17.519768+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:23:18.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:18 smithi172 bash[25094]: audit 2023-12-06T07:23:17.528552+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:23:18.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:18 smithi172 bash[30529]: cluster 2023-12-06T07:23:17.508346+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-06T07:23:18.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:18 smithi172 bash[30529]: audit 2023-12-06T07:23:17.517055+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=smithi195", "root=default"]}]': finished 2023-12-06T07:23:18.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:18 smithi172 bash[30529]: cluster 2023-12-06T07:23:17.517346+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-06T07:23:18.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:18 smithi172 bash[30529]: audit 2023-12-06T07:23:17.519768+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:23:18.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:18 smithi172 bash[30529]: audit 2023-12-06T07:23:17.528552+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:23:19.770 INFO:teuthology.orchestra.run.smithi195.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-06T07:23:19.770 INFO:teuthology.orchestra.run.smithi195.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-06T07:23:19.771 INFO:teuthology.orchestra.run.smithi195.stderr: stderr: 10+0 records in 2023-12-06T07:23:19.771 INFO:teuthology.orchestra.run.smithi195.stderr:10+0 records out 2023-12-06T07:23:19.771 INFO:teuthology.orchestra.run.smithi195.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112254 s, 934 MB/s 2023-12-06T07:23:19.771 INFO:teuthology.orchestra.run.smithi195.stderr:--> Zapping successful for: 2023-12-06T07:23:19.815 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:19 smithi195 bash[25052]: cluster 2023-12-06T07:23:16.864082+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:23:19.815 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:19 smithi195 bash[25052]: cluster 2023-12-06T07:23:16.864305+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:23:19.815 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:19 smithi195 bash[25052]: cluster 2023-12-06T07:23:18.523430+0000 mon.a (mon.0) 487 : cluster [INF] osd.5 [v2:172.21.15.195:6808/3506325895,v1:172.21.15.195:6809/3506325895] boot 2023-12-06T07:23:19.815 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:19 smithi195 bash[25052]: cluster 2023-12-06T07:23:18.523508+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2023-12-06T07:23:19.815 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:19 smithi195 bash[25052]: audit 2023-12-06T07:23:18.524354+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:23:19.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:19 smithi172 bash[25094]: cluster 2023-12-06T07:23:16.864082+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:23:19.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:19 smithi172 bash[25094]: cluster 2023-12-06T07:23:16.864305+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:23:19.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:19 smithi172 bash[25094]: cluster 2023-12-06T07:23:18.523430+0000 mon.a (mon.0) 487 : cluster [INF] osd.5 [v2:172.21.15.195:6808/3506325895,v1:172.21.15.195:6809/3506325895] boot 2023-12-06T07:23:19.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:19 smithi172 bash[25094]: cluster 2023-12-06T07:23:18.523508+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2023-12-06T07:23:19.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:19 smithi172 bash[25094]: audit 2023-12-06T07:23:18.524354+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:23:19.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:19 smithi172 bash[30529]: cluster 2023-12-06T07:23:16.864082+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:23:19.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:19 smithi172 bash[30529]: cluster 2023-12-06T07:23:16.864305+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:23:19.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:19 smithi172 bash[30529]: cluster 2023-12-06T07:23:18.523430+0000 mon.a (mon.0) 487 : cluster [INF] osd.5 [v2:172.21.15.195:6808/3506325895,v1:172.21.15.195:6809/3506325895] boot 2023-12-06T07:23:19.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:19 smithi172 bash[30529]: cluster 2023-12-06T07:23:18.523508+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2023-12-06T07:23:19.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:19 smithi172 bash[30529]: audit 2023-12-06T07:23:18.524354+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:23:20.737 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:20 smithi195 bash[25052]: cluster 2023-12-06T07:23:19.509115+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:20.738 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:20 smithi195 bash[25052]: cluster 2023-12-06T07:23:19.526599+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-06T07:23:20.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:20 smithi172 bash[30529]: cluster 2023-12-06T07:23:19.509115+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:20.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:20 smithi172 bash[30529]: cluster 2023-12-06T07:23:19.526599+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-06T07:23:20.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:20 smithi172 bash[25094]: cluster 2023-12-06T07:23:19.509115+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:20.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:20 smithi172 bash[25094]: cluster 2023-12-06T07:23:19.526599+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-06T07:23:20.999 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi195:vg_nvme/lv_2 2023-12-06T07:23:21.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:21 smithi195 bash[25052]: cluster 2023-12-06T07:23:20.528656+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-06T07:23:21.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:21 smithi172 bash[25094]: cluster 2023-12-06T07:23:20.528656+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-06T07:23:21.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:21 smithi172 bash[30529]: cluster 2023-12-06T07:23:20.528656+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-06T07:23:22.860 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:22 smithi195 bash[25052]: cluster 2023-12-06T07:23:21.509787+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v170: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:22.860 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:22 smithi195 bash[25052]: cluster 2023-12-06T07:23:21.544943+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-06T07:23:22.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:22 smithi172 bash[25094]: cluster 2023-12-06T07:23:21.509787+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v170: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:22.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:22 smithi172 bash[25094]: cluster 2023-12-06T07:23:21.544943+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-06T07:23:22.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:22 smithi172 bash[30529]: cluster 2023-12-06T07:23:21.509787+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v170: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:22.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:22 smithi172 bash[30529]: cluster 2023-12-06T07:23:21.544943+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-06T07:23:23.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:23 smithi195 bash[25052]: cluster 2023-12-06T07:23:22.548033+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-06T07:23:23.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:23 smithi172 bash[25094]: cluster 2023-12-06T07:23:22.548033+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-06T07:23:23.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:23 smithi172 bash[30529]: cluster 2023-12-06T07:23:22.548033+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-06T07:23:24.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:24 smithi195 bash[25052]: cluster 2023-12-06T07:23:23.510368+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v173: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:24.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:24 smithi195 bash[25052]: audit 2023-12-06T07:23:24.340367+0000 mgr.y (mgr.14152) 190 : audit [DBG] from='client.24278 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi195:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:23:24.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:24 smithi195 bash[25052]: audit 2023-12-06T07:23:24.346952+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:23:24.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:24 smithi195 bash[25052]: audit 2023-12-06T07:23:24.353712+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:23:24.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:24 smithi195 bash[25052]: audit 2023-12-06T07:23:24.355658+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:23:24.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:24 smithi195 bash[25052]: audit 2023-12-06T07:23:24.528478+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:24.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:24 smithi195 bash[25052]: audit 2023-12-06T07:23:24.530204+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:23:24.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:24 smithi195 bash[25052]: audit 2023-12-06T07:23:24.531570+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:23:24.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:24 smithi195 bash[25052]: audit 2023-12-06T07:23:24.540529+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:24.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:24 smithi195 bash[25052]: audit 2023-12-06T07:23:24.551304+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:24.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:24 smithi172 bash[30529]: cluster 2023-12-06T07:23:23.510368+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v173: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:24.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:24 smithi172 bash[30529]: audit 2023-12-06T07:23:24.340367+0000 mgr.y (mgr.14152) 190 : audit [DBG] from='client.24278 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi195:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:23:24.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:24 smithi172 bash[30529]: audit 2023-12-06T07:23:24.346952+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:23:24.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:24 smithi172 bash[30529]: audit 2023-12-06T07:23:24.353712+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:23:24.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:24 smithi172 bash[30529]: audit 2023-12-06T07:23:24.355658+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:23:24.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:24 smithi172 bash[30529]: audit 2023-12-06T07:23:24.528478+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:24.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:24 smithi172 bash[30529]: audit 2023-12-06T07:23:24.530204+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:23:24.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:24 smithi172 bash[30529]: audit 2023-12-06T07:23:24.531570+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:23:24.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:24 smithi172 bash[30529]: audit 2023-12-06T07:23:24.540529+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:24.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:24 smithi172 bash[30529]: audit 2023-12-06T07:23:24.551304+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:24.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:24 smithi172 bash[25094]: cluster 2023-12-06T07:23:23.510368+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v173: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:24.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:24 smithi172 bash[25094]: audit 2023-12-06T07:23:24.340367+0000 mgr.y (mgr.14152) 190 : audit [DBG] from='client.24278 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi195:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:23:24.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:24 smithi172 bash[25094]: audit 2023-12-06T07:23:24.346952+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:23:24.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:24 smithi172 bash[25094]: audit 2023-12-06T07:23:24.353712+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:23:24.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:24 smithi172 bash[25094]: audit 2023-12-06T07:23:24.355658+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:23:24.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:24 smithi172 bash[25094]: audit 2023-12-06T07:23:24.528478+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:24.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:24 smithi172 bash[25094]: audit 2023-12-06T07:23:24.530204+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:23:24.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:24 smithi172 bash[25094]: audit 2023-12-06T07:23:24.531570+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:23:24.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:24 smithi172 bash[25094]: audit 2023-12-06T07:23:24.540529+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:24.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:24 smithi172 bash[25094]: audit 2023-12-06T07:23:24.551304+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:26.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:26 smithi195 bash[25052]: cephadm 2023-12-06T07:23:24.517939+0000 mgr.y (mgr.14152) 191 : cephadm [INF] Detected new or changed devices on smithi195 2023-12-06T07:23:26.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:26 smithi195 bash[25052]: cephadm 2023-12-06T07:23:24.532595+0000 mgr.y (mgr.14152) 192 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 8635M 2023-12-06T07:23:26.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:26 smithi172 bash[25094]: cephadm 2023-12-06T07:23:24.517939+0000 mgr.y (mgr.14152) 191 : cephadm [INF] Detected new or changed devices on smithi195 2023-12-06T07:23:26.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:26 smithi172 bash[25094]: cephadm 2023-12-06T07:23:24.532595+0000 mgr.y (mgr.14152) 192 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 8635M 2023-12-06T07:23:26.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:26 smithi172 bash[30529]: cephadm 2023-12-06T07:23:24.517939+0000 mgr.y (mgr.14152) 191 : cephadm [INF] Detected new or changed devices on smithi195 2023-12-06T07:23:26.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:26 smithi172 bash[30529]: cephadm 2023-12-06T07:23:24.532595+0000 mgr.y (mgr.14152) 192 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 8635M 2023-12-06T07:23:27.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:27 smithi195 bash[25052]: cluster 2023-12-06T07:23:25.511007+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:27.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:27 smithi172 bash[25094]: cluster 2023-12-06T07:23:25.511007+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:27.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:27 smithi172 bash[30529]: cluster 2023-12-06T07:23:25.511007+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:29.592 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:29 smithi195 bash[25052]: cluster 2023-12-06T07:23:27.511591+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:29.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:29 smithi172 bash[30529]: cluster 2023-12-06T07:23:27.511591+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:29.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:29 smithi172 bash[25094]: cluster 2023-12-06T07:23:27.511591+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:31.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:31 smithi195 bash[25052]: cluster 2023-12-06T07:23:29.512229+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:31.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:31 smithi195 bash[25052]: audit 2023-12-06T07:23:30.343918+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.195:0/1913822334' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "691401ae-229a-4b78-9299-79f72fc68675"}]: dispatch 2023-12-06T07:23:31.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:31 smithi195 bash[25052]: audit 2023-12-06T07:23:30.345445+0000 mon.a (mon.0) 502 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "691401ae-229a-4b78-9299-79f72fc68675"}]: dispatch 2023-12-06T07:23:31.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:31 smithi195 bash[25052]: audit 2023-12-06T07:23:30.355150+0000 mon.a (mon.0) 503 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "691401ae-229a-4b78-9299-79f72fc68675"}]': finished 2023-12-06T07:23:31.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:31 smithi195 bash[25052]: cluster 2023-12-06T07:23:30.355329+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2023-12-06T07:23:31.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:31 smithi195 bash[25052]: audit 2023-12-06T07:23:30.355647+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:23:31.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:31 smithi195 bash[25052]: audit 2023-12-06T07:23:31.064730+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.195:0/3590559141' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:23:31.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:31 smithi172 bash[25094]: cluster 2023-12-06T07:23:29.512229+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:31.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:31 smithi172 bash[25094]: audit 2023-12-06T07:23:30.343918+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.195:0/1913822334' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "691401ae-229a-4b78-9299-79f72fc68675"}]: dispatch 2023-12-06T07:23:31.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:31 smithi172 bash[25094]: audit 2023-12-06T07:23:30.345445+0000 mon.a (mon.0) 502 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "691401ae-229a-4b78-9299-79f72fc68675"}]: dispatch 2023-12-06T07:23:31.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:31 smithi172 bash[25094]: audit 2023-12-06T07:23:30.355150+0000 mon.a (mon.0) 503 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "691401ae-229a-4b78-9299-79f72fc68675"}]': finished 2023-12-06T07:23:31.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:31 smithi172 bash[25094]: cluster 2023-12-06T07:23:30.355329+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2023-12-06T07:23:31.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:31 smithi172 bash[25094]: audit 2023-12-06T07:23:30.355647+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:23:31.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:31 smithi172 bash[25094]: audit 2023-12-06T07:23:31.064730+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.195:0/3590559141' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:23:31.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:31 smithi172 bash[30529]: cluster 2023-12-06T07:23:29.512229+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:31.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:31 smithi172 bash[30529]: audit 2023-12-06T07:23:30.343918+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.195:0/1913822334' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "691401ae-229a-4b78-9299-79f72fc68675"}]: dispatch 2023-12-06T07:23:31.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:31 smithi172 bash[30529]: audit 2023-12-06T07:23:30.345445+0000 mon.a (mon.0) 502 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "691401ae-229a-4b78-9299-79f72fc68675"}]: dispatch 2023-12-06T07:23:31.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:31 smithi172 bash[30529]: audit 2023-12-06T07:23:30.355150+0000 mon.a (mon.0) 503 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "691401ae-229a-4b78-9299-79f72fc68675"}]': finished 2023-12-06T07:23:31.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:31 smithi172 bash[30529]: cluster 2023-12-06T07:23:30.355329+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2023-12-06T07:23:31.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:31 smithi172 bash[30529]: audit 2023-12-06T07:23:30.355647+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:23:31.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:31 smithi172 bash[30529]: audit 2023-12-06T07:23:31.064730+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.195:0/3590559141' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:23:33.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:33 smithi195 bash[25052]: cluster 2023-12-06T07:23:31.512829+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:33.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:33 smithi172 bash[25094]: cluster 2023-12-06T07:23:31.512829+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:33.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:33 smithi172 bash[30529]: cluster 2023-12-06T07:23:31.512829+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:35.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:35 smithi195 bash[25052]: cluster 2023-12-06T07:23:33.513386+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:35.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:35 smithi172 bash[30529]: cluster 2023-12-06T07:23:33.513386+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:35.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:35 smithi172 bash[25094]: cluster 2023-12-06T07:23:33.513386+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:37.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:37 smithi195 bash[25052]: cluster 2023-12-06T07:23:35.514001+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:37.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:37 smithi172 bash[30529]: cluster 2023-12-06T07:23:35.514001+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:37.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:37 smithi172 bash[25094]: cluster 2023-12-06T07:23:35.514001+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:39.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:39 smithi195 bash[25052]: cluster 2023-12-06T07:23:37.514601+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:39.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:39 smithi172 bash[30529]: cluster 2023-12-06T07:23:37.514601+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:39.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:39 smithi172 bash[25094]: cluster 2023-12-06T07:23:37.514601+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:41.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:41 smithi195 bash[25052]: cluster 2023-12-06T07:23:39.515220+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:41.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:41 smithi195 bash[25052]: audit 2023-12-06T07:23:40.556973+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T07:23:41.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:41 smithi195 bash[25052]: audit 2023-12-06T07:23:40.558745+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:23:41.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:41 smithi172 bash[25094]: cluster 2023-12-06T07:23:39.515220+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:41.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:41 smithi172 bash[25094]: audit 2023-12-06T07:23:40.556973+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T07:23:41.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:41 smithi172 bash[25094]: audit 2023-12-06T07:23:40.558745+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:23:41.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:41 smithi172 bash[30529]: cluster 2023-12-06T07:23:39.515220+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:41.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:41 smithi172 bash[30529]: audit 2023-12-06T07:23:40.556973+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T07:23:41.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:41 smithi172 bash[30529]: audit 2023-12-06T07:23:40.558745+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:23:42.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:42 smithi195 bash[25052]: cephadm 2023-12-06T07:23:40.560029+0000 mgr.y (mgr.14152) 201 : cephadm [INF] Deploying daemon osd.6 on smithi195 2023-12-06T07:23:42.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:42 smithi195 bash[25052]: audit 2023-12-06T07:23:41.523211+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:23:42.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:42 smithi195 bash[25052]: audit 2023-12-06T07:23:41.523643+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:23:42.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:42 smithi172 bash[25094]: cephadm 2023-12-06T07:23:40.560029+0000 mgr.y (mgr.14152) 201 : cephadm [INF] Deploying daemon osd.6 on smithi195 2023-12-06T07:23:42.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:42 smithi172 bash[25094]: audit 2023-12-06T07:23:41.523211+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:23:42.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:42 smithi172 bash[25094]: audit 2023-12-06T07:23:41.523643+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:23:42.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:42 smithi172 bash[30529]: cephadm 2023-12-06T07:23:40.560029+0000 mgr.y (mgr.14152) 201 : cephadm [INF] Deploying daemon osd.6 on smithi195 2023-12-06T07:23:42.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:42 smithi172 bash[30529]: audit 2023-12-06T07:23:41.523211+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:23:42.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:42 smithi172 bash[30529]: audit 2023-12-06T07:23:41.523643+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:23:43.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:43 smithi195 bash[25052]: cluster 2023-12-06T07:23:41.515748+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:43.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:43 smithi172 bash[30529]: cluster 2023-12-06T07:23:41.515748+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:43.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:43 smithi172 bash[25094]: cluster 2023-12-06T07:23:41.515748+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:45.665 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:45 smithi195 bash[25052]: cluster 2023-12-06T07:23:43.516374+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:45.665 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:45 smithi195 bash[25052]: audit 2023-12-06T07:23:44.738447+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:45.665 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:45 smithi195 bash[25052]: audit 2023-12-06T07:23:44.774760+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:23:45.665 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:45 smithi195 bash[25052]: audit 2023-12-06T07:23:44.777880+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:23:45.665 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:45 smithi195 bash[25052]: audit 2023-12-06T07:23:44.779898+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:23:45.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:45 smithi172 bash[25094]: cluster 2023-12-06T07:23:43.516374+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:45.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:45 smithi172 bash[25094]: audit 2023-12-06T07:23:44.738447+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:45.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:45 smithi172 bash[25094]: audit 2023-12-06T07:23:44.774760+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:23:45.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:45 smithi172 bash[25094]: audit 2023-12-06T07:23:44.777880+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:23:45.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:45 smithi172 bash[25094]: audit 2023-12-06T07:23:44.779898+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:23:45.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:45 smithi172 bash[30529]: cluster 2023-12-06T07:23:43.516374+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:45.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:45 smithi172 bash[30529]: audit 2023-12-06T07:23:44.738447+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:45.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:45 smithi172 bash[30529]: audit 2023-12-06T07:23:44.774760+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:23:45.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:45 smithi172 bash[30529]: audit 2023-12-06T07:23:44.777880+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:23:45.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:45 smithi172 bash[30529]: audit 2023-12-06T07:23:44.779898+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:23:47.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:47 smithi172 bash[30529]: cluster 2023-12-06T07:23:45.517042+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:47.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:47 smithi172 bash[25094]: cluster 2023-12-06T07:23:45.517042+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:47.799 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:47 smithi195 bash[25052]: cluster 2023-12-06T07:23:45.517042+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:49.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:49 smithi172 bash[25094]: cluster 2023-12-06T07:23:47.517605+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:49.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:49 smithi172 bash[25094]: audit 2023-12-06T07:23:48.646640+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:49.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:49 smithi172 bash[25094]: audit 2023-12-06T07:23:48.930498+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:49.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:49 smithi172 bash[30529]: cluster 2023-12-06T07:23:47.517605+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:49.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:49 smithi172 bash[30529]: audit 2023-12-06T07:23:48.646640+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:49.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:49 smithi172 bash[30529]: audit 2023-12-06T07:23:48.930498+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:49.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:49 smithi195 bash[25052]: cluster 2023-12-06T07:23:47.517605+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:49.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:49 smithi195 bash[25052]: audit 2023-12-06T07:23:48.646640+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:49.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:49 smithi195 bash[25052]: audit 2023-12-06T07:23:48.930498+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:51.575 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:51 smithi195 bash[25052]: cluster 2023-12-06T07:23:49.518195+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:51.593 INFO:teuthology.orchestra.run.smithi195.stdout:Created osd(s) 6 on host 'smithi195' 2023-12-06T07:23:51.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:51 smithi172 bash[25094]: cluster 2023-12-06T07:23:49.518195+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:51.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:51 smithi172 bash[30529]: cluster 2023-12-06T07:23:49.518195+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:52.254 DEBUG:teuthology.orchestra.run.smithi195:osd.6> sudo journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.6.service 2023-12-06T07:23:52.256 INFO:tasks.cephadm:Deploying osd.7 on smithi195 with /dev/vg_nvme/lv_1... 2023-12-06T07:23:52.256 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-06T07:23:52.375 INFO:journalctl@ceph.osd.6.smithi195.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T07:23:52.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:52 smithi195 bash[25052]: cluster 2023-12-06T07:23:51.518784+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:52.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:52 smithi195 bash[25052]: audit 2023-12-06T07:23:51.589962+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:52.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:52 smithi195 bash[25052]: audit 2023-12-06T07:23:51.607407+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:23:52.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:52 smithi195 bash[25052]: audit 2023-12-06T07:23:51.610074+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:23:52.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:52 smithi195 bash[25052]: audit 2023-12-06T07:23:51.611870+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:23:52.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:52 smithi195 bash[25052]: audit 2023-12-06T07:23:52.086005+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.195:6816/3507773885,v1:172.21.15.195:6817/3507773885]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T07:23:52.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:52 smithi195 bash[25052]: audit 2023-12-06T07:23:52.087549+0000 mon.a (mon.0) 520 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T07:23:52.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:52 smithi172 bash[25094]: cluster 2023-12-06T07:23:51.518784+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:52.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:52 smithi172 bash[25094]: audit 2023-12-06T07:23:51.589962+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:52.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:52 smithi172 bash[25094]: audit 2023-12-06T07:23:51.607407+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:23:52.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:52 smithi172 bash[25094]: audit 2023-12-06T07:23:51.610074+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:23:52.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:52 smithi172 bash[25094]: audit 2023-12-06T07:23:51.611870+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:23:52.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:52 smithi172 bash[25094]: audit 2023-12-06T07:23:52.086005+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.195:6816/3507773885,v1:172.21.15.195:6817/3507773885]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T07:23:52.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:52 smithi172 bash[25094]: audit 2023-12-06T07:23:52.087549+0000 mon.a (mon.0) 520 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T07:23:52.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:52 smithi172 bash[30529]: cluster 2023-12-06T07:23:51.518784+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:52.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:52 smithi172 bash[30529]: audit 2023-12-06T07:23:51.589962+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:23:52.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:52 smithi172 bash[30529]: audit 2023-12-06T07:23:51.607407+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:23:52.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:52 smithi172 bash[30529]: audit 2023-12-06T07:23:51.610074+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:23:52.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:52 smithi172 bash[30529]: audit 2023-12-06T07:23:51.611870+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:23:52.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:52 smithi172 bash[30529]: audit 2023-12-06T07:23:52.086005+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.195:6816/3507773885,v1:172.21.15.195:6817/3507773885]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T07:23:52.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:52 smithi172 bash[30529]: audit 2023-12-06T07:23:52.087549+0000 mon.a (mon.0) 520 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T07:23:53.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:53 smithi172 bash[25094]: audit 2023-12-06T07:23:52.602986+0000 mon.a (mon.0) 521 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T07:23:53.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:53 smithi172 bash[25094]: cluster 2023-12-06T07:23:52.603145+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-06T07:23:53.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:53 smithi172 bash[25094]: audit 2023-12-06T07:23:52.603358+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:23:53.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:53 smithi172 bash[25094]: audit 2023-12-06T07:23:52.603722+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.195:6816/3507773885,v1:172.21.15.195:6817/3507773885]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:23:53.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:53 smithi172 bash[25094]: audit 2023-12-06T07:23:52.605218+0000 mon.a (mon.0) 524 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:23:53.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:53 smithi172 bash[30529]: audit 2023-12-06T07:23:52.602986+0000 mon.a (mon.0) 521 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T07:23:53.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:53 smithi172 bash[30529]: cluster 2023-12-06T07:23:52.603145+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-06T07:23:53.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:53 smithi172 bash[30529]: audit 2023-12-06T07:23:52.603358+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:23:53.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:53 smithi172 bash[30529]: audit 2023-12-06T07:23:52.603722+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.195:6816/3507773885,v1:172.21.15.195:6817/3507773885]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:23:53.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:53 smithi172 bash[30529]: audit 2023-12-06T07:23:52.605218+0000 mon.a (mon.0) 524 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:23:54.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:53 smithi195 bash[25052]: audit 2023-12-06T07:23:52.602986+0000 mon.a (mon.0) 521 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T07:23:54.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:53 smithi195 bash[25052]: cluster 2023-12-06T07:23:52.603145+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-06T07:23:54.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:53 smithi195 bash[25052]: audit 2023-12-06T07:23:52.603358+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:23:54.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:53 smithi195 bash[25052]: audit 2023-12-06T07:23:52.603722+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.195:6816/3507773885,v1:172.21.15.195:6817/3507773885]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:23:54.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:53 smithi195 bash[25052]: audit 2023-12-06T07:23:52.605218+0000 mon.a (mon.0) 524 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:23:54.096 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:23:53 smithi195 bash[34664]: debug 2023-12-06T07:23:53.613+0000 7f9ba401c700 -1 osd.6 0 waiting for initial osdmap 2023-12-06T07:23:54.096 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:23:53 smithi195 bash[34664]: debug 2023-12-06T07:23:53.621+0000 7f9ba09b7700 -1 osd.6 45 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:23:54.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:54 smithi172 bash[25094]: cluster 2023-12-06T07:23:53.519347+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:54.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:54 smithi172 bash[25094]: audit 2023-12-06T07:23:53.606588+0000 mon.a (mon.0) 525 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2023-12-06T07:23:54.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:54 smithi172 bash[25094]: cluster 2023-12-06T07:23:53.606832+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-06T07:23:54.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:54 smithi172 bash[25094]: audit 2023-12-06T07:23:53.607474+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:23:54.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:54 smithi172 bash[25094]: audit 2023-12-06T07:23:53.615905+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:23:54.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:54 smithi172 bash[30529]: cluster 2023-12-06T07:23:53.519347+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:54.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:54 smithi172 bash[30529]: audit 2023-12-06T07:23:53.606588+0000 mon.a (mon.0) 525 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2023-12-06T07:23:54.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:54 smithi172 bash[30529]: cluster 2023-12-06T07:23:53.606832+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-06T07:23:54.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:54 smithi172 bash[30529]: audit 2023-12-06T07:23:53.607474+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:23:54.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:54 smithi172 bash[30529]: audit 2023-12-06T07:23:53.615905+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:23:55.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:54 smithi195 bash[25052]: cluster 2023-12-06T07:23:53.519347+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T07:23:55.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:54 smithi195 bash[25052]: audit 2023-12-06T07:23:53.606588+0000 mon.a (mon.0) 525 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2023-12-06T07:23:55.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:54 smithi195 bash[25052]: cluster 2023-12-06T07:23:53.606832+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-06T07:23:55.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:54 smithi195 bash[25052]: audit 2023-12-06T07:23:53.607474+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:23:55.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:54 smithi195 bash[25052]: audit 2023-12-06T07:23:53.615905+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:23:55.872 INFO:teuthology.orchestra.run.smithi195.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-06T07:23:55.872 INFO:teuthology.orchestra.run.smithi195.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-06T07:23:55.873 INFO:teuthology.orchestra.run.smithi195.stderr: stderr: 10+0 records in 2023-12-06T07:23:55.873 INFO:teuthology.orchestra.run.smithi195.stderr:10+0 records out 2023-12-06T07:23:55.873 INFO:teuthology.orchestra.run.smithi195.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0150436 s, 697 MB/s 2023-12-06T07:23:55.873 INFO:teuthology.orchestra.run.smithi195.stderr:--> Zapping successful for: 2023-12-06T07:23:55.914 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:55 smithi195 bash[25052]: cluster 2023-12-06T07:23:53.044591+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:23:55.914 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:55 smithi195 bash[25052]: cluster 2023-12-06T07:23:53.044779+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:23:55.914 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:55 smithi195 bash[25052]: cluster 2023-12-06T07:23:54.609573+0000 mon.a (mon.0) 529 : cluster [INF] osd.6 [v2:172.21.15.195:6816/3507773885,v1:172.21.15.195:6817/3507773885] boot 2023-12-06T07:23:55.915 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:55 smithi195 bash[25052]: cluster 2023-12-06T07:23:54.609803+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2023-12-06T07:23:55.915 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:55 smithi195 bash[25052]: audit 2023-12-06T07:23:54.610135+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:23:55.915 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:55 smithi195 bash[25052]: cluster 2023-12-06T07:23:55.303617+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-06T07:23:55.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:55 smithi172 bash[25094]: cluster 2023-12-06T07:23:53.044591+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:23:55.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:55 smithi172 bash[25094]: cluster 2023-12-06T07:23:53.044779+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:23:55.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:55 smithi172 bash[25094]: cluster 2023-12-06T07:23:54.609573+0000 mon.a (mon.0) 529 : cluster [INF] osd.6 [v2:172.21.15.195:6816/3507773885,v1:172.21.15.195:6817/3507773885] boot 2023-12-06T07:23:55.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:55 smithi172 bash[25094]: cluster 2023-12-06T07:23:54.609803+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2023-12-06T07:23:55.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:55 smithi172 bash[25094]: audit 2023-12-06T07:23:54.610135+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:23:55.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:55 smithi172 bash[25094]: cluster 2023-12-06T07:23:55.303617+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-06T07:23:55.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:55 smithi172 bash[30529]: cluster 2023-12-06T07:23:53.044591+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:23:55.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:55 smithi172 bash[30529]: cluster 2023-12-06T07:23:53.044779+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:23:55.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:55 smithi172 bash[30529]: cluster 2023-12-06T07:23:54.609573+0000 mon.a (mon.0) 529 : cluster [INF] osd.6 [v2:172.21.15.195:6816/3507773885,v1:172.21.15.195:6817/3507773885] boot 2023-12-06T07:23:55.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:55 smithi172 bash[30529]: cluster 2023-12-06T07:23:54.609803+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2023-12-06T07:23:55.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:55 smithi172 bash[30529]: audit 2023-12-06T07:23:54.610135+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:23:55.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:55 smithi172 bash[30529]: cluster 2023-12-06T07:23:55.303617+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-06T07:23:56.966 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi195:vg_nvme/lv_1 2023-12-06T07:23:57.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:57 smithi195 bash[25052]: cluster 2023-12-06T07:23:55.519965+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:23:57.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:57 smithi195 bash[25052]: cluster 2023-12-06T07:23:56.307118+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-06T07:23:57.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:57 smithi172 bash[25094]: cluster 2023-12-06T07:23:55.519965+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:23:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:57 smithi172 bash[25094]: cluster 2023-12-06T07:23:56.307118+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-06T07:23:57.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:57 smithi172 bash[30529]: cluster 2023-12-06T07:23:55.519965+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:23:57.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:57 smithi172 bash[30529]: cluster 2023-12-06T07:23:56.307118+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-06T07:23:58.439 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:58 smithi195 bash[25052]: cluster 2023-12-06T07:23:57.316680+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-06T07:23:58.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:58 smithi172 bash[25094]: cluster 2023-12-06T07:23:57.316680+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-06T07:23:58.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:58 smithi172 bash[30529]: cluster 2023-12-06T07:23:57.316680+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-06T07:23:59.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:59 smithi195 bash[25052]: cluster 2023-12-06T07:23:57.520691+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v197: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 2/6 objects degraded (33.333%) 2023-12-06T07:23:59.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:59 smithi195 bash[25052]: cluster 2023-12-06T07:23:58.313628+0000 mon.a (mon.0) 535 : cluster [WRN] Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-06T07:23:59.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:23:59 smithi195 bash[25052]: cluster 2023-12-06T07:23:58.322950+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-06T07:23:59.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:59 smithi172 bash[25094]: cluster 2023-12-06T07:23:57.520691+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v197: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 2/6 objects degraded (33.333%) 2023-12-06T07:23:59.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:59 smithi172 bash[25094]: cluster 2023-12-06T07:23:58.313628+0000 mon.a (mon.0) 535 : cluster [WRN] Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-06T07:23:59.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:23:59 smithi172 bash[25094]: cluster 2023-12-06T07:23:58.322950+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-06T07:23:59.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:59 smithi172 bash[30529]: cluster 2023-12-06T07:23:57.520691+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v197: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 2/6 objects degraded (33.333%) 2023-12-06T07:23:59.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:59 smithi172 bash[30529]: cluster 2023-12-06T07:23:58.313628+0000 mon.a (mon.0) 535 : cluster [WRN] Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-06T07:23:59.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:23:59 smithi172 bash[30529]: cluster 2023-12-06T07:23:58.322950+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-06T07:24:01.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:01 smithi195 bash[25052]: cluster 2023-12-06T07:23:59.521379+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v199: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 2/6 objects degraded (33.333%) 2023-12-06T07:24:01.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:01 smithi195 bash[25052]: audit 2023-12-06T07:24:00.557266+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:01.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:01 smithi195 bash[25052]: audit 2023-12-06T07:24:00.559397+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:24:01.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:01 smithi195 bash[25052]: audit 2023-12-06T07:24:00.561324+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:24:01.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:01 smithi195 bash[25052]: audit 2023-12-06T07:24:00.563113+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:24:01.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:01 smithi195 bash[25052]: audit 2023-12-06T07:24:00.574313+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:01.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:01 smithi195 bash[25052]: audit 2023-12-06T07:24:00.584107+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:01.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:01 smithi195 bash[25052]: audit 2023-12-06T07:24:00.949450+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:24:01.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:01 smithi195 bash[25052]: audit 2023-12-06T07:24:00.956032+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:24:01.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:01 smithi195 bash[25052]: audit 2023-12-06T07:24:00.957784+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:24:01.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:01 smithi172 bash[25094]: cluster 2023-12-06T07:23:59.521379+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v199: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 2/6 objects degraded (33.333%) 2023-12-06T07:24:01.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:01 smithi172 bash[25094]: audit 2023-12-06T07:24:00.557266+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:01.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:01 smithi172 bash[25094]: audit 2023-12-06T07:24:00.559397+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:24:01.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:01 smithi172 bash[25094]: audit 2023-12-06T07:24:00.561324+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:24:01.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:01 smithi172 bash[25094]: audit 2023-12-06T07:24:00.563113+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:24:01.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:01 smithi172 bash[25094]: audit 2023-12-06T07:24:00.574313+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:01.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:01 smithi172 bash[25094]: audit 2023-12-06T07:24:00.584107+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:01.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:01 smithi172 bash[25094]: audit 2023-12-06T07:24:00.949450+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:24:01.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:01 smithi172 bash[25094]: audit 2023-12-06T07:24:00.956032+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:24:01.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:01 smithi172 bash[25094]: audit 2023-12-06T07:24:00.957784+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:24:01.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:01 smithi172 bash[30529]: cluster 2023-12-06T07:23:59.521379+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v199: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 2/6 objects degraded (33.333%) 2023-12-06T07:24:01.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:01 smithi172 bash[30529]: audit 2023-12-06T07:24:00.557266+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:01.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:01 smithi172 bash[30529]: audit 2023-12-06T07:24:00.559397+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:24:01.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:01 smithi172 bash[30529]: audit 2023-12-06T07:24:00.561324+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:24:01.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:01 smithi172 bash[30529]: audit 2023-12-06T07:24:00.563113+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:24:01.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:01 smithi172 bash[30529]: audit 2023-12-06T07:24:00.574313+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:01.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:01 smithi172 bash[30529]: audit 2023-12-06T07:24:00.584107+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:01.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:01 smithi172 bash[30529]: audit 2023-12-06T07:24:00.949450+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T07:24:01.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:01 smithi172 bash[30529]: audit 2023-12-06T07:24:00.956032+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T07:24:01.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:01 smithi172 bash[30529]: audit 2023-12-06T07:24:00.957784+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:24:02.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:02 smithi172 bash[25094]: cephadm 2023-12-06T07:24:00.545253+0000 mgr.y (mgr.14152) 212 : cephadm [INF] Detected new or changed devices on smithi195 2023-12-06T07:24:02.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:02 smithi172 bash[25094]: cephadm 2023-12-06T07:24:00.564300+0000 mgr.y (mgr.14152) 213 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 5757M 2023-12-06T07:24:02.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:02 smithi172 bash[25094]: audit 2023-12-06T07:24:00.942581+0000 mgr.y (mgr.14152) 214 : audit [DBG] from='client.24316 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi195:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:24:02.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:02 smithi172 bash[30529]: cephadm 2023-12-06T07:24:00.545253+0000 mgr.y (mgr.14152) 212 : cephadm [INF] Detected new or changed devices on smithi195 2023-12-06T07:24:02.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:02 smithi172 bash[30529]: cephadm 2023-12-06T07:24:00.564300+0000 mgr.y (mgr.14152) 213 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 5757M 2023-12-06T07:24:02.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:02 smithi172 bash[30529]: audit 2023-12-06T07:24:00.942581+0000 mgr.y (mgr.14152) 214 : audit [DBG] from='client.24316 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi195:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:24:02.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:02 smithi195 bash[25052]: cephadm 2023-12-06T07:24:00.545253+0000 mgr.y (mgr.14152) 212 : cephadm [INF] Detected new or changed devices on smithi195 2023-12-06T07:24:02.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:02 smithi195 bash[25052]: cephadm 2023-12-06T07:24:00.564300+0000 mgr.y (mgr.14152) 213 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 5757M 2023-12-06T07:24:02.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:02 smithi195 bash[25052]: audit 2023-12-06T07:24:00.942581+0000 mgr.y (mgr.14152) 214 : audit [DBG] from='client.24316 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi195:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:24:03.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:03 smithi172 bash[30529]: cluster 2023-12-06T07:24:01.522101+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v200: 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-06T07:24:03.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:03 smithi172 bash[30529]: cluster 2023-12-06T07:24:02.335271+0000 mon.a (mon.0) 546 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2023-12-06T07:24:03.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:03 smithi172 bash[30529]: cluster 2023-12-06T07:24:02.335339+0000 mon.a (mon.0) 547 : cluster [INF] Cluster is now healthy 2023-12-06T07:24:03.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:03 smithi172 bash[25094]: cluster 2023-12-06T07:24:01.522101+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v200: 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-06T07:24:03.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:03 smithi172 bash[25094]: cluster 2023-12-06T07:24:02.335271+0000 mon.a (mon.0) 546 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2023-12-06T07:24:03.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:03 smithi172 bash[25094]: cluster 2023-12-06T07:24:02.335339+0000 mon.a (mon.0) 547 : cluster [INF] Cluster is now healthy 2023-12-06T07:24:03.729 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:03 smithi195 bash[25052]: cluster 2023-12-06T07:24:01.522101+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v200: 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-06T07:24:03.729 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:03 smithi195 bash[25052]: cluster 2023-12-06T07:24:02.335271+0000 mon.a (mon.0) 546 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2023-12-06T07:24:03.730 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:03 smithi195 bash[25052]: cluster 2023-12-06T07:24:02.335339+0000 mon.a (mon.0) 547 : cluster [INF] Cluster is now healthy 2023-12-06T07:24:05.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:05 smithi172 bash[30529]: cluster 2023-12-06T07:24:03.522732+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-12-06T07:24:05.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:05 smithi172 bash[25094]: cluster 2023-12-06T07:24:03.522732+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-12-06T07:24:05.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:05 smithi195 bash[25052]: cluster 2023-12-06T07:24:03.522732+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-12-06T07:24:07.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:07 smithi172 bash[25094]: cluster 2023-12-06T07:24:05.523404+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-12-06T07:24:07.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:07 smithi172 bash[25094]: audit 2023-12-06T07:24:06.970390+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.195:0/4185142883' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe5395a5-c8d3-4d8f-992e-5b7b4cb2b64c"}]: dispatch 2023-12-06T07:24:07.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:07 smithi172 bash[25094]: audit 2023-12-06T07:24:06.971994+0000 mon.a (mon.0) 548 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe5395a5-c8d3-4d8f-992e-5b7b4cb2b64c"}]: dispatch 2023-12-06T07:24:07.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:07 smithi172 bash[25094]: audit 2023-12-06T07:24:06.981063+0000 mon.a (mon.0) 549 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fe5395a5-c8d3-4d8f-992e-5b7b4cb2b64c"}]': finished 2023-12-06T07:24:07.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:07 smithi172 bash[25094]: cluster 2023-12-06T07:24:06.981156+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2023-12-06T07:24:07.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:07 smithi172 bash[25094]: audit 2023-12-06T07:24:06.981546+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:24:07.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:07 smithi172 bash[30529]: cluster 2023-12-06T07:24:05.523404+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-12-06T07:24:07.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:07 smithi172 bash[30529]: audit 2023-12-06T07:24:06.970390+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.195:0/4185142883' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe5395a5-c8d3-4d8f-992e-5b7b4cb2b64c"}]: dispatch 2023-12-06T07:24:07.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:07 smithi172 bash[30529]: audit 2023-12-06T07:24:06.971994+0000 mon.a (mon.0) 548 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe5395a5-c8d3-4d8f-992e-5b7b4cb2b64c"}]: dispatch 2023-12-06T07:24:07.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:07 smithi172 bash[30529]: audit 2023-12-06T07:24:06.981063+0000 mon.a (mon.0) 549 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fe5395a5-c8d3-4d8f-992e-5b7b4cb2b64c"}]': finished 2023-12-06T07:24:07.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:07 smithi172 bash[30529]: cluster 2023-12-06T07:24:06.981156+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2023-12-06T07:24:07.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:07 smithi172 bash[30529]: audit 2023-12-06T07:24:06.981546+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:24:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:07 smithi195 bash[25052]: cluster 2023-12-06T07:24:05.523404+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-12-06T07:24:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:07 smithi195 bash[25052]: audit 2023-12-06T07:24:06.970390+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.195:0/4185142883' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe5395a5-c8d3-4d8f-992e-5b7b4cb2b64c"}]: dispatch 2023-12-06T07:24:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:07 smithi195 bash[25052]: audit 2023-12-06T07:24:06.971994+0000 mon.a (mon.0) 548 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe5395a5-c8d3-4d8f-992e-5b7b4cb2b64c"}]: dispatch 2023-12-06T07:24:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:07 smithi195 bash[25052]: audit 2023-12-06T07:24:06.981063+0000 mon.a (mon.0) 549 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fe5395a5-c8d3-4d8f-992e-5b7b4cb2b64c"}]': finished 2023-12-06T07:24:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:07 smithi195 bash[25052]: cluster 2023-12-06T07:24:06.981156+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2023-12-06T07:24:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:07 smithi195 bash[25052]: audit 2023-12-06T07:24:06.981546+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:24:08.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:08 smithi172 bash[25094]: audit 2023-12-06T07:24:07.691876+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.195:0/2742654079' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:24:08.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:08 smithi172 bash[30529]: audit 2023-12-06T07:24:07.691876+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.195:0/2742654079' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:24:08.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:08 smithi195 bash[25052]: audit 2023-12-06T07:24:07.691876+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.195:0/2742654079' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T07:24:09.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:09 smithi172 bash[30529]: cluster 2023-12-06T07:24:07.524022+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-12-06T07:24:09.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:09 smithi172 bash[25094]: cluster 2023-12-06T07:24:07.524022+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-12-06T07:24:09.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:09 smithi195 bash[25052]: cluster 2023-12-06T07:24:07.524022+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-12-06T07:24:11.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:11 smithi172 bash[25094]: cluster 2023-12-06T07:24:09.524709+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v205: 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-06T07:24:11.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:11 smithi172 bash[30529]: cluster 2023-12-06T07:24:09.524709+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v205: 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-06T07:24:11.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:11 smithi195 bash[25052]: cluster 2023-12-06T07:24:09.524709+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v205: 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-06T07:24:13.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:13 smithi172 bash[25094]: cluster 2023-12-06T07:24:11.525364+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:13.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:13 smithi172 bash[30529]: cluster 2023-12-06T07:24:11.525364+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:13.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:13 smithi195 bash[25052]: cluster 2023-12-06T07:24:11.525364+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:15.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:15 smithi195 bash[25052]: cluster 2023-12-06T07:24:13.526071+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:15.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:15 smithi172 bash[30529]: cluster 2023-12-06T07:24:13.526071+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:15.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:15 smithi172 bash[25094]: cluster 2023-12-06T07:24:13.526071+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:17.476 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:17 smithi195 bash[25052]: cluster 2023-12-06T07:24:15.526820+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:17.477 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:17 smithi195 bash[25052]: audit 2023-12-06T07:24:17.198836+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T07:24:17.477 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:17 smithi195 bash[25052]: audit 2023-12-06T07:24:17.200432+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:24:17.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:17 smithi172 bash[25094]: cluster 2023-12-06T07:24:15.526820+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:17.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:17 smithi172 bash[25094]: audit 2023-12-06T07:24:17.198836+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T07:24:17.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:17 smithi172 bash[25094]: audit 2023-12-06T07:24:17.200432+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:24:17.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:17 smithi172 bash[30529]: cluster 2023-12-06T07:24:15.526820+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:17.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:17 smithi172 bash[30529]: audit 2023-12-06T07:24:17.198836+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T07:24:17.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:17 smithi172 bash[30529]: audit 2023-12-06T07:24:17.200432+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:24:18.585 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:18 smithi195 bash[25052]: cephadm 2023-12-06T07:24:17.201719+0000 mgr.y (mgr.14152) 223 : cephadm [INF] Deploying daemon osd.7 on smithi195 2023-12-06T07:24:18.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:18 smithi172 bash[25094]: cephadm 2023-12-06T07:24:17.201719+0000 mgr.y (mgr.14152) 223 : cephadm [INF] Deploying daemon osd.7 on smithi195 2023-12-06T07:24:18.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:18 smithi172 bash[30529]: cephadm 2023-12-06T07:24:17.201719+0000 mgr.y (mgr.14152) 223 : cephadm [INF] Deploying daemon osd.7 on smithi195 2023-12-06T07:24:19.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:19 smithi172 bash[25094]: cluster 2023-12-06T07:24:17.527528+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:19.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:19 smithi172 bash[30529]: cluster 2023-12-06T07:24:17.527528+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:19.784 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:19 smithi195 bash[25052]: cluster 2023-12-06T07:24:17.527528+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:21.589 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:21 smithi172 bash[25094]: cluster 2023-12-06T07:24:19.528181+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:21.589 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:21 smithi172 bash[25094]: audit 2023-12-06T07:24:21.278789+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:21.589 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:21 smithi172 bash[25094]: audit 2023-12-06T07:24:21.310585+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:24:21.589 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:21 smithi172 bash[25094]: audit 2023-12-06T07:24:21.313296+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:24:21.590 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:21 smithi172 bash[25094]: audit 2023-12-06T07:24:21.314890+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:24:21.590 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:21 smithi172 bash[30529]: cluster 2023-12-06T07:24:19.528181+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:21.590 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:21 smithi172 bash[30529]: audit 2023-12-06T07:24:21.278789+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:21.590 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:21 smithi172 bash[30529]: audit 2023-12-06T07:24:21.310585+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:24:21.590 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:21 smithi172 bash[30529]: audit 2023-12-06T07:24:21.313296+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:24:21.590 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:21 smithi172 bash[30529]: audit 2023-12-06T07:24:21.314890+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:24:21.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:21 smithi195 bash[25052]: cluster 2023-12-06T07:24:19.528181+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:21.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:21 smithi195 bash[25052]: audit 2023-12-06T07:24:21.278789+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:21.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:21 smithi195 bash[25052]: audit 2023-12-06T07:24:21.310585+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:24:21.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:21 smithi195 bash[25052]: audit 2023-12-06T07:24:21.313296+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:24:21.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:21 smithi195 bash[25052]: audit 2023-12-06T07:24:21.314890+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:24:23.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:23 smithi172 bash[25094]: cluster 2023-12-06T07:24:21.528663+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:23.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:23 smithi172 bash[30529]: cluster 2023-12-06T07:24:21.528663+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:23.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:23 smithi195 bash[25052]: cluster 2023-12-06T07:24:21.528663+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:25.575 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:25 smithi195 bash[25052]: cluster 2023-12-06T07:24:23.529208+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:25.576 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:25 smithi195 bash[25052]: audit 2023-12-06T07:24:25.220062+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:25.576 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:25 smithi195 bash[25052]: audit 2023-12-06T07:24:25.226989+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:25.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:25 smithi172 bash[25094]: cluster 2023-12-06T07:24:23.529208+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:25.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:25 smithi172 bash[25094]: audit 2023-12-06T07:24:25.220062+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:25.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:25 smithi172 bash[25094]: audit 2023-12-06T07:24:25.226989+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:25.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:25 smithi172 bash[30529]: cluster 2023-12-06T07:24:23.529208+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:25.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:25 smithi172 bash[30529]: audit 2023-12-06T07:24:25.220062+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:25.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:25 smithi172 bash[30529]: audit 2023-12-06T07:24:25.226989+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:27.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:27 smithi172 bash[25094]: cluster 2023-12-06T07:24:25.529883+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:27.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:27 smithi172 bash[30529]: cluster 2023-12-06T07:24:25.529883+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:27.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:27 smithi195 bash[25052]: cluster 2023-12-06T07:24:25.529883+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:28.129 INFO:teuthology.orchestra.run.smithi195.stdout:Created osd(s) 7 on host 'smithi195' 2023-12-06T07:24:28.825 DEBUG:teuthology.orchestra.run.smithi195:osd.7> sudo journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.7.service 2023-12-06T07:24:28.827 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-06T07:24:28.828 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T07:24:28.997 INFO:journalctl@ceph.osd.7.smithi195.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T07:24:29.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:29 smithi172 bash[30529]: cluster 2023-12-06T07:24:27.530440+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:29.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:29 smithi172 bash[30529]: audit 2023-12-06T07:24:28.126979+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:29.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:29 smithi172 bash[30529]: audit 2023-12-06T07:24:28.153606+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:24:29.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:29 smithi172 bash[30529]: audit 2023-12-06T07:24:28.156463+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:24:29.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:29 smithi172 bash[30529]: audit 2023-12-06T07:24:28.158313+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:24:29.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:29 smithi172 bash[30529]: audit 2023-12-06T07:24:28.583480+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.195:6824/3177034340,v1:172.21.15.195:6825/3177034340]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T07:24:29.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:29 smithi172 bash[30529]: audit 2023-12-06T07:24:28.585145+0000 mon.a (mon.0) 564 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T07:24:29.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:29 smithi172 bash[25094]: cluster 2023-12-06T07:24:27.530440+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:29.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:29 smithi172 bash[25094]: audit 2023-12-06T07:24:28.126979+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:29.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:29 smithi172 bash[25094]: audit 2023-12-06T07:24:28.153606+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:24:29.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:29 smithi172 bash[25094]: audit 2023-12-06T07:24:28.156463+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:24:29.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:29 smithi172 bash[25094]: audit 2023-12-06T07:24:28.158313+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:24:29.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:29 smithi172 bash[25094]: audit 2023-12-06T07:24:28.583480+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.195:6824/3177034340,v1:172.21.15.195:6825/3177034340]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T07:24:29.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:29 smithi172 bash[25094]: audit 2023-12-06T07:24:28.585145+0000 mon.a (mon.0) 564 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T07:24:29.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:29 smithi195 bash[25052]: cluster 2023-12-06T07:24:27.530440+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:29.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:29 smithi195 bash[25052]: audit 2023-12-06T07:24:28.126979+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:29.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:29 smithi195 bash[25052]: audit 2023-12-06T07:24:28.153606+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:24:29.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:29 smithi195 bash[25052]: audit 2023-12-06T07:24:28.156463+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:24:29.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:29 smithi195 bash[25052]: audit 2023-12-06T07:24:28.158313+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:24:29.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:29 smithi195 bash[25052]: audit 2023-12-06T07:24:28.583480+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.195:6824/3177034340,v1:172.21.15.195:6825/3177034340]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T07:24:29.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:29 smithi195 bash[25052]: audit 2023-12-06T07:24:28.585145+0000 mon.a (mon.0) 564 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T07:24:30.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:30 smithi172 bash[25094]: audit 2023-12-06T07:24:29.424463+0000 mon.a (mon.0) 565 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T07:24:30.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:30 smithi172 bash[25094]: cluster 2023-12-06T07:24:29.424727+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-06T07:24:30.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:30 smithi172 bash[25094]: audit 2023-12-06T07:24:29.424975+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.195:6824/3177034340,v1:172.21.15.195:6825/3177034340]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:24:30.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:30 smithi172 bash[25094]: audit 2023-12-06T07:24:29.425089+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:24:30.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:30 smithi172 bash[25094]: audit 2023-12-06T07:24:29.426686+0000 mon.a (mon.0) 568 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:24:30.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:30 smithi172 bash[30529]: audit 2023-12-06T07:24:29.424463+0000 mon.a (mon.0) 565 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T07:24:30.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:30 smithi172 bash[30529]: cluster 2023-12-06T07:24:29.424727+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-06T07:24:30.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:30 smithi172 bash[30529]: audit 2023-12-06T07:24:29.424975+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.195:6824/3177034340,v1:172.21.15.195:6825/3177034340]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:24:30.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:30 smithi172 bash[30529]: audit 2023-12-06T07:24:29.425089+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:24:30.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:30 smithi172 bash[30529]: audit 2023-12-06T07:24:29.426686+0000 mon.a (mon.0) 568 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:24:30.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:24:30 smithi195 bash[37787]: debug 2023-12-06T07:24:30.432+0000 7fe1ffda5700 -1 osd.7 0 waiting for initial osdmap 2023-12-06T07:24:30.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:24:30 smithi195 bash[37787]: debug 2023-12-06T07:24:30.444+0000 7fe1f9f3b700 -1 osd.7 53 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:24:30.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:30 smithi195 bash[25052]: audit 2023-12-06T07:24:29.424463+0000 mon.a (mon.0) 565 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T07:24:30.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:30 smithi195 bash[25052]: cluster 2023-12-06T07:24:29.424727+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-06T07:24:30.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:30 smithi195 bash[25052]: audit 2023-12-06T07:24:29.424975+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.195:6824/3177034340,v1:172.21.15.195:6825/3177034340]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:24:30.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:30 smithi195 bash[25052]: audit 2023-12-06T07:24:29.425089+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:24:30.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:30 smithi195 bash[25052]: audit 2023-12-06T07:24:29.426686+0000 mon.a (mon.0) 568 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:24:31.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:31 smithi172 bash[25094]: cluster 2023-12-06T07:24:29.531045+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:31.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:31 smithi172 bash[25094]: audit 2023-12-06T07:24:30.427126+0000 mon.a (mon.0) 569 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2023-12-06T07:24:31.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:31 smithi172 bash[25094]: cluster 2023-12-06T07:24:30.427328+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-06T07:24:31.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:31 smithi172 bash[25094]: audit 2023-12-06T07:24:30.428497+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:24:31.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:31 smithi172 bash[25094]: audit 2023-12-06T07:24:30.435631+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:24:31.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:31 smithi172 bash[25094]: cluster 2023-12-06T07:24:31.430090+0000 mon.a (mon.0) 573 : cluster [INF] osd.7 [v2:172.21.15.195:6824/3177034340,v1:172.21.15.195:6825/3177034340] boot 2023-12-06T07:24:31.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:31 smithi172 bash[25094]: cluster 2023-12-06T07:24:31.430226+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-06T07:24:31.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:31 smithi172 bash[25094]: audit 2023-12-06T07:24:31.430586+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:24:31.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:31 smithi172 bash[30529]: cluster 2023-12-06T07:24:29.531045+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:31.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:31 smithi172 bash[30529]: audit 2023-12-06T07:24:30.427126+0000 mon.a (mon.0) 569 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2023-12-06T07:24:31.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:31 smithi172 bash[30529]: cluster 2023-12-06T07:24:30.427328+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-06T07:24:31.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:31 smithi172 bash[30529]: audit 2023-12-06T07:24:30.428497+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:24:31.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:31 smithi172 bash[30529]: audit 2023-12-06T07:24:30.435631+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:24:31.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:31 smithi172 bash[30529]: cluster 2023-12-06T07:24:31.430090+0000 mon.a (mon.0) 573 : cluster [INF] osd.7 [v2:172.21.15.195:6824/3177034340,v1:172.21.15.195:6825/3177034340] boot 2023-12-06T07:24:31.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:31 smithi172 bash[30529]: cluster 2023-12-06T07:24:31.430226+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-06T07:24:31.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:31 smithi172 bash[30529]: audit 2023-12-06T07:24:31.430586+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:24:31.778 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-06T07:24:31.798 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:31 smithi195 bash[25052]: cluster 2023-12-06T07:24:29.531045+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T07:24:31.798 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:31 smithi195 bash[25052]: audit 2023-12-06T07:24:30.427126+0000 mon.a (mon.0) 569 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2023-12-06T07:24:31.798 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:31 smithi195 bash[25052]: cluster 2023-12-06T07:24:30.427328+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-06T07:24:31.798 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:31 smithi195 bash[25052]: audit 2023-12-06T07:24:30.428497+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:24:31.798 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:31 smithi195 bash[25052]: audit 2023-12-06T07:24:30.435631+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:24:31.798 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:31 smithi195 bash[25052]: cluster 2023-12-06T07:24:31.430090+0000 mon.a (mon.0) 573 : cluster [INF] osd.7 [v2:172.21.15.195:6824/3177034340,v1:172.21.15.195:6825/3177034340] boot 2023-12-06T07:24:31.798 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:31 smithi195 bash[25052]: cluster 2023-12-06T07:24:31.430226+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-06T07:24:31.798 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:31 smithi195 bash[25052]: audit 2023-12-06T07:24:31.430586+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:24:32.448 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":54,"num_osds":8,"num_up_osds":8,"osd_up_since":1701847471,"num_in_osds":8,"osd_in_since":1701847446,"num_remapped_pgs":1} 2023-12-06T07:24:32.449 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T07:24:32.450 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:32 smithi195 bash[25052]: cluster 2023-12-06T07:24:29.541424+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:24:32.450 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:32 smithi195 bash[25052]: cluster 2023-12-06T07:24:29.541632+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:24:32.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:32 smithi172 bash[25094]: cluster 2023-12-06T07:24:29.541424+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:24:32.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:32 smithi172 bash[25094]: cluster 2023-12-06T07:24:29.541632+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:24:32.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:32 smithi172 bash[25094]: audit 2023-12-06T07:24:31.777013+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.172:0/3910900964' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T07:24:32.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:32 smithi172 bash[30529]: cluster 2023-12-06T07:24:29.541424+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T07:24:32.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:32 smithi172 bash[30529]: cluster 2023-12-06T07:24:29.541632+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T07:24:32.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:32 smithi172 bash[30529]: audit 2023-12-06T07:24:31.777013+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.172:0/3910900964' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T07:24:33.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:32 smithi195 bash[25052]: audit 2023-12-06T07:24:31.777013+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.172:0/3910900964' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T07:24:33.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:33 smithi195 bash[25052]: cluster 2023-12-06T07:24:31.531613+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v219: 1 pgs: 1 peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:24:33.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:33 smithi195 bash[25052]: cluster 2023-12-06T07:24:32.435494+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-06T07:24:33.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:33 smithi195 bash[25052]: cluster 2023-12-06T07:24:33.435243+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-06T07:24:33.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:33 smithi172 bash[25094]: cluster 2023-12-06T07:24:31.531613+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v219: 1 pgs: 1 peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:24:33.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:33 smithi172 bash[25094]: cluster 2023-12-06T07:24:32.435494+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-06T07:24:33.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:33 smithi172 bash[25094]: cluster 2023-12-06T07:24:33.435243+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-06T07:24:33.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:33 smithi172 bash[30529]: cluster 2023-12-06T07:24:31.531613+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v219: 1 pgs: 1 peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:24:33.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:33 smithi172 bash[30529]: cluster 2023-12-06T07:24:32.435494+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-06T07:24:33.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:33 smithi172 bash[30529]: cluster 2023-12-06T07:24:33.435243+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-06T07:24:34.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:34 smithi195 bash[25052]: cluster 2023-12-06T07:24:33.532217+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v222: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:24:34.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:34 smithi172 bash[25094]: cluster 2023-12-06T07:24:33.532217+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v222: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:24:34.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:34 smithi172 bash[30529]: cluster 2023-12-06T07:24:33.532217+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v222: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:24:35.167 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:24:35.466 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:35 smithi172 bash[30529]: cluster 2023-12-06T07:24:34.464675+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-06T07:24:35.466 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:35 smithi172 bash[30529]: cephadm 2023-12-06T07:24:35.360480+0000 mgr.y (mgr.14152) 233 : cephadm [INF] Detected new or changed devices on smithi195 2023-12-06T07:24:35.466 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:35 smithi172 bash[30529]: audit 2023-12-06T07:24:35.370484+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:35.466 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:35 smithi172 bash[30529]: audit 2023-12-06T07:24:35.372900+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:24:35.466 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:35 smithi172 bash[30529]: audit 2023-12-06T07:24:35.374270+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:24:35.466 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:35 smithi172 bash[30529]: audit 2023-12-06T07:24:35.375502+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:24:35.466 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:35 smithi172 bash[25094]: cluster 2023-12-06T07:24:34.464675+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-06T07:24:35.466 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:35 smithi172 bash[25094]: cephadm 2023-12-06T07:24:35.360480+0000 mgr.y (mgr.14152) 233 : cephadm [INF] Detected new or changed devices on smithi195 2023-12-06T07:24:35.467 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:35 smithi172 bash[25094]: audit 2023-12-06T07:24:35.370484+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:35.467 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:35 smithi172 bash[25094]: audit 2023-12-06T07:24:35.372900+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:24:35.467 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:35 smithi172 bash[25094]: audit 2023-12-06T07:24:35.374270+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:24:35.467 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:35 smithi172 bash[25094]: audit 2023-12-06T07:24:35.375502+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:24:35.467 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:35 smithi172 bash[25094]: audit 2023-12-06T07:24:35.376776+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:24:35.467 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:35 smithi172 bash[25094]: cephadm 2023-12-06T07:24:35.377779+0000 mgr.y (mgr.14152) 234 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 4317M 2023-12-06T07:24:35.467 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:35 smithi172 bash[25094]: audit 2023-12-06T07:24:35.384527+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:35.467 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:35 smithi172 bash[25094]: audit 2023-12-06T07:24:35.391801+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:35.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:35 smithi195 bash[25052]: cluster 2023-12-06T07:24:34.464675+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-06T07:24:35.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:35 smithi195 bash[25052]: cephadm 2023-12-06T07:24:35.360480+0000 mgr.y (mgr.14152) 233 : cephadm [INF] Detected new or changed devices on smithi195 2023-12-06T07:24:35.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:35 smithi195 bash[25052]: audit 2023-12-06T07:24:35.370484+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:35.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:35 smithi195 bash[25052]: audit 2023-12-06T07:24:35.372900+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:24:35.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:35 smithi195 bash[25052]: audit 2023-12-06T07:24:35.374270+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:24:35.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:35 smithi195 bash[25052]: audit 2023-12-06T07:24:35.375502+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:24:35.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:35 smithi195 bash[25052]: audit 2023-12-06T07:24:35.376776+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:24:35.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:35 smithi195 bash[25052]: cephadm 2023-12-06T07:24:35.377779+0000 mgr.y (mgr.14152) 234 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 4317M 2023-12-06T07:24:35.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:35 smithi195 bash[25052]: audit 2023-12-06T07:24:35.384527+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:35.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:35 smithi195 bash[25052]: audit 2023-12-06T07:24:35.391801+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:35.902 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:35 smithi172 bash[30529]: audit 2023-12-06T07:24:35.376776+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:24:35.903 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:35 smithi172 bash[30529]: cephadm 2023-12-06T07:24:35.377779+0000 mgr.y (mgr.14152) 234 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 4317M 2023-12-06T07:24:35.903 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:35 smithi172 bash[30529]: audit 2023-12-06T07:24:35.384527+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:35.903 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:35 smithi172 bash[30529]: audit 2023-12-06T07:24:35.391801+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:36.474 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:36 smithi172 bash[25094]: cluster 2023-12-06T07:24:35.474434+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-06T07:24:36.475 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:36 smithi172 bash[25094]: cluster 2023-12-06T07:24:35.532889+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v225: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:24:36.760 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:36 smithi172 bash[30529]: cluster 2023-12-06T07:24:35.474434+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-06T07:24:36.760 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:36 smithi172 bash[30529]: cluster 2023-12-06T07:24:35.532889+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v225: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:24:36.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:36 smithi195 bash[25052]: cluster 2023-12-06T07:24:35.474434+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-06T07:24:36.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:36 smithi195 bash[25052]: cluster 2023-12-06T07:24:35.532889+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v225: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:24:37.962 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-06T07:24:37.962 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":58,"fsid":"6c6e2358-9407-11ee-95a2-87774f69a715","created":"2023-12-06T07:17:39.157947+0000","modified":"2023-12-06T07:24:35.458730+0000","last_up_change":"2023-12-06T07:24:31.421537+0000","last_in_change":"2023-12-06T07:24:06.973271+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-06T07:21:34.036312+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"d4e23744-71e1-4366-b004-8c2744ae801b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":3991865129},{"type":"v1","addr":"172.21.15.172:6803","nonce":3991865129}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":3991865129},{"type":"v1","addr":"172.21.15.172:6805","nonce":3991865129}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6808","nonce":3991865129},{"type":"v1","addr":"172.21.15.172:6809","nonce":3991865129}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":3991865129},{"type":"v1","addr":"172.21.15.172:6807","nonce":3991865129}]},"public_addr":"172.21.15.172:6803/3991865129","cluster_addr":"172.21.15.172:6805/3991865129","heartbeat_back_addr":"172.21.15.172:6809/3991865129","heartbeat_front_addr":"172.21.15.172:6807/3991865129","state":["exists","up"]},{"osd":1,"uuid":"de3c0384-ef3f-4bc8-a59d-e0a8b65d44c9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6810","nonce":3572782802},{"type":"v1","addr":"172.21.15.172:6811","nonce":3572782802}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6812","nonce":3572782802},{"type":"v1","addr":"172.21.15.172:6813","nonce":3572782802}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6816","nonce":3572782802},{"type":"v1","addr":"172.21.15.172:6817","nonce":3572782802}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6814","nonce":3572782802},{"type":"v1","addr":"172.21.15.172:6815","nonce":3572782802}]},"public_addr":"172.21.15.172:6811/3572782802","cluster_addr":"172.21.15.172:6813/3572782802","heartbeat_back_addr":"172.21.15.172:6817/3572782802","heartbeat_front_addr":"172.21.15.172:6815/3572782802","state":["exists","up"]},{"osd":2,"uuid":"454554a5-c581-419b-8f68-a761675bcbe9","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.172:6818","nonce":2815098611},{"type":"v1","addr":"172.21.15.172:6819","nonce":2815098611}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6820","nonce":2815098611},{"type":"v1","addr":"172.21.15.172:6821","nonce":2815098611}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6824","nonce":2815098611},{"type":"v1","addr":"172.21.15.172:6825","nonce":2815098611}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6822","nonce":2815098611},{"type":"v1","addr":"172.21.15.172:6823","nonce":2815098611}]},"public_addr":"172.21.15.172:6819/2815098611","cluster_addr":"172.21.15.172:6821/2815098611","heartbeat_back_addr":"172.21.15.172:6825/2815098611","heartbeat_front_addr":"172.21.15.172:6823/2815098611","state":["exists","up"]},{"osd":3,"uuid":"6bf6bf50-1e79-4dda-8748-f6280b5986e4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6826","nonce":18970751},{"type":"v1","addr":"172.21.15.172:6827","nonce":18970751}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6828","nonce":18970751},{"type":"v1","addr":"172.21.15.172:6829","nonce":18970751}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6832","nonce":18970751},{"type":"v1","addr":"172.21.15.172:6833","nonce":18970751}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6830","nonce":18970751},{"type":"v1","addr":"172.21.15.172:6831","nonce":18970751}]},"public_addr":"172.21.15.172:6827/18970751","cluster_addr":"172.21.15.172:6829/18970751","heartbeat_back_addr":"172.21.15.172:6833/18970751","heartbeat_front_addr":"172.21.15.172:6831/18970751","state":["exists","up"]},{"osd":4,"uuid":"b7eb19d3-8a85-41d0-8c35-5c56de83fe5d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6800","nonce":2861492603},{"type":"v1","addr":"172.21.15.195:6801","nonce":2861492603}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6802","nonce":2861492603},{"type":"v1","addr":"172.21.15.195:6803","nonce":2861492603}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6806","nonce":2861492603},{"type":"v1","addr":"172.21.15.195:6807","nonce":2861492603}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6804","nonce":2861492603},{"type":"v1","addr":"172.21.15.195:6805","nonce":2861492603}]},"public_addr":"172.21.15.195:6801/2861492603","cluster_addr":"172.21.15.195:6803/2861492603","heartbeat_back_addr":"172.21.15.195:6807/2861492603","heartbeat_front_addr":"172.21.15.195:6805/2861492603","state":["exists","up"]},{"osd":5,"uuid":"92e1b66d-2d2d-44f3-8a22-37773710fd03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6808","nonce":3506325895},{"type":"v1","addr":"172.21.15.195:6809","nonce":3506325895}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6810","nonce":3506325895},{"type":"v1","addr":"172.21.15.195:6811","nonce":3506325895}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6814","nonce":3506325895},{"type":"v1","addr":"172.21.15.195:6815","nonce":3506325895}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6812","nonce":3506325895},{"type":"v1","addr":"172.21.15.195:6813","nonce":3506325895}]},"public_addr":"172.21.15.195:6809/3506325895","cluster_addr":"172.21.15.195:6811/3506325895","heartbeat_back_addr":"172.21.15.195:6815/3506325895","heartbeat_front_addr":"172.21.15.195:6813/3506325895","state":["exists","up"]},{"osd":6,"uuid":"691401ae-229a-4b78-9299-79f72fc68675","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6816","nonce":3507773885},{"type":"v1","addr":"172.21.15.195:6817","nonce":3507773885}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6818","nonce":3507773885},{"type":"v1","addr":"172.21.15.195:6819","nonce":3507773885}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6822","nonce":3507773885},{"type":"v1","addr":"172.21.15.195:6823","nonce":3507773885}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6820","nonce":3507773885},{"type":"v1","addr":"172.21.15.195:6821","nonce":3507773885}]},"public_addr":"172.21.15.195:6817/3507773885","cluster_addr":"172.21.15.195:6819/3507773885","heartbeat_back_addr":"172.21.15.195:6823/3507773885","heartbeat_front_addr":"172.21.15.195:6821/3507773885","state":["exists","up"]},{"osd":7,"uuid":"fe5395a5-c8d3-4d8f-992e-5b7b4cb2b64c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6824","nonce":3177034340},{"type":"v1","addr":"172.21.15.195:6825","nonce":3177034340}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6826","nonce":3177034340},{"type":"v1","addr":"172.21.15.195:6827","nonce":3177034340}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6830","nonce":3177034340},{"type":"v1","addr":"172.21.15.195:6831","nonce":3177034340}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6828","nonce":3177034340},{"type":"v1","addr":"172.21.15.195:6829","nonce":3177034340}]},"public_addr":"172.21.15.195:6825/3177034340","cluster_addr":"172.21.15.195:6827/3177034340","heartbeat_back_addr":"172.21.15.195:6831/3177034340","heartbeat_front_addr":"172.21.15.195:6829/3177034340","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-06T07:20:19.459243+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-06T07:20:55.917722+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-06T07:21:31.294713+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-06T07:22:08.316305+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-06T07:22:40.998515+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-06T07:23:16.864314+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-06T07:23:53.044785+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-06T07:24:29.541638+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.172:0/4147355880":"2023-12-07T07:18:41.370797+0000","172.21.15.172:0/1782709571":"2023-12-07T07:18:41.370797+0000","172.21.15.172:6801/1651911944":"2023-12-07T07:18:41.370797+0000","172.21.15.172:0/3276287511":"2023-12-07T07:18:10.374704+0000","172.21.15.172:0/632961414":"2023-12-07T07:18:10.374704+0000","172.21.15.172:6800/1651911944":"2023-12-07T07:18:41.370797+0000","172.21.15.172:0/2730931859":"2023-12-07T07:18:10.374704+0000","172.21.15.172:0/2664905998":"2023-12-07T07:18:41.370797+0000","172.21.15.172:6801/2919148251":"2023-12-07T07:18:10.374704+0000","172.21.15.172:6800/2919148251":"2023-12-07T07:18:10.374704+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-06T07:24:38.588 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-06T07:21:34.036312+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-12-06T07:24:38.588 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-06T07:24:38.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:38 smithi195 bash[25052]: cluster 2023-12-06T07:24:37.533570+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 101 KiB/s, 0 objects/s recovering 2023-12-06T07:24:38.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:38 smithi195 bash[25052]: audit 2023-12-06T07:24:37.958923+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.172:0/4016063780' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T07:24:38.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:38 smithi172 bash[30529]: cluster 2023-12-06T07:24:37.533570+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 101 KiB/s, 0 objects/s recovering 2023-12-06T07:24:38.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:38 smithi172 bash[30529]: audit 2023-12-06T07:24:37.958923+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.172:0/4016063780' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T07:24:38.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:38 smithi172 bash[25094]: cluster 2023-12-06T07:24:37.533570+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 101 KiB/s, 0 objects/s recovering 2023-12-06T07:24:38.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:38 smithi172 bash[25094]: audit 2023-12-06T07:24:37.958923+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.172:0/4016063780' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T07:24:41.316 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:24:41.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:41 smithi195 bash[25052]: cluster 2023-12-06T07:24:39.534220+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-12-06T07:24:41.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:41 smithi172 bash[25094]: cluster 2023-12-06T07:24:39.534220+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-12-06T07:24:41.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:41 smithi172 bash[30529]: cluster 2023-12-06T07:24:39.534220+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-12-06T07:24:42.389 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:42 smithi172 bash[25094]: audit 2023-12-06T07:24:41.530275+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:24:42.389 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:42 smithi172 bash[25094]: audit 2023-12-06T07:24:41.530737+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:24:42.389 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:42 smithi172 bash[30529]: audit 2023-12-06T07:24:41.530275+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:24:42.389 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:42 smithi172 bash[30529]: audit 2023-12-06T07:24:41.530737+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:24:42.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:42 smithi195 bash[25052]: audit 2023-12-06T07:24:41.530275+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:24:42.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:42 smithi195 bash[25052]: audit 2023-12-06T07:24:41.530737+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:24:43.326 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:43 smithi172 bash[25094]: cluster 2023-12-06T07:24:41.534660+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T07:24:43.595 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:43 smithi172 bash[30529]: cluster 2023-12-06T07:24:41.534660+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T07:24:43.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:43 smithi195 bash[25052]: cluster 2023-12-06T07:24:41.534660+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T07:24:43.996 INFO:teuthology.orchestra.run.smithi172.stdout:pg_num: 1 2023-12-06T07:24:44.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:44 smithi172 bash[25094]: audit 2023-12-06T07:24:43.995017+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.172:0/4152602670' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-06T07:24:44.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:44 smithi172 bash[30529]: audit 2023-12-06T07:24:43.995017+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.172:0/4152602670' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-06T07:24:44.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:44 smithi195 bash[25052]: audit 2023-12-06T07:24:43.995017+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.172:0/4152602670' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-06T07:24:44.737 INFO:tasks.cephadm:Adding prometheus.a on smithi195 2023-12-06T07:24:44.737 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph orch apply prometheus '1;smithi195=a' 2023-12-06T07:24:45.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:45 smithi195 bash[25052]: cluster 2023-12-06T07:24:43.535218+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-12-06T07:24:45.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:45 smithi172 bash[25094]: cluster 2023-12-06T07:24:43.535218+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-12-06T07:24:45.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:45 smithi172 bash[30529]: cluster 2023-12-06T07:24:43.535218+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-12-06T07:24:47.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:47 smithi195 bash[25052]: cluster 2023-12-06T07:24:45.535912+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-12-06T07:24:47.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:47 smithi172 bash[25094]: cluster 2023-12-06T07:24:45.535912+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-12-06T07:24:47.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:47 smithi172 bash[30529]: cluster 2023-12-06T07:24:45.535912+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-12-06T07:24:47.780 INFO:teuthology.orchestra.run.smithi195.stdout:Scheduled prometheus update... 2023-12-06T07:24:48.467 DEBUG:teuthology.orchestra.run.smithi195:prometheus.a> sudo journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@prometheus.a.service 2023-12-06T07:24:48.470 INFO:tasks.cephadm:Adding node-exporter.a on smithi172 2023-12-06T07:24:48.470 INFO:tasks.cephadm:Adding node-exporter.b on smithi195 2023-12-06T07:24:48.470 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph orch apply node-exporter '2;smithi172=a;smithi195=b' 2023-12-06T07:24:48.608 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T07:24:49.029 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:48 smithi172 bash[25375]: ignoring --setuser ceph since I am not root 2023-12-06T07:24:49.030 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:48 smithi172 bash[25375]: ignoring --setgroup ceph since I am not root 2023-12-06T07:24:49.030 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:48 smithi172 bash[25375]: debug 2023-12-06T07:24:48.867+0000 7f45ab3fa700 1 -- 172.21.15.172:0/3302119622 <== mon.0 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5626e3176340 con 0x5626e3ef2c00 2023-12-06T07:24:49.030 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:48 smithi172 bash[25094]: cluster 2023-12-06T07:24:47.536711+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-06T07:24:49.030 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:48 smithi172 bash[25094]: audit 2023-12-06T07:24:47.766992+0000 mgr.y (mgr.14152) 242 : audit [DBG] from='client.24344 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi195=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:24:49.030 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:48 smithi172 bash[25094]: cephadm 2023-12-06T07:24:47.770458+0000 mgr.y (mgr.14152) 243 : cephadm [INF] Saving service prometheus spec with placement smithi195=a;count:1 2023-12-06T07:24:49.030 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:48 smithi172 bash[25094]: audit 2023-12-06T07:24:47.777824+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:49.030 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:48 smithi172 bash[25094]: audit 2023-12-06T07:24:47.796743+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:24:49.030 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:48 smithi172 bash[25094]: audit 2023-12-06T07:24:47.799623+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:24:49.030 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:48 smithi172 bash[25094]: audit 2023-12-06T07:24:47.801623+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:24:49.031 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:48 smithi172 bash[25094]: audit 2023-12-06T07:24:47.811993+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:49.031 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:48 smithi172 bash[25094]: audit 2023-12-06T07:24:47.822133+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T07:24:49.031 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:48 smithi172 bash[30529]: cluster 2023-12-06T07:24:47.536711+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-06T07:24:49.031 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:48 smithi172 bash[30529]: audit 2023-12-06T07:24:47.766992+0000 mgr.y (mgr.14152) 242 : audit [DBG] from='client.24344 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi195=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:24:49.031 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:48 smithi172 bash[30529]: cephadm 2023-12-06T07:24:47.770458+0000 mgr.y (mgr.14152) 243 : cephadm [INF] Saving service prometheus spec with placement smithi195=a;count:1 2023-12-06T07:24:49.031 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:48 smithi172 bash[30529]: audit 2023-12-06T07:24:47.777824+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:49.031 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:48 smithi172 bash[30529]: audit 2023-12-06T07:24:47.796743+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:24:49.031 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:48 smithi172 bash[30529]: audit 2023-12-06T07:24:47.799623+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:24:49.031 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:48 smithi172 bash[30529]: audit 2023-12-06T07:24:47.801623+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:24:49.031 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:48 smithi172 bash[30529]: audit 2023-12-06T07:24:47.811993+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:49.031 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:48 smithi172 bash[30529]: audit 2023-12-06T07:24:47.822133+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T07:24:49.032 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:48 smithi195 bash[25992]: ignoring --setuser ceph since I am not root 2023-12-06T07:24:49.032 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:48 smithi195 bash[25992]: ignoring --setgroup ceph since I am not root 2023-12-06T07:24:49.032 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:48 smithi195 bash[25992]: debug 2023-12-06T07:24:48.864+0000 7f494aaec700 1 -- 172.21.15.195:0/4019422052 <== mon.0 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c6e6d9e340 con 0x55c6e7b1a800 2023-12-06T07:24:49.032 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:48 smithi195 bash[25052]: cluster 2023-12-06T07:24:47.536711+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-06T07:24:49.032 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:48 smithi195 bash[25052]: audit 2023-12-06T07:24:47.766992+0000 mgr.y (mgr.14152) 242 : audit [DBG] from='client.24344 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi195=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:24:49.032 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:48 smithi195 bash[25052]: cephadm 2023-12-06T07:24:47.770458+0000 mgr.y (mgr.14152) 243 : cephadm [INF] Saving service prometheus spec with placement smithi195=a;count:1 2023-12-06T07:24:49.032 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:48 smithi195 bash[25052]: audit 2023-12-06T07:24:47.777824+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:49.032 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:48 smithi195 bash[25052]: audit 2023-12-06T07:24:47.796743+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:24:49.033 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:48 smithi195 bash[25052]: audit 2023-12-06T07:24:47.799623+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:24:49.033 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:48 smithi195 bash[25052]: audit 2023-12-06T07:24:47.801623+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:24:49.033 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:48 smithi195 bash[25052]: audit 2023-12-06T07:24:47.811993+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' 2023-12-06T07:24:49.033 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:48 smithi195 bash[25052]: audit 2023-12-06T07:24:47.822133+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T07:24:49.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:49 smithi195 bash[25992]: debug 2023-12-06T07:24:49.024+0000 7f4953548000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:24:49.423 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:49 smithi172 bash[25375]: debug 2023-12-06T07:24:49.023+0000 7f45b3e56000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:24:49.963 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:49 smithi195 bash[25052]: audit 2023-12-06T07:24:48.823761+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T07:24:49.963 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:49 smithi195 bash[25052]: cluster 2023-12-06T07:24:48.823910+0000 mon.a (mon.0) 596 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-06T07:24:49.963 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:49 smithi195 bash[25992]: debug 2023-12-06T07:24:49.703+0000 7f4953548000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:24:49.963 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:49 smithi195 bash[25992]: debug 2023-12-06T07:24:49.839+0000 7f4953548000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:24:49.972 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:49 smithi172 bash[25094]: audit 2023-12-06T07:24:48.823761+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T07:24:49.972 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:49 smithi172 bash[25094]: cluster 2023-12-06T07:24:48.823910+0000 mon.a (mon.0) 596 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-06T07:24:49.972 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:49 smithi172 bash[25375]: debug 2023-12-06T07:24:49.687+0000 7f45b3e56000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:24:49.972 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:49 smithi172 bash[25375]: debug 2023-12-06T07:24:49.807+0000 7f45b3e56000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:24:49.973 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:49 smithi172 bash[30529]: audit 2023-12-06T07:24:48.823761+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.172:0/1353016402' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T07:24:49.973 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:49 smithi172 bash[30529]: cluster 2023-12-06T07:24:48.823910+0000 mon.a (mon.0) 596 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-06T07:24:50.300 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:49 smithi172 bash[25375]: debug 2023-12-06T07:24:49.967+0000 7f45b3e56000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:24:50.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:50 smithi195 bash[25992]: debug 2023-12-06T07:24:50.011+0000 7f4953548000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:24:50.593 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:50 smithi172 bash[25375]: debug 2023-12-06T07:24:50.295+0000 7f45b3e56000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:24:50.593 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:50 smithi172 bash[25375]: debug 2023-12-06T07:24:50.387+0000 7f45b3e56000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:24:50.651 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:50 smithi195 bash[25992]: debug 2023-12-06T07:24:50.347+0000 7f4953548000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:24:50.651 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:50 smithi195 bash[25992]: debug 2023-12-06T07:24:50.443+0000 7f4953548000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:24:50.846 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:50 smithi195 bash[25992]: debug 2023-12-06T07:24:50.643+0000 7f4953548000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:24:50.923 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:50 smithi172 bash[25375]: debug 2023-12-06T07:24:50.587+0000 7f45b3e56000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:24:51.596 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:51 smithi195 bash[25992]: debug 2023-12-06T07:24:51.507+0000 7f4953548000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:24:51.754 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:51 smithi172 bash[25375]: debug 2023-12-06T07:24:51.439+0000 7f45b3e56000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:24:51.754 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:51 smithi172 bash[25375]: debug 2023-12-06T07:24:51.543+0000 7f45b3e56000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:24:52.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:51 smithi195 bash[25992]: debug 2023-12-06T07:24:51.611+0000 7f4953548000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:24:52.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:51 smithi195 bash[25992]: debug 2023-12-06T07:24:51.815+0000 7f4953548000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:24:52.101 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:51 smithi172 bash[25375]: debug 2023-12-06T07:24:51.751+0000 7f45b3e56000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:24:52.423 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:52 smithi172 bash[25375]: debug 2023-12-06T07:24:52.095+0000 7f45b3e56000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:24:52.492 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:52 smithi195 bash[25992]: debug 2023-12-06T07:24:52.159+0000 7f4953548000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:24:52.798 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:52 smithi172 bash[25375]: debug 2023-12-06T07:24:52.423+0000 7f45b3e56000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:24:52.846 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:52 smithi195 bash[25992]: debug 2023-12-06T07:24:52.483+0000 7f4953548000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:24:53.069 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:52 smithi172 bash[25375]: debug 2023-12-06T07:24:52.795+0000 7f45b3e56000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:24:53.126 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:52 smithi195 bash[25992]: debug 2023-12-06T07:24:52.851+0000 7f4953548000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:24:53.423 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:53 smithi172 bash[25375]: debug 2023-12-06T07:24:53.063+0000 7f45b3e56000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:24:53.596 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:53 smithi195 bash[25992]: debug 2023-12-06T07:24:53.119+0000 7f4953548000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:24:54.011 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:53 smithi172 bash[25375]: debug 2023-12-06T07:24:53.747+0000 7f45b3e56000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:24:54.011 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:53 smithi172 bash[25375]: debug 2023-12-06T07:24:53.847+0000 7f45b3e56000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:24:54.066 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:53 smithi195 bash[25992]: debug 2023-12-06T07:24:53.799+0000 7f4953548000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:24:54.066 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:53 smithi195 bash[25992]: debug 2023-12-06T07:24:53.903+0000 7f4953548000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:24:54.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:54 smithi195 bash[25992]: debug 2023-12-06T07:24:54.059+0000 7f4953548000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:24:54.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:54 smithi195 bash[25992]: debug 2023-12-06T07:24:54.163+0000 7f4953548000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:24:54.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:54 smithi195 bash[25992]: debug 2023-12-06T07:24:54.299+0000 7f4953548000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:24:54.423 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:54 smithi172 bash[25375]: debug 2023-12-06T07:24:54.007+0000 7f45b3e56000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:24:54.424 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:54 smithi172 bash[25375]: debug 2023-12-06T07:24:54.115+0000 7f45b3e56000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:24:54.424 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:54 smithi172 bash[25375]: debug 2023-12-06T07:24:54.251+0000 7f45b3e56000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:24:54.847 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:54 smithi172 bash[25375]: debug 2023-12-06T07:24:54.543+0000 7f45b3e56000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:24:54.848 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:54 smithi172 bash[25375]: debug 2023-12-06T07:24:54.663+0000 7f45b3e56000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:24:54.898 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:54 smithi195 bash[25992]: debug 2023-12-06T07:24:54.591+0000 7f4953548000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:24:54.898 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:54 smithi195 bash[25992]: debug 2023-12-06T07:24:54.707+0000 7f4953548000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:24:55.173 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:54 smithi172 bash[25375]: debug 2023-12-06T07:24:54.843+0000 7f45b3e56000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:24:55.173 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:54 smithi172 bash[25375]: debug 2023-12-06T07:24:54.963+0000 7f45b3e56000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:24:55.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:54 smithi195 bash[25992]: debug 2023-12-06T07:24:54.891+0000 7f4953548000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:24:55.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:55 smithi195 bash[25992]: debug 2023-12-06T07:24:55.007+0000 7f4953548000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:24:56.173 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:55 smithi172 bash[25375]: debug 2023-12-06T07:24:55.811+0000 7f45b3e56000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:24:56.321 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:55 smithi195 bash[25992]: debug 2023-12-06T07:24:55.847+0000 7f4953548000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:24:56.321 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:55 smithi195 bash[25992]: [06/Dec/2023:07:24:55] ENGINE Bus STARTING 2023-12-06T07:24:56.321 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:55 smithi195 bash[25992]: CherryPy Checker: 2023-12-06T07:24:56.321 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:55 smithi195 bash[25992]: The Application mounted at '' has an empty config. 2023-12-06T07:24:56.321 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:55 smithi195 bash[25992]: [06/Dec/2023:07:24:55] ENGINE Serving on http://:::9283 2023-12-06T07:24:56.321 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:24:55 smithi195 bash[25992]: [06/Dec/2023:07:24:55] ENGINE Bus STARTED 2023-12-06T07:24:56.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:56 smithi195 bash[25052]: cluster 2023-12-06T07:24:55.836298+0000 mon.a (mon.0) 597 : cluster [INF] Active manager daemon y restarted 2023-12-06T07:24:56.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:56 smithi195 bash[25052]: cluster 2023-12-06T07:24:55.837396+0000 mon.a (mon.0) 598 : cluster [INF] Activating manager daemon y 2023-12-06T07:24:56.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:56 smithi195 bash[25052]: cluster 2023-12-06T07:24:55.843250+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-06T07:24:56.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:56 smithi195 bash[25052]: cluster 2023-12-06T07:24:55.874500+0000 mon.a (mon.0) 600 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:24:56.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:56 smithi195 bash[25052]: cluster 2023-12-06T07:24:55.874681+0000 mon.a (mon.0) 601 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:24:56.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:56 smithi195 bash[25052]: audit 2023-12-06T07:24:55.878864+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.195:0/751714507' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:24:56.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:56 smithi195 bash[25052]: audit 2023-12-06T07:24:55.879845+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.195:0/751714507' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:24:56.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:56 smithi195 bash[25052]: audit 2023-12-06T07:24:55.884778+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.195:0/751714507' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:24:56.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:56 smithi195 bash[25052]: audit 2023-12-06T07:24:55.888276+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.195:0/751714507' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:24:56.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[25375]: [06/Dec/2023:07:24:56] ENGINE Bus STARTING 2023-12-06T07:24:56.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[25094]: cluster 2023-12-06T07:24:55.836298+0000 mon.a (mon.0) 597 : cluster [INF] Active manager daemon y restarted 2023-12-06T07:24:56.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[25094]: cluster 2023-12-06T07:24:55.837396+0000 mon.a (mon.0) 598 : cluster [INF] Activating manager daemon y 2023-12-06T07:24:56.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[25094]: cluster 2023-12-06T07:24:55.843250+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-06T07:24:56.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[25094]: cluster 2023-12-06T07:24:55.874500+0000 mon.a (mon.0) 600 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:24:56.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[25094]: cluster 2023-12-06T07:24:55.874681+0000 mon.a (mon.0) 601 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:24:56.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[25094]: audit 2023-12-06T07:24:55.878864+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.195:0/751714507' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:24:56.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[25094]: audit 2023-12-06T07:24:55.879845+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.195:0/751714507' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:24:56.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[25094]: audit 2023-12-06T07:24:55.884778+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.195:0/751714507' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:24:56.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[25094]: audit 2023-12-06T07:24:55.888276+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.195:0/751714507' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:24:56.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[30529]: cluster 2023-12-06T07:24:55.836298+0000 mon.a (mon.0) 597 : cluster [INF] Active manager daemon y restarted 2023-12-06T07:24:56.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[30529]: cluster 2023-12-06T07:24:55.837396+0000 mon.a (mon.0) 598 : cluster [INF] Activating manager daemon y 2023-12-06T07:24:56.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[30529]: cluster 2023-12-06T07:24:55.843250+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-06T07:24:56.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[30529]: cluster 2023-12-06T07:24:55.874500+0000 mon.a (mon.0) 600 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:24:56.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[30529]: cluster 2023-12-06T07:24:55.874681+0000 mon.a (mon.0) 601 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:24:56.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[30529]: audit 2023-12-06T07:24:55.878864+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.195:0/751714507' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:24:56.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[30529]: audit 2023-12-06T07:24:55.879845+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.195:0/751714507' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:24:56.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[30529]: audit 2023-12-06T07:24:55.884778+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.195:0/751714507' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:24:56.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[30529]: audit 2023-12-06T07:24:55.888276+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.195:0/751714507' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:24:57.021 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[25375]: CherryPy Checker: 2023-12-06T07:24:57.021 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[25375]: The Application mounted at '' has an empty config. 2023-12-06T07:24:57.021 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[25375]: [06/Dec/2023:07:24:56] ENGINE Serving on http://:::9283 2023-12-06T07:24:57.021 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:56 smithi172 bash[25375]: [06/Dec/2023:07:24:56] ENGINE Bus STARTED 2023-12-06T07:24:57.333 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25375]: [06/Dec/2023:07:24:57] ENGINE Bus STARTING 2023-12-06T07:24:57.333 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25375]: [06/Dec/2023:07:24:57] ENGINE Serving on https://172.21.15.172:7150 2023-12-06T07:24:57.333 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25375]: [06/Dec/2023:07:24:57] ENGINE Bus STARTED 2023-12-06T07:24:57.367 INFO:teuthology.orchestra.run.smithi195.stdout:Scheduled node-exporter update... 2023-12-06T07:24:57.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: cluster 2023-12-06T07:24:56.332753+0000 mon.a (mon.0) 602 : cluster [DBG] mgrmap e17: y(active, starting, since 0.495506s), standbys: x 2023-12-06T07:24:57.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.339362+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:24:57.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.339871+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:24:57.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.340128+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:24:57.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.341440+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:24:57.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.341752+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:24:57.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.342024+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:24:57.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.342354+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:24:57.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.342722+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:24:57.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.343074+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:24:57.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.343404+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:24:57.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.343702+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:24:57.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.344072+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:24:57.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.344383+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:24:57.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.344709+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:24:57.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.344983+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:24:57.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.345537+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:24:57.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: cluster 2023-12-06T07:24:56.356399+0000 mon.a (mon.0) 603 : cluster [INF] Manager daemon y is now available 2023-12-06T07:24:57.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.393705+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:24:57.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.396355+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:24:57.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.400426+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:24:57.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.403023+0000 mon.c (mon.1) 37 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:24:57.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.418065+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:24:57.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.436939+0000 mon.c (mon.1) 38 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:24:57.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.437460+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:24:57.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.685645+0000 mon.c (mon.1) 39 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:24:57.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:56.686165+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:24:57.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:57 smithi195 bash[25052]: audit 2023-12-06T07:24:57.162250+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:24:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: cluster 2023-12-06T07:24:56.332753+0000 mon.a (mon.0) 602 : cluster [DBG] mgrmap e17: y(active, starting, since 0.495506s), standbys: x 2023-12-06T07:24:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.339362+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:24:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.339871+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:24:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.340128+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:24:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.341440+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:24:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.341752+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:24:57.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.342024+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:24:57.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.342354+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:24:57.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.342722+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:24:57.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.343074+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:24:57.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.343404+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:24:57.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.343702+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:24:57.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.344072+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:24:57.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.344383+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:24:57.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.344709+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:24:57.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.344983+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:24:57.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.345537+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:24:57.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: cluster 2023-12-06T07:24:56.356399+0000 mon.a (mon.0) 603 : cluster [INF] Manager daemon y is now available 2023-12-06T07:24:57.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.393705+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:24:57.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: cluster 2023-12-06T07:24:56.332753+0000 mon.a (mon.0) 602 : cluster [DBG] mgrmap e17: y(active, starting, since 0.495506s), standbys: x 2023-12-06T07:24:57.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.339362+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:24:57.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.339871+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:24:57.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.340128+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:24:57.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.341440+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:24:57.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.341752+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:24:57.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.342024+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:24:57.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.342354+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:24:57.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.342722+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:24:57.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.343074+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:24:57.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.343404+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:24:57.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.343702+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:24:57.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.344072+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:24:57.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.344383+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:24:57.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.344709+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:24:57.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.344983+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:24:57.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.345537+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:24:57.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: cluster 2023-12-06T07:24:56.356399+0000 mon.a (mon.0) 603 : cluster [INF] Manager daemon y is now available 2023-12-06T07:24:57.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.393705+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:24:57.677 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.396355+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:24:57.677 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.400426+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:24:57.677 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.403023+0000 mon.c (mon.1) 37 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:24:57.677 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.418065+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:24:57.678 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.436939+0000 mon.c (mon.1) 38 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:24:57.678 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.437460+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:24:57.678 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.685645+0000 mon.c (mon.1) 39 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:24:57.678 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:56.686165+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:24:57.678 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[25094]: audit 2023-12-06T07:24:57.162250+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:24:57.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.396355+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:24:57.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.400426+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:24:57.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.403023+0000 mon.c (mon.1) 37 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:24:57.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.418065+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:24:57.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.436939+0000 mon.c (mon.1) 38 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:24:57.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.437460+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:24:57.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.685645+0000 mon.c (mon.1) 39 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:24:57.679 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:56.686165+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:24:57.679 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:57 smithi172 bash[30529]: audit 2023-12-06T07:24:57.162250+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:24:58.264 DEBUG:teuthology.orchestra.run.smithi172:node-exporter.a> sudo journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@node-exporter.a.service 2023-12-06T07:24:58.267 DEBUG:teuthology.orchestra.run.smithi195:node-exporter.b> sudo journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@node-exporter.b.service 2023-12-06T07:24:58.269 INFO:tasks.cephadm:Adding alertmanager.a on smithi172 2023-12-06T07:24:58.269 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph orch apply alertmanager '1;smithi172=a' 2023-12-06T07:24:58.387 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T07:24:58.397 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T07:24:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:58 smithi195 bash[25052]: cephadm 2023-12-06T07:24:57.031517+0000 mgr.y (mgr.24356) 1 : cephadm [INF] [06/Dec/2023:07:24:57] ENGINE Bus STARTING 2023-12-06T07:24:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:58 smithi195 bash[25052]: cephadm 2023-12-06T07:24:57.152433+0000 mgr.y (mgr.24356) 2 : cephadm [INF] [06/Dec/2023:07:24:57] ENGINE Serving on https://172.21.15.172:7150 2023-12-06T07:24:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:58 smithi195 bash[25052]: cephadm 2023-12-06T07:24:57.152962+0000 mgr.y (mgr.24356) 3 : cephadm [INF] [06/Dec/2023:07:24:57] ENGINE Bus STARTED 2023-12-06T07:24:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:58 smithi195 bash[25052]: cluster 2023-12-06T07:24:57.352912+0000 mon.a (mon.0) 608 : cluster [DBG] mgrmap e18: y(active, since 1.51566s), standbys: x 2023-12-06T07:24:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:58 smithi195 bash[25052]: audit 2023-12-06T07:24:57.356590+0000 mgr.y (mgr.24356) 4 : audit [DBG] from='client.24362 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi172=a;smithi195=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:24:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:58 smithi195 bash[25052]: cephadm 2023-12-06T07:24:57.359185+0000 mgr.y (mgr.24356) 5 : cephadm [INF] Saving service node-exporter spec with placement smithi172=a;smithi195=b;count:2 2023-12-06T07:24:58.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:58 smithi195 bash[25052]: cluster 2023-12-06T07:24:57.359634+0000 mgr.y (mgr.24356) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:24:58.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:58 smithi195 bash[25052]: audit 2023-12-06T07:24:57.364732+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:24:58.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:58 smithi172 bash[25094]: cephadm 2023-12-06T07:24:57.031517+0000 mgr.y (mgr.24356) 1 : cephadm [INF] [06/Dec/2023:07:24:57] ENGINE Bus STARTING 2023-12-06T07:24:58.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:58 smithi172 bash[25094]: cephadm 2023-12-06T07:24:57.152433+0000 mgr.y (mgr.24356) 2 : cephadm [INF] [06/Dec/2023:07:24:57] ENGINE Serving on https://172.21.15.172:7150 2023-12-06T07:24:58.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:58 smithi172 bash[25094]: cephadm 2023-12-06T07:24:57.152962+0000 mgr.y (mgr.24356) 3 : cephadm [INF] [06/Dec/2023:07:24:57] ENGINE Bus STARTED 2023-12-06T07:24:58.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:58 smithi172 bash[25094]: cluster 2023-12-06T07:24:57.352912+0000 mon.a (mon.0) 608 : cluster [DBG] mgrmap e18: y(active, since 1.51566s), standbys: x 2023-12-06T07:24:58.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:58 smithi172 bash[25094]: audit 2023-12-06T07:24:57.356590+0000 mgr.y (mgr.24356) 4 : audit [DBG] from='client.24362 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi172=a;smithi195=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:24:58.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:58 smithi172 bash[25094]: cephadm 2023-12-06T07:24:57.359185+0000 mgr.y (mgr.24356) 5 : cephadm [INF] Saving service node-exporter spec with placement smithi172=a;smithi195=b;count:2 2023-12-06T07:24:58.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:58 smithi172 bash[25094]: cluster 2023-12-06T07:24:57.359634+0000 mgr.y (mgr.24356) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:24:58.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:58 smithi172 bash[25094]: audit 2023-12-06T07:24:57.364732+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:24:58.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:58 smithi172 bash[30529]: cephadm 2023-12-06T07:24:57.031517+0000 mgr.y (mgr.24356) 1 : cephadm [INF] [06/Dec/2023:07:24:57] ENGINE Bus STARTING 2023-12-06T07:24:58.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:58 smithi172 bash[30529]: cephadm 2023-12-06T07:24:57.152433+0000 mgr.y (mgr.24356) 2 : cephadm [INF] [06/Dec/2023:07:24:57] ENGINE Serving on https://172.21.15.172:7150 2023-12-06T07:24:58.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:58 smithi172 bash[30529]: cephadm 2023-12-06T07:24:57.152962+0000 mgr.y (mgr.24356) 3 : cephadm [INF] [06/Dec/2023:07:24:57] ENGINE Bus STARTED 2023-12-06T07:24:58.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:58 smithi172 bash[30529]: cluster 2023-12-06T07:24:57.352912+0000 mon.a (mon.0) 608 : cluster [DBG] mgrmap e18: y(active, since 1.51566s), standbys: x 2023-12-06T07:24:58.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:58 smithi172 bash[30529]: audit 2023-12-06T07:24:57.356590+0000 mgr.y (mgr.24356) 4 : audit [DBG] from='client.24362 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi172=a;smithi195=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:24:58.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:58 smithi172 bash[30529]: cephadm 2023-12-06T07:24:57.359185+0000 mgr.y (mgr.24356) 5 : cephadm [INF] Saving service node-exporter spec with placement smithi172=a;smithi195=b;count:2 2023-12-06T07:24:58.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:58 smithi172 bash[30529]: cluster 2023-12-06T07:24:57.359634+0000 mgr.y (mgr.24356) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:24:58.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:58 smithi172 bash[30529]: audit 2023-12-06T07:24:57.364732+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:24:59.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:59 smithi195 bash[25052]: cluster 2023-12-06T07:24:58.343553+0000 mgr.y (mgr.24356) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:24:59.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:24:59 smithi195 bash[25052]: cluster 2023-12-06T07:24:58.372902+0000 mon.a (mon.0) 610 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2023-12-06T07:24:59.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:59 smithi172 bash[25094]: cluster 2023-12-06T07:24:58.343553+0000 mgr.y (mgr.24356) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:24:59.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:24:59 smithi172 bash[25094]: cluster 2023-12-06T07:24:58.372902+0000 mon.a (mon.0) 610 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2023-12-06T07:24:59.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:59 smithi172 bash[30529]: cluster 2023-12-06T07:24:58.343553+0000 mgr.y (mgr.24356) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:24:59.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:24:59 smithi172 bash[30529]: cluster 2023-12-06T07:24:58.372902+0000 mon.a (mon.0) 610 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2023-12-06T07:25:01.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:01 smithi195 bash[25052]: audit 2023-12-06T07:25:00.305134+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:01.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:01 smithi195 bash[25052]: audit 2023-12-06T07:25:00.313167+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:01.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:01 smithi195 bash[25052]: cluster 2023-12-06T07:25:00.344174+0000 mgr.y (mgr.24356) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:01.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:01 smithi195 bash[25052]: audit 2023-12-06T07:25:00.793771+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:01.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:01 smithi195 bash[25052]: cephadm 2023-12-06T07:25:00.796840+0000 mgr.y (mgr.24356) 9 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2023-12-06T07:25:01.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:01 smithi195 bash[25052]: audit 2023-12-06T07:25:00.798978+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:01.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:01 smithi195 bash[25052]: cephadm 2023-12-06T07:25:00.802658+0000 mgr.y (mgr.24356) 10 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-06T07:25:01.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:01 smithi195 bash[25052]: audit 2023-12-06T07:25:01.043234+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:01.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:01 smithi195 bash[25052]: audit 2023-12-06T07:25:01.049512+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:01.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:01 smithi195 bash[25052]: audit 2023-12-06T07:25:01.055672+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:01.580 INFO:teuthology.orchestra.run.smithi195.stdout:Scheduled alertmanager update... 2023-12-06T07:25:01.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:01 smithi172 bash[25094]: audit 2023-12-06T07:25:00.305134+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:01.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:01 smithi172 bash[25094]: audit 2023-12-06T07:25:00.313167+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:01.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:01 smithi172 bash[25094]: cluster 2023-12-06T07:25:00.344174+0000 mgr.y (mgr.24356) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:01.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:01 smithi172 bash[25094]: audit 2023-12-06T07:25:00.793771+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:01.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:01 smithi172 bash[25094]: cephadm 2023-12-06T07:25:00.796840+0000 mgr.y (mgr.24356) 9 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2023-12-06T07:25:01.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:01 smithi172 bash[25094]: audit 2023-12-06T07:25:00.798978+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:01.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:01 smithi172 bash[25094]: cephadm 2023-12-06T07:25:00.802658+0000 mgr.y (mgr.24356) 10 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-06T07:25:01.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:01 smithi172 bash[25094]: audit 2023-12-06T07:25:01.043234+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:01.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:01 smithi172 bash[25094]: audit 2023-12-06T07:25:01.049512+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:01.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:01 smithi172 bash[25094]: audit 2023-12-06T07:25:01.055672+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:01.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:01 smithi172 bash[30529]: audit 2023-12-06T07:25:00.305134+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:01.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:01 smithi172 bash[30529]: audit 2023-12-06T07:25:00.313167+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:01.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:01 smithi172 bash[30529]: cluster 2023-12-06T07:25:00.344174+0000 mgr.y (mgr.24356) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:01.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:01 smithi172 bash[30529]: audit 2023-12-06T07:25:00.793771+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:01.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:01 smithi172 bash[30529]: cephadm 2023-12-06T07:25:00.796840+0000 mgr.y (mgr.24356) 9 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2023-12-06T07:25:01.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:01 smithi172 bash[30529]: audit 2023-12-06T07:25:00.798978+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:01.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:01 smithi172 bash[30529]: cephadm 2023-12-06T07:25:00.802658+0000 mgr.y (mgr.24356) 10 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-06T07:25:01.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:01 smithi172 bash[30529]: audit 2023-12-06T07:25:01.043234+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:01.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:01 smithi172 bash[30529]: audit 2023-12-06T07:25:01.049512+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:01.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:01 smithi172 bash[30529]: audit 2023-12-06T07:25:01.055672+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:02.523 DEBUG:teuthology.orchestra.run.smithi172:alertmanager.a> sudo journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@alertmanager.a.service 2023-12-06T07:25:02.526 INFO:tasks.cephadm:Adding grafana.a on smithi195 2023-12-06T07:25:02.526 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph orch apply grafana '1;smithi195=a' 2023-12-06T07:25:02.670 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T07:25:02.884 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:02 smithi195 bash[25052]: cephadm 2023-12-06T07:25:00.905303+0000 mgr.y (mgr.24356) 11 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:25:02.884 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:02 smithi195 bash[25052]: cephadm 2023-12-06T07:25:00.925870+0000 mgr.y (mgr.24356) 12 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:25:02.884 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:02 smithi195 bash[25052]: cephadm 2023-12-06T07:25:01.079925+0000 mgr.y (mgr.24356) 13 : cephadm [INF] Deploying daemon prometheus.a on smithi195 2023-12-06T07:25:02.884 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:02 smithi195 bash[25052]: audit 2023-12-06T07:25:01.565765+0000 mgr.y (mgr.24356) 14 : audit [DBG] from='client.24392 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi172=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:25:02.884 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:02 smithi195 bash[25052]: cephadm 2023-12-06T07:25:01.569136+0000 mgr.y (mgr.24356) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi172=a;count:1 2023-12-06T07:25:02.884 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:02 smithi195 bash[25052]: audit 2023-12-06T07:25:01.577119+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:02.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:02 smithi172 bash[25094]: cephadm 2023-12-06T07:25:00.905303+0000 mgr.y (mgr.24356) 11 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:25:02.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:02 smithi172 bash[25094]: cephadm 2023-12-06T07:25:00.925870+0000 mgr.y (mgr.24356) 12 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:25:02.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:02 smithi172 bash[25094]: cephadm 2023-12-06T07:25:01.079925+0000 mgr.y (mgr.24356) 13 : cephadm [INF] Deploying daemon prometheus.a on smithi195 2023-12-06T07:25:02.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:02 smithi172 bash[25094]: audit 2023-12-06T07:25:01.565765+0000 mgr.y (mgr.24356) 14 : audit [DBG] from='client.24392 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi172=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:25:02.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:02 smithi172 bash[25094]: cephadm 2023-12-06T07:25:01.569136+0000 mgr.y (mgr.24356) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi172=a;count:1 2023-12-06T07:25:02.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:02 smithi172 bash[25094]: audit 2023-12-06T07:25:01.577119+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:02.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:02 smithi172 bash[30529]: cephadm 2023-12-06T07:25:00.905303+0000 mgr.y (mgr.24356) 11 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:25:02.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:02 smithi172 bash[30529]: cephadm 2023-12-06T07:25:00.925870+0000 mgr.y (mgr.24356) 12 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:25:02.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:02 smithi172 bash[30529]: cephadm 2023-12-06T07:25:01.079925+0000 mgr.y (mgr.24356) 13 : cephadm [INF] Deploying daemon prometheus.a on smithi195 2023-12-06T07:25:02.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:02 smithi172 bash[30529]: audit 2023-12-06T07:25:01.565765+0000 mgr.y (mgr.24356) 14 : audit [DBG] from='client.24392 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi172=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:25:02.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:02 smithi172 bash[30529]: cephadm 2023-12-06T07:25:01.569136+0000 mgr.y (mgr.24356) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi172=a;count:1 2023-12-06T07:25:02.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:02 smithi172 bash[30529]: audit 2023-12-06T07:25:01.577119+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:03.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:03 smithi195 bash[25052]: cluster 2023-12-06T07:25:02.344752+0000 mgr.y (mgr.24356) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:03.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:03 smithi172 bash[25094]: cluster 2023-12-06T07:25:02.344752+0000 mgr.y (mgr.24356) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:03.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:03 smithi172 bash[30529]: cluster 2023-12-06T07:25:02.344752+0000 mgr.y (mgr.24356) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:05.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:05 smithi172 bash[25094]: cluster 2023-12-06T07:25:04.345392+0000 mgr.y (mgr.24356) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:05.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:05 smithi172 bash[30529]: cluster 2023-12-06T07:25:04.345392+0000 mgr.y (mgr.24356) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:05.955 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:05 smithi195 bash[25052]: cluster 2023-12-06T07:25:04.345392+0000 mgr.y (mgr.24356) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:07.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:07 smithi172 bash[25094]: cluster 2023-12-06T07:25:06.346011+0000 mgr.y (mgr.24356) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:07.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:07 smithi172 bash[30529]: cluster 2023-12-06T07:25:06.346011+0000 mgr.y (mgr.24356) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:08.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:07 smithi195 bash[25052]: cluster 2023-12-06T07:25:06.346011+0000 mgr.y (mgr.24356) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:08.161 INFO:teuthology.orchestra.run.smithi195.stdout:Scheduled grafana update... 2023-12-06T07:25:09.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:09 smithi172 bash[25094]: audit 2023-12-06T07:25:08.147594+0000 mgr.y (mgr.24356) 19 : audit [DBG] from='client.24398 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi195=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:25:09.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:09 smithi172 bash[25094]: cephadm 2023-12-06T07:25:08.150880+0000 mgr.y (mgr.24356) 20 : cephadm [INF] Saving service grafana spec with placement smithi195=a;count:1 2023-12-06T07:25:09.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:09 smithi172 bash[25094]: audit 2023-12-06T07:25:08.158750+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:09.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:09 smithi172 bash[25094]: cluster 2023-12-06T07:25:08.346709+0000 mgr.y (mgr.24356) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:09.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:09 smithi172 bash[30529]: audit 2023-12-06T07:25:08.147594+0000 mgr.y (mgr.24356) 19 : audit [DBG] from='client.24398 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi195=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:25:09.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:09 smithi172 bash[30529]: cephadm 2023-12-06T07:25:08.150880+0000 mgr.y (mgr.24356) 20 : cephadm [INF] Saving service grafana spec with placement smithi195=a;count:1 2023-12-06T07:25:09.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:09 smithi172 bash[30529]: audit 2023-12-06T07:25:08.158750+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:09.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:09 smithi172 bash[30529]: cluster 2023-12-06T07:25:08.346709+0000 mgr.y (mgr.24356) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:09.435 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:09 smithi195 bash[25052]: audit 2023-12-06T07:25:08.147594+0000 mgr.y (mgr.24356) 19 : audit [DBG] from='client.24398 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi195=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:25:09.436 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:09 smithi195 bash[25052]: cephadm 2023-12-06T07:25:08.150880+0000 mgr.y (mgr.24356) 20 : cephadm [INF] Saving service grafana spec with placement smithi195=a;count:1 2023-12-06T07:25:09.436 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:09 smithi195 bash[25052]: audit 2023-12-06T07:25:08.158750+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:09.436 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:09 smithi195 bash[25052]: cluster 2023-12-06T07:25:08.346709+0000 mgr.y (mgr.24356) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:09.437 DEBUG:teuthology.orchestra.run.smithi195:grafana.a> sudo journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@grafana.a.service 2023-12-06T07:25:09.439 INFO:tasks.cephadm:Setting up client nodes... 2023-12-06T07:25:09.439 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-06T07:25:10.048 INFO:journalctl@ceph.grafana.a.smithi195.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T07:25:11.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:11 smithi172 bash[25094]: cluster 2023-12-06T07:25:10.347344+0000 mgr.y (mgr.24356) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:11.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:11 smithi172 bash[30529]: cluster 2023-12-06T07:25:10.347344+0000 mgr.y (mgr.24356) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:11.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:11 smithi195 bash[25052]: cluster 2023-12-06T07:25:10.347344+0000 mgr.y (mgr.24356) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:12.710 INFO:teuthology.orchestra.run.smithi172.stdout:[client.0] 2023-12-06T07:25:12.710 INFO:teuthology.orchestra.run.smithi172.stdout: key = AQDYIXBlVeq/KRAAW0il5lmPSUs8UAJdsIiERA== 2023-12-06T07:25:13.388 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-06T07:25:13.388 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-06T07:25:13.389 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-06T07:25:13.413 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-06T07:25:13.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:13 smithi172 bash[30529]: cluster 2023-12-06T07:25:12.347944+0000 mgr.y (mgr.24356) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:13.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:13 smithi172 bash[30529]: audit 2023-12-06T07:25:12.699103+0000 mon.c (mon.1) 40 : audit [INF] from='client.? 172.21.15.172:0/2540519596' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T07:25:13.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:13 smithi172 bash[30529]: audit 2023-12-06T07:25:12.699972+0000 mon.a (mon.0) 620 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T07:25:13.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:13 smithi172 bash[30529]: audit 2023-12-06T07:25:12.708013+0000 mon.a (mon.0) 621 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T07:25:13.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:13 smithi172 bash[25094]: cluster 2023-12-06T07:25:12.347944+0000 mgr.y (mgr.24356) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:13.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:13 smithi172 bash[25094]: audit 2023-12-06T07:25:12.699103+0000 mon.c (mon.1) 40 : audit [INF] from='client.? 172.21.15.172:0/2540519596' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T07:25:13.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:13 smithi172 bash[25094]: audit 2023-12-06T07:25:12.699972+0000 mon.a (mon.0) 620 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T07:25:13.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:13 smithi172 bash[25094]: audit 2023-12-06T07:25:12.708013+0000 mon.a (mon.0) 621 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T07:25:13.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:13 smithi195 bash[25052]: cluster 2023-12-06T07:25:12.347944+0000 mgr.y (mgr.24356) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:13.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:13 smithi195 bash[25052]: audit 2023-12-06T07:25:12.699103+0000 mon.c (mon.1) 40 : audit [INF] from='client.? 172.21.15.172:0/2540519596' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T07:25:13.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:13 smithi195 bash[25052]: audit 2023-12-06T07:25:12.699972+0000 mon.a (mon.0) 620 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T07:25:13.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:13 smithi195 bash[25052]: audit 2023-12-06T07:25:12.708013+0000 mon.a (mon.0) 621 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T07:25:15.581 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:15 smithi172 systemd[1]: Started Ceph node-exporter.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:25:15.841 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:15 smithi172 bash[45255]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2023-12-06T07:25:16.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:15 smithi195 bash[25052]: cluster 2023-12-06T07:25:14.348580+0000 mgr.y (mgr.24356) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:16.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:15 smithi195 bash[25052]: audit 2023-12-06T07:25:14.836580+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:16.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:15 smithi195 bash[25052]: cephadm 2023-12-06T07:25:14.841931+0000 mgr.y (mgr.24356) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi172 2023-12-06T07:25:16.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:15 smithi195 bash[25052]: audit 2023-12-06T07:25:15.592403+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:16.149 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:15 smithi172 bash[30529]: cluster 2023-12-06T07:25:14.348580+0000 mgr.y (mgr.24356) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:16.149 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:15 smithi172 bash[30529]: audit 2023-12-06T07:25:14.836580+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:16.149 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:15 smithi172 bash[30529]: cephadm 2023-12-06T07:25:14.841931+0000 mgr.y (mgr.24356) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi172 2023-12-06T07:25:16.150 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:15 smithi172 bash[30529]: audit 2023-12-06T07:25:15.592403+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:16.150 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:15 smithi172 bash[25094]: cluster 2023-12-06T07:25:14.348580+0000 mgr.y (mgr.24356) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:16.150 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:15 smithi172 bash[25094]: audit 2023-12-06T07:25:14.836580+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:16.150 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:15 smithi172 bash[25094]: cephadm 2023-12-06T07:25:14.841931+0000 mgr.y (mgr.24356) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi172 2023-12-06T07:25:16.150 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:15 smithi172 bash[25094]: audit 2023-12-06T07:25:15.592403+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:16.423 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:16 smithi172 bash[45255]: v1.3.1: Pulling from prometheus/node-exporter 2023-12-06T07:25:16.423 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:16 smithi172 bash[45255]: aa2a8d90b84c: Pulling fs layer 2023-12-06T07:25:16.423 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:16 smithi172 bash[45255]: b45d31ee2d7f: Pulling fs layer 2023-12-06T07:25:16.423 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:16 smithi172 bash[45255]: b5db1e299295: Pulling fs layer 2023-12-06T07:25:16.596 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:16 smithi195 systemd[1]: Started Ceph node-exporter.b for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:25:16.597 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:16 smithi195 bash[40468]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2023-12-06T07:25:16.840 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:16 smithi172 bash[45255]: aa2a8d90b84c: Download complete 2023-12-06T07:25:16.840 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:16 smithi172 bash[45255]: b45d31ee2d7f: Verifying Checksum 2023-12-06T07:25:16.840 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:16 smithi172 bash[45255]: b45d31ee2d7f: Download complete 2023-12-06T07:25:16.840 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:16 smithi172 bash[45255]: b5db1e299295: Verifying Checksum 2023-12-06T07:25:16.840 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:16 smithi172 bash[45255]: b5db1e299295: Download complete 2023-12-06T07:25:16.840 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:16 smithi172 bash[45255]: aa2a8d90b84c: Pull complete 2023-12-06T07:25:16.840 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:16 smithi172 bash[25094]: cephadm 2023-12-06T07:25:15.594594+0000 mgr.y (mgr.24356) 26 : cephadm [INF] Deploying daemon node-exporter.b on smithi195 2023-12-06T07:25:16.840 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:16 smithi172 bash[25094]: audit 2023-12-06T07:25:16.322851+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:16.841 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:16 smithi172 bash[25094]: audit 2023-12-06T07:25:16.328015+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:25:16.841 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:16 smithi172 bash[25094]: audit 2023-12-06T07:25:16.330362+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:25:16.841 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:16 smithi172 bash[25094]: audit 2023-12-06T07:25:16.331749+0000 mon.c (mon.1) 43 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:25:16.841 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:16 smithi172 bash[25094]: audit 2023-12-06T07:25:16.427647+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:17.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:25:16 smithi195 bash[40345]: ts=2023-12-06T07:25:16.934Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-06T07:25:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:16 smithi195 bash[25052]: cephadm 2023-12-06T07:25:15.594594+0000 mgr.y (mgr.24356) 26 : cephadm [INF] Deploying daemon node-exporter.b on smithi195 2023-12-06T07:25:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:16 smithi195 bash[25052]: audit 2023-12-06T07:25:16.322851+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:16 smithi195 bash[25052]: audit 2023-12-06T07:25:16.328015+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:25:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:16 smithi195 bash[25052]: audit 2023-12-06T07:25:16.330362+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:25:17.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:16 smithi195 bash[25052]: audit 2023-12-06T07:25:16.331749+0000 mon.c (mon.1) 43 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:25:17.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:16 smithi195 bash[25052]: audit 2023-12-06T07:25:16.427647+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:17.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:16 smithi172 bash[30529]: cephadm 2023-12-06T07:25:15.594594+0000 mgr.y (mgr.24356) 26 : cephadm [INF] Deploying daemon node-exporter.b on smithi195 2023-12-06T07:25:17.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:16 smithi172 bash[30529]: audit 2023-12-06T07:25:16.322851+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:17.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:16 smithi172 bash[30529]: audit 2023-12-06T07:25:16.328015+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:25:17.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:16 smithi172 bash[30529]: audit 2023-12-06T07:25:16.330362+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:25:17.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:16 smithi172 bash[30529]: audit 2023-12-06T07:25:16.331749+0000 mon.c (mon.1) 43 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:25:17.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:16 smithi172 bash[30529]: audit 2023-12-06T07:25:16.427647+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:17.533 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:17 smithi172 bash[45255]: b45d31ee2d7f: Pull complete 2023-12-06T07:25:17.596 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:17 smithi195 bash[40468]: v1.3.1: Pulling from prometheus/node-exporter 2023-12-06T07:25:17.783 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:17 smithi172 bash[45255]: b5db1e299295: Pull complete 2023-12-06T07:25:17.783 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:17 smithi172 bash[45255]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2023-12-06T07:25:17.784 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:17 smithi172 bash[45255]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2023-12-06T07:25:17.917 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:17 smithi195 bash[25052]: cluster 2023-12-06T07:25:16.349042+0000 mgr.y (mgr.24356) 27 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:17.918 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:17 smithi195 bash[40468]: aa2a8d90b84c: Pulling fs layer 2023-12-06T07:25:17.918 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:17 smithi195 bash[40468]: b45d31ee2d7f: Pulling fs layer 2023-12-06T07:25:17.918 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:17 smithi195 bash[40468]: b5db1e299295: Pulling fs layer 2023-12-06T07:25:17.918 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:17 smithi195 bash[40468]: aa2a8d90b84c: Verifying Checksum 2023-12-06T07:25:17.918 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:17 smithi195 bash[40468]: aa2a8d90b84c: Download complete 2023-12-06T07:25:18.021 INFO:teuthology.orchestra.run.smithi195.stdout:[client.1] 2023-12-06T07:25:18.022 INFO:teuthology.orchestra.run.smithi195.stdout: key = AQDeIXBlC4aqABAA8saQcmY5DYTx2O/F1xVRrw== 2023-12-06T07:25:18.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:17 smithi172 bash[25094]: cluster 2023-12-06T07:25:16.349042+0000 mgr.y (mgr.24356) 27 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:18.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:17 smithi172 bash[30529]: cluster 2023-12-06T07:25:16.349042+0000 mgr.y (mgr.24356) 27 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:18.275 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:17 smithi195 bash[40468]: b5db1e299295: Verifying Checksum 2023-12-06T07:25:18.275 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:17 smithi195 bash[40468]: b5db1e299295: Download complete 2023-12-06T07:25:18.275 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:17 smithi195 bash[40468]: b45d31ee2d7f: Verifying Checksum 2023-12-06T07:25:18.275 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:17 smithi195 bash[40468]: b45d31ee2d7f: Download complete 2023-12-06T07:25:18.275 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:17 smithi195 bash[40468]: aa2a8d90b84c: Pull complete 2023-12-06T07:25:19.079 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2023-12-06T07:25:19.080 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-06T07:25:19.080 DEBUG:teuthology.orchestra.run.smithi195:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-06T07:25:19.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:18 smithi195 bash[25052]: audit 2023-12-06T07:25:18.008765+0000 mon.b (mon.2) 29 : audit [INF] from='client.? 172.21.15.195:0/1072498655' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T07:25:19.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:18 smithi195 bash[25052]: audit 2023-12-06T07:25:18.010799+0000 mon.a (mon.0) 626 : 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-06T07:25:19.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:18 smithi195 bash[25052]: audit 2023-12-06T07:25:18.019793+0000 mon.a (mon.0) 627 : 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-06T07:25:19.096 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:18 smithi195 bash[40468]: b45d31ee2d7f: Pull complete 2023-12-06T07:25:19.098 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-06T07:25:19.098 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-06T07:25:19.099 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-06T07:25:19.108 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:18 smithi172 bash[30529]: audit 2023-12-06T07:25:18.008765+0000 mon.b (mon.2) 29 : audit [INF] from='client.? 172.21.15.195:0/1072498655' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T07:25:19.109 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:18 smithi172 bash[30529]: audit 2023-12-06T07:25:18.010799+0000 mon.a (mon.0) 626 : 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-06T07:25:19.109 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:18 smithi172 bash[30529]: audit 2023-12-06T07:25:18.019793+0000 mon.a (mon.0) 627 : 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-06T07:25:19.109 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:18 smithi172 bash[25094]: audit 2023-12-06T07:25:18.008765+0000 mon.b (mon.2) 29 : audit [INF] from='client.? 172.21.15.195:0/1072498655' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T07:25:19.109 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:18 smithi172 bash[25094]: audit 2023-12-06T07:25:18.010799+0000 mon.a (mon.0) 626 : 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-06T07:25:19.109 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:18 smithi172 bash[25094]: audit 2023-12-06T07:25:18.019793+0000 mon.a (mon.0) 627 : 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-06T07:25:19.424 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.213Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-06T07:25:19.424 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.213Z 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-06T07:25:19.424 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.214Z 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-06T07:25:19.424 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.214Z 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-06T07:25:19.424 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-06T07:25:19.424 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=arp 2023-12-06T07:25:19.424 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-06T07:25:19.425 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-06T07:25:19.425 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-06T07:25:19.425 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-06T07:25:19.425 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-06T07:25:19.425 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-06T07:25:19.425 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-06T07:25:19.425 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-06T07:25:19.425 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=edac 2023-12-06T07:25:19.425 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-06T07:25:19.425 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-06T07:25:19.425 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-06T07:25:19.425 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-06T07:25:19.425 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-06T07:25:19.425 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-06T07:25:19.426 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-06T07:25:19.426 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-06T07:25:19.426 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-06T07:25:19.426 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-06T07:25:19.426 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-06T07:25:19.426 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-06T07:25:19.426 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-06T07:25:19.426 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-06T07:25:19.426 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-06T07:25:19.426 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-06T07:25:19.426 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=os 2023-12-06T07:25:19.426 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-06T07:25:19.426 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-06T07:25:19.426 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-06T07:25:19.426 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-06T07:25:19.427 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-06T07:25:19.427 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-06T07:25:19.427 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=stat 2023-12-06T07:25:19.427 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-06T07:25:19.427 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-06T07:25:19.427 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-06T07:25:19.427 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=time 2023-12-06T07:25:19.427 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-06T07:25:19.427 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=uname 2023-12-06T07:25:19.427 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-06T07:25:19.427 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-06T07:25:19.427 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-06T07:25:19.427 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.215Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-06T07:25:19.427 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[45255]: ts=2023-12-06T07:25:19.216Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-06T07:25:19.846 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:19 smithi195 bash[40468]: b5db1e299295: Pull complete 2023-12-06T07:25:19.846 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:19 smithi195 bash[40468]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2023-12-06T07:25:19.846 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:19 smithi195 bash[40468]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2023-12-06T07:25:20.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[30529]: cluster 2023-12-06T07:25:18.349617+0000 mgr.y (mgr.24356) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:20.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[30529]: audit 2023-12-06T07:25:19.741576+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:20.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[25094]: cluster 2023-12-06T07:25:18.349617+0000 mgr.y (mgr.24356) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:20.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:19 smithi172 bash[25094]: audit 2023-12-06T07:25:19.741576+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:20.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:19 smithi195 bash[25052]: cluster 2023-12-06T07:25:18.349617+0000 mgr.y (mgr.24356) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:20.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:19 smithi195 bash[25052]: audit 2023-12-06T07:25:19.741576+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:21.097 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.909Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-06T07:25:21.097 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.909Z 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-06T07:25:21.097 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.910Z 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-06T07:25:21.097 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.910Z 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-06T07:25:21.097 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-06T07:25:21.097 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=arp 2023-12-06T07:25:21.097 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-06T07:25:21.097 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-06T07:25:21.098 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-06T07:25:21.098 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-06T07:25:21.098 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-06T07:25:21.098 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-06T07:25:21.098 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-06T07:25:21.098 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-06T07:25:21.098 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=edac 2023-12-06T07:25:21.098 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-06T07:25:21.098 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-06T07:25:21.098 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-06T07:25:21.098 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-06T07:25:21.098 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-06T07:25:21.098 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-06T07:25:21.098 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-06T07:25:21.098 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-06T07:25:21.099 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-06T07:25:21.099 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-06T07:25:21.099 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-06T07:25:21.099 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-06T07:25:21.099 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-06T07:25:21.099 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-06T07:25:21.099 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-06T07:25:21.099 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-06T07:25:21.099 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=os 2023-12-06T07:25:21.099 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-06T07:25:21.099 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-06T07:25:21.099 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-06T07:25:21.099 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-06T07:25:21.099 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-06T07:25:21.100 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-06T07:25:21.100 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=stat 2023-12-06T07:25:21.100 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-06T07:25:21.100 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-06T07:25:21.100 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-06T07:25:21.100 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=time 2023-12-06T07:25:21.100 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-06T07:25:21.100 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=uname 2023-12-06T07:25:21.100 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-06T07:25:21.100 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-06T07:25:21.100 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-06T07:25:21.100 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.911Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-06T07:25:21.100 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:25:20 smithi195 bash[40468]: ts=2023-12-06T07:25:20.912Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-06T07:25:21.112 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:25:21.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:21 smithi172 bash[30529]: cluster 2023-12-06T07:25:20.350254+0000 mgr.y (mgr.24356) 29 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:21.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:21 smithi172 bash[30529]: audit 2023-12-06T07:25:21.139138+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:21.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:21 smithi172 bash[30529]: audit 2023-12-06T07:25:21.149974+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:21.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:21 smithi172 bash[25094]: cluster 2023-12-06T07:25:20.350254+0000 mgr.y (mgr.24356) 29 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:21.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:21 smithi172 bash[25094]: audit 2023-12-06T07:25:21.139138+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:21.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:21 smithi172 bash[25094]: audit 2023-12-06T07:25:21.149974+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:21.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:21 smithi195 bash[25052]: cluster 2023-12-06T07:25:20.350254+0000 mgr.y (mgr.24356) 29 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:21.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:21 smithi195 bash[25052]: audit 2023-12-06T07:25:21.139138+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:21.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:21 smithi195 bash[25052]: audit 2023-12-06T07:25:21.149974+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:22.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:22 smithi195 bash[25052]: cephadm 2023-12-06T07:25:21.161346+0000 mgr.y (mgr.24356) 30 : cephadm [INF] Deploying daemon alertmanager.a on smithi172 2023-12-06T07:25:22.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:22 smithi172 bash[30529]: cephadm 2023-12-06T07:25:21.161346+0000 mgr.y (mgr.24356) 30 : cephadm [INF] Deploying daemon alertmanager.a on smithi172 2023-12-06T07:25:22.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:22 smithi172 bash[25094]: cephadm 2023-12-06T07:25:21.161346+0000 mgr.y (mgr.24356) 30 : cephadm [INF] Deploying daemon alertmanager.a on smithi172 2023-12-06T07:25:23.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:23 smithi195 bash[25052]: cluster 2023-12-06T07:25:22.350893+0000 mgr.y (mgr.24356) 31 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:23.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:23 smithi172 bash[25094]: cluster 2023-12-06T07:25:22.350893+0000 mgr.y (mgr.24356) 31 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:23.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:23 smithi172 bash[30529]: cluster 2023-12-06T07:25:22.350893+0000 mgr.y (mgr.24356) 31 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:25.192 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-06T07:25:25.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:25 smithi172 bash[25094]: cluster 2023-12-06T07:25:24.351491+0000 mgr.y (mgr.24356) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:25.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:25 smithi172 bash[25094]: audit 2023-12-06T07:25:25.180353+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.172:0/939425170' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T07:25:25.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:25 smithi172 bash[30529]: cluster 2023-12-06T07:25:24.351491+0000 mgr.y (mgr.24356) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:25.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:25 smithi172 bash[30529]: audit 2023-12-06T07:25:25.180353+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.172:0/939425170' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T07:25:25.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:25 smithi195 bash[25052]: cluster 2023-12-06T07:25:24.351491+0000 mgr.y (mgr.24356) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:25.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:25 smithi195 bash[25052]: audit 2023-12-06T07:25:25.180353+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.172:0/939425170' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T07:25:26.444 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":19,"active_gid":24356,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6800","nonce":1763024536},{"type":"v1","addr":"172.21.15.172:6801","nonce":1763024536}]},"active_addr":"172.21.15.172:6801/1763024536","active_change":"2023-12-06T07:24:55.837226+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":24353,"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.172:8443/","prometheus":"http://172.21.15.172:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":59,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.172:0","nonce":2193890731}]},{"addrvec":[{"type":"v2","addr":"172.21.15.172:0","nonce":1527905355}]},{"addrvec":[{"type":"v2","addr":"172.21.15.172:0","nonce":4007062593}]},{"addrvec":[{"type":"v2","addr":"172.21.15.172:0","nonce":3735367413}]}]}} 2023-12-06T07:25:26.447 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-06T07:25:26.447 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-06T07:25:26.447 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T07:25:26.501 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:25:26 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:25:26] "GET /metrics HTTP/1.1" 200 191545 "" "Prometheus/2.33.4" 2023-12-06T07:25:27.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:25:26 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:25:26] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:25:27.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:27 smithi172 bash[25094]: cluster 2023-12-06T07:25:26.352103+0000 mgr.y (mgr.24356) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:27.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:27 smithi172 bash[30529]: cluster 2023-12-06T07:25:26.352103+0000 mgr.y (mgr.24356) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:27.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:27 smithi195 bash[25052]: cluster 2023-12-06T07:25:26.352103+0000 mgr.y (mgr.24356) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:29.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:29 smithi172 bash[25094]: cluster 2023-12-06T07:25:28.352943+0000 mgr.y (mgr.24356) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:29.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:29 smithi172 bash[30529]: cluster 2023-12-06T07:25:28.352943+0000 mgr.y (mgr.24356) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:29.751 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:25:29.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:29 smithi195 bash[25052]: cluster 2023-12-06T07:25:28.352943+0000 mgr.y (mgr.24356) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:31.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:30 smithi195 bash[25052]: audit 2023-12-06T07:25:29.773278+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:31.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:30 smithi195 bash[25052]: audit 2023-12-06T07:25:29.985779+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:31.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:30 smithi195 bash[25052]: audit 2023-12-06T07:25:29.993407+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:31.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:30 smithi195 bash[25052]: audit 2023-12-06T07:25:29.999960+0000 mon.c (mon.1) 45 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T07:25:31.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:30 smithi195 bash[25052]: audit 2023-12-06T07:25:30.008030+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:31.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:30 smithi172 bash[25094]: audit 2023-12-06T07:25:29.773278+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:31.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:30 smithi172 bash[25094]: audit 2023-12-06T07:25:29.985779+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:31.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:30 smithi172 bash[25094]: audit 2023-12-06T07:25:29.993407+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:31.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:30 smithi172 bash[25094]: audit 2023-12-06T07:25:29.999960+0000 mon.c (mon.1) 45 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T07:25:31.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:30 smithi172 bash[25094]: audit 2023-12-06T07:25:30.008030+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:31.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:30 smithi172 bash[30529]: audit 2023-12-06T07:25:29.773278+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:31.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:30 smithi172 bash[30529]: audit 2023-12-06T07:25:29.985779+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:31.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:30 smithi172 bash[30529]: audit 2023-12-06T07:25:29.993407+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:31.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:30 smithi172 bash[30529]: audit 2023-12-06T07:25:29.999960+0000 mon.c (mon.1) 45 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T07:25:31.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:30 smithi172 bash[30529]: audit 2023-12-06T07:25:30.008030+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:31.644 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:25:31 smithi172 bash[46084]: level=info ts=2023-12-06T07:25:31.525Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-06T07:25:31.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:31 smithi172 bash[25094]: audit 2023-12-06T07:25:30.000828+0000 mgr.y (mgr.24356) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T07:25:31.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:31 smithi172 bash[25094]: cephadm 2023-12-06T07:25:30.018374+0000 mgr.y (mgr.24356) 36 : cephadm [INF] Deploying daemon grafana.a on smithi195 2023-12-06T07:25:31.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:31 smithi172 bash[25094]: cluster 2023-12-06T07:25:30.353575+0000 mgr.y (mgr.24356) 37 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:31.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:31 smithi172 bash[25094]: audit 2023-12-06T07:25:31.436990+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:31.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:31 smithi172 bash[30529]: audit 2023-12-06T07:25:30.000828+0000 mgr.y (mgr.24356) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T07:25:31.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:31 smithi172 bash[30529]: cephadm 2023-12-06T07:25:30.018374+0000 mgr.y (mgr.24356) 36 : cephadm [INF] Deploying daemon grafana.a on smithi195 2023-12-06T07:25:31.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:31 smithi172 bash[30529]: cluster 2023-12-06T07:25:30.353575+0000 mgr.y (mgr.24356) 37 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:31.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:31 smithi172 bash[30529]: audit 2023-12-06T07:25:31.436990+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:32.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:31 smithi195 bash[25052]: audit 2023-12-06T07:25:30.000828+0000 mgr.y (mgr.24356) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T07:25:32.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:31 smithi195 bash[25052]: cephadm 2023-12-06T07:25:30.018374+0000 mgr.y (mgr.24356) 36 : cephadm [INF] Deploying daemon grafana.a on smithi195 2023-12-06T07:25:32.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:31 smithi195 bash[25052]: cluster 2023-12-06T07:25:30.353575+0000 mgr.y (mgr.24356) 37 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:32.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:31 smithi195 bash[25052]: audit 2023-12-06T07:25:31.436990+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:33.498 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-06T07:25:33.498 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":59,"fsid":"6c6e2358-9407-11ee-95a2-87774f69a715","created":"2023-12-06T07:17:39.157947+0000","modified":"2023-12-06T07:24:55.836488+0000","last_up_change":"2023-12-06T07:24:31.421537+0000","last_in_change":"2023-12-06T07:24:06.973271+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-06T07:21:34.036312+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"d4e23744-71e1-4366-b004-8c2744ae801b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":3991865129},{"type":"v1","addr":"172.21.15.172:6803","nonce":3991865129}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":3991865129},{"type":"v1","addr":"172.21.15.172:6805","nonce":3991865129}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6808","nonce":3991865129},{"type":"v1","addr":"172.21.15.172:6809","nonce":3991865129}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":3991865129},{"type":"v1","addr":"172.21.15.172:6807","nonce":3991865129}]},"public_addr":"172.21.15.172:6803/3991865129","cluster_addr":"172.21.15.172:6805/3991865129","heartbeat_back_addr":"172.21.15.172:6809/3991865129","heartbeat_front_addr":"172.21.15.172:6807/3991865129","state":["exists","up"]},{"osd":1,"uuid":"de3c0384-ef3f-4bc8-a59d-e0a8b65d44c9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6810","nonce":3572782802},{"type":"v1","addr":"172.21.15.172:6811","nonce":3572782802}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6812","nonce":3572782802},{"type":"v1","addr":"172.21.15.172:6813","nonce":3572782802}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6816","nonce":3572782802},{"type":"v1","addr":"172.21.15.172:6817","nonce":3572782802}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6814","nonce":3572782802},{"type":"v1","addr":"172.21.15.172:6815","nonce":3572782802}]},"public_addr":"172.21.15.172:6811/3572782802","cluster_addr":"172.21.15.172:6813/3572782802","heartbeat_back_addr":"172.21.15.172:6817/3572782802","heartbeat_front_addr":"172.21.15.172:6815/3572782802","state":["exists","up"]},{"osd":2,"uuid":"454554a5-c581-419b-8f68-a761675bcbe9","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.172:6818","nonce":2815098611},{"type":"v1","addr":"172.21.15.172:6819","nonce":2815098611}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6820","nonce":2815098611},{"type":"v1","addr":"172.21.15.172:6821","nonce":2815098611}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6824","nonce":2815098611},{"type":"v1","addr":"172.21.15.172:6825","nonce":2815098611}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6822","nonce":2815098611},{"type":"v1","addr":"172.21.15.172:6823","nonce":2815098611}]},"public_addr":"172.21.15.172:6819/2815098611","cluster_addr":"172.21.15.172:6821/2815098611","heartbeat_back_addr":"172.21.15.172:6825/2815098611","heartbeat_front_addr":"172.21.15.172:6823/2815098611","state":["exists","up"]},{"osd":3,"uuid":"6bf6bf50-1e79-4dda-8748-f6280b5986e4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6826","nonce":18970751},{"type":"v1","addr":"172.21.15.172:6827","nonce":18970751}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6828","nonce":18970751},{"type":"v1","addr":"172.21.15.172:6829","nonce":18970751}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6832","nonce":18970751},{"type":"v1","addr":"172.21.15.172:6833","nonce":18970751}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6830","nonce":18970751},{"type":"v1","addr":"172.21.15.172:6831","nonce":18970751}]},"public_addr":"172.21.15.172:6827/18970751","cluster_addr":"172.21.15.172:6829/18970751","heartbeat_back_addr":"172.21.15.172:6833/18970751","heartbeat_front_addr":"172.21.15.172:6831/18970751","state":["exists","up"]},{"osd":4,"uuid":"b7eb19d3-8a85-41d0-8c35-5c56de83fe5d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6800","nonce":2861492603},{"type":"v1","addr":"172.21.15.195:6801","nonce":2861492603}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6802","nonce":2861492603},{"type":"v1","addr":"172.21.15.195:6803","nonce":2861492603}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6806","nonce":2861492603},{"type":"v1","addr":"172.21.15.195:6807","nonce":2861492603}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6804","nonce":2861492603},{"type":"v1","addr":"172.21.15.195:6805","nonce":2861492603}]},"public_addr":"172.21.15.195:6801/2861492603","cluster_addr":"172.21.15.195:6803/2861492603","heartbeat_back_addr":"172.21.15.195:6807/2861492603","heartbeat_front_addr":"172.21.15.195:6805/2861492603","state":["exists","up"]},{"osd":5,"uuid":"92e1b66d-2d2d-44f3-8a22-37773710fd03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6808","nonce":3506325895},{"type":"v1","addr":"172.21.15.195:6809","nonce":3506325895}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6810","nonce":3506325895},{"type":"v1","addr":"172.21.15.195:6811","nonce":3506325895}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6814","nonce":3506325895},{"type":"v1","addr":"172.21.15.195:6815","nonce":3506325895}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6812","nonce":3506325895},{"type":"v1","addr":"172.21.15.195:6813","nonce":3506325895}]},"public_addr":"172.21.15.195:6809/3506325895","cluster_addr":"172.21.15.195:6811/3506325895","heartbeat_back_addr":"172.21.15.195:6815/3506325895","heartbeat_front_addr":"172.21.15.195:6813/3506325895","state":["exists","up"]},{"osd":6,"uuid":"691401ae-229a-4b78-9299-79f72fc68675","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6816","nonce":3507773885},{"type":"v1","addr":"172.21.15.195:6817","nonce":3507773885}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6818","nonce":3507773885},{"type":"v1","addr":"172.21.15.195:6819","nonce":3507773885}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6822","nonce":3507773885},{"type":"v1","addr":"172.21.15.195:6823","nonce":3507773885}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6820","nonce":3507773885},{"type":"v1","addr":"172.21.15.195:6821","nonce":3507773885}]},"public_addr":"172.21.15.195:6817/3507773885","cluster_addr":"172.21.15.195:6819/3507773885","heartbeat_back_addr":"172.21.15.195:6823/3507773885","heartbeat_front_addr":"172.21.15.195:6821/3507773885","state":["exists","up"]},{"osd":7,"uuid":"fe5395a5-c8d3-4d8f-992e-5b7b4cb2b64c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6824","nonce":3177034340},{"type":"v1","addr":"172.21.15.195:6825","nonce":3177034340}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6826","nonce":3177034340},{"type":"v1","addr":"172.21.15.195:6827","nonce":3177034340}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6830","nonce":3177034340},{"type":"v1","addr":"172.21.15.195:6831","nonce":3177034340}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6828","nonce":3177034340},{"type":"v1","addr":"172.21.15.195:6829","nonce":3177034340}]},"public_addr":"172.21.15.195:6825/3177034340","cluster_addr":"172.21.15.195:6827/3177034340","heartbeat_back_addr":"172.21.15.195:6831/3177034340","heartbeat_front_addr":"172.21.15.195:6829/3177034340","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-06T07:20:19.459243+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-06T07:20:55.917722+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-06T07:21:31.294713+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-06T07:22:08.316305+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-06T07:22:40.998515+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-06T07:23:16.864314+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-06T07:23:53.044785+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-06T07:24:29.541638+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.172:0/4003206018":"2023-12-07T07:24:55.836366+0000","172.21.15.172:0/757527088":"2023-12-07T07:24:55.836366+0000","172.21.15.172:6801/1817483546":"2023-12-07T07:24:55.836366+0000","172.21.15.172:0/259001167":"2023-12-07T07:24:55.836366+0000","172.21.15.172:6800/1817483546":"2023-12-07T07:24:55.836366+0000","172.21.15.172:0/4147355880":"2023-12-07T07:18:41.370797+0000","172.21.15.172:0/3691346659":"2023-12-07T07:24:55.836366+0000","172.21.15.172:0/1782709571":"2023-12-07T07:18:41.370797+0000","172.21.15.172:6801/1651911944":"2023-12-07T07:18:41.370797+0000","172.21.15.172:0/3276287511":"2023-12-07T07:18:10.374704+0000","172.21.15.172:0/632961414":"2023-12-07T07:18:10.374704+0000","172.21.15.172:6800/1651911944":"2023-12-07T07:18:41.370797+0000","172.21.15.172:0/2730931859":"2023-12-07T07:18:10.374704+0000","172.21.15.172:0/2664905998":"2023-12-07T07:18:41.370797+0000","172.21.15.172:6801/2919148251":"2023-12-07T07:18:10.374704+0000","172.21.15.172:6800/2919148251":"2023-12-07T07:18:10.374704+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-06T07:25:33.784 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:25:33 smithi172 bash[46084]: level=info ts=2023-12-06T07:25:33.471Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000904811s 2023-12-06T07:25:34.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:33 smithi195 bash[25052]: cluster 2023-12-06T07:25:32.354070+0000 mgr.y (mgr.24356) 38 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:34.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:33 smithi195 bash[25052]: audit 2023-12-06T07:25:33.495307+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.172:0/2675475861' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T07:25:34.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:33 smithi172 bash[25094]: cluster 2023-12-06T07:25:32.354070+0000 mgr.y (mgr.24356) 38 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:34.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:33 smithi172 bash[25094]: audit 2023-12-06T07:25:33.495307+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.172:0/2675475861' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T07:25:34.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:33 smithi172 bash[30529]: cluster 2023-12-06T07:25:32.354070+0000 mgr.y (mgr.24356) 38 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:34.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:33 smithi172 bash[30529]: audit 2023-12-06T07:25:33.495307+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.172:0/2675475861' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T07:25:34.265 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-06T07:25:34.265 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T07:25:36.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:35 smithi195 bash[25052]: cluster 2023-12-06T07:25:34.354548+0000 mgr.y (mgr.24356) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:36.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:35 smithi172 bash[25094]: cluster 2023-12-06T07:25:34.354548+0000 mgr.y (mgr.24356) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:36.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:35 smithi172 bash[30529]: cluster 2023-12-06T07:25:34.354548+0000 mgr.y (mgr.24356) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:36.923 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:25:36 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:25:36] "GET /metrics HTTP/1.1" 200 191530 "" "Prometheus/2.33.4" 2023-12-06T07:25:36.998 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:25:37.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:25:36 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:25:36] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:25:38.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:37 smithi195 bash[25052]: cluster 2023-12-06T07:25:36.355076+0000 mgr.y (mgr.24356) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:38.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:37 smithi172 bash[25094]: cluster 2023-12-06T07:25:36.355076+0000 mgr.y (mgr.24356) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:38.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:37 smithi172 bash[30529]: cluster 2023-12-06T07:25:36.355076+0000 mgr.y (mgr.24356) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:39.916 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-06T07:25:39.916 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":59,"fsid":"6c6e2358-9407-11ee-95a2-87774f69a715","created":"2023-12-06T07:17:39.157947+0000","modified":"2023-12-06T07:24:55.836488+0000","last_up_change":"2023-12-06T07:24:31.421537+0000","last_in_change":"2023-12-06T07:24:06.973271+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-06T07:21:34.036312+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"d4e23744-71e1-4366-b004-8c2744ae801b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":3991865129},{"type":"v1","addr":"172.21.15.172:6803","nonce":3991865129}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":3991865129},{"type":"v1","addr":"172.21.15.172:6805","nonce":3991865129}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6808","nonce":3991865129},{"type":"v1","addr":"172.21.15.172:6809","nonce":3991865129}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":3991865129},{"type":"v1","addr":"172.21.15.172:6807","nonce":3991865129}]},"public_addr":"172.21.15.172:6803/3991865129","cluster_addr":"172.21.15.172:6805/3991865129","heartbeat_back_addr":"172.21.15.172:6809/3991865129","heartbeat_front_addr":"172.21.15.172:6807/3991865129","state":["exists","up"]},{"osd":1,"uuid":"de3c0384-ef3f-4bc8-a59d-e0a8b65d44c9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6810","nonce":3572782802},{"type":"v1","addr":"172.21.15.172:6811","nonce":3572782802}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6812","nonce":3572782802},{"type":"v1","addr":"172.21.15.172:6813","nonce":3572782802}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6816","nonce":3572782802},{"type":"v1","addr":"172.21.15.172:6817","nonce":3572782802}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6814","nonce":3572782802},{"type":"v1","addr":"172.21.15.172:6815","nonce":3572782802}]},"public_addr":"172.21.15.172:6811/3572782802","cluster_addr":"172.21.15.172:6813/3572782802","heartbeat_back_addr":"172.21.15.172:6817/3572782802","heartbeat_front_addr":"172.21.15.172:6815/3572782802","state":["exists","up"]},{"osd":2,"uuid":"454554a5-c581-419b-8f68-a761675bcbe9","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.172:6818","nonce":2815098611},{"type":"v1","addr":"172.21.15.172:6819","nonce":2815098611}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6820","nonce":2815098611},{"type":"v1","addr":"172.21.15.172:6821","nonce":2815098611}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6824","nonce":2815098611},{"type":"v1","addr":"172.21.15.172:6825","nonce":2815098611}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6822","nonce":2815098611},{"type":"v1","addr":"172.21.15.172:6823","nonce":2815098611}]},"public_addr":"172.21.15.172:6819/2815098611","cluster_addr":"172.21.15.172:6821/2815098611","heartbeat_back_addr":"172.21.15.172:6825/2815098611","heartbeat_front_addr":"172.21.15.172:6823/2815098611","state":["exists","up"]},{"osd":3,"uuid":"6bf6bf50-1e79-4dda-8748-f6280b5986e4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6826","nonce":18970751},{"type":"v1","addr":"172.21.15.172:6827","nonce":18970751}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6828","nonce":18970751},{"type":"v1","addr":"172.21.15.172:6829","nonce":18970751}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6832","nonce":18970751},{"type":"v1","addr":"172.21.15.172:6833","nonce":18970751}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6830","nonce":18970751},{"type":"v1","addr":"172.21.15.172:6831","nonce":18970751}]},"public_addr":"172.21.15.172:6827/18970751","cluster_addr":"172.21.15.172:6829/18970751","heartbeat_back_addr":"172.21.15.172:6833/18970751","heartbeat_front_addr":"172.21.15.172:6831/18970751","state":["exists","up"]},{"osd":4,"uuid":"b7eb19d3-8a85-41d0-8c35-5c56de83fe5d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6800","nonce":2861492603},{"type":"v1","addr":"172.21.15.195:6801","nonce":2861492603}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6802","nonce":2861492603},{"type":"v1","addr":"172.21.15.195:6803","nonce":2861492603}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6806","nonce":2861492603},{"type":"v1","addr":"172.21.15.195:6807","nonce":2861492603}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6804","nonce":2861492603},{"type":"v1","addr":"172.21.15.195:6805","nonce":2861492603}]},"public_addr":"172.21.15.195:6801/2861492603","cluster_addr":"172.21.15.195:6803/2861492603","heartbeat_back_addr":"172.21.15.195:6807/2861492603","heartbeat_front_addr":"172.21.15.195:6805/2861492603","state":["exists","up"]},{"osd":5,"uuid":"92e1b66d-2d2d-44f3-8a22-37773710fd03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6808","nonce":3506325895},{"type":"v1","addr":"172.21.15.195:6809","nonce":3506325895}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6810","nonce":3506325895},{"type":"v1","addr":"172.21.15.195:6811","nonce":3506325895}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6814","nonce":3506325895},{"type":"v1","addr":"172.21.15.195:6815","nonce":3506325895}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6812","nonce":3506325895},{"type":"v1","addr":"172.21.15.195:6813","nonce":3506325895}]},"public_addr":"172.21.15.195:6809/3506325895","cluster_addr":"172.21.15.195:6811/3506325895","heartbeat_back_addr":"172.21.15.195:6815/3506325895","heartbeat_front_addr":"172.21.15.195:6813/3506325895","state":["exists","up"]},{"osd":6,"uuid":"691401ae-229a-4b78-9299-79f72fc68675","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6816","nonce":3507773885},{"type":"v1","addr":"172.21.15.195:6817","nonce":3507773885}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6818","nonce":3507773885},{"type":"v1","addr":"172.21.15.195:6819","nonce":3507773885}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6822","nonce":3507773885},{"type":"v1","addr":"172.21.15.195:6823","nonce":3507773885}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6820","nonce":3507773885},{"type":"v1","addr":"172.21.15.195:6821","nonce":3507773885}]},"public_addr":"172.21.15.195:6817/3507773885","cluster_addr":"172.21.15.195:6819/3507773885","heartbeat_back_addr":"172.21.15.195:6823/3507773885","heartbeat_front_addr":"172.21.15.195:6821/3507773885","state":["exists","up"]},{"osd":7,"uuid":"fe5395a5-c8d3-4d8f-992e-5b7b4cb2b64c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6824","nonce":3177034340},{"type":"v1","addr":"172.21.15.195:6825","nonce":3177034340}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6826","nonce":3177034340},{"type":"v1","addr":"172.21.15.195:6827","nonce":3177034340}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6830","nonce":3177034340},{"type":"v1","addr":"172.21.15.195:6831","nonce":3177034340}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6828","nonce":3177034340},{"type":"v1","addr":"172.21.15.195:6829","nonce":3177034340}]},"public_addr":"172.21.15.195:6825/3177034340","cluster_addr":"172.21.15.195:6827/3177034340","heartbeat_back_addr":"172.21.15.195:6831/3177034340","heartbeat_front_addr":"172.21.15.195:6829/3177034340","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-06T07:20:19.459243+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-06T07:20:55.917722+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-06T07:21:31.294713+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-06T07:22:08.316305+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-06T07:22:40.998515+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-06T07:23:16.864314+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-06T07:23:53.044785+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-06T07:24:29.541638+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.172:0/4003206018":"2023-12-07T07:24:55.836366+0000","172.21.15.172:0/757527088":"2023-12-07T07:24:55.836366+0000","172.21.15.172:6801/1817483546":"2023-12-07T07:24:55.836366+0000","172.21.15.172:0/259001167":"2023-12-07T07:24:55.836366+0000","172.21.15.172:6800/1817483546":"2023-12-07T07:24:55.836366+0000","172.21.15.172:0/4147355880":"2023-12-07T07:18:41.370797+0000","172.21.15.172:0/3691346659":"2023-12-07T07:24:55.836366+0000","172.21.15.172:0/1782709571":"2023-12-07T07:18:41.370797+0000","172.21.15.172:6801/1651911944":"2023-12-07T07:18:41.370797+0000","172.21.15.172:0/3276287511":"2023-12-07T07:18:10.374704+0000","172.21.15.172:0/632961414":"2023-12-07T07:18:10.374704+0000","172.21.15.172:6800/1651911944":"2023-12-07T07:18:41.370797+0000","172.21.15.172:0/2730931859":"2023-12-07T07:18:10.374704+0000","172.21.15.172:0/2664905998":"2023-12-07T07:18:41.370797+0000","172.21.15.172:6801/2919148251":"2023-12-07T07:18:10.374704+0000","172.21.15.172:6800/2919148251":"2023-12-07T07:18:10.374704+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-06T07:25:40.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:39 smithi195 bash[25052]: cluster 2023-12-06T07:25:38.355784+0000 mgr.y (mgr.24356) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:40.137 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:39 smithi172 bash[25094]: cluster 2023-12-06T07:25:38.355784+0000 mgr.y (mgr.24356) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:40.137 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:39 smithi172 bash[30529]: cluster 2023-12-06T07:25:38.355784+0000 mgr.y (mgr.24356) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:40.669 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-06T07:25:40.670 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-06T07:25:40.670 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-06T07:25:40.670 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-06T07:25:40.671 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-06T07:25:40.671 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-06T07:25:40.672 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-06T07:25:40.672 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-06T07:25:40.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:40 smithi172 bash[25094]: audit 2023-12-06T07:25:39.913304+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.172:0/3701941364' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T07:25:40.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:40 smithi172 bash[30529]: audit 2023-12-06T07:25:39.913304+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.172:0/3701941364' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T07:25:41.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:40 smithi195 bash[25052]: audit 2023-12-06T07:25:39.913304+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.172:0/3701941364' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T07:25:41.803 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:25:41 smithi172 bash[46084]: level=info ts=2023-12-06T07:25:41.474Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.004257614s 2023-12-06T07:25:42.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:41 smithi195 bash[25052]: cluster 2023-12-06T07:25:40.356398+0000 mgr.y (mgr.24356) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:42.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:41 smithi172 bash[30529]: cluster 2023-12-06T07:25:40.356398+0000 mgr.y (mgr.24356) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:42.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:41 smithi172 bash[25094]: cluster 2023-12-06T07:25:40.356398+0000 mgr.y (mgr.24356) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:43.534 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:25:43.535 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:25:43.535 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:25:43.535 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:25:43.536 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:25:43.537 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:25:43.540 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:25:43.545 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:25:43.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:43 smithi172 bash[25094]: cluster 2023-12-06T07:25:42.357059+0000 mgr.y (mgr.24356) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:43.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:43 smithi172 bash[30529]: cluster 2023-12-06T07:25:42.357059+0000 mgr.y (mgr.24356) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:44.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:43 smithi195 bash[25052]: cluster 2023-12-06T07:25:42.357059+0000 mgr.y (mgr.24356) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:45.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:45 smithi172 bash[25094]: cluster 2023-12-06T07:25:44.357774+0000 mgr.y (mgr.24356) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:45.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:45 smithi172 bash[30529]: cluster 2023-12-06T07:25:44.357774+0000 mgr.y (mgr.24356) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:46.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:45 smithi195 bash[25052]: cluster 2023-12-06T07:25:44.357774+0000 mgr.y (mgr.24356) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:46.919 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:25:46 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:25:46] "GET /metrics HTTP/1.1" 200 191517 "" "Prometheus/2.33.4" 2023-12-06T07:25:47.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:25:46 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:25:46] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:25:48.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:47 smithi195 bash[25052]: cluster 2023-12-06T07:25:46.358445+0000 mgr.y (mgr.24356) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:48.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:47 smithi172 bash[25094]: cluster 2023-12-06T07:25:46.358445+0000 mgr.y (mgr.24356) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:48.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:47 smithi172 bash[30529]: cluster 2023-12-06T07:25:46.358445+0000 mgr.y (mgr.24356) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:50.050 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:49 smithi172 bash[25094]: cluster 2023-12-06T07:25:48.359168+0000 mgr.y (mgr.24356) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:50.050 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:49 smithi172 bash[30529]: cluster 2023-12-06T07:25:48.359168+0000 mgr.y (mgr.24356) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:50.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:49 smithi195 bash[25052]: cluster 2023-12-06T07:25:48.359168+0000 mgr.y (mgr.24356) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:51.089 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:51 smithi195 systemd[1]: Started Ceph grafana.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:25:51.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:51 smithi172 bash[25094]: cluster 2023-12-06T07:25:50.359885+0000 mgr.y (mgr.24356) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:51.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:51 smithi172 bash[25094]: audit 2023-12-06T07:25:51.107792+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:51.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:51 smithi172 bash[25094]: audit 2023-12-06T07:25:51.112364+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:25:51.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:51 smithi172 bash[25094]: audit 2023-12-06T07:25:51.115457+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:25:51.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:51 smithi172 bash[25094]: audit 2023-12-06T07:25:51.117884+0000 mon.c (mon.1) 49 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:25:51.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:51 smithi172 bash[30529]: cluster 2023-12-06T07:25:50.359885+0000 mgr.y (mgr.24356) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:51.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:51 smithi172 bash[30529]: audit 2023-12-06T07:25:51.107792+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:51.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:51 smithi172 bash[30529]: audit 2023-12-06T07:25:51.112364+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:25:51.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:51 smithi172 bash[30529]: audit 2023-12-06T07:25:51.115457+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:25:51.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:51 smithi172 bash[30529]: audit 2023-12-06T07:25:51.117884+0000 mon.c (mon.1) 49 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:25:51.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:51 smithi195 bash[25052]: cluster 2023-12-06T07:25:50.359885+0000 mgr.y (mgr.24356) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:51.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:51 smithi195 bash[25052]: audit 2023-12-06T07:25:51.107792+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:51.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:51 smithi195 bash[25052]: audit 2023-12-06T07:25:51.112364+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:25:51.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:51 smithi195 bash[25052]: audit 2023-12-06T07:25:51.115457+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:25:51.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:51 smithi195 bash[25052]: audit 2023-12-06T07:25:51.117884+0000 mon.c (mon.1) 49 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:25:52.307 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+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-06T07:25:52.307 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+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-06T07:25:52.307 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2023-12-06T07:25:52.307 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2023-12-06T07:25:52.307 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2023-12-06T07:25:52.307 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2023-12-06T07:25:52.307 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-12-06T07:25:52.308 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-12-06T07:25:52.308 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2023-12-06T07:25:52.308 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2023-12-06T07:25:52.308 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2023-12-06T07:25:52.308 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2023-12-06T07:25:52.308 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2023-12-06T07:25:52.308 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="App mode production" logger=settings 2023-12-06T07:25:52.308 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2023-12-06T07:25:52.308 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+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-06T07:25:52.308 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Starting DB migrations" logger=migrator 2023-12-06T07:25:52.309 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2023-12-06T07:25:52.309 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2023-12-06T07:25:52.309 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2023-12-06T07:25:52.565 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[25052]: audit 2023-12-06T07:25:51.452782+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:52.566 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2023-12-06T07:25:52.566 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2023-12-06T07:25:52.566 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2023-12-06T07:25:52.566 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2023-12-06T07:25:52.566 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2023-12-06T07:25:52.566 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2023-12-06T07:25:52.566 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2023-12-06T07:25:52.566 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-06T07:25:52.566 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2023-12-06T07:25:52.777 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:52 smithi172 bash[25094]: audit 2023-12-06T07:25:51.452782+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:52.777 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:52 smithi172 bash[30529]: audit 2023-12-06T07:25:51.452782+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:52.843 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2023-12-06T07:25:52.843 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2023-12-06T07:25:52.843 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2023-12-06T07:25:52.843 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2023-12-06T07:25:52.843 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2023-12-06T07:25:52.843 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add index user.login/user.email" 2023-12-06T07:25:52.843 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_service_account column to user" 2023-12-06T07:25:52.843 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2023-12-06T07:25:53.096 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2023-12-06T07:25:53.096 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2023-12-06T07:25:53.096 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2023-12-06T07:25:53.096 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:52 smithi195 bash[41236]: t=2023-12-06T07:25:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2023-12-06T07:25:53.096 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2023-12-06T07:25:53.096 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_email - v1" 2023-12-06T07:25:53.097 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_org_id - v1" 2023-12-06T07:25:53.366 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_code - v1" 2023-12-06T07:25:53.366 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_status - v1" 2023-12-06T07:25:53.366 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2023-12-06T07:25:53.366 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="create temp_user v2" 2023-12-06T07:25:53.366 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v2" 2023-12-06T07:25:53.366 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v2" 2023-12-06T07:25:53.366 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v2" 2023-12-06T07:25:53.366 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v2" 2023-12-06T07:25:53.366 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="copy temp_user v1 to v2" 2023-12-06T07:25:53.634 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[25052]: cluster 2023-12-06T07:25:52.360460+0000 mgr.y (mgr.24356) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:53.634 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop temp_user_tmp_qwerty" 2023-12-06T07:25:53.634 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="Set created for temp users that will otherwise prematurely expire" 2023-12-06T07:25:53.634 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2023-12-06T07:25:53.634 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2023-12-06T07:25:53.634 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2023-12-06T07:25:53.634 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2023-12-06T07:25:53.635 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2023-12-06T07:25:53.903 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2023-12-06T07:25:53.903 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2023-12-06T07:25:53.903 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_user_id - v1" 2023-12-06T07:25:53.903 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2023-12-06T07:25:53.903 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2023-12-06T07:25:53.904 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2023-12-06T07:25:53.904 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2023-12-06T07:25:53.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:53 smithi172 bash[25094]: cluster 2023-12-06T07:25:52.360460+0000 mgr.y (mgr.24356) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:53.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:53 smithi172 bash[30529]: cluster 2023-12-06T07:25:52.360460+0000 mgr.y (mgr.24356) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:54.173 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2023-12-06T07:25:54.173 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2023-12-06T07:25:54.173 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:53 smithi195 bash[41236]: t=2023-12-06T07:25:53+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2023-12-06T07:25:54.173 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2023-12-06T07:25:54.173 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2023-12-06T07:25:54.173 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2023-12-06T07:25:54.173 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2023-12-06T07:25:54.435 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2023-12-06T07:25:54.436 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2023-12-06T07:25:54.436 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2023-12-06T07:25:54.436 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2023-12-06T07:25:54.436 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2023-12-06T07:25:54.436 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2023-12-06T07:25:54.436 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2023-12-06T07:25:54.686 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2023-12-06T07:25:54.686 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2023-12-06T07:25:54.686 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2023-12-06T07:25:54.686 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2023-12-06T07:25:54.686 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2023-12-06T07:25:54.686 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2023-12-06T07:25:54.686 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2023-12-06T07:25:54.948 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2023-12-06T07:25:54.949 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2023-12-06T07:25:54.949 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2023-12-06T07:25:54.949 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2023-12-06T07:25:54.949 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2023-12-06T07:25:55.200 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:54 smithi195 bash[41236]: t=2023-12-06T07:25:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2023-12-06T07:25:55.200 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2023-12-06T07:25:55.200 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2023-12-06T07:25:55.200 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2023-12-06T07:25:55.200 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2023-12-06T07:25:55.200 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2023-12-06T07:25:55.200 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2023-12-06T07:25:55.200 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2023-12-06T07:25:55.200 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2023-12-06T07:25:55.465 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2023-12-06T07:25:55.466 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2023-12-06T07:25:55.466 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2023-12-06T07:25:55.466 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_title" 2023-12-06T07:25:55.466 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="delete tags for deleted dashboards" 2023-12-06T07:25:55.466 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="delete stars for deleted dashboards" 2023-12-06T07:25:55.466 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_is_folder" 2023-12-06T07:25:55.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:55 smithi172 bash[25094]: cluster 2023-12-06T07:25:54.361111+0000 mgr.y (mgr.24356) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:55.677 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:55 smithi172 bash[25094]: audit 2023-12-06T07:25:54.963667+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:55.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:55 smithi172 bash[30529]: cluster 2023-12-06T07:25:54.361111+0000 mgr.y (mgr.24356) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:55.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:55 smithi172 bash[30529]: audit 2023-12-06T07:25:54.963667+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:55.739 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[25052]: cluster 2023-12-06T07:25:54.361111+0000 mgr.y (mgr.24356) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:55.739 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[25052]: audit 2023-12-06T07:25:54.963667+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:25:55.739 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2023-12-06T07:25:55.739 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2023-12-06T07:25:55.739 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2023-12-06T07:25:55.739 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2023-12-06T07:25:55.739 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2023-12-06T07:25:55.739 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2023-12-06T07:25:55.739 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2023-12-06T07:25:55.739 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2023-12-06T07:25:55.740 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2023-12-06T07:25:55.740 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-06T07:25:56.024 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2023-12-06T07:25:56.024 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2023-12-06T07:25:56.024 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2023-12-06T07:25:56.024 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2023-12-06T07:25:56.024 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2023-12-06T07:25:56.024 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:55 smithi195 bash[41236]: t=2023-12-06T07:25:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2023-12-06T07:25:56.024 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2023-12-06T07:25:56.285 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2023-12-06T07:25:56.285 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add uid column" 2023-12-06T07:25:56.285 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid value" 2023-12-06T07:25:56.285 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index datasource_org_id_uid" 2023-12-06T07:25:56.285 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index datasource_org_id_is_default" 2023-12-06T07:25:56.285 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2023-12-06T07:25:56.285 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2023-12-06T07:25:56.285 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2023-12-06T07:25:56.401 INFO:teuthology.orchestra.run.smithi172.stdout:197568495641 2023-12-06T07:25:56.401 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-06T07:25:56.554 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2023-12-06T07:25:56.554 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2023-12-06T07:25:56.554 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2023-12-06T07:25:56.554 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2023-12-06T07:25:56.554 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2023-12-06T07:25:56.554 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2023-12-06T07:25:56.554 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2023-12-06T07:25:56.554 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2023-12-06T07:25:56.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:25:56 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:25:56] "GET /metrics HTTP/1.1" 200 191517 "" "Prometheus/2.33.4" 2023-12-06T07:25:56.840 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:25:56] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:25:56.840 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2023-12-06T07:25:56.840 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2023-12-06T07:25:56.840 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2023-12-06T07:25:56.840 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2023-12-06T07:25:56.841 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2023-12-06T07:25:56.841 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add service account foreign key" 2023-12-06T07:25:56.841 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2023-12-06T07:25:56.841 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2023-12-06T07:25:56.841 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2023-12-06T07:25:57.092 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2023-12-06T07:25:57.092 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2023-12-06T07:25:57.092 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2023-12-06T07:25:57.092 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:56 smithi195 bash[41236]: t=2023-12-06T07:25:56+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2023-12-06T07:25:57.092 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2023-12-06T07:25:57.347 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2023-12-06T07:25:57.347 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add encrypted dashboard json column" 2023-12-06T07:25:57.347 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB" 2023-12-06T07:25:57.347 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2023-12-06T07:25:57.347 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2023-12-06T07:25:57.347 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2023-12-06T07:25:57.348 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2023-12-06T07:25:57.348 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2023-12-06T07:25:57.360 INFO:teuthology.orchestra.run.smithi172.stdout:163208757281 2023-12-06T07:25:57.360 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-06T07:25:57.631 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[25052]: cluster 2023-12-06T07:25:56.361734+0000 mgr.y (mgr.24356) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:57.631 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[25052]: audit 2023-12-06T07:25:56.682420+0000 mon.c (mon.1) 50 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:25:57.631 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[25052]: audit 2023-12-06T07:25:56.683465+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:25:57.631 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[25052]: audit 2023-12-06T07:25:56.695905+0000 mon.c (mon.1) 51 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:25:57.631 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[25052]: audit 2023-12-06T07:25:56.696801+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:25:57.631 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2023-12-06T07:25:57.631 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2023-12-06T07:25:57.631 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2023-12-06T07:25:57.631 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2023-12-06T07:25:57.631 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2023-12-06T07:25:57.632 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2023-12-06T07:25:57.632 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2023-12-06T07:25:57.667 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:57 smithi172 bash[25094]: cluster 2023-12-06T07:25:56.361734+0000 mgr.y (mgr.24356) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:57.667 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:57 smithi172 bash[25094]: audit 2023-12-06T07:25:56.682420+0000 mon.c (mon.1) 50 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:25:57.667 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:57 smithi172 bash[25094]: audit 2023-12-06T07:25:56.683465+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:25:57.667 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:57 smithi172 bash[25094]: audit 2023-12-06T07:25:56.695905+0000 mon.c (mon.1) 51 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:25:57.667 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:57 smithi172 bash[25094]: audit 2023-12-06T07:25:56.696801+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:25:57.667 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:57 smithi172 bash[30529]: cluster 2023-12-06T07:25:56.361734+0000 mgr.y (mgr.24356) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:57.667 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:57 smithi172 bash[30529]: audit 2023-12-06T07:25:56.682420+0000 mon.c (mon.1) 50 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:25:57.668 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:57 smithi172 bash[30529]: audit 2023-12-06T07:25:56.683465+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:25:57.668 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:57 smithi172 bash[30529]: audit 2023-12-06T07:25:56.695905+0000 mon.c (mon.1) 51 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:25:57.668 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:57 smithi172 bash[30529]: audit 2023-12-06T07:25:56.696801+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:25:57.899 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2023-12-06T07:25:57.900 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2023-12-06T07:25:57.900 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2023-12-06T07:25:57.900 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2023-12-06T07:25:57.900 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2023-12-06T07:25:57.900 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2023-12-06T07:25:57.900 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2023-12-06T07:25:57.900 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2023-12-06T07:25:58.185 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add column week_start in preferences" 2023-12-06T07:25:58.185 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2023-12-06T07:25:58.186 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2023-12-06T07:25:58.186 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:57 smithi195 bash[41236]: t=2023-12-06T07:25:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2023-12-06T07:25:58.186 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2023-12-06T07:25:58.186 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2023-12-06T07:25:58.186 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2023-12-06T07:25:58.186 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2023-12-06T07:25:58.438 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2023-12-06T07:25:58.438 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v2" 2023-12-06T07:25:58.438 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+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-06T07:25:58.438 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="copy alert_rule_tag v1 to v2" 2023-12-06T07:25:58.438 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop table alert_rule_tag_v1" 2023-12-06T07:25:58.438 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2023-12-06T07:25:58.438 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2023-12-06T07:25:58.438 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2023-12-06T07:25:58.438 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2023-12-06T07:25:58.698 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2023-12-06T07:25:58.698 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2023-12-06T07:25:58.699 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2023-12-06T07:25:58.699 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2023-12-06T07:25:58.699 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2023-12-06T07:25:58.699 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2023-12-06T07:25:58.699 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2023-12-06T07:25:58.951 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2023-12-06T07:25:58.951 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2023-12-06T07:25:58.951 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2023-12-06T07:25:58.951 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2023-12-06T07:25:58.951 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2023-12-06T07:25:58.951 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2023-12-06T07:25:58.951 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2023-12-06T07:25:58.951 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column secure_settings in alert_notification" 2023-12-06T07:25:59.212 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert.settings to mediumtext" 2023-12-06T07:25:59.212 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:58 smithi195 bash[41236]: t=2023-12-06T07:25:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_notification_state_alert_id" 2023-12-06T07:25:59.212 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_rule_tag_alert_id" 2023-12-06T07:25:59.212 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2023-12-06T07:25:59.212 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2023-12-06T07:25:59.212 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2023-12-06T07:25:59.212 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2023-12-06T07:25:59.212 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2023-12-06T07:25:59.473 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2023-12-06T07:25:59.473 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2023-12-06T07:25:59.473 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2023-12-06T07:25:59.473 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2023-12-06T07:25:59.473 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2023-12-06T07:25:59.473 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2023-12-06T07:25:59.473 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2023-12-06T07:25:59.473 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2023-12-06T07:25:59.473 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2023-12-06T07:25:59.741 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[25052]: cluster 2023-12-06T07:25:58.362256+0000 mgr.y (mgr.24356) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:59.742 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table annotation_tag to annotation_tag_v2 - v2" 2023-12-06T07:25:59.742 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v3" 2023-12-06T07:25:59.742 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_annotation_tag_annotation_id_tag_id - Add unique index annotation_tag.annotation_id_tag_id V3" 2023-12-06T07:25:59.742 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="copy annotation_tag v2 to v3" 2023-12-06T07:25:59.742 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="drop table annotation_tag_v2" 2023-12-06T07:25:59.742 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2023-12-06T07:25:59.742 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2023-12-06T07:25:59.885 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:25:59 smithi172 bash[30529]: cluster 2023-12-06T07:25:58.362256+0000 mgr.y (mgr.24356) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:59.886 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:25:59 smithi172 bash[25094]: cluster 2023-12-06T07:25:58.362256+0000 mgr.y (mgr.24356) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:25:59.913 INFO:teuthology.orchestra.run.smithi172.stdout:77309411382 2023-12-06T07:25:59.914 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-06T07:25:59.914 INFO:teuthology.orchestra.run.smithi172.stdout:107374182446 2023-12-06T07:25:59.915 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-06T07:26:00.011 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2023-12-06T07:26:00.011 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2023-12-06T07:26:00.011 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2023-12-06T07:26:00.011 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2023-12-06T07:26:00.011 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2023-12-06T07:26:00.011 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2023-12-06T07:26:00.012 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:25:59 smithi195 bash[41236]: t=2023-12-06T07:25:59+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2023-12-06T07:26:00.012 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2023-12-06T07:26:00.215 INFO:teuthology.orchestra.run.smithi172.stdout:128849018921 2023-12-06T07:26:00.216 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-06T07:26:00.263 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2023-12-06T07:26:00.263 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2023-12-06T07:26:00.263 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2023-12-06T07:26:00.263 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2023-12-06T07:26:00.263 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2023-12-06T07:26:00.263 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for alert_id on annotation table" 2023-12-06T07:26:00.264 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2023-12-06T07:26:00.526 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2023-12-06T07:26:00.526 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2023-12-06T07:26:00.526 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2023-12-06T07:26:00.526 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2023-12-06T07:26:00.526 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2023-12-06T07:26:00.526 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2023-12-06T07:26:00.526 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2023-12-06T07:26:00.526 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2023-12-06T07:26:00.786 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2023-12-06T07:26:00.786 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2023-12-06T07:26:00.786 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2023-12-06T07:26:00.786 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2023-12-06T07:26:00.787 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.team_id" 2023-12-06T07:26:00.787 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2023-12-06T07:26:00.787 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2023-12-06T07:26:00.787 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2023-12-06T07:26:01.021 INFO:teuthology.orchestra.run.smithi172.stdout:55834574911 2023-12-06T07:26:01.022 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-06T07:26:01.055 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2023-12-06T07:26:01.055 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2023-12-06T07:26:01.056 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2023-12-06T07:26:01.056 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2023-12-06T07:26:01.056 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_user_id" 2023-12-06T07:26:01.056 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:00 smithi195 bash[41236]: t=2023-12-06T07:26:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_team_id" 2023-12-06T07:26:01.056 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_org_id_role" 2023-12-06T07:26:01.056 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_permission" 2023-12-06T07:26:01.316 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2023-12-06T07:26:01.316 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="delete acl rules for deleted dashboards and folders" 2023-12-06T07:26:01.316 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2023-12-06T07:26:01.316 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2023-12-06T07:26:01.316 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2023-12-06T07:26:01.317 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2023-12-06T07:26:01.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:01 smithi172 bash[30529]: cluster 2023-12-06T07:26:00.362800+0000 mgr.y (mgr.24356) 52 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:01.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:01 smithi172 bash[25094]: cluster 2023-12-06T07:26:00.362800+0000 mgr.y (mgr.24356) 52 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:01.585 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[25052]: cluster 2023-12-06T07:26:00.362800+0000 mgr.y (mgr.24356) 52 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:01.585 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2023-12-06T07:26:01.585 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2023-12-06T07:26:01.585 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2023-12-06T07:26:01.585 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2023-12-06T07:26:01.586 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2023-12-06T07:26:01.586 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2023-12-06T07:26:01.586 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2023-12-06T07:26:01.586 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2023-12-06T07:26:01.586 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2023-12-06T07:26:01.586 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2023-12-06T07:26:01.662 INFO:teuthology.orchestra.run.smithi172.stdout:231928234003 2023-12-06T07:26:01.663 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-06T07:26:01.825 INFO:teuthology.orchestra.run.smithi172.stdout:34359738436 2023-12-06T07:26:01.826 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-06T07:26:01.846 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2023-12-06T07:26:01.846 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2023-12-06T07:26:01.846 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2023-12-06T07:26:01.846 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2023-12-06T07:26:01.846 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2023-12-06T07:26:01.847 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2023-12-06T07:26:01.847 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2023-12-06T07:26:02.124 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2023-12-06T07:26:02.124 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2023-12-06T07:26:02.124 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_auth_token.user_id" 2023-12-06T07:26:02.124 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add revoked_at to the user auth token" 2023-12-06T07:26:02.124 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2023-12-06T07:26:02.124 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:01 smithi195 bash[41236]: t=2023-12-06T07:26:01+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2023-12-06T07:26:02.124 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="create short_url table v1" 2023-12-06T07:26:02.124 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index short_url.org_id-uid" 2023-12-06T07:26:02.125 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition table" 2023-12-06T07:26:02.125 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition table" 2023-12-06T07:26:02.295 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:26:02.297 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:26:02.376 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and title columns" 2023-12-06T07:26:02.376 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and uid columns" 2023-12-06T07:26:02.376 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition table data column to mediumtext in mysql" 2023-12-06T07:26:02.376 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and title columns" 2023-12-06T07:26:02.376 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and uid columns" 2023-12-06T07:26:02.408 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:26:02.408 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:26:02.408 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:26:02.637 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and title columns" 2023-12-06T07:26:02.637 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and uid columns" 2023-12-06T07:26:02.637 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add column paused in alert_definition" 2023-12-06T07:26:02.637 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition table" 2023-12-06T07:26:02.637 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition_version table" 2023-12-06T07:26:02.637 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition_version table" 2023-12-06T07:26:02.638 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+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-06T07:26:02.638 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+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-06T07:26:02.638 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition_version table data column to mediumtext in mysql" 2023-12-06T07:26:02.914 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition_version table" 2023-12-06T07:26:02.915 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_instance table" 2023-12-06T07:26:02.915 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2023-12-06T07:26:02.915 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, current_state columns" 2023-12-06T07:26:02.915 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="add column current_state_end to alert_instance" 2023-12-06T07:26:02.915 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, def_uid, current_state on alert_instance" 2023-12-06T07:26:02.915 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, current_state on alert_instance" 2023-12-06T07:26:02.915 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_org_id to rule_org_id in alert_instance" 2023-12-06T07:26:02.915 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_uid to rule_uid in alert_instance" 2023-12-06T07:26:03.192 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:02 smithi195 bash[41236]: t=2023-12-06T07:26:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, rule_uid, current_state on alert_instance" 2023-12-06T07:26:03.192 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, current_state on alert_instance" 2023-12-06T07:26:03.192 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule table" 2023-12-06T07:26:03.192 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and title columns" 2023-12-06T07:26:03.192 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and uid columns" 2023-12-06T07:26:03.192 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2023-12-06T07:26:03.192 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule table data column to mediumtext in mysql" 2023-12-06T07:26:03.192 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule" 2023-12-06T07:26:03.425 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:26:03.425 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:26:03.461 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[25052]: cluster 2023-12-06T07:26:02.363232+0000 mgr.y (mgr.24356) 53 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:03.461 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule" 2023-12-06T07:26:03.461 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule" 2023-12-06T07:26:03.462 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="remove unique index from alert_rule on org_id, title columns" 2023-12-06T07:26:03.462 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespase_uid and title columns" 2023-12-06T07:26:03.462 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="add dashboard_uid column to alert_rule" 2023-12-06T07:26:03.462 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="add panel_id column to alert_rule" 2023-12-06T07:26:03.462 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+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-06T07:26:03.462 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule_version table" 2023-12-06T07:26:03.630 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+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-06T07:26:03.630 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+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-06T07:26:03.630 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule_version table data column to mediumtext in mysql" 2023-12-06T07:26:03.630 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule_version" 2023-12-06T07:26:03.630 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule_version" 2023-12-06T07:26:03.630 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule_version" 2023-12-06T07:26:03.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:03 smithi172 bash[30529]: cluster 2023-12-06T07:26:02.363232+0000 mgr.y (mgr.24356) 53 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:03.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:03 smithi172 bash[25094]: cluster 2023-12-06T07:26:02.363232+0000 mgr.y (mgr.24356) 53 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:03.730 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id=create_alert_configuration_table 2023-12-06T07:26:03.730 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="Add column default in alert_configuration" 2023-12-06T07:26:03.730 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2023-12-06T07:26:03.983 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="add column org_id in alert_configuration" 2023-12-06T07:26:03.983 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_configuration table on org_id column" 2023-12-06T07:26:03.983 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id=create_ngalert_configuration_table 2023-12-06T07:26:03.983 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index in ngalert_configuration on org_id column" 2023-12-06T07:26:03.983 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="clear migration entry \"remove unified alerting data\"" 2023-12-06T07:26:03.983 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="move dashboard alerts to unified alerting" 2023-12-06T07:26:03.983 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element table v1" 2023-12-06T07:26:03.984 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element org_id-folder_id-name-kind" 2023-12-06T07:26:03.984 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:03 smithi195 bash[41236]: t=2023-12-06T07:26:03+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element_connection table v1" 2023-12-06T07:26:04.252 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element_connection element_id-kind-connection_id" 2023-12-06T07:26:04.252 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index library_element org_id_uid" 2023-12-06T07:26:04.252 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="clone move dashboard alerts to unified alerting" 2023-12-06T07:26:04.252 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="create data_keys table" 2023-12-06T07:26:04.252 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="create kv_store table v1" 2023-12-06T07:26:04.252 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index kv_store.org_id-namespace-key" 2023-12-06T07:26:04.253 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="update dashboard_uid and panel_id from existing annotations" 2023-12-06T07:26:04.253 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="create permission table" 2023-12-06T07:26:04.437 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:26:04.521 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index permission.role_id" 2023-12-06T07:26:04.521 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_id_action_scope" 2023-12-06T07:26:04.521 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="create role table" 2023-12-06T07:26:04.521 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="add column display_name" 2023-12-06T07:26:04.521 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="add column group_name" 2023-12-06T07:26:04.521 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index role.org_id" 2023-12-06T07:26:04.782 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_org_id_name" 2023-12-06T07:26:04.782 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index role_org_id_uid" 2023-12-06T07:26:04.782 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="create team role table" 2023-12-06T07:26:04.782 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.org_id" 2023-12-06T07:26:04.782 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_role_org_id_team_id_role_id" 2023-12-06T07:26:04.782 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.team_id" 2023-12-06T07:26:04.782 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="create user role table" 2023-12-06T07:26:04.782 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.org_id" 2023-12-06T07:26:04.782 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_role_org_id_user_id_role_id" 2023-12-06T07:26:04.782 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.user_id" 2023-12-06T07:26:05.076 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="create builtin role table" 2023-12-06T07:26:05.076 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.role_id" 2023-12-06T07:26:05.076 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.name" 2023-12-06T07:26:05.076 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="Add column org_id to builtin_role table" 2023-12-06T07:26:05.076 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.org_id" 2023-12-06T07:26:05.076 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:04 smithi195 bash[41236]: t=2023-12-06T07:26:04+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_org_id_role_id_role" 2023-12-06T07:26:05.076 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:05 smithi195 bash[41236]: t=2023-12-06T07:26:05+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index role_org_id_uid" 2023-12-06T07:26:05.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:05 smithi195 bash[25052]: audit 2023-12-06T07:26:04.183285+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:05.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:05 smithi195 bash[25052]: cluster 2023-12-06T07:26:04.363813+0000 mgr.y (mgr.24356) 54 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:05.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:05 smithi195 bash[25052]: audit 2023-12-06T07:26:04.481380+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:05.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:05 smithi195 bash[25052]: cephadm 2023-12-06T07:26:04.488430+0000 mgr.y (mgr.24356) 55 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T07:26:05.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:05 smithi195 bash[25052]: cephadm 2023-12-06T07:26:04.494084+0000 mgr.y (mgr.24356) 56 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi172 2023-12-06T07:26:05.347 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:05 smithi195 bash[41236]: t=2023-12-06T07:26:05+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role.uid" 2023-12-06T07:26:05.347 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:05 smithi195 bash[41236]: t=2023-12-06T07:26:05+0000 lvl=info msg="Executing migration" logger=migrator id="create seed assignment table" 2023-12-06T07:26:05.347 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:05 smithi195 bash[41236]: t=2023-12-06T07:26:05+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_role_name" 2023-12-06T07:26:05.347 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:05 smithi195 bash[41236]: t=2023-12-06T07:26:05+0000 lvl=info msg="migrations completed" logger=migrator performed=381 skipped=0 duration=12.986581358s 2023-12-06T07:26:05.347 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:05 smithi195 bash[41236]: t=2023-12-06T07:26:05+0000 lvl=info msg="Created default organization" logger=sqlstore 2023-12-06T07:26:05.347 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:05 smithi195 bash[41236]: t=2023-12-06T07:26:05+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2023-12-06T07:26:05.347 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:05 smithi195 bash[41236]: t=2023-12-06T07:26:05+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2023-12-06T07:26:05.347 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:05 smithi195 bash[41236]: t=2023-12-06T07:26:05+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2023-12-06T07:26:05.347 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:05 smithi195 bash[41236]: t=2023-12-06T07:26:05+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2023-12-06T07:26:05.347 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:05 smithi195 bash[41236]: t=2023-12-06T07:26:05+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2023-12-06T07:26:05.432 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:05 smithi172 bash[25094]: audit 2023-12-06T07:26:04.183285+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:05.432 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:05 smithi172 bash[25094]: cluster 2023-12-06T07:26:04.363813+0000 mgr.y (mgr.24356) 54 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:05.432 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:05 smithi172 bash[25094]: audit 2023-12-06T07:26:04.481380+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:05.432 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:05 smithi172 bash[25094]: cephadm 2023-12-06T07:26:04.488430+0000 mgr.y (mgr.24356) 55 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T07:26:05.432 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:05 smithi172 bash[25094]: cephadm 2023-12-06T07:26:04.494084+0000 mgr.y (mgr.24356) 56 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi172 2023-12-06T07:26:05.432 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:05 smithi172 bash[30529]: audit 2023-12-06T07:26:04.183285+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:05.433 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:05 smithi172 bash[30529]: cluster 2023-12-06T07:26:04.363813+0000 mgr.y (mgr.24356) 54 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:05.433 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:05 smithi172 bash[30529]: audit 2023-12-06T07:26:04.481380+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:05.433 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:05 smithi172 bash[30529]: cephadm 2023-12-06T07:26:04.488430+0000 mgr.y (mgr.24356) 55 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T07:26:05.433 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:05 smithi172 bash[30529]: cephadm 2023-12-06T07:26:04.494084+0000 mgr.y (mgr.24356) 56 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi172 2023-12-06T07:26:05.846 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:05 smithi195 bash[41236]: t=2023-12-06T07:26:05+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-06T07:26:05.846 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:05 smithi195 bash[41236]: t=2023-12-06T07:26:05+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2023-12-06T07:26:05.846 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:05 smithi195 bash[41236]: t=2023-12-06T07:26:05+0000 lvl=info msg="warming cache for startup" logger=ngalert 2023-12-06T07:26:05.846 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:05 smithi195 bash[41236]: t=2023-12-06T07:26:05+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2023-12-06T07:26:05.847 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:26:05 smithi195 bash[41236]: t=2023-12-06T07:26:05+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2023-12-06T07:26:06.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:26:06 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:26:06] "GET /metrics HTTP/1.1" 200 191519 "" "Prometheus/2.33.4" 2023-12-06T07:26:07.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:26:06 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:26:06] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:26:07.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:07 smithi172 bash[25094]: cluster 2023-12-06T07:26:06.364473+0000 mgr.y (mgr.24356) 57 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:07.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:07 smithi172 bash[30529]: cluster 2023-12-06T07:26:06.364473+0000 mgr.y (mgr.24356) 57 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:07 smithi195 bash[25052]: cluster 2023-12-06T07:26:06.364473+0000 mgr.y (mgr.24356) 57 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:09.630 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:09 smithi172 bash[30529]: cluster 2023-12-06T07:26:08.364892+0000 mgr.y (mgr.24356) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:09.630 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:09 smithi172 bash[25094]: cluster 2023-12-06T07:26:08.364892+0000 mgr.y (mgr.24356) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:09.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:09 smithi195 bash[25052]: cluster 2023-12-06T07:26:08.364892+0000 mgr.y (mgr.24356) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:11.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:11 smithi172 bash[25094]: cluster 2023-12-06T07:26:10.365398+0000 mgr.y (mgr.24356) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:11.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:11 smithi172 bash[30529]: cluster 2023-12-06T07:26:10.365398+0000 mgr.y (mgr.24356) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:11.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:11 smithi195 bash[25052]: cluster 2023-12-06T07:26:10.365398+0000 mgr.y (mgr.24356) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:13.034 INFO:teuthology.orchestra.run.smithi172.stdout:197568495644 2023-12-06T07:26:13.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:13 smithi172 bash[25094]: cluster 2023-12-06T07:26:12.366032+0000 mgr.y (mgr.24356) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:13.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:13 smithi172 bash[25094]: audit 2023-12-06T07:26:13.033226+0000 mon.c (mon.1) 52 : audit [DBG] from='client.? 172.21.15.172:0/53557049' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T07:26:13.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:13 smithi172 bash[30529]: cluster 2023-12-06T07:26:12.366032+0000 mgr.y (mgr.24356) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:13.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:13 smithi172 bash[30529]: audit 2023-12-06T07:26:13.033226+0000 mon.c (mon.1) 52 : audit [DBG] from='client.? 172.21.15.172:0/53557049' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T07:26:13.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:13 smithi195 bash[25052]: cluster 2023-12-06T07:26:12.366032+0000 mgr.y (mgr.24356) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:13.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:13 smithi195 bash[25052]: audit 2023-12-06T07:26:13.033226+0000 mon.c (mon.1) 52 : audit [DBG] from='client.? 172.21.15.172:0/53557049' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T07:26:15.442 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:15 smithi172 bash[25094]: cluster 2023-12-06T07:26:14.366589+0000 mgr.y (mgr.24356) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:15.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:15 smithi195 bash[25052]: cluster 2023-12-06T07:26:14.366589+0000 mgr.y (mgr.24356) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:15.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:15 smithi172 bash[30529]: cluster 2023-12-06T07:26:14.366589+0000 mgr.y (mgr.24356) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:16.500 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:26:16 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:26:16] "GET /metrics HTTP/1.1" 200 191524 "" "Prometheus/2.33.4" 2023-12-06T07:26:17.005 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495641 got 197568495644 for osd.6 2023-12-06T07:26:17.006 DEBUG:teuthology.parallel:result is None 2023-12-06T07:26:17.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:26:16 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:26:16] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:26:17.404 INFO:teuthology.orchestra.run.smithi172.stdout:77309411386 2023-12-06T07:26:17.752 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:17 smithi172 bash[25094]: cluster 2023-12-06T07:26:16.367223+0000 mgr.y (mgr.24356) 62 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:17.753 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:17 smithi172 bash[25094]: audit 2023-12-06T07:26:17.402638+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.172:0/219363856' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T07:26:17.753 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:17 smithi172 bash[30529]: cluster 2023-12-06T07:26:16.367223+0000 mgr.y (mgr.24356) 62 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:17.753 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:17 smithi172 bash[30529]: audit 2023-12-06T07:26:17.402638+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.172:0/219363856' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T07:26:17.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:17 smithi195 bash[25052]: cluster 2023-12-06T07:26:16.367223+0000 mgr.y (mgr.24356) 62 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:17.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:17 smithi195 bash[25052]: audit 2023-12-06T07:26:17.402638+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.172:0/219363856' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T07:26:18.646 INFO:teuthology.orchestra.run.smithi172.stdout:163208757286 2023-12-06T07:26:18.986 INFO:teuthology.orchestra.run.smithi172.stdout:55834574915 2023-12-06T07:26:19.817 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:19 smithi172 bash[25094]: cluster 2023-12-06T07:26:18.367895+0000 mgr.y (mgr.24356) 63 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:19.817 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:19 smithi172 bash[25094]: audit 2023-12-06T07:26:18.644967+0000 mon.c (mon.1) 53 : audit [DBG] from='client.? 172.21.15.172:0/3220344025' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T07:26:19.817 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:19 smithi172 bash[25094]: audit 2023-12-06T07:26:18.985118+0000 mon.c (mon.1) 54 : audit [DBG] from='client.? 172.21.15.172:0/1368298934' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T07:26:19.818 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:19 smithi172 bash[30529]: cluster 2023-12-06T07:26:18.367895+0000 mgr.y (mgr.24356) 63 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:19.818 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:19 smithi172 bash[30529]: audit 2023-12-06T07:26:18.644967+0000 mon.c (mon.1) 53 : audit [DBG] from='client.? 172.21.15.172:0/3220344025' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T07:26:19.818 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:19 smithi172 bash[30529]: audit 2023-12-06T07:26:18.985118+0000 mon.c (mon.1) 54 : audit [DBG] from='client.? 172.21.15.172:0/1368298934' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T07:26:19.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:19 smithi195 bash[25052]: cluster 2023-12-06T07:26:18.367895+0000 mgr.y (mgr.24356) 63 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:19.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:19 smithi195 bash[25052]: audit 2023-12-06T07:26:18.644967+0000 mon.c (mon.1) 53 : audit [DBG] from='client.? 172.21.15.172:0/3220344025' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T07:26:19.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:19 smithi195 bash[25052]: audit 2023-12-06T07:26:18.985118+0000 mon.c (mon.1) 54 : audit [DBG] from='client.? 172.21.15.172:0/1368298934' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T07:26:20.015 INFO:teuthology.orchestra.run.smithi172.stdout:107374182450 2023-12-06T07:26:20.016 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411382 got 77309411386 for osd.2 2023-12-06T07:26:20.016 DEBUG:teuthology.parallel:result is None 2023-12-06T07:26:20.056 INFO:teuthology.orchestra.run.smithi172.stdout:128849018925 2023-12-06T07:26:20.217 INFO:teuthology.orchestra.run.smithi172.stdout:231928234007 2023-12-06T07:26:20.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:20 smithi195 bash[25052]: audit 2023-12-06T07:26:20.013576+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.172:0/4221104774' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T07:26:20.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:20 smithi195 bash[25052]: audit 2023-12-06T07:26:20.054990+0000 mon.c (mon.1) 55 : audit [DBG] from='client.? 172.21.15.172:0/3231308147' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T07:26:20.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:20 smithi195 bash[25052]: audit 2023-12-06T07:26:20.215727+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.172:0/1745030548' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T07:26:20.883 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:20 smithi172 bash[30529]: audit 2023-12-06T07:26:20.013576+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.172:0/4221104774' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T07:26:20.883 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:20 smithi172 bash[30529]: audit 2023-12-06T07:26:20.054990+0000 mon.c (mon.1) 55 : audit [DBG] from='client.? 172.21.15.172:0/3231308147' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T07:26:20.883 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:20 smithi172 bash[30529]: audit 2023-12-06T07:26:20.215727+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.172:0/1745030548' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T07:26:20.884 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:20 smithi172 bash[25094]: audit 2023-12-06T07:26:20.013576+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.172:0/4221104774' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T07:26:20.884 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:20 smithi172 bash[25094]: audit 2023-12-06T07:26:20.054990+0000 mon.c (mon.1) 55 : audit [DBG] from='client.? 172.21.15.172:0/3231308147' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T07:26:20.884 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:20 smithi172 bash[25094]: audit 2023-12-06T07:26:20.215727+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.172:0/1745030548' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T07:26:21.248 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574911 got 55834574915 for osd.1 2023-12-06T07:26:21.248 DEBUG:teuthology.parallel:result is None 2023-12-06T07:26:21.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:21 smithi172 bash[25094]: cluster 2023-12-06T07:26:20.368602+0000 mgr.y (mgr.24356) 64 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:21.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:21 smithi172 bash[30529]: cluster 2023-12-06T07:26:20.368602+0000 mgr.y (mgr.24356) 64 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:21.729 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757281 got 163208757286 for osd.5 2023-12-06T07:26:21.729 DEBUG:teuthology.parallel:result is None 2023-12-06T07:26:21.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:21 smithi195 bash[25052]: cluster 2023-12-06T07:26:20.368602+0000 mgr.y (mgr.24356) 64 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:22.984 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018921 got 128849018925 for osd.4 2023-12-06T07:26:22.985 DEBUG:teuthology.parallel:result is None 2023-12-06T07:26:23.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:23 smithi172 bash[25094]: cluster 2023-12-06T07:26:22.369369+0000 mgr.y (mgr.24356) 65 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:23.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:23 smithi172 bash[30529]: cluster 2023-12-06T07:26:22.369369+0000 mgr.y (mgr.24356) 65 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:23.717 INFO:teuthology.orchestra.run.smithi172.stdout:34359738441 2023-12-06T07:26:23.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:23 smithi195 bash[25052]: cluster 2023-12-06T07:26:22.369369+0000 mgr.y (mgr.24356) 65 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:23.956 INFO:tasks.cephadm.ceph_manager.ceph:need seq 231928234003 got 231928234007 for osd.7 2023-12-06T07:26:23.956 DEBUG:teuthology.parallel:result is None 2023-12-06T07:26:23.957 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182446 got 107374182450 for osd.3 2023-12-06T07:26:23.957 DEBUG:teuthology.parallel:result is None 2023-12-06T07:26:24.423 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:26:24 smithi172 systemd[1]: Stopping Ceph alertmanager.a for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:26:24.701 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:24 smithi172 bash[25094]: audit 2023-12-06T07:26:23.715936+0000 mon.a (mon.0) 647 : audit [DBG] from='client.? 172.21.15.172:0/2501286319' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T07:26:24.703 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:24 smithi172 bash[30529]: audit 2023-12-06T07:26:23.715936+0000 mon.a (mon.0) 647 : audit [DBG] from='client.? 172.21.15.172:0/2501286319' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T07:26:24.703 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:26:24 smithi172 bash[50172]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-alertmanager.a 2023-12-06T07:26:24.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:24 smithi195 bash[25052]: audit 2023-12-06T07:26:23.715936+0000 mon.a (mon.0) 647 : audit [DBG] from='client.? 172.21.15.172:0/2501286319' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T07:26:24.848 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738436 got 34359738441 for osd.0 2023-12-06T07:26:24.848 DEBUG:teuthology.parallel:result is None 2023-12-06T07:26:24.848 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-06T07:26:24.848 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-06T07:26:25.173 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:26:24 smithi172 bash[46084]: level=info ts=2023-12-06T07:26:24.700Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-06T07:26:25.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:25 smithi172 bash[30529]: cluster 2023-12-06T07:26:24.369975+0000 mgr.y (mgr.24356) 66 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:25.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:25 smithi172 bash[25094]: cluster 2023-12-06T07:26:24.369975+0000 mgr.y (mgr.24356) 66 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:25.674 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:26:25 smithi172 bash[50182]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-alertmanager-a 2023-12-06T07:26:25.674 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:26:25 smithi172 bash[50238]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-alertmanager.a 2023-12-06T07:26:25.674 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:26:25 smithi172 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-06T07:26:25.674 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:26:25 smithi172 systemd[1]: Stopped Ceph alertmanager.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:26:25.674 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:26:25 smithi172 systemd[1]: Started Ceph alertmanager.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:26:25.708 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:25 smithi195 bash[25052]: cluster 2023-12-06T07:26:24.369975+0000 mgr.y (mgr.24356) 66 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:26.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:26:26 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:26:26] "GET /metrics HTTP/1.1" 200 191524 "" "Prometheus/2.33.4" 2023-12-06T07:26:26.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:26 smithi172 bash[30529]: audit 2023-12-06T07:26:25.480999+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:26.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:26 smithi172 bash[30529]: cephadm 2023-12-06T07:26:25.483227+0000 mgr.y (mgr.24356) 67 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T07:26:26.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:26 smithi172 bash[30529]: cephadm 2023-12-06T07:26:25.487441+0000 mgr.y (mgr.24356) 68 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi195 2023-12-06T07:26:26.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:26 smithi172 bash[25094]: audit 2023-12-06T07:26:25.480999+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:26.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:26 smithi172 bash[25094]: cephadm 2023-12-06T07:26:25.483227+0000 mgr.y (mgr.24356) 67 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T07:26:26.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:26 smithi172 bash[25094]: cephadm 2023-12-06T07:26:25.487441+0000 mgr.y (mgr.24356) 68 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi195 2023-12-06T07:26:26.674 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:26:26 smithi172 bash[50269]: level=info ts=2023-12-06T07:26:26.602Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-06T07:26:26.675 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:26:26 smithi172 bash[50269]: level=info ts=2023-12-06T07:26:26.602Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-06T07:26:26.675 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:26:26 smithi172 bash[50269]: level=info ts=2023-12-06T07:26:26.608Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.172 port=9094 2023-12-06T07:26:26.675 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:26:26 smithi172 bash[50269]: level=info ts=2023-12-06T07:26:26.610Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-06T07:26:26.675 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:26:26 smithi172 bash[50269]: level=info ts=2023-12-06T07:26:26.667Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-06T07:26:26.675 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:26:26 smithi172 bash[50269]: level=info ts=2023-12-06T07:26:26.668Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-06T07:26:26.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:26 smithi195 bash[25052]: audit 2023-12-06T07:26:25.480999+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:26.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:26 smithi195 bash[25052]: cephadm 2023-12-06T07:26:25.483227+0000 mgr.y (mgr.24356) 67 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T07:26:26.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:26 smithi195 bash[25052]: cephadm 2023-12-06T07:26:25.487441+0000 mgr.y (mgr.24356) 68 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi195 2023-12-06T07:26:26.846 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:26:26 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:26:26] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:26:27.173 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:26:26 smithi172 bash[50269]: level=info ts=2023-12-06T07:26:26.672Z caller=main.go:518 msg=Listening address=:9093 2023-12-06T07:26:27.173 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:26:26 smithi172 bash[50269]: level=info ts=2023-12-06T07:26:26.672Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-06T07:26:27.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:27 smithi195 bash[25052]: cluster 2023-12-06T07:26:26.370599+0000 mgr.y (mgr.24356) 69 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:27.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:27 smithi172 bash[25094]: cluster 2023-12-06T07:26:26.370599+0000 mgr.y (mgr.24356) 69 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:27.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:27 smithi172 bash[30529]: cluster 2023-12-06T07:26:26.370599+0000 mgr.y (mgr.24356) 69 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:28.578 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:26:28.923 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:26:28 smithi172 bash[50269]: level=info ts=2023-12-06T07:26:28.611Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.00072412s 2023-12-06T07:26:29.497 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:29 smithi195 systemd[1]: Stopping Ceph prometheus.a for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:26:29.498 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:29 smithi195 bash[41804]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T07:26:29.498 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:29 smithi195 bash[40345]: ts=2023-12-06T07:26:29.283Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-06T07:26:29.498 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:29 smithi195 bash[40345]: ts=2023-12-06T07:26:29.283Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-06T07:26:29.498 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:29 smithi195 bash[40345]: ts=2023-12-06T07:26:29.283Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-06T07:26:29.498 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:29 smithi195 bash[40345]: ts=2023-12-06T07:26:29.283Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-06T07:26:29.498 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:29 smithi195 bash[40345]: ts=2023-12-06T07:26:29.283Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-06T07:26:29.499 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:29 smithi195 bash[40345]: ts=2023-12-06T07:26:29.283Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-06T07:26:29.499 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:29 smithi195 bash[40345]: ts=2023-12-06T07:26:29.284Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-06T07:26:29.499 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:29 smithi195 bash[40345]: ts=2023-12-06T07:26:29.284Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-06T07:26:29.499 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:29 smithi195 bash[40345]: ts=2023-12-06T07:26:29.284Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-06T07:26:29.499 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:29 smithi195 bash[40345]: ts=2023-12-06T07:26:29.284Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-06T07:26:29.499 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:29 smithi195 bash[40345]: ts=2023-12-06T07:26:29.284Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-06T07:26:29.499 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:29 smithi195 bash[40345]: ts=2023-12-06T07:26:29.285Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-06T07:26:29.790 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:29 smithi195 bash[25052]: cluster 2023-12-06T07:26:28.371255+0000 mgr.y (mgr.24356) 70 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:29.794 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:29 smithi172 bash[25094]: cluster 2023-12-06T07:26:28.371255+0000 mgr.y (mgr.24356) 70 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:29.795 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:29 smithi172 bash[30529]: cluster 2023-12-06T07:26:28.371255+0000 mgr.y (mgr.24356) 70 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:30.044 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:29 smithi195 bash[41813]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-prometheus-a 2023-12-06T07:26:30.044 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:29 smithi195 bash[41850]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T07:26:30.044 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:30 smithi195 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-06T07:26:30.044 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:30 smithi195 systemd[1]: Stopped Ceph prometheus.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:26:30.044 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:30 smithi195 systemd[1]: Started Ceph prometheus.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:26:31.318 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[41879]: ts=2023-12-06T07:26:31.146Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-06T07:26:31.318 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[41879]: ts=2023-12-06T07:26:31.147Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-06T07:26:31.318 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[41879]: ts=2023-12-06T07:26:31.147Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-06T07:26:31.318 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[41879]: ts=2023-12-06T07:26:31.147Z 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 smithi195 (none))" 2023-12-06T07:26:31.318 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[41879]: ts=2023-12-06T07:26:31.147Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-06T07:26:31.318 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[41879]: ts=2023-12-06T07:26:31.147Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-06T07:26:31.318 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[41879]: ts=2023-12-06T07:26:31.149Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-06T07:26:31.318 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[41879]: ts=2023-12-06T07:26:31.149Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-06T07:26:31.318 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[41879]: ts=2023-12-06T07:26:31.151Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-06T07:26:31.319 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[41879]: ts=2023-12-06T07:26:31.158Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-06T07:26:31.319 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[41879]: ts=2023-12-06T07:26:31.158Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=3.821µs 2023-12-06T07:26:31.319 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[41879]: ts=2023-12-06T07:26:31.158Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-06T07:26:31.319 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[41879]: ts=2023-12-06T07:26:31.314Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2023-12-06T07:26:31.319 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[41879]: ts=2023-12-06T07:26:31.315Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2023-12-06T07:26:31.319 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[25052]: audit 2023-12-06T07:26:30.060390+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:31.319 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[25052]: audit 2023-12-06T07:26:30.071908+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T07:26:31.319 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[25052]: audit 2023-12-06T07:26:30.072988+0000 mgr.y (mgr.24356) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T07:26:31.319 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[25052]: audit 2023-12-06T07:26:30.075082+0000 mon.c (mon.1) 57 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.172:9093"}]: dispatch 2023-12-06T07:26:31.319 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[25052]: audit 2023-12-06T07:26:30.075654+0000 mgr.y (mgr.24356) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.172:9093"}]: dispatch 2023-12-06T07:26:31.320 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[25052]: audit 2023-12-06T07:26:30.083871+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:31.320 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[25052]: audit 2023-12-06T07:26:30.095028+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:26:31.320 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[25052]: audit 2023-12-06T07:26:30.095726+0000 mgr.y (mgr.24356) 73 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:26:31.320 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[25052]: audit 2023-12-06T07:26:30.108574+0000 mon.c (mon.1) 59 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.195:9095"}]: dispatch 2023-12-06T07:26:31.320 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[25052]: audit 2023-12-06T07:26:30.109338+0000 mgr.y (mgr.24356) 74 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.195:9095"}]: dispatch 2023-12-06T07:26:31.320 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[25052]: audit 2023-12-06T07:26:30.115469+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:31.320 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[25052]: audit 2023-12-06T07:26:30.124561+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T07:26:31.320 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[25052]: audit 2023-12-06T07:26:30.125261+0000 mgr.y (mgr.24356) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T07:26:31.320 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[25052]: audit 2023-12-06T07:26:30.138889+0000 mon.c (mon.1) 61 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.195:3000"}]: dispatch 2023-12-06T07:26:31.320 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[25052]: audit 2023-12-06T07:26:30.139690+0000 mgr.y (mgr.24356) 76 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.195:3000"}]: dispatch 2023-12-06T07:26:31.320 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[25052]: audit 2023-12-06T07:26:30.145941+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:31.320 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[25052]: audit 2023-12-06T07:26:30.152509+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:26:31.320 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[25052]: audit 2023-12-06T07:26:30.154933+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:26:31.320 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[25052]: audit 2023-12-06T07:26:30.156894+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:26:31.320 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[25052]: cluster 2023-12-06T07:26:30.371658+0000 mgr.y (mgr.24356) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:31.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[30529]: audit 2023-12-06T07:26:30.060390+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:31.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[30529]: audit 2023-12-06T07:26:30.071908+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T07:26:31.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[30529]: audit 2023-12-06T07:26:30.072988+0000 mgr.y (mgr.24356) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T07:26:31.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[30529]: audit 2023-12-06T07:26:30.075082+0000 mon.c (mon.1) 57 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.172:9093"}]: dispatch 2023-12-06T07:26:31.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[30529]: audit 2023-12-06T07:26:30.075654+0000 mgr.y (mgr.24356) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.172:9093"}]: dispatch 2023-12-06T07:26:31.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[30529]: audit 2023-12-06T07:26:30.083871+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:31.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[30529]: audit 2023-12-06T07:26:30.095028+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:26:31.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[30529]: audit 2023-12-06T07:26:30.095726+0000 mgr.y (mgr.24356) 73 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:26:31.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[30529]: audit 2023-12-06T07:26:30.108574+0000 mon.c (mon.1) 59 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.195:9095"}]: dispatch 2023-12-06T07:26:31.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[30529]: audit 2023-12-06T07:26:30.109338+0000 mgr.y (mgr.24356) 74 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.195:9095"}]: dispatch 2023-12-06T07:26:31.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[30529]: audit 2023-12-06T07:26:30.115469+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:31.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[30529]: audit 2023-12-06T07:26:30.124561+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T07:26:31.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[30529]: audit 2023-12-06T07:26:30.125261+0000 mgr.y (mgr.24356) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T07:26:31.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[30529]: audit 2023-12-06T07:26:30.138889+0000 mon.c (mon.1) 61 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.195:3000"}]: dispatch 2023-12-06T07:26:31.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[30529]: audit 2023-12-06T07:26:30.139690+0000 mgr.y (mgr.24356) 76 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.195:3000"}]: dispatch 2023-12-06T07:26:31.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[30529]: audit 2023-12-06T07:26:30.145941+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:31.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[30529]: audit 2023-12-06T07:26:30.152509+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:26:31.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[30529]: audit 2023-12-06T07:26:30.154933+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:26:31.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[30529]: audit 2023-12-06T07:26:30.156894+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:26:31.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[30529]: cluster 2023-12-06T07:26:30.371658+0000 mgr.y (mgr.24356) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:31.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[25094]: audit 2023-12-06T07:26:30.060390+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:31.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[25094]: audit 2023-12-06T07:26:30.071908+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T07:26:31.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[25094]: audit 2023-12-06T07:26:30.072988+0000 mgr.y (mgr.24356) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T07:26:31.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[25094]: audit 2023-12-06T07:26:30.075082+0000 mon.c (mon.1) 57 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.172:9093"}]: dispatch 2023-12-06T07:26:31.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[25094]: audit 2023-12-06T07:26:30.075654+0000 mgr.y (mgr.24356) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.172:9093"}]: dispatch 2023-12-06T07:26:31.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[25094]: audit 2023-12-06T07:26:30.083871+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:31.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[25094]: audit 2023-12-06T07:26:30.095028+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:26:31.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[25094]: audit 2023-12-06T07:26:30.095726+0000 mgr.y (mgr.24356) 73 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:26:31.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[25094]: audit 2023-12-06T07:26:30.108574+0000 mon.c (mon.1) 59 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.195:9095"}]: dispatch 2023-12-06T07:26:31.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[25094]: audit 2023-12-06T07:26:30.109338+0000 mgr.y (mgr.24356) 74 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.195:9095"}]: dispatch 2023-12-06T07:26:31.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[25094]: audit 2023-12-06T07:26:30.115469+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:31.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[25094]: audit 2023-12-06T07:26:30.124561+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T07:26:31.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[25094]: audit 2023-12-06T07:26:30.125261+0000 mgr.y (mgr.24356) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T07:26:31.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[25094]: audit 2023-12-06T07:26:30.138889+0000 mon.c (mon.1) 61 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.195:3000"}]: dispatch 2023-12-06T07:26:31.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[25094]: audit 2023-12-06T07:26:30.139690+0000 mgr.y (mgr.24356) 76 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.195:3000"}]: dispatch 2023-12-06T07:26:31.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[25094]: audit 2023-12-06T07:26:30.145941+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:31.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[25094]: audit 2023-12-06T07:26:30.152509+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:26:31.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[25094]: audit 2023-12-06T07:26:30.154933+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:26:31.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[25094]: audit 2023-12-06T07:26:30.156894+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:26:31.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:31 smithi172 bash[25094]: cluster 2023-12-06T07:26:30.371658+0000 mgr.y (mgr.24356) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:31.555 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-06T07:26:31.557 INFO:teuthology.orchestra.run.smithi172.stderr:dumped all 2023-12-06T07:26:31.596 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[41879]: ts=2023-12-06T07:26:31.315Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=61.488µs wal_replay_duration=157.294807ms total_replay_duration=157.388356ms 2023-12-06T07:26:31.596 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[41879]: ts=2023-12-06T07:26:31.319Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-06T07:26:31.596 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[41879]: ts=2023-12-06T07:26:31.319Z caller=main.go:947 level=info msg="TSDB started" 2023-12-06T07:26:31.596 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[41879]: ts=2023-12-06T07:26:31.319Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-06T07:26:31.596 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[41879]: ts=2023-12-06T07:26:31.345Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=25.192296ms db_storage=1.687µs remote_storage=2.79µs web_handler=670ns query_engine=1.263µs scrape=643.154µs scrape_sd=59.636µs notify=46.816µs notify_sd=21.423µs rules=23.711511ms 2023-12-06T07:26:31.596 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:26:31 smithi195 bash[41879]: ts=2023-12-06T07:26:31.345Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-06T07:26:32.319 INFO:teuthology.orchestra.run.smithi172.stdout:{"pg_ready":true,"pg_map":{"version":50,"stamp":"2023-12-06T07:26:30.371495+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":48856,"kb_used_data":6104,"kb_used_omap":0,"kb_used_meta":42688,"kb_avail":749912360,"statfs":{"total":767960285184,"available":767910256640,"internally_reserved":0,"allocated":6250496,"data_stored":3489512,"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.003987"},"pg_stats":[{"pgid":"1.0","version":"59'128","reported_seq":266,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-12-06T07:24:56.724060+0000","last_change":"2023-12-06T07:24:35.478288+0000","last_active":"2023-12-06T07:24:56.724060+0000","last_peered":"2023-12-06T07:24:56.724060+0000","last_clean":"2023-12-06T07:24:56.724060+0000","last_became_active":"2023-12-06T07:24:35.476775+0000","last_became_peered":"2023-12-06T07:24:35.476775+0000","last_unstale":"2023-12-06T07:24:56.724060+0000","last_undegraded":"2023-12-06T07:24:56.724060+0000","last_fullsized":"2023-12-06T07:24:56.724060+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-06T07:21:34.343568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-06T07:21:34.343568+0000","last_clean_scrub_stamp":"2023-12-06T07:21:34.343568+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-07T19:15:56.919991+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1597440,"data_stored":1586784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234009,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6088,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739064,"statfs":{"total":95995035648,"available":95988801536,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 07:25:35 2023","interfaces":[{"interface":"back","average":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":1.137},{"interface":"front","average":{"1min":0.92800000000000005,"5min":0.92800000000000005,"15min":0.92800000000000005},"min":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.3120000000000001,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":0.65000000000000002}]},{"osd":1,"last update":"Wed Dec 6 07:25:35 2023","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"min":{"1min":0.505,"5min":0.505,"15min":0.505},"max":{"1min":1.133,"5min":1.133,"15min":1.133},"last":1.0820000000000001},{"interface":"front","average":{"1min":1.0189999999999999,"5min":1.0189999999999999,"15min":1.0189999999999999},"min":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"max":{"1min":1.2390000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":1.018}]},{"osd":2,"last update":"Wed Dec 6 07:25:35 2023","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":0.97799999999999998,"15min":0.97799999999999998},"min":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":0.96199999999999997},{"interface":"front","average":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"min":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.2549999999999999,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.999}]},{"osd":3,"last update":"Wed Dec 6 07:25:35 2023","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"min":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.204,"5min":1.204,"15min":1.204},"last":0.86799999999999999},{"interface":"front","average":{"1min":1.0269999999999999,"5min":1.0269999999999999,"15min":1.0269999999999999},"min":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.3620000000000001,"5min":1.3620000000000001,"15min":1.3620000000000001},"last":1.0309999999999999}]},{"osd":4,"last update":"Wed Dec 6 07:25:35 2023","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":0.97099999999999997,"15min":0.97099999999999997},"min":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.319,"5min":1.319,"15min":1.319},"last":1.1779999999999999},{"interface":"front","average":{"1min":0.98199999999999998,"5min":0.98199999999999998,"15min":0.98199999999999998},"min":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.327,"5min":1.327,"15min":1.327},"last":0.93600000000000005}]},{"osd":5,"last update":"Wed Dec 6 07:25:35 2023","interfaces":[{"interface":"back","average":{"1min":1.0089999999999999,"5min":1.0089999999999999,"15min":1.0089999999999999},"min":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.349,"5min":1.349,"15min":1.349},"last":1.1259999999999999},{"interface":"front","average":{"1min":1.1220000000000001,"5min":1.1220000000000001,"15min":1.1220000000000001},"min":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"max":{"1min":1.4630000000000001,"5min":1.4630000000000001,"15min":1.4630000000000001},"last":1.367}]},{"osd":6,"last update":"Wed Dec 6 07:25:35 2023","interfaces":[{"interface":"back","average":{"1min":1.087,"5min":1.087,"15min":1.087},"min":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"max":{"1min":1.4259999999999999,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":0.99099999999999999},{"interface":"front","average":{"1min":1.2290000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"min":{"1min":0.94499999999999995,"5min":0.94499999999999995,"15min":0.94499999999999995},"max":{"1min":1.6499999999999999,"5min":1.6499999999999999,"15min":1.6499999999999999},"last":1.0660000000000001}]}]},{"osd":6,"up_from":46,"seq":197568495648,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6152,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739000,"statfs":{"total":95995035648,"available":95988736000,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 07:25:57 2023","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.84999999999999998,"15min":0.83999999999999997},"min":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.353,"5min":1.353,"15min":1.353},"last":0.90000000000000002},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.94199999999999995,"15min":0.94499999999999995},"min":{"1min":0.65900000000000003,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.4239999999999999,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":1.0940000000000001}]},{"osd":1,"last update":"Wed Dec 6 07:25:57 2023","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.95199999999999996,"15min":0.95199999999999996},"min":{"1min":0.68899999999999995,"5min":0.503,"15min":0.503},"max":{"1min":1.278,"5min":2.0630000000000002,"15min":2.0630000000000002},"last":1.048},{"interface":"front","average":{"1min":0.94999999999999996,"5min":0.93700000000000006,"15min":0.93500000000000005},"min":{"1min":0.66700000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.2410000000000001,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":1.014}]},{"osd":2,"last update":"Wed Dec 6 07:25:57 2023","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":0.91000000000000003,"15min":0.91600000000000004},"min":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.153,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":1.2030000000000001},{"interface":"front","average":{"1min":1.0149999999999999,"5min":0.96999999999999997,"15min":0.96199999999999997},"min":{"1min":0.60699999999999998,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.2629999999999999,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":1.228}]},{"osd":3,"last update":"Wed Dec 6 07:25:57 2023","interfaces":[{"interface":"back","average":{"1min":1.0189999999999999,"5min":1.0129999999999999,"15min":1.012},"min":{"1min":0.75600000000000001,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.2390000000000001,"5min":2.1760000000000002,"15min":2.1760000000000002},"last":1.1599999999999999},{"interface":"front","average":{"1min":1.0329999999999999,"5min":1.0089999999999999,"15min":1.0049999999999999},"min":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":1.4059999999999999,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":1.133}]},{"osd":4,"last update":"Wed Dec 6 07:25:57 2023","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":0.96099999999999997,"15min":0.94899999999999995},"min":{"1min":0.70199999999999996,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.294,"5min":1.294,"15min":1.294},"last":0.72999999999999998},{"interface":"front","average":{"1min":1.087,"5min":1.0549999999999999,"15min":1.05},"min":{"1min":0.61899999999999999,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.617,"5min":2.2450000000000001,"15min":2.2450000000000001},"last":0.93000000000000005}]},{"osd":5,"last update":"Wed Dec 6 07:25:57 2023","interfaces":[{"interface":"back","average":{"1min":1.111,"5min":0.999,"15min":0.97999999999999998},"min":{"1min":0.71099999999999997,"5min":0.626,"15min":0.626},"max":{"1min":1.5,"5min":1.5,"15min":1.5},"last":0.98099999999999998},{"interface":"front","average":{"1min":1.1499999999999999,"5min":1.0449999999999999,"15min":1.0269999999999999},"min":{"1min":0.74399999999999999,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.728,"5min":1.9199999999999999,"15min":1.9199999999999999},"last":0.80400000000000005}]},{"osd":7,"last update":"Wed Dec 6 07:25:35 2023","interfaces":[{"interface":"back","average":{"1min":1.202,"5min":1.202,"15min":1.202},"min":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"max":{"1min":1.5640000000000001,"5min":1.5640000000000001,"15min":1.5640000000000001},"last":0.86299999999999999},{"interface":"front","average":{"1min":1.238,"5min":1.238,"15min":1.238},"min":{"1min":0.92700000000000005,"5min":0.92700000000000005,"15min":0.92700000000000005},"max":{"1min":1.655,"5min":1.655,"15min":1.655},"last":1.296}]}]},{"osd":1,"up_from":13,"seq":55834574917,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6336,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738816,"statfs":{"total":95995035648,"available":95988547584,"internally_reserved":0,"allocated":581632,"data_stored":237841,"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":"Wed Dec 6 07:26:09 2023","interfaces":[{"interface":"back","average":{"1min":0.82699999999999996,"5min":0.70899999999999996,"15min":0.58699999999999997},"min":{"1min":0.313,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":1.2649999999999999,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.97999999999999998,"5min":0.80900000000000005,"15min":0.67900000000000005},"min":{"1min":0.51700000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":1.327,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":0.71799999999999997}]},{"osd":2,"last update":"Wed Dec 6 07:25:43 2023","interfaces":[{"interface":"back","average":{"1min":0.83899999999999997,"5min":0.81499999999999995,"15min":0.78500000000000003},"min":{"1min":0.53200000000000003,"5min":0.438,"15min":0.438},"max":{"1min":1.1659999999999999,"5min":1.552,"15min":1.552},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.70499999999999996,"5min":0.77300000000000002,"15min":0.76600000000000001},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.92500000000000004,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":0.754}]},{"osd":3,"last update":"Wed Dec 6 07:26:19 2023","interfaces":[{"interface":"back","average":{"1min":0.87,"5min":0.84499999999999997,"15min":0.81299999999999994},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":1.157,"5min":1.282,"15min":1.282},"last":0.82499999999999996},{"interface":"front","average":{"1min":0.92800000000000005,"5min":0.96199999999999997,"15min":0.96799999999999997},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.26,"5min":1.9039999999999999,"15min":1.9039999999999999},"last":0.96999999999999997}]},{"osd":4,"last update":"Wed Dec 6 07:25:52 2023","interfaces":[{"interface":"back","average":{"1min":1.052,"5min":1.0700000000000001,"15min":1.0529999999999999},"min":{"1min":0.745,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.5309999999999999,"5min":1.5629999999999999,"15min":1.5629999999999999},"last":1.329},{"interface":"front","average":{"1min":1.121,"5min":1.0840000000000001,"15min":1.0620000000000001},"min":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.5840000000000001,"5min":1.5840000000000001,"15min":1.5840000000000001},"last":1.139}]},{"osd":5,"last update":"Wed Dec 6 07:26:25 2023","interfaces":[{"interface":"back","average":{"1min":1.1240000000000001,"5min":1.1080000000000001,"15min":1.1120000000000001},"min":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.712,"5min":1.712,"15min":1.712},"last":1.2310000000000001},{"interface":"front","average":{"1min":1.258,"5min":1.2230000000000001,"15min":1.2130000000000001},"min":{"1min":0.76800000000000002,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.734,"5min":1.734,"15min":1.734},"last":1.123}]},{"osd":6,"last update":"Wed Dec 6 07:25:59 2023","interfaces":[{"interface":"back","average":{"1min":1.2569999999999999,"5min":1.2929999999999999,"15min":1.2989999999999999},"min":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"max":{"1min":1.506,"5min":1.6990000000000001,"15min":1.6990000000000001},"last":1.044},{"interface":"front","average":{"1min":1.198,"5min":1.2150000000000001,"15min":1.218},"min":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"max":{"1min":1.4390000000000001,"5min":1.579,"15min":1.579},"last":1.3100000000000001}]},{"osd":7,"last update":"Wed Dec 6 07:25:33 2023","interfaces":[{"interface":"back","average":{"1min":1.274,"5min":1.274,"15min":1.274},"min":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"max":{"1min":1.5049999999999999,"5min":1.5049999999999999,"15min":1.5049999999999999},"last":1.3680000000000001},{"interface":"front","average":{"1min":1.3009999999999999,"5min":1.3009999999999999,"15min":1.3009999999999999},"min":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"max":{"1min":1.5980000000000001,"5min":1.5980000000000001,"15min":1.5980000000000001},"last":1.2529999999999999}]}]},{"osd":0,"up_from":8,"seq":34359738442,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6920,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738232,"statfs":{"total":95995035648,"available":95987949568,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5963776},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Dec 6 07:26:08 2023","interfaces":[{"interface":"back","average":{"1min":0.81599999999999995,"5min":0.70199999999999996,"15min":0.60199999999999998},"min":{"1min":0.51700000000000002,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":1.1679999999999999},{"interface":"front","average":{"1min":0.90100000000000002,"5min":0.77400000000000002,"15min":0.65900000000000003},"min":{"1min":0.58599999999999997,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":2.0819999999999999,"5min":2.0819999999999999,"15min":2.0819999999999999},"last":0.73299999999999998}]},{"osd":2,"last update":"Wed Dec 6 07:25:40 2023","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.752,"15min":0.69899999999999995},"min":{"1min":0.46999999999999997,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.9590000000000001,"5min":1.9590000000000001,"15min":1.9590000000000001},"last":0.873},{"interface":"front","average":{"1min":0.96299999999999997,"5min":0.86599999999999999,"15min":0.79600000000000004},"min":{"1min":0.504,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.4159999999999999,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":0.77600000000000002}]},{"osd":3,"last update":"Wed Dec 6 07:26:15 2023","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.83199999999999996,"15min":0.81299999999999994},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":1.046},{"interface":"front","average":{"1min":0.97999999999999998,"5min":0.85899999999999999,"15min":0.80700000000000005},"min":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.9790000000000001,"5min":1.9790000000000001,"15min":1.9790000000000001},"last":1.129}]},{"osd":4,"last update":"Wed Dec 6 07:25:50 2023","interfaces":[{"interface":"back","average":{"1min":1.1000000000000001,"5min":1.0429999999999999,"15min":1.0309999999999999},"min":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"max":{"1min":1.5029999999999999,"5min":1.5029999999999999,"15min":1.5029999999999999},"last":1.3109999999999999},{"interface":"front","average":{"1min":1.143,"5min":1.0469999999999999,"15min":1.0189999999999999},"min":{"1min":0.95399999999999996,"5min":0.79700000000000004,"15min":0.79700000000000004},"max":{"1min":1.522,"5min":1.522,"15min":1.522},"last":1.284}]},{"osd":5,"last update":"Wed Dec 6 07:26:23 2023","interfaces":[{"interface":"back","average":{"1min":1.1399999999999999,"5min":1.0900000000000001,"15min":1.0780000000000001},"min":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.704,"5min":1.704,"15min":1.704},"last":1.383},{"interface":"front","average":{"1min":1.1559999999999999,"5min":1.0880000000000001,"15min":1.0589999999999999},"min":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"max":{"1min":1.5009999999999999,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":1.347}]},{"osd":6,"last update":"Wed Dec 6 07:25:57 2023","interfaces":[{"interface":"back","average":{"1min":1.1639999999999999,"5min":1.0640000000000001,"15min":1.048},"min":{"1min":0.95699999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.7170000000000001,"5min":1.7170000000000001,"15min":1.7170000000000001},"last":1.091},{"interface":"front","average":{"1min":1.2170000000000001,"5min":1.169,"15min":1.161},"min":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"max":{"1min":1.45,"5min":1.45,"15min":1.45},"last":1.429}]},{"osd":7,"last update":"Wed Dec 6 07:25:34 2023","interfaces":[{"interface":"back","average":{"1min":1.298,"5min":1.298,"15min":1.298},"min":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"max":{"1min":1.843,"5min":1.843,"15min":1.843},"last":1.403},{"interface":"front","average":{"1min":1.181,"5min":1.181,"15min":1.181},"min":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"max":{"1min":1.899,"5min":1.899,"15min":1.899},"last":1.2430000000000001}]}]},{"osd":2,"up_from":18,"seq":77309411389,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6272,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738880,"statfs":{"total":95995035648,"available":95988613120,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 07:25:38 2023","interfaces":[{"interface":"back","average":{"1min":0.70499999999999996,"5min":0.67100000000000004,"15min":0.63300000000000001},"min":{"1min":0.52400000000000002,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.95599999999999996,"5min":1.1839999999999999,"15min":1.1839999999999999},"last":1.2290000000000001},{"interface":"front","average":{"1min":0.82299999999999995,"5min":0.74099999999999999,"15min":0.69799999999999995},"min":{"1min":0.56499999999999995,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":1.2050000000000001,"5min":1.2050000000000001,"15min":1.2050000000000001},"last":1.1160000000000001}]},{"osd":1,"last update":"Wed Dec 6 07:25:38 2023","interfaces":[{"interface":"back","average":{"1min":0.79800000000000004,"5min":0.745,"15min":0.70699999999999996},"min":{"1min":0.63400000000000001,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":1.141,"5min":1.333,"15min":1.333},"last":0.80700000000000005},{"interface":"front","average":{"1min":0.90600000000000003,"5min":0.82299999999999995,"15min":0.77300000000000002},"min":{"1min":0.51500000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":1.24,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":0.84399999999999997}]},{"osd":3,"last update":"Wed Dec 6 07:26:18 2023","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.85599999999999998,"15min":0.82999999999999996},"min":{"1min":0.60099999999999998,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.2190000000000001,"5min":1.2190000000000001,"15min":1.2190000000000001},"last":0.92000000000000004},{"interface":"front","average":{"1min":0.91100000000000003,"5min":0.88,"15min":0.84399999999999997},"min":{"1min":0.61799999999999999,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.427,"5min":1.427,"15min":1.427},"last":1.028}]},{"osd":4,"last update":"Wed Dec 6 07:25:53 2023","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":1.038,"15min":1.022},"min":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"max":{"1min":1.3129999999999999,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":1.331},{"interface":"front","average":{"1min":1.109,"5min":1.075,"15min":1.0429999999999999},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.371,"5min":1.6040000000000001,"15min":1.6040000000000001},"last":1.3779999999999999}]},{"osd":5,"last update":"Wed Dec 6 07:25:22 2023","interfaces":[{"interface":"back","average":{"1min":1.1619999999999999,"5min":1.1100000000000001,"15min":1.101},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.4830000000000001,"5min":1.4830000000000001,"15min":1.4830000000000001},"last":1.274},{"interface":"front","average":{"1min":1.1120000000000001,"5min":1.093,"15min":1.0900000000000001},"min":{"1min":0.82199999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"max":{"1min":1.4039999999999999,"5min":1.4890000000000001,"15min":1.4890000000000001},"last":1.415}]},{"osd":6,"last update":"Wed Dec 6 07:25:58 2023","interfaces":[{"interface":"back","average":{"1min":1.125,"5min":1.1910000000000001,"15min":1.202},"min":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"max":{"1min":1.49,"5min":1.5069999999999999,"15min":1.5069999999999999},"last":1.1359999999999999},{"interface":"front","average":{"1min":1.012,"5min":1.099,"15min":1.113},"min":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"max":{"1min":1.224,"5min":1.528,"15min":1.528},"last":1.2010000000000001}]},{"osd":7,"last update":"Wed Dec 6 07:25:36 2023","interfaces":[{"interface":"back","average":{"1min":1.0449999999999999,"5min":1.0449999999999999,"15min":1.0449999999999999},"min":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"max":{"1min":1.341,"5min":1.341,"15min":1.341},"last":1.079},{"interface":"front","average":{"1min":1.25,"5min":1.25,"15min":1.25},"min":{"1min":0.97999999999999998,"5min":0.97999999999999998,"15min":0.97999999999999998},"max":{"1min":1.6679999999999999,"5min":1.6679999999999999,"15min":1.6679999999999999},"last":1.4450000000000001}]}]},{"osd":3,"up_from":25,"seq":107374182452,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 07:26:22 2023","interfaces":[{"interface":"back","average":{"1min":0.79100000000000004,"5min":0.73699999999999999,"15min":0.71099999999999997},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":1.1599999999999999,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.93400000000000005,"5min":0.85999999999999999,"15min":0.83799999999999997},"min":{"1min":0.77500000000000002,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.181,"5min":1.181,"15min":1.181},"last":0.61799999999999999}]},{"osd":1,"last update":"Wed Dec 6 07:26:22 2023","interfaces":[{"interface":"back","average":{"1min":0.84599999999999997,"5min":0.82199999999999995,"15min":0.81499999999999995},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.234,"5min":1.234,"15min":1.234},"last":1.2210000000000001},{"interface":"front","average":{"1min":0.86199999999999999,"5min":0.83499999999999996,"15min":0.81799999999999995},"min":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.0669999999999999,"5min":1.415,"15min":1.415},"last":0.65400000000000003}]},{"osd":2,"last update":"Wed Dec 6 07:26:22 2023","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.85399999999999998,"15min":0.82999999999999996},"min":{"1min":0.65800000000000003,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.113,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.85299999999999998,"15min":0.85099999999999998},"min":{"1min":0.69999999999999996,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.363,"5min":1.363,"15min":1.363},"last":0.871}]},{"osd":4,"last update":"Wed Dec 6 07:25:53 2023","interfaces":[{"interface":"back","average":{"1min":0.95399999999999996,"5min":0.94799999999999995,"15min":0.94499999999999995},"min":{"1min":0.77000000000000002,"5min":0.748,"15min":0.748},"max":{"1min":1.256,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":1.0549999999999999},{"interface":"front","average":{"1min":1.1160000000000001,"5min":1.05,"15min":1.0329999999999999},"min":{"1min":0.83599999999999997,"5min":0.82699999999999996,"15min":0.82699999999999996},"max":{"1min":1.45,"5min":1.474,"15min":1.474},"last":0.81699999999999995}]},{"osd":5,"last update":"Wed Dec 6 07:26:22 2023","interfaces":[{"interface":"back","average":{"1min":1.079,"5min":1.0289999999999999,"15min":1.0149999999999999},"min":{"1min":0.81899999999999995,"5min":0.80600000000000005,"15min":0.80600000000000005},"max":{"1min":1.3320000000000001,"5min":1.446,"15min":1.446},"last":1.1559999999999999},{"interface":"front","average":{"1min":1.1970000000000001,"5min":1.149,"15min":1.129},"min":{"1min":1.0549999999999999,"5min":0.95699999999999996,"15min":0.95699999999999996},"max":{"1min":1.3280000000000001,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":0.73499999999999999}]},{"osd":6,"last update":"Wed Dec 6 07:26:00 2023","interfaces":[{"interface":"back","average":{"1min":1.218,"5min":1.149,"15min":1.137},"min":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.51,"5min":1.51,"15min":1.51},"last":0.92000000000000004},{"interface":"front","average":{"1min":1.196,"5min":1.1819999999999999,"15min":1.1799999999999999},"min":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"max":{"1min":1.5700000000000001,"5min":1.5700000000000001,"15min":1.5700000000000001},"last":0.85899999999999999}]},{"osd":7,"last update":"Wed Dec 6 07:25:35 2023","interfaces":[{"interface":"back","average":{"1min":1.1759999999999999,"5min":1.1759999999999999,"15min":1.1759999999999999},"min":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"max":{"1min":1.5780000000000001,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":1.2470000000000001},{"interface":"front","average":{"1min":1.3029999999999999,"5min":1.3029999999999999,"15min":1.3029999999999999},"min":{"1min":0.92400000000000004,"5min":0.92400000000000004,"15min":0.92400000000000004},"max":{"1min":1.7190000000000001,"5min":1.7190000000000001,"15min":1.7190000000000001},"last":1.1000000000000001}]}]},{"osd":4,"up_from":30,"seq":128849018927,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5760,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739392,"statfs":{"total":95995035648,"available":95989137408,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 07:25:43 2023","interfaces":[{"interface":"back","average":{"1min":0.85899999999999999,"5min":0.877,"15min":0.876},"min":{"1min":0.59399999999999997,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.1910000000000001,"5min":1.381,"15min":1.381},"last":0.96299999999999997},{"interface":"front","average":{"1min":1.0069999999999999,"5min":0.91300000000000003,"15min":0.88200000000000001},"min":{"1min":0.73899999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.3740000000000001,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":1.002}]},{"osd":1,"last update":"Wed Dec 6 07:25:43 2023","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.88200000000000001,"15min":0.86499999999999999},"min":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.109,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":1.0609999999999999},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.94399999999999995,"15min":0.93000000000000005},"min":{"1min":0.67600000000000005,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.2010000000000001,"5min":1.4470000000000001,"15min":1.4470000000000001},"last":1.028}]},{"osd":2,"last update":"Wed Dec 6 07:25:43 2023","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.93600000000000005,"15min":0.91600000000000004},"min":{"1min":0.63500000000000001,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.2170000000000001,"5min":1.5349999999999999,"15min":1.5349999999999999},"last":0.90500000000000003},{"interface":"front","average":{"1min":1,"5min":0.93500000000000005,"15min":0.91900000000000004},"min":{"1min":0.69299999999999995,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.4530000000000001,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":0.77200000000000002}]},{"osd":3,"last update":"Wed Dec 6 07:25:43 2023","interfaces":[{"interface":"back","average":{"1min":1,"5min":0.93400000000000005,"15min":0.91200000000000003},"min":{"1min":0.68999999999999995,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.415,"5min":1.415,"15min":1.415},"last":0.94799999999999995},{"interface":"front","average":{"1min":1.036,"5min":0.99399999999999999,"15min":0.97799999999999998},"min":{"1min":0.69499999999999995,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.3009999999999999,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":1.129}]},{"osd":5,"last update":"Wed Dec 6 07:26:25 2023","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":0.88200000000000001,"15min":0.84599999999999997},"min":{"1min":0.71999999999999997,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.2729999999999999,"5min":1.349,"15min":1.349},"last":1.2729999999999999},{"interface":"front","average":{"1min":1.079,"5min":0.96199999999999997,"15min":0.91200000000000003},"min":{"1min":0.67500000000000004,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.282,"5min":1.478,"15min":1.478},"last":0.68400000000000005}]},{"osd":6,"last update":"Wed Dec 6 07:25:58 2023","interfaces":[{"interface":"back","average":{"1min":0.98299999999999998,"5min":1.107,"15min":1.127},"min":{"1min":0.73399999999999999,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.2330000000000001,"5min":1.575,"15min":1.575},"last":0.79200000000000004},{"interface":"front","average":{"1min":1.0600000000000001,"5min":1.0720000000000001,"15min":1.0740000000000001},"min":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.5,"5min":1.5,"15min":1.5},"last":1.1870000000000001}]},{"osd":7,"last update":"Wed Dec 6 07:25:32 2023","interfaces":[{"interface":"back","average":{"1min":1.157,"5min":1.157,"15min":1.157},"min":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.512,"5min":1.512,"15min":1.512},"last":1.1060000000000001},{"interface":"front","average":{"1min":1.171,"5min":1.171,"15min":1.171},"min":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.702,"5min":1.702,"15min":1.702},"last":1.2190000000000001}]}]},{"osd":5,"up_from":38,"seq":163208757288,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5632,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739520,"statfs":{"total":95995035648,"available":95989268480,"internally_reserved":0,"allocated":581632,"data_stored":237841,"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":"Wed Dec 6 07:26:23 2023","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.88300000000000001,"15min":0.87},"min":{"1min":0.63500000000000001,"5min":0.625,"15min":0.625},"max":{"1min":1.3069999999999999,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":1.2450000000000001},{"interface":"front","average":{"1min":0.96999999999999997,"5min":0.90100000000000002,"15min":0.88300000000000001},"min":{"1min":0.67800000000000005,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.3380000000000001,"5min":1.496,"15min":1.496},"last":0.93700000000000006}]},{"osd":1,"last update":"Wed Dec 6 07:26:23 2023","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.92400000000000004,"15min":0.92300000000000004},"min":{"1min":0.61299999999999999,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.173,"5min":1.7549999999999999,"15min":1.7549999999999999},"last":0.79800000000000004},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.92100000000000004,"15min":0.91200000000000003},"min":{"1min":0.60399999999999998,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.23,"5min":1.431,"15min":1.431},"last":1.095}]},{"osd":2,"last update":"Wed Dec 6 07:26:23 2023","interfaces":[{"interface":"back","average":{"1min":0.96099999999999997,"5min":0.93899999999999995,"15min":0.91600000000000004},"min":{"1min":0.629,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.399,"5min":1.417,"15min":1.417},"last":1.0669999999999999},{"interface":"front","average":{"1min":1.0129999999999999,"5min":0.96799999999999997,"15min":0.95499999999999996},"min":{"1min":0.75900000000000001,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.369,"5min":1.8560000000000001,"15min":1.8560000000000001},"last":0.91100000000000003}]},{"osd":3,"last update":"Wed Dec 6 07:26:23 2023","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":0.96499999999999997,"15min":0.91700000000000004},"min":{"1min":0.81299999999999994,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.5229999999999999,"5min":2.032,"15min":2.032},"last":0.98299999999999998},{"interface":"front","average":{"1min":1.0429999999999999,"5min":1.02,"15min":1.0129999999999999},"min":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.591,"5min":1.591,"15min":1.591},"last":1.03}]},{"osd":4,"last update":"Wed Dec 6 07:26:23 2023","interfaces":[{"interface":"back","average":{"1min":1.034,"5min":0.94099999999999995,"15min":0.89900000000000002},"min":{"1min":0.60699999999999998,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.756,"5min":1.879,"15min":1.879},"last":0.82099999999999995},{"interface":"front","average":{"1min":1.097,"5min":0.998,"15min":0.95299999999999996},"min":{"1min":0.77100000000000002,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.6220000000000001,"5min":1.75,"15min":1.75},"last":1.1619999999999999}]},{"osd":6,"last update":"Wed Dec 6 07:26:01 2023","interfaces":[{"interface":"back","average":{"1min":1.153,"5min":1.1459999999999999,"15min":1.145},"min":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.671,"5min":2.0990000000000002,"15min":2.0990000000000002},"last":1.2889999999999999},{"interface":"front","average":{"1min":1.1679999999999999,"5min":1.1279999999999999,"15min":1.1220000000000001},"min":{"1min":0.84199999999999997,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.8979999999999999,"5min":1.8979999999999999,"15min":1.8979999999999999},"last":1.1419999999999999}]},{"osd":7,"last update":"Wed Dec 6 07:25:36 2023","interfaces":[{"interface":"back","average":{"1min":1.2230000000000001,"5min":1.2230000000000001,"15min":1.2230000000000001},"min":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"max":{"1min":1.9319999999999999,"5min":1.9319999999999999,"15min":1.9319999999999999},"last":0.96399999999999997},{"interface":"front","average":{"1min":1.222,"5min":1.222,"15min":1.222},"min":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"max":{"1min":2.4049999999999998,"5min":2.4049999999999998,"15min":2.4049999999999998},"last":1.1890000000000001}]}]}],"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-06T07:26:32.321 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-06T07:26:32.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:32 smithi172 bash[25094]: audit 2023-12-06T07:26:31.545782+0000 mgr.y (mgr.24356) 78 : audit [DBG] from='client.14637 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T07:26:32.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:32 smithi172 bash[30529]: audit 2023-12-06T07:26:31.545782+0000 mgr.y (mgr.24356) 78 : audit [DBG] from='client.14637 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T07:26:32.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:32 smithi195 bash[25052]: audit 2023-12-06T07:26:31.545782+0000 mgr.y (mgr.24356) 78 : audit [DBG] from='client.14637 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T07:26:33.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:33 smithi172 bash[25094]: cluster 2023-12-06T07:26:32.372133+0000 mgr.y (mgr.24356) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:33.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:33 smithi172 bash[30529]: cluster 2023-12-06T07:26:32.372133+0000 mgr.y (mgr.24356) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:33.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:33 smithi195 bash[25052]: cluster 2023-12-06T07:26:32.372133+0000 mgr.y (mgr.24356) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:34.943 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:26:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:34 smithi195 bash[25052]: audit 2023-12-06T07:26:33.785777+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:34 smithi195 bash[25052]: audit 2023-12-06T07:26:33.960010+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:34 smithi195 bash[25052]: audit 2023-12-06T07:26:34.243774+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:34 smithi195 bash[25052]: audit 2023-12-06T07:26:34.252730+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:26:35.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:34 smithi195 bash[25052]: audit 2023-12-06T07:26:34.254799+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:26:35.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:34 smithi195 bash[25052]: audit 2023-12-06T07:26:34.256250+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:26:35.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:34 smithi172 bash[30529]: audit 2023-12-06T07:26:33.785777+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:35.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:34 smithi172 bash[30529]: audit 2023-12-06T07:26:33.960010+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:35.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:34 smithi172 bash[30529]: audit 2023-12-06T07:26:34.243774+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:35.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:34 smithi172 bash[30529]: audit 2023-12-06T07:26:34.252730+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:26:35.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:34 smithi172 bash[30529]: audit 2023-12-06T07:26:34.254799+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:26:35.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:34 smithi172 bash[30529]: audit 2023-12-06T07:26:34.256250+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:26:35.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:34 smithi172 bash[25094]: audit 2023-12-06T07:26:33.785777+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:35.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:34 smithi172 bash[25094]: audit 2023-12-06T07:26:33.960010+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:35.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:34 smithi172 bash[25094]: audit 2023-12-06T07:26:34.243774+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:35.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:34 smithi172 bash[25094]: audit 2023-12-06T07:26:34.252730+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:26:35.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:34 smithi172 bash[25094]: audit 2023-12-06T07:26:34.254799+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:26:35.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:34 smithi172 bash[25094]: audit 2023-12-06T07:26:34.256250+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:26:36.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:35 smithi195 bash[25052]: cluster 2023-12-06T07:26:34.372750+0000 mgr.y (mgr.24356) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:36.127 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:35 smithi172 bash[25094]: cluster 2023-12-06T07:26:34.372750+0000 mgr.y (mgr.24356) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:36.127 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:35 smithi172 bash[30529]: cluster 2023-12-06T07:26:34.372750+0000 mgr.y (mgr.24356) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:36.673 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:26:36 smithi172 bash[50269]: level=info ts=2023-12-06T07:26:36.615Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.004528203s 2023-12-06T07:26:36.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:26:36 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:26:36] "GET /metrics HTTP/1.1" 200 191524 "" "Prometheus/2.33.4" 2023-12-06T07:26:37.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:26:36 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:26:36] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:26:37.879 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-06T07:26:37.882 INFO:teuthology.orchestra.run.smithi172.stderr:dumped all 2023-12-06T07:26:38.068 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:37 smithi172 bash[25094]: cluster 2023-12-06T07:26:36.373315+0000 mgr.y (mgr.24356) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:38.068 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:37 smithi172 bash[30529]: cluster 2023-12-06T07:26:36.373315+0000 mgr.y (mgr.24356) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:38.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:37 smithi195 bash[25052]: cluster 2023-12-06T07:26:36.373315+0000 mgr.y (mgr.24356) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:38.639 INFO:teuthology.orchestra.run.smithi172.stdout:{"pg_ready":true,"pg_map":{"version":53,"stamp":"2023-12-06T07:26:36.373043+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":48856,"kb_used_data":6104,"kb_used_omap":0,"kb_used_meta":42688,"kb_avail":749912360,"statfs":{"total":767960285184,"available":767910256640,"internally_reserved":0,"allocated":6250496,"data_stored":3489512,"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.003318"},"pg_stats":[{"pgid":"1.0","version":"59'128","reported_seq":266,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-12-06T07:24:56.724060+0000","last_change":"2023-12-06T07:24:35.478288+0000","last_active":"2023-12-06T07:24:56.724060+0000","last_peered":"2023-12-06T07:24:56.724060+0000","last_clean":"2023-12-06T07:24:56.724060+0000","last_became_active":"2023-12-06T07:24:35.476775+0000","last_became_peered":"2023-12-06T07:24:35.476775+0000","last_unstale":"2023-12-06T07:24:56.724060+0000","last_undegraded":"2023-12-06T07:24:56.724060+0000","last_fullsized":"2023-12-06T07:24:56.724060+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-06T07:21:34.343568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-06T07:21:34.343568+0000","last_clean_scrub_stamp":"2023-12-06T07:21:34.343568+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-07T19:15:56.919991+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1597440,"data_stored":1586784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234010,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6088,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739064,"statfs":{"total":95995035648,"available":95988801536,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 07:25:35 2023","interfaces":[{"interface":"back","average":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":0.88700000000000001},{"interface":"front","average":{"1min":0.92800000000000005,"5min":0.92800000000000005,"15min":0.92800000000000005},"min":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.3120000000000001,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":0.70399999999999996}]},{"osd":1,"last update":"Wed Dec 6 07:25:35 2023","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"min":{"1min":0.505,"5min":0.505,"15min":0.505},"max":{"1min":1.133,"5min":1.133,"15min":1.133},"last":0.86299999999999999},{"interface":"front","average":{"1min":1.0189999999999999,"5min":1.0189999999999999,"15min":1.0189999999999999},"min":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"max":{"1min":1.2390000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":1.0640000000000001}]},{"osd":2,"last update":"Wed Dec 6 07:25:35 2023","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":0.97799999999999998,"15min":0.97799999999999998},"min":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":0.997},{"interface":"front","average":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"min":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.2549999999999999,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.76000000000000001}]},{"osd":3,"last update":"Wed Dec 6 07:25:35 2023","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"min":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.204,"5min":1.204,"15min":1.204},"last":1.0309999999999999},{"interface":"front","average":{"1min":1.0269999999999999,"5min":1.0269999999999999,"15min":1.0269999999999999},"min":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.3620000000000001,"5min":1.3620000000000001,"15min":1.3620000000000001},"last":0.96799999999999997}]},{"osd":4,"last update":"Wed Dec 6 07:25:35 2023","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":0.97099999999999997,"15min":0.97099999999999997},"min":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.319,"5min":1.319,"15min":1.319},"last":0.72299999999999998},{"interface":"front","average":{"1min":0.98199999999999998,"5min":0.98199999999999998,"15min":0.98199999999999998},"min":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.327,"5min":1.327,"15min":1.327},"last":0.92000000000000004}]},{"osd":5,"last update":"Wed Dec 6 07:25:35 2023","interfaces":[{"interface":"back","average":{"1min":1.0089999999999999,"5min":1.0089999999999999,"15min":1.0089999999999999},"min":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.349,"5min":1.349,"15min":1.349},"last":1.0900000000000001},{"interface":"front","average":{"1min":1.1220000000000001,"5min":1.1220000000000001,"15min":1.1220000000000001},"min":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"max":{"1min":1.4630000000000001,"5min":1.4630000000000001,"15min":1.4630000000000001},"last":1.1259999999999999}]},{"osd":6,"last update":"Wed Dec 6 07:25:35 2023","interfaces":[{"interface":"back","average":{"1min":1.087,"5min":1.087,"15min":1.087},"min":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"max":{"1min":1.4259999999999999,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":1.139},{"interface":"front","average":{"1min":1.2290000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"min":{"1min":0.94499999999999995,"5min":0.94499999999999995,"15min":0.94499999999999995},"max":{"1min":1.6499999999999999,"5min":1.6499999999999999,"15min":1.6499999999999999},"last":1.177}]}]},{"osd":6,"up_from":46,"seq":197568495649,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6152,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739000,"statfs":{"total":95995035648,"available":95988736000,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 07:25:57 2023","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.84999999999999998,"15min":0.83999999999999997},"min":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.353,"5min":1.353,"15min":1.353},"last":0.57399999999999995},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.94199999999999995,"15min":0.94499999999999995},"min":{"1min":0.65900000000000003,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.4239999999999999,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":0.73099999999999998}]},{"osd":1,"last update":"Wed Dec 6 07:25:57 2023","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.95199999999999996,"15min":0.95199999999999996},"min":{"1min":0.68899999999999995,"5min":0.503,"15min":0.503},"max":{"1min":1.278,"5min":2.0630000000000002,"15min":2.0630000000000002},"last":1.0700000000000001},{"interface":"front","average":{"1min":0.94999999999999996,"5min":0.93700000000000006,"15min":0.93500000000000005},"min":{"1min":0.66700000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.2410000000000001,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":0.70399999999999996}]},{"osd":2,"last update":"Wed Dec 6 07:25:57 2023","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":0.91000000000000003,"15min":0.91600000000000004},"min":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.153,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":0.77100000000000002},{"interface":"front","average":{"1min":1.0149999999999999,"5min":0.96999999999999997,"15min":0.96199999999999997},"min":{"1min":0.60699999999999998,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.2629999999999999,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":0.82499999999999996}]},{"osd":3,"last update":"Wed Dec 6 07:25:57 2023","interfaces":[{"interface":"back","average":{"1min":1.0189999999999999,"5min":1.0129999999999999,"15min":1.012},"min":{"1min":0.75600000000000001,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.2390000000000001,"5min":2.1760000000000002,"15min":2.1760000000000002},"last":0.84799999999999998},{"interface":"front","average":{"1min":1.0329999999999999,"5min":1.0089999999999999,"15min":1.0049999999999999},"min":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":1.4059999999999999,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":0.88700000000000001}]},{"osd":4,"last update":"Wed Dec 6 07:25:57 2023","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":0.96099999999999997,"15min":0.94899999999999995},"min":{"1min":0.70199999999999996,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.294,"5min":1.294,"15min":1.294},"last":0.875},{"interface":"front","average":{"1min":1.087,"5min":1.0549999999999999,"15min":1.05},"min":{"1min":0.61899999999999999,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.617,"5min":2.2450000000000001,"15min":2.2450000000000001},"last":1.1559999999999999}]},{"osd":5,"last update":"Wed Dec 6 07:25:57 2023","interfaces":[{"interface":"back","average":{"1min":1.111,"5min":0.999,"15min":0.97999999999999998},"min":{"1min":0.71099999999999997,"5min":0.626,"15min":0.626},"max":{"1min":1.5,"5min":1.5,"15min":1.5},"last":0.93899999999999995},{"interface":"front","average":{"1min":1.1499999999999999,"5min":1.0449999999999999,"15min":1.0269999999999999},"min":{"1min":0.74399999999999999,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.728,"5min":1.9199999999999999,"15min":1.9199999999999999},"last":1.3100000000000001}]},{"osd":7,"last update":"Wed Dec 6 07:25:35 2023","interfaces":[{"interface":"back","average":{"1min":1.202,"5min":1.202,"15min":1.202},"min":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"max":{"1min":1.5640000000000001,"5min":1.5640000000000001,"15min":1.5640000000000001},"last":0.99099999999999999},{"interface":"front","average":{"1min":1.238,"5min":1.238,"15min":1.238},"min":{"1min":0.92700000000000005,"5min":0.92700000000000005,"15min":0.92700000000000005},"max":{"1min":1.655,"5min":1.655,"15min":1.655},"last":1.024}]}]},{"osd":1,"up_from":13,"seq":55834574918,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6336,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738816,"statfs":{"total":95995035648,"available":95988547584,"internally_reserved":0,"allocated":581632,"data_stored":237841,"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":"Wed Dec 6 07:26:09 2023","interfaces":[{"interface":"back","average":{"1min":0.82699999999999996,"5min":0.70899999999999996,"15min":0.58699999999999997},"min":{"1min":0.313,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":1.2649999999999999,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":0.76500000000000001},{"interface":"front","average":{"1min":0.97999999999999998,"5min":0.80900000000000005,"15min":0.67900000000000005},"min":{"1min":0.51700000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":1.327,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":0.72799999999999998}]},{"osd":2,"last update":"Wed Dec 6 07:25:43 2023","interfaces":[{"interface":"back","average":{"1min":0.83899999999999997,"5min":0.81499999999999995,"15min":0.78500000000000003},"min":{"1min":0.53200000000000003,"5min":0.438,"15min":0.438},"max":{"1min":1.1659999999999999,"5min":1.552,"15min":1.552},"last":0.89800000000000002},{"interface":"front","average":{"1min":0.70499999999999996,"5min":0.77300000000000002,"15min":0.76600000000000001},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.92500000000000004,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":0.81000000000000005}]},{"osd":3,"last update":"Wed Dec 6 07:26:19 2023","interfaces":[{"interface":"back","average":{"1min":0.87,"5min":0.84499999999999997,"15min":0.81299999999999994},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":1.157,"5min":1.282,"15min":1.282},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.92800000000000005,"5min":0.96199999999999997,"15min":0.96799999999999997},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.26,"5min":1.9039999999999999,"15min":1.9039999999999999},"last":1}]},{"osd":4,"last update":"Wed Dec 6 07:25:52 2023","interfaces":[{"interface":"back","average":{"1min":1.052,"5min":1.0700000000000001,"15min":1.0529999999999999},"min":{"1min":0.745,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.5309999999999999,"5min":1.5629999999999999,"15min":1.5629999999999999},"last":1.1240000000000001},{"interface":"front","average":{"1min":1.121,"5min":1.0840000000000001,"15min":1.0620000000000001},"min":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.5840000000000001,"5min":1.5840000000000001,"15min":1.5840000000000001},"last":1.2090000000000001}]},{"osd":5,"last update":"Wed Dec 6 07:26:25 2023","interfaces":[{"interface":"back","average":{"1min":1.1240000000000001,"5min":1.1080000000000001,"15min":1.1120000000000001},"min":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.712,"5min":1.712,"15min":1.712},"last":0.93300000000000005},{"interface":"front","average":{"1min":1.258,"5min":1.2230000000000001,"15min":1.2130000000000001},"min":{"1min":0.76800000000000002,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.734,"5min":1.734,"15min":1.734},"last":0.96399999999999997}]},{"osd":6,"last update":"Wed Dec 6 07:25:59 2023","interfaces":[{"interface":"back","average":{"1min":1.2569999999999999,"5min":1.2929999999999999,"15min":1.2989999999999999},"min":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"max":{"1min":1.506,"5min":1.6990000000000001,"15min":1.6990000000000001},"last":1.0469999999999999},{"interface":"front","average":{"1min":1.198,"5min":1.2150000000000001,"15min":1.218},"min":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"max":{"1min":1.4390000000000001,"5min":1.579,"15min":1.579},"last":1.331}]},{"osd":7,"last update":"Wed Dec 6 07:25:33 2023","interfaces":[{"interface":"back","average":{"1min":1.274,"5min":1.274,"15min":1.274},"min":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"max":{"1min":1.5049999999999999,"5min":1.5049999999999999,"15min":1.5049999999999999},"last":1.032},{"interface":"front","average":{"1min":1.3009999999999999,"5min":1.3009999999999999,"15min":1.3009999999999999},"min":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"max":{"1min":1.5980000000000001,"5min":1.5980000000000001,"15min":1.5980000000000001},"last":1.3620000000000001}]}]},{"osd":0,"up_from":8,"seq":34359738443,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6920,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738232,"statfs":{"total":95995035648,"available":95987949568,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5963776},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Dec 6 07:26:08 2023","interfaces":[{"interface":"back","average":{"1min":0.81599999999999995,"5min":0.70199999999999996,"15min":0.60199999999999998},"min":{"1min":0.51700000000000002,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":0.94999999999999996},{"interface":"front","average":{"1min":0.90100000000000002,"5min":0.77400000000000002,"15min":0.65900000000000003},"min":{"1min":0.58599999999999997,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":2.0819999999999999,"5min":2.0819999999999999,"15min":2.0819999999999999},"last":0.76700000000000002}]},{"osd":2,"last update":"Wed Dec 6 07:25:40 2023","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.752,"15min":0.69899999999999995},"min":{"1min":0.46999999999999997,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.9590000000000001,"5min":1.9590000000000001,"15min":1.9590000000000001},"last":0.71599999999999997},{"interface":"front","average":{"1min":0.96299999999999997,"5min":0.86599999999999999,"15min":0.79600000000000004},"min":{"1min":0.504,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.4159999999999999,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":1.147}]},{"osd":3,"last update":"Wed Dec 6 07:26:15 2023","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.83199999999999996,"15min":0.81299999999999994},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":1.0209999999999999},{"interface":"front","average":{"1min":0.97999999999999998,"5min":0.85899999999999999,"15min":0.80700000000000005},"min":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.9790000000000001,"5min":1.9790000000000001,"15min":1.9790000000000001},"last":0.88200000000000001}]},{"osd":4,"last update":"Wed Dec 6 07:25:50 2023","interfaces":[{"interface":"back","average":{"1min":1.1000000000000001,"5min":1.0429999999999999,"15min":1.0309999999999999},"min":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"max":{"1min":1.5029999999999999,"5min":1.5029999999999999,"15min":1.5029999999999999},"last":1.254},{"interface":"front","average":{"1min":1.143,"5min":1.0469999999999999,"15min":1.0189999999999999},"min":{"1min":0.95399999999999996,"5min":0.79700000000000004,"15min":0.79700000000000004},"max":{"1min":1.522,"5min":1.522,"15min":1.522},"last":0.84199999999999997}]},{"osd":5,"last update":"Wed Dec 6 07:26:23 2023","interfaces":[{"interface":"back","average":{"1min":1.1399999999999999,"5min":1.0900000000000001,"15min":1.0780000000000001},"min":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.704,"5min":1.704,"15min":1.704},"last":1.0680000000000001},{"interface":"front","average":{"1min":1.1559999999999999,"5min":1.0880000000000001,"15min":1.0589999999999999},"min":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"max":{"1min":1.5009999999999999,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":0.92600000000000005}]},{"osd":6,"last update":"Wed Dec 6 07:25:57 2023","interfaces":[{"interface":"back","average":{"1min":1.1639999999999999,"5min":1.0640000000000001,"15min":1.048},"min":{"1min":0.95699999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.7170000000000001,"5min":1.7170000000000001,"15min":1.7170000000000001},"last":1.1819999999999999},{"interface":"front","average":{"1min":1.2170000000000001,"5min":1.169,"15min":1.161},"min":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"max":{"1min":1.45,"5min":1.45,"15min":1.45},"last":1.21}]},{"osd":7,"last update":"Wed Dec 6 07:25:34 2023","interfaces":[{"interface":"back","average":{"1min":1.298,"5min":1.298,"15min":1.298},"min":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"max":{"1min":1.843,"5min":1.843,"15min":1.843},"last":1.0900000000000001},{"interface":"front","average":{"1min":1.181,"5min":1.181,"15min":1.181},"min":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"max":{"1min":1.899,"5min":1.899,"15min":1.899},"last":1.1140000000000001}]}]},{"osd":2,"up_from":18,"seq":77309411390,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6272,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738880,"statfs":{"total":95995035648,"available":95988613120,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 07:25:38 2023","interfaces":[{"interface":"back","average":{"1min":0.70499999999999996,"5min":0.67100000000000004,"15min":0.63300000000000001},"min":{"1min":0.52400000000000002,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.95599999999999996,"5min":1.1839999999999999,"15min":1.1839999999999999},"last":0.66100000000000003},{"interface":"front","average":{"1min":0.82299999999999995,"5min":0.74099999999999999,"15min":0.69799999999999995},"min":{"1min":0.56499999999999995,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":1.2050000000000001,"5min":1.2050000000000001,"15min":1.2050000000000001},"last":1.1499999999999999}]},{"osd":1,"last update":"Wed Dec 6 07:25:38 2023","interfaces":[{"interface":"back","average":{"1min":0.79800000000000004,"5min":0.745,"15min":0.70699999999999996},"min":{"1min":0.63400000000000001,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":1.141,"5min":1.333,"15min":1.333},"last":0.95099999999999996},{"interface":"front","average":{"1min":0.90600000000000003,"5min":0.82299999999999995,"15min":0.77300000000000002},"min":{"1min":0.51500000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":1.24,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":1.0429999999999999}]},{"osd":3,"last update":"Wed Dec 6 07:26:18 2023","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.85599999999999998,"15min":0.82999999999999996},"min":{"1min":0.60099999999999998,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.2190000000000001,"5min":1.2190000000000001,"15min":1.2190000000000001},"last":1.3049999999999999},{"interface":"front","average":{"1min":0.91100000000000003,"5min":0.88,"15min":0.84399999999999997},"min":{"1min":0.61799999999999999,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.427,"5min":1.427,"15min":1.427},"last":0.79500000000000004}]},{"osd":4,"last update":"Wed Dec 6 07:25:53 2023","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":1.038,"15min":1.022},"min":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"max":{"1min":1.3129999999999999,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":1.252},{"interface":"front","average":{"1min":1.109,"5min":1.075,"15min":1.0429999999999999},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.371,"5min":1.6040000000000001,"15min":1.6040000000000001},"last":1.286}]},{"osd":5,"last update":"Wed Dec 6 07:26:27 2023","interfaces":[{"interface":"back","average":{"1min":1.123,"5min":1.115,"15min":1.103},"min":{"1min":0.71299999999999997,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.575,"5min":1.575,"15min":1.575},"last":1.224},{"interface":"front","average":{"1min":1.139,"5min":1.103,"15min":1.093},"min":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":1.514,"5min":1.514,"15min":1.514},"last":1.2050000000000001}]},{"osd":6,"last update":"Wed Dec 6 07:25:58 2023","interfaces":[{"interface":"back","average":{"1min":1.125,"5min":1.1910000000000001,"15min":1.202},"min":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"max":{"1min":1.49,"5min":1.5069999999999999,"15min":1.5069999999999999},"last":1.113},{"interface":"front","average":{"1min":1.012,"5min":1.099,"15min":1.113},"min":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"max":{"1min":1.224,"5min":1.528,"15min":1.528},"last":0.96799999999999997}]},{"osd":7,"last update":"Wed Dec 6 07:25:36 2023","interfaces":[{"interface":"back","average":{"1min":1.0449999999999999,"5min":1.0449999999999999,"15min":1.0449999999999999},"min":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"max":{"1min":1.341,"5min":1.341,"15min":1.341},"last":1.0860000000000001},{"interface":"front","average":{"1min":1.25,"5min":1.25,"15min":1.25},"min":{"1min":0.97999999999999998,"5min":0.97999999999999998,"15min":0.97999999999999998},"max":{"1min":1.6679999999999999,"5min":1.6679999999999999,"15min":1.6679999999999999},"last":1.337}]}]},{"osd":3,"up_from":25,"seq":107374182453,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 07:26:22 2023","interfaces":[{"interface":"back","average":{"1min":0.79100000000000004,"5min":0.73699999999999999,"15min":0.71099999999999997},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":1.1599999999999999,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.93400000000000005,"5min":0.85999999999999999,"15min":0.83799999999999997},"min":{"1min":0.77500000000000002,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.181,"5min":1.181,"15min":1.181},"last":0.81399999999999995}]},{"osd":1,"last update":"Wed Dec 6 07:26:22 2023","interfaces":[{"interface":"back","average":{"1min":0.84599999999999997,"5min":0.82199999999999995,"15min":0.81499999999999995},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.234,"5min":1.234,"15min":1.234},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.86199999999999999,"5min":0.83499999999999996,"15min":0.81799999999999995},"min":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.0669999999999999,"5min":1.415,"15min":1.415},"last":0.77800000000000002}]},{"osd":2,"last update":"Wed Dec 6 07:26:22 2023","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.85399999999999998,"15min":0.82999999999999996},"min":{"1min":0.65800000000000003,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.113,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":0.872},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.85299999999999998,"15min":0.85099999999999998},"min":{"1min":0.69999999999999996,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.363,"5min":1.363,"15min":1.363},"last":0.57899999999999996}]},{"osd":4,"last update":"Wed Dec 6 07:25:53 2023","interfaces":[{"interface":"back","average":{"1min":0.95399999999999996,"5min":0.94799999999999995,"15min":0.94499999999999995},"min":{"1min":0.77000000000000002,"5min":0.748,"15min":0.748},"max":{"1min":1.256,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":0.96699999999999997},{"interface":"front","average":{"1min":1.1160000000000001,"5min":1.05,"15min":1.0329999999999999},"min":{"1min":0.83599999999999997,"5min":0.82699999999999996,"15min":0.82699999999999996},"max":{"1min":1.45,"5min":1.474,"15min":1.474},"last":0.90100000000000002}]},{"osd":5,"last update":"Wed Dec 6 07:26:22 2023","interfaces":[{"interface":"back","average":{"1min":1.079,"5min":1.0289999999999999,"15min":1.0149999999999999},"min":{"1min":0.81899999999999995,"5min":0.80600000000000005,"15min":0.80600000000000005},"max":{"1min":1.3320000000000001,"5min":1.446,"15min":1.446},"last":0.85199999999999998},{"interface":"front","average":{"1min":1.1970000000000001,"5min":1.149,"15min":1.129},"min":{"1min":1.0549999999999999,"5min":0.95699999999999996,"15min":0.95699999999999996},"max":{"1min":1.3280000000000001,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":1.0980000000000001}]},{"osd":6,"last update":"Wed Dec 6 07:26:00 2023","interfaces":[{"interface":"back","average":{"1min":1.218,"5min":1.149,"15min":1.137},"min":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.51,"5min":1.51,"15min":1.51},"last":1.0429999999999999},{"interface":"front","average":{"1min":1.196,"5min":1.1819999999999999,"15min":1.1799999999999999},"min":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"max":{"1min":1.5700000000000001,"5min":1.5700000000000001,"15min":1.5700000000000001},"last":0.998}]},{"osd":7,"last update":"Wed Dec 6 07:25:35 2023","interfaces":[{"interface":"back","average":{"1min":1.1759999999999999,"5min":1.1759999999999999,"15min":1.1759999999999999},"min":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"max":{"1min":1.5780000000000001,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":1.0269999999999999},{"interface":"front","average":{"1min":1.3029999999999999,"5min":1.3029999999999999,"15min":1.3029999999999999},"min":{"1min":0.92400000000000004,"5min":0.92400000000000004,"15min":0.92400000000000004},"max":{"1min":1.7190000000000001,"5min":1.7190000000000001,"15min":1.7190000000000001},"last":1.141}]}]},{"osd":4,"up_from":30,"seq":128849018928,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5760,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739392,"statfs":{"total":95995035648,"available":95989137408,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 07:25:43 2023","interfaces":[{"interface":"back","average":{"1min":0.85899999999999999,"5min":0.877,"15min":0.876},"min":{"1min":0.59399999999999997,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.1910000000000001,"5min":1.381,"15min":1.381},"last":0.98699999999999999},{"interface":"front","average":{"1min":1.0069999999999999,"5min":0.91300000000000003,"15min":0.88200000000000001},"min":{"1min":0.73899999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.3740000000000001,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":1.4259999999999999}]},{"osd":1,"last update":"Wed Dec 6 07:25:43 2023","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.88200000000000001,"15min":0.86499999999999999},"min":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.109,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":1.2390000000000001},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.94399999999999995,"15min":0.93000000000000005},"min":{"1min":0.67600000000000005,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.2010000000000001,"5min":1.4470000000000001,"15min":1.4470000000000001},"last":0.80000000000000004}]},{"osd":2,"last update":"Wed Dec 6 07:25:43 2023","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.93600000000000005,"15min":0.91600000000000004},"min":{"1min":0.63500000000000001,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.2170000000000001,"5min":1.5349999999999999,"15min":1.5349999999999999},"last":1.1080000000000001},{"interface":"front","average":{"1min":1,"5min":0.93500000000000005,"15min":0.91900000000000004},"min":{"1min":0.69299999999999995,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.4530000000000001,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":1.2809999999999999}]},{"osd":3,"last update":"Wed Dec 6 07:25:43 2023","interfaces":[{"interface":"back","average":{"1min":1,"5min":0.93400000000000005,"15min":0.91200000000000003},"min":{"1min":0.68999999999999995,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.415,"5min":1.415,"15min":1.415},"last":1.3660000000000001},{"interface":"front","average":{"1min":1.036,"5min":0.99399999999999999,"15min":0.97799999999999998},"min":{"1min":0.69499999999999995,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.3009999999999999,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":1.343}]},{"osd":5,"last update":"Wed Dec 6 07:26:25 2023","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":0.88200000000000001,"15min":0.84599999999999997},"min":{"1min":0.71999999999999997,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.2729999999999999,"5min":1.349,"15min":1.349},"last":0.95299999999999996},{"interface":"front","average":{"1min":1.079,"5min":0.96199999999999997,"15min":0.91200000000000003},"min":{"1min":0.67500000000000004,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.282,"5min":1.478,"15min":1.478},"last":1.492}]},{"osd":6,"last update":"Wed Dec 6 07:25:58 2023","interfaces":[{"interface":"back","average":{"1min":0.98299999999999998,"5min":1.107,"15min":1.127},"min":{"1min":0.73399999999999999,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.2330000000000001,"5min":1.575,"15min":1.575},"last":1.137},{"interface":"front","average":{"1min":1.0600000000000001,"5min":1.0720000000000001,"15min":1.0740000000000001},"min":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.5,"5min":1.5,"15min":1.5},"last":1.161}]},{"osd":7,"last update":"Wed Dec 6 07:25:32 2023","interfaces":[{"interface":"back","average":{"1min":1.157,"5min":1.157,"15min":1.157},"min":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.512,"5min":1.512,"15min":1.512},"last":1.0289999999999999},{"interface":"front","average":{"1min":1.171,"5min":1.171,"15min":1.171},"min":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.702,"5min":1.702,"15min":1.702},"last":1.4470000000000001}]}]},{"osd":5,"up_from":38,"seq":163208757289,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5632,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739520,"statfs":{"total":95995035648,"available":95989268480,"internally_reserved":0,"allocated":581632,"data_stored":237841,"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":"Wed Dec 6 07:26:23 2023","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.88300000000000001,"15min":0.87},"min":{"1min":0.63500000000000001,"5min":0.625,"15min":0.625},"max":{"1min":1.3069999999999999,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":1.0069999999999999},{"interface":"front","average":{"1min":0.96999999999999997,"5min":0.90100000000000002,"15min":0.88300000000000001},"min":{"1min":0.67800000000000005,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.3380000000000001,"5min":1.496,"15min":1.496},"last":0.89300000000000002}]},{"osd":1,"last update":"Wed Dec 6 07:26:23 2023","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.92400000000000004,"15min":0.92300000000000004},"min":{"1min":0.61299999999999999,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.173,"5min":1.7549999999999999,"15min":1.7549999999999999},"last":0.77400000000000002},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.92100000000000004,"15min":0.91200000000000003},"min":{"1min":0.60399999999999998,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.23,"5min":1.431,"15min":1.431},"last":0.81599999999999995}]},{"osd":2,"last update":"Wed Dec 6 07:26:23 2023","interfaces":[{"interface":"back","average":{"1min":0.96099999999999997,"5min":0.93899999999999995,"15min":0.91600000000000004},"min":{"1min":0.629,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.399,"5min":1.417,"15min":1.417},"last":0.68899999999999995},{"interface":"front","average":{"1min":1.0129999999999999,"5min":0.96799999999999997,"15min":0.95499999999999996},"min":{"1min":0.75900000000000001,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.369,"5min":1.8560000000000001,"15min":1.8560000000000001},"last":0.874}]},{"osd":3,"last update":"Wed Dec 6 07:26:23 2023","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":0.96499999999999997,"15min":0.91700000000000004},"min":{"1min":0.81299999999999994,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.5229999999999999,"5min":2.032,"15min":2.032},"last":0.93000000000000005},{"interface":"front","average":{"1min":1.0429999999999999,"5min":1.02,"15min":1.0129999999999999},"min":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.591,"5min":1.591,"15min":1.591},"last":0.97199999999999998}]},{"osd":4,"last update":"Wed Dec 6 07:26:23 2023","interfaces":[{"interface":"back","average":{"1min":1.034,"5min":0.94099999999999995,"15min":0.89900000000000002},"min":{"1min":0.60699999999999998,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.756,"5min":1.879,"15min":1.879},"last":0.98599999999999999},{"interface":"front","average":{"1min":1.097,"5min":0.998,"15min":0.95299999999999996},"min":{"1min":0.77100000000000002,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.6220000000000001,"5min":1.75,"15min":1.75},"last":0.85599999999999998}]},{"osd":6,"last update":"Wed Dec 6 07:26:01 2023","interfaces":[{"interface":"back","average":{"1min":1.153,"5min":1.1459999999999999,"15min":1.145},"min":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.671,"5min":2.0990000000000002,"15min":2.0990000000000002},"last":1.091},{"interface":"front","average":{"1min":1.1679999999999999,"5min":1.1279999999999999,"15min":1.1220000000000001},"min":{"1min":0.84199999999999997,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.8979999999999999,"5min":1.8979999999999999,"15min":1.8979999999999999},"last":1.038}]},{"osd":7,"last update":"Wed Dec 6 07:25:36 2023","interfaces":[{"interface":"back","average":{"1min":1.2230000000000001,"5min":1.2230000000000001,"15min":1.2230000000000001},"min":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"max":{"1min":1.9319999999999999,"5min":1.9319999999999999,"15min":1.9319999999999999},"last":0.92000000000000004},{"interface":"front","average":{"1min":1.222,"5min":1.222,"15min":1.222},"min":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"max":{"1min":2.4049999999999998,"5min":2.4049999999999998,"15min":2.4049999999999998},"last":1.1200000000000001}]}]}],"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-06T07:26:38.640 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-06T07:26:38.640 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-06T07:26:38.641 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-06T07:26:38.641 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-06T07:26:38.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:38 smithi172 bash[25094]: audit 2023-12-06T07:26:37.871411+0000 mgr.y (mgr.24356) 82 : audit [DBG] from='client.24553 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T07:26:38.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:38 smithi172 bash[25094]: audit 2023-12-06T07:26:38.041097+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:38.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:38 smithi172 bash[25094]: audit 2023-12-06T07:26:38.051709+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:38.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:38 smithi172 bash[30529]: audit 2023-12-06T07:26:37.871411+0000 mgr.y (mgr.24356) 82 : audit [DBG] from='client.24553 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T07:26:38.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:38 smithi172 bash[30529]: audit 2023-12-06T07:26:38.041097+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:38.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:38 smithi172 bash[30529]: audit 2023-12-06T07:26:38.051709+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:39.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:38 smithi195 bash[25052]: audit 2023-12-06T07:26:37.871411+0000 mgr.y (mgr.24356) 82 : audit [DBG] from='client.24553 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T07:26:39.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:38 smithi195 bash[25052]: audit 2023-12-06T07:26:38.041097+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:39.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:38 smithi195 bash[25052]: audit 2023-12-06T07:26:38.051709+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:40.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:39 smithi195 bash[25052]: cluster 2023-12-06T07:26:38.373981+0000 mgr.y (mgr.24356) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:40.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:39 smithi172 bash[25094]: cluster 2023-12-06T07:26:38.373981+0000 mgr.y (mgr.24356) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:40.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:39 smithi172 bash[30529]: cluster 2023-12-06T07:26:38.373981+0000 mgr.y (mgr.24356) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:41.374 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T07:26:41.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:41 smithi172 bash[30529]: cluster 2023-12-06T07:26:40.374643+0000 mgr.y (mgr.24356) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:41.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:41 smithi172 bash[25094]: cluster 2023-12-06T07:26:40.374643+0000 mgr.y (mgr.24356) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:41.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:41 smithi195 bash[25052]: cluster 2023-12-06T07:26:40.374643+0000 mgr.y (mgr.24356) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:43.715 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:43 smithi172 bash[25094]: cluster 2023-12-06T07:26:42.375363+0000 mgr.y (mgr.24356) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:43.715 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:43 smithi172 bash[30529]: cluster 2023-12-06T07:26:42.375363+0000 mgr.y (mgr.24356) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:43.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:43 smithi195 bash[25052]: cluster 2023-12-06T07:26:42.375363+0000 mgr.y (mgr.24356) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:44.140 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-06T07:26:44.140 INFO:teuthology.orchestra.run.smithi172.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-06T07:26:44.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:44 smithi172 bash[25094]: audit 2023-12-06T07:26:44.138620+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.172:0/1144775928' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T07:26:44.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:44 smithi172 bash[30529]: audit 2023-12-06T07:26:44.138620+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.172:0/1144775928' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T07:26:44.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:44 smithi195 bash[25052]: audit 2023-12-06T07:26:44.138620+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.172:0/1144775928' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T07:26:44.868 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-06T07:26:44.868 INFO:tasks.cephadm:Setup complete, yielding 2023-12-06T07:26:44.868 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T07:26:44.877 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi172.front.sepia.ceph.com 2023-12-06T07:26:44.883 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2023-12-06T07:26:45.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:45 smithi195 bash[25052]: cluster 2023-12-06T07:26:44.375907+0000 mgr.y (mgr.24356) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:45.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:45 smithi172 bash[25094]: cluster 2023-12-06T07:26:44.375907+0000 mgr.y (mgr.24356) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:45.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:45 smithi172 bash[30529]: cluster 2023-12-06T07:26:44.375907+0000 mgr.y (mgr.24356) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:46.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:26:46 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:26:46] "GET /metrics HTTP/1.1" 200 191515 "" "Prometheus/2.33.4" 2023-12-06T07:26:47.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:26:46 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:26:46] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:26:47.701 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:47 smithi172 bash[25094]: cluster 2023-12-06T07:26:46.376579+0000 mgr.y (mgr.24356) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:47.701 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:47 smithi172 bash[30529]: cluster 2023-12-06T07:26:46.376579+0000 mgr.y (mgr.24356) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:47.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:47 smithi195 bash[25052]: cluster 2023-12-06T07:26:46.376579+0000 mgr.y (mgr.24356) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:48.754 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T07:26:48.764 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi172.front.sepia.ceph.com 2023-12-06T07:26:48.764 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2023-12-06T07:26:49.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:49 smithi195 bash[25052]: audit 2023-12-06T07:26:48.050700+0000 mon.a (mon.0) 659 : audit [INF] from='client.? 172.21.15.172:0/3923693881' entity='client.admin' 2023-12-06T07:26:49.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:49 smithi195 bash[25052]: audit 2023-12-06T07:26:48.098434+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:26:49.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:49 smithi195 bash[25052]: audit 2023-12-06T07:26:48.100055+0000 mon.c (mon.1) 69 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:26:49.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:49 smithi195 bash[25052]: audit 2023-12-06T07:26:48.109502+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:49.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:49 smithi195 bash[25052]: cluster 2023-12-06T07:26:48.377275+0000 mgr.y (mgr.24356) 88 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:49.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:49 smithi172 bash[25094]: audit 2023-12-06T07:26:48.050700+0000 mon.a (mon.0) 659 : audit [INF] from='client.? 172.21.15.172:0/3923693881' entity='client.admin' 2023-12-06T07:26:49.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:49 smithi172 bash[25094]: audit 2023-12-06T07:26:48.098434+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:26:49.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:49 smithi172 bash[25094]: audit 2023-12-06T07:26:48.100055+0000 mon.c (mon.1) 69 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:26:49.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:49 smithi172 bash[25094]: audit 2023-12-06T07:26:48.109502+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:49.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:49 smithi172 bash[25094]: cluster 2023-12-06T07:26:48.377275+0000 mgr.y (mgr.24356) 88 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:49.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:49 smithi172 bash[30529]: audit 2023-12-06T07:26:48.050700+0000 mon.a (mon.0) 659 : audit [INF] from='client.? 172.21.15.172:0/3923693881' entity='client.admin' 2023-12-06T07:26:49.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:49 smithi172 bash[30529]: audit 2023-12-06T07:26:48.098434+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:26:49.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:49 smithi172 bash[30529]: audit 2023-12-06T07:26:48.100055+0000 mon.c (mon.1) 69 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:26:49.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:49 smithi172 bash[30529]: audit 2023-12-06T07:26:48.109502+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:26:49.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:49 smithi172 bash[30529]: cluster 2023-12-06T07:26:48.377275+0000 mgr.y (mgr.24356) 88 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:51.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:51 smithi172 bash[25094]: cluster 2023-12-06T07:26:50.377953+0000 mgr.y (mgr.24356) 89 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:51.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:51 smithi172 bash[30529]: cluster 2023-12-06T07:26:50.377953+0000 mgr.y (mgr.24356) 89 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:51.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:51 smithi195 bash[25052]: cluster 2023-12-06T07:26:50.377953+0000 mgr.y (mgr.24356) 89 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:53.434 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:26:53.434 INFO:teuthology.orchestra.run.smithi172.stdout: "id": "2a39e1bd-1a7f-473d-b1a8-929ed090ef78", 2023-12-06T07:26:53.434 INFO:teuthology.orchestra.run.smithi172.stdout: "name": "r", 2023-12-06T07:26:53.434 INFO:teuthology.orchestra.run.smithi172.stdout: "current_period": "6a67c9a0-f557-495b-b155-ae125c56d144", 2023-12-06T07:26:53.434 INFO:teuthology.orchestra.run.smithi172.stdout: "epoch": 1 2023-12-06T07:26:53.434 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:26:53.657 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:53 smithi172 bash[30529]: cluster 2023-12-06T07:26:52.378775+0000 mgr.y (mgr.24356) 90 : cluster [DBG] pgmap v62: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:53.658 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:53 smithi172 bash[30529]: cluster 2023-12-06T07:26:52.381336+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-06T07:26:53.658 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:53 smithi172 bash[30529]: audit 2023-12-06T07:26:52.387632+0000 mon.a (mon.0) 662 : audit [INF] from='client.? 172.21.15.172:0/3719293398' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-06T07:26:53.658 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:53 smithi172 bash[25094]: cluster 2023-12-06T07:26:52.378775+0000 mgr.y (mgr.24356) 90 : cluster [DBG] pgmap v62: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:53.658 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:53 smithi172 bash[25094]: cluster 2023-12-06T07:26:52.381336+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-06T07:26:53.658 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:53 smithi172 bash[25094]: audit 2023-12-06T07:26:52.387632+0000 mon.a (mon.0) 662 : audit [INF] from='client.? 172.21.15.172:0/3719293398' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-06T07:26:53.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:53 smithi195 bash[25052]: cluster 2023-12-06T07:26:52.378775+0000 mgr.y (mgr.24356) 90 : cluster [DBG] pgmap v62: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:53.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:53 smithi195 bash[25052]: cluster 2023-12-06T07:26:52.381336+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-06T07:26:53.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:53 smithi195 bash[25052]: audit 2023-12-06T07:26:52.387632+0000 mon.a (mon.0) 662 : audit [INF] from='client.? 172.21.15.172:0/3719293398' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-06T07:26:54.215 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2023-12-06T07:26:54.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:54 smithi172 bash[25094]: audit 2023-12-06T07:26:53.388861+0000 mon.a (mon.0) 663 : audit [INF] from='client.? 172.21.15.172:0/3719293398' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-06T07:26:54.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:54 smithi172 bash[25094]: cluster 2023-12-06T07:26:53.388995+0000 mon.a (mon.0) 664 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-06T07:26:54.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:54 smithi172 bash[30529]: audit 2023-12-06T07:26:53.388861+0000 mon.a (mon.0) 663 : audit [INF] from='client.? 172.21.15.172:0/3719293398' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-06T07:26:54.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:54 smithi172 bash[30529]: cluster 2023-12-06T07:26:53.388995+0000 mon.a (mon.0) 664 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-06T07:26:54.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:54 smithi195 bash[25052]: audit 2023-12-06T07:26:53.388861+0000 mon.a (mon.0) 663 : audit [INF] from='client.? 172.21.15.172:0/3719293398' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-06T07:26:54.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:54 smithi195 bash[25052]: cluster 2023-12-06T07:26:53.388995+0000 mon.a (mon.0) 664 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-06T07:26:55.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:55 smithi172 bash[25094]: cluster 2023-12-06T07:26:54.379207+0000 mgr.y (mgr.24356) 91 : cluster [DBG] pgmap v64: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:55.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:55 smithi172 bash[25094]: cluster 2023-12-06T07:26:54.399144+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-06T07:26:55.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:55 smithi172 bash[30529]: cluster 2023-12-06T07:26:54.379207+0000 mgr.y (mgr.24356) 91 : cluster [DBG] pgmap v64: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:55.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:55 smithi172 bash[30529]: cluster 2023-12-06T07:26:54.399144+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-06T07:26:55.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:55 smithi195 bash[25052]: cluster 2023-12-06T07:26:54.379207+0000 mgr.y (mgr.24356) 91 : cluster [DBG] pgmap v64: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:26:55.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:55 smithi195 bash[25052]: cluster 2023-12-06T07:26:54.399144+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-06T07:26:56.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:26:56 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:26:56] "GET /metrics HTTP/1.1" 200 191515 "" "Prometheus/2.33.4" 2023-12-06T07:26:56.953 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:26:56.954 INFO:teuthology.orchestra.run.smithi172.stdout: "id": "53a7859c-916a-4891-bc1a-d488b6f8a86e", 2023-12-06T07:26:56.954 INFO:teuthology.orchestra.run.smithi172.stdout: "name": "default", 2023-12-06T07:26:56.954 INFO:teuthology.orchestra.run.smithi172.stdout: "api_name": "default", 2023-12-06T07:26:56.954 INFO:teuthology.orchestra.run.smithi172.stdout: "is_master": "true", 2023-12-06T07:26:56.954 INFO:teuthology.orchestra.run.smithi172.stdout: "endpoints": [], 2023-12-06T07:26:56.954 INFO:teuthology.orchestra.run.smithi172.stdout: "hostnames": [], 2023-12-06T07:26:56.954 INFO:teuthology.orchestra.run.smithi172.stdout: "hostnames_s3website": [], 2023-12-06T07:26:56.954 INFO:teuthology.orchestra.run.smithi172.stdout: "master_zone": "", 2023-12-06T07:26:56.954 INFO:teuthology.orchestra.run.smithi172.stdout: "zones": [], 2023-12-06T07:26:56.954 INFO:teuthology.orchestra.run.smithi172.stdout: "placement_targets": [], 2023-12-06T07:26:56.954 INFO:teuthology.orchestra.run.smithi172.stdout: "default_placement": "", 2023-12-06T07:26:56.954 INFO:teuthology.orchestra.run.smithi172.stdout: "realm_id": "2a39e1bd-1a7f-473d-b1a8-929ed090ef78", 2023-12-06T07:26:56.954 INFO:teuthology.orchestra.run.smithi172.stdout: "sync_policy": { 2023-12-06T07:26:56.954 INFO:teuthology.orchestra.run.smithi172.stdout: "groups": [] 2023-12-06T07:26:56.955 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:26:56.955 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:26:57.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:26:56 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:26:56] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:26:57.626 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2023-12-06T07:26:57.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:57 smithi172 bash[30529]: cluster 2023-12-06T07:26:56.379793+0000 mgr.y (mgr.24356) 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-06T07:26:57.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:57 smithi172 bash[30529]: audit 2023-12-06T07:26:56.687019+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:26:57.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:57 smithi172 bash[30529]: audit 2023-12-06T07:26:56.687960+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:26:57.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:57 smithi172 bash[30529]: audit 2023-12-06T07:26:56.701141+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:26:57.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:57 smithi172 bash[30529]: audit 2023-12-06T07:26:56.701950+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:26:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:57 smithi172 bash[25094]: cluster 2023-12-06T07:26:56.379793+0000 mgr.y (mgr.24356) 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-06T07:26:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:57 smithi172 bash[25094]: audit 2023-12-06T07:26:56.687019+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:26:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:57 smithi172 bash[25094]: audit 2023-12-06T07:26:56.687960+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:26:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:57 smithi172 bash[25094]: audit 2023-12-06T07:26:56.701141+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:26:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:57 smithi172 bash[25094]: audit 2023-12-06T07:26:56.701950+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:26:57.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:57 smithi195 bash[25052]: cluster 2023-12-06T07:26:56.379793+0000 mgr.y (mgr.24356) 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-06T07:26:57.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:57 smithi195 bash[25052]: audit 2023-12-06T07:26:56.687019+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:26:57.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:57 smithi195 bash[25052]: audit 2023-12-06T07:26:56.687960+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:26:57.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:57 smithi195 bash[25052]: audit 2023-12-06T07:26:56.701141+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:26:57.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:57 smithi195 bash[25052]: audit 2023-12-06T07:26:56.701950+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:26:59.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:26:59 smithi172 bash[30529]: cluster 2023-12-06T07:26:58.380579+0000 mgr.y (mgr.24356) 93 : cluster [DBG] pgmap v67: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 681 B/s rd, 1.8 KiB/s wr, 2 op/s 2023-12-06T07:26:59.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:26:59 smithi172 bash[25094]: cluster 2023-12-06T07:26:58.380579+0000 mgr.y (mgr.24356) 93 : cluster [DBG] pgmap v67: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 681 B/s rd, 1.8 KiB/s wr, 2 op/s 2023-12-06T07:26:59.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:26:59 smithi195 bash[25052]: cluster 2023-12-06T07:26:58.380579+0000 mgr.y (mgr.24356) 93 : cluster [DBG] pgmap v67: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 681 B/s rd, 1.8 KiB/s wr, 2 op/s 2023-12-06T07:27:00.385 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:27:00.385 INFO:teuthology.orchestra.run.smithi172.stdout: "id": "f9e99b90-c3ec-4803-9af0-9e4d2f23f096", 2023-12-06T07:27:00.385 INFO:teuthology.orchestra.run.smithi172.stdout: "name": "z", 2023-12-06T07:27:00.386 INFO:teuthology.orchestra.run.smithi172.stdout: "domain_root": "z.rgw.meta:root", 2023-12-06T07:27:00.386 INFO:teuthology.orchestra.run.smithi172.stdout: "control_pool": "z.rgw.control", 2023-12-06T07:27:00.386 INFO:teuthology.orchestra.run.smithi172.stdout: "gc_pool": "z.rgw.log:gc", 2023-12-06T07:27:00.386 INFO:teuthology.orchestra.run.smithi172.stdout: "lc_pool": "z.rgw.log:lc", 2023-12-06T07:27:00.386 INFO:teuthology.orchestra.run.smithi172.stdout: "log_pool": "z.rgw.log", 2023-12-06T07:27:00.386 INFO:teuthology.orchestra.run.smithi172.stdout: "intent_log_pool": "z.rgw.log:intent", 2023-12-06T07:27:00.386 INFO:teuthology.orchestra.run.smithi172.stdout: "usage_log_pool": "z.rgw.log:usage", 2023-12-06T07:27:00.386 INFO:teuthology.orchestra.run.smithi172.stdout: "roles_pool": "z.rgw.meta:roles", 2023-12-06T07:27:00.386 INFO:teuthology.orchestra.run.smithi172.stdout: "reshard_pool": "z.rgw.log:reshard", 2023-12-06T07:27:00.386 INFO:teuthology.orchestra.run.smithi172.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2023-12-06T07:27:00.386 INFO:teuthology.orchestra.run.smithi172.stdout: "user_email_pool": "z.rgw.meta:users.email", 2023-12-06T07:27:00.386 INFO:teuthology.orchestra.run.smithi172.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2023-12-06T07:27:00.387 INFO:teuthology.orchestra.run.smithi172.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2023-12-06T07:27:00.387 INFO:teuthology.orchestra.run.smithi172.stdout: "otp_pool": "z.rgw.otp", 2023-12-06T07:27:00.387 INFO:teuthology.orchestra.run.smithi172.stdout: "system_key": { 2023-12-06T07:27:00.387 INFO:teuthology.orchestra.run.smithi172.stdout: "access_key": "", 2023-12-06T07:27:00.387 INFO:teuthology.orchestra.run.smithi172.stdout: "secret_key": "" 2023-12-06T07:27:00.387 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:27:00.387 INFO:teuthology.orchestra.run.smithi172.stdout: "placement_pools": [ 2023-12-06T07:27:00.387 INFO:teuthology.orchestra.run.smithi172.stdout: { 2023-12-06T07:27:00.387 INFO:teuthology.orchestra.run.smithi172.stdout: "key": "default-placement", 2023-12-06T07:27:00.387 INFO:teuthology.orchestra.run.smithi172.stdout: "val": { 2023-12-06T07:27:00.387 INFO:teuthology.orchestra.run.smithi172.stdout: "index_pool": "z.rgw.buckets.index", 2023-12-06T07:27:00.387 INFO:teuthology.orchestra.run.smithi172.stdout: "storage_classes": { 2023-12-06T07:27:00.387 INFO:teuthology.orchestra.run.smithi172.stdout: "STANDARD": { 2023-12-06T07:27:00.387 INFO:teuthology.orchestra.run.smithi172.stdout: "data_pool": "z.rgw.buckets.data" 2023-12-06T07:27:00.387 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:27:00.388 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:27:00.388 INFO:teuthology.orchestra.run.smithi172.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2023-12-06T07:27:00.388 INFO:teuthology.orchestra.run.smithi172.stdout: "index_type": 0 2023-12-06T07:27:00.388 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:27:00.388 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:27:00.388 INFO:teuthology.orchestra.run.smithi172.stdout: ], 2023-12-06T07:27:00.388 INFO:teuthology.orchestra.run.smithi172.stdout: "realm_id": "2a39e1bd-1a7f-473d-b1a8-929ed090ef78", 2023-12-06T07:27:00.388 INFO:teuthology.orchestra.run.smithi172.stdout: "notif_pool": "z.rgw.log:notif" 2023-12-06T07:27:00.388 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:27:01.050 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2023-12-06T07:27:01.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:01 smithi172 bash[25094]: cluster 2023-12-06T07:27:00.381149+0000 mgr.y (mgr.24356) 94 : cluster [DBG] pgmap v68: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1.4 KiB/s wr, 2 op/s 2023-12-06T07:27:01.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:01 smithi172 bash[30529]: cluster 2023-12-06T07:27:00.381149+0000 mgr.y (mgr.24356) 94 : cluster [DBG] pgmap v68: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1.4 KiB/s wr, 2 op/s 2023-12-06T07:27:01.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:01 smithi195 bash[25052]: cluster 2023-12-06T07:27:00.381149+0000 mgr.y (mgr.24356) 94 : cluster [DBG] pgmap v68: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1.4 KiB/s wr, 2 op/s 2023-12-06T07:27:03.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:03 smithi172 bash[30529]: cluster 2023-12-06T07:27:02.382121+0000 mgr.y (mgr.24356) 95 : cluster [DBG] pgmap v69: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 797 B/s rd, 1.8 KiB/s wr, 3 op/s 2023-12-06T07:27:03.693 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:03 smithi172 bash[25094]: cluster 2023-12-06T07:27:02.382121+0000 mgr.y (mgr.24356) 95 : cluster [DBG] pgmap v69: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 797 B/s rd, 1.8 KiB/s wr, 3 op/s 2023-12-06T07:27:03.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:03 smithi195 bash[25052]: cluster 2023-12-06T07:27:02.382121+0000 mgr.y (mgr.24356) 95 : cluster [DBG] pgmap v69: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 797 B/s rd, 1.8 KiB/s wr, 3 op/s 2023-12-06T07:27:05.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:05 smithi195 bash[25052]: cluster 2023-12-06T07:27:04.382842+0000 mgr.y (mgr.24356) 96 : cluster [DBG] pgmap v70: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-12-06T07:27:05.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:05 smithi195 bash[25052]: cluster 2023-12-06T07:27:04.452913+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-06T07:27:05.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:05 smithi195 bash[25052]: audit 2023-12-06T07:27:04.458002+0000 mon.a (mon.0) 669 : audit [INF] from='client.? 172.21.15.172:0/560553142' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-06T07:27:05.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:05 smithi172 bash[25094]: cluster 2023-12-06T07:27:04.382842+0000 mgr.y (mgr.24356) 96 : cluster [DBG] pgmap v70: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-12-06T07:27:05.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:05 smithi172 bash[25094]: cluster 2023-12-06T07:27:04.452913+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-06T07:27:05.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:05 smithi172 bash[25094]: audit 2023-12-06T07:27:04.458002+0000 mon.a (mon.0) 669 : audit [INF] from='client.? 172.21.15.172:0/560553142' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-06T07:27:05.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:05 smithi172 bash[30529]: cluster 2023-12-06T07:27:04.382842+0000 mgr.y (mgr.24356) 96 : cluster [DBG] pgmap v70: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-12-06T07:27:05.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:05 smithi172 bash[30529]: cluster 2023-12-06T07:27:04.452913+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-06T07:27:05.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:05 smithi172 bash[30529]: audit 2023-12-06T07:27:04.458002+0000 mon.a (mon.0) 669 : audit [INF] from='client.? 172.21.15.172:0/560553142' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-06T07:27:06.674 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:27:06 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:27:06] "GET /metrics HTTP/1.1" 200 192567 "" "Prometheus/2.33.4" 2023-12-06T07:27:06.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:06 smithi172 bash[30529]: audit 2023-12-06T07:27:05.460159+0000 mon.a (mon.0) 670 : audit [INF] from='client.? 172.21.15.172:0/560553142' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-06T07:27:06.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:06 smithi172 bash[30529]: cluster 2023-12-06T07:27:05.460649+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-06T07:27:06.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:06 smithi172 bash[25094]: audit 2023-12-06T07:27:05.460159+0000 mon.a (mon.0) 670 : audit [INF] from='client.? 172.21.15.172:0/560553142' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-06T07:27:06.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:06 smithi172 bash[25094]: cluster 2023-12-06T07:27:05.460649+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-06T07:27:06.846 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:27:06 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:27:06] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:27:06.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:06 smithi195 bash[25052]: audit 2023-12-06T07:27:05.460159+0000 mon.a (mon.0) 670 : audit [INF] from='client.? 172.21.15.172:0/560553142' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-06T07:27:06.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:06 smithi195 bash[25052]: cluster 2023-12-06T07:27:05.460649+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-06T07:27:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:07 smithi195 bash[25052]: cluster 2023-12-06T07:27:06.383511+0000 mgr.y (mgr.24356) 97 : cluster [DBG] pgmap v73: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 639 B/s wr, 1 op/s 2023-12-06T07:27:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:07 smithi195 bash[25052]: cluster 2023-12-06T07:27:06.483751+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-06T07:27:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:07 smithi195 bash[25052]: audit 2023-12-06T07:27:06.485960+0000 mon.a (mon.0) 673 : audit [INF] from='client.? 172.21.15.172:0/560553142' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-06T07:27:07.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:07 smithi172 bash[30529]: cluster 2023-12-06T07:27:06.383511+0000 mgr.y (mgr.24356) 97 : cluster [DBG] pgmap v73: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 639 B/s wr, 1 op/s 2023-12-06T07:27:07.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:07 smithi172 bash[30529]: cluster 2023-12-06T07:27:06.483751+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-06T07:27:07.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:07 smithi172 bash[30529]: audit 2023-12-06T07:27:06.485960+0000 mon.a (mon.0) 673 : audit [INF] from='client.? 172.21.15.172:0/560553142' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-06T07:27:07.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:07 smithi172 bash[25094]: cluster 2023-12-06T07:27:06.383511+0000 mgr.y (mgr.24356) 97 : cluster [DBG] pgmap v73: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 639 B/s wr, 1 op/s 2023-12-06T07:27:07.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:07 smithi172 bash[25094]: cluster 2023-12-06T07:27:06.483751+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-06T07:27:07.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:07 smithi172 bash[25094]: audit 2023-12-06T07:27:06.485960+0000 mon.a (mon.0) 673 : audit [INF] from='client.? 172.21.15.172:0/560553142' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-06T07:27:08.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:08 smithi195 bash[25052]: audit 2023-12-06T07:27:07.495093+0000 mon.a (mon.0) 674 : audit [INF] from='client.? 172.21.15.172:0/560553142' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-06T07:27:08.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:08 smithi195 bash[25052]: cluster 2023-12-06T07:27:07.495294+0000 mon.a (mon.0) 675 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-06T07:27:08.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:08 smithi172 bash[25094]: audit 2023-12-06T07:27:07.495093+0000 mon.a (mon.0) 674 : audit [INF] from='client.? 172.21.15.172:0/560553142' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-06T07:27:08.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:08 smithi172 bash[25094]: cluster 2023-12-06T07:27:07.495294+0000 mon.a (mon.0) 675 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-06T07:27:08.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:08 smithi172 bash[30529]: audit 2023-12-06T07:27:07.495093+0000 mon.a (mon.0) 674 : audit [INF] from='client.? 172.21.15.172:0/560553142' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-06T07:27:08.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:08 smithi172 bash[30529]: cluster 2023-12-06T07:27:07.495294+0000 mon.a (mon.0) 675 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-06T07:27:09.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:09 smithi195 bash[25052]: cluster 2023-12-06T07:27:08.384228+0000 mgr.y (mgr.24356) 98 : cluster [DBG] pgmap v76: 97 pgs: 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-06T07:27:09.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:09 smithi195 bash[25052]: cluster 2023-12-06T07:27:08.503706+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-06T07:27:09.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:09 smithi195 bash[25052]: audit 2023-12-06T07:27:08.511785+0000 mon.c (mon.1) 72 : audit [INF] from='client.? 172.21.15.172:0/2884259765' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T07:27:09.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:09 smithi195 bash[25052]: audit 2023-12-06T07:27:08.512570+0000 mon.a (mon.0) 677 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T07:27:09.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:09 smithi172 bash[25094]: cluster 2023-12-06T07:27:08.384228+0000 mgr.y (mgr.24356) 98 : cluster [DBG] pgmap v76: 97 pgs: 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-06T07:27:09.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:09 smithi172 bash[25094]: cluster 2023-12-06T07:27:08.503706+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-06T07:27:09.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:09 smithi172 bash[25094]: audit 2023-12-06T07:27:08.511785+0000 mon.c (mon.1) 72 : audit [INF] from='client.? 172.21.15.172:0/2884259765' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T07:27:09.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:09 smithi172 bash[25094]: audit 2023-12-06T07:27:08.512570+0000 mon.a (mon.0) 677 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T07:27:09.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:09 smithi172 bash[30529]: cluster 2023-12-06T07:27:08.384228+0000 mgr.y (mgr.24356) 98 : cluster [DBG] pgmap v76: 97 pgs: 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-06T07:27:09.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:09 smithi172 bash[30529]: cluster 2023-12-06T07:27:08.503706+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-06T07:27:09.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:09 smithi172 bash[30529]: audit 2023-12-06T07:27:08.511785+0000 mon.c (mon.1) 72 : audit [INF] from='client.? 172.21.15.172:0/2884259765' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T07:27:09.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:09 smithi172 bash[30529]: audit 2023-12-06T07:27:08.512570+0000 mon.a (mon.0) 677 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T07:27:10.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:10 smithi195 bash[25052]: audit 2023-12-06T07:27:09.513893+0000 mon.a (mon.0) 678 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-06T07:27:10.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:10 smithi195 bash[25052]: cluster 2023-12-06T07:27:09.514129+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-06T07:27:10.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:10 smithi195 bash[25052]: audit 2023-12-06T07:27:09.518861+0000 mon.c (mon.1) 73 : audit [INF] from='client.? 172.21.15.172:0/2884259765' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T07:27:10.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:10 smithi195 bash[25052]: audit 2023-12-06T07:27:09.520630+0000 mon.a (mon.0) 680 : 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-06T07:27:10.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:10 smithi172 bash[25094]: audit 2023-12-06T07:27:09.513893+0000 mon.a (mon.0) 678 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-06T07:27:10.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:10 smithi172 bash[25094]: cluster 2023-12-06T07:27:09.514129+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-06T07:27:10.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:10 smithi172 bash[25094]: audit 2023-12-06T07:27:09.518861+0000 mon.c (mon.1) 73 : audit [INF] from='client.? 172.21.15.172:0/2884259765' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T07:27:10.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:10 smithi172 bash[25094]: audit 2023-12-06T07:27:09.520630+0000 mon.a (mon.0) 680 : 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-06T07:27:10.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:10 smithi172 bash[30529]: audit 2023-12-06T07:27:09.513893+0000 mon.a (mon.0) 678 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-06T07:27:10.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:10 smithi172 bash[30529]: cluster 2023-12-06T07:27:09.514129+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-06T07:27:10.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:10 smithi172 bash[30529]: audit 2023-12-06T07:27:09.518861+0000 mon.c (mon.1) 73 : audit [INF] from='client.? 172.21.15.172:0/2884259765' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T07:27:10.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:10 smithi172 bash[30529]: audit 2023-12-06T07:27:09.520630+0000 mon.a (mon.0) 680 : 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-06T07:27:11.629 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:27:11.630 INFO:teuthology.orchestra.run.smithi172.stdout: "id": "5d09ff85-e0ef-4d79-8845-a1b83152d3bb", 2023-12-06T07:27:11.630 INFO:teuthology.orchestra.run.smithi172.stdout: "epoch": 1, 2023-12-06T07:27:11.630 INFO:teuthology.orchestra.run.smithi172.stdout: "predecessor_uuid": "6a67c9a0-f557-495b-b155-ae125c56d144", 2023-12-06T07:27:11.630 INFO:teuthology.orchestra.run.smithi172.stdout: "sync_status": [], 2023-12-06T07:27:11.630 INFO:teuthology.orchestra.run.smithi172.stdout: "period_map": { 2023-12-06T07:27:11.630 INFO:teuthology.orchestra.run.smithi172.stdout: "id": "5d09ff85-e0ef-4d79-8845-a1b83152d3bb", 2023-12-06T07:27:11.630 INFO:teuthology.orchestra.run.smithi172.stdout: "zonegroups": [ 2023-12-06T07:27:11.630 INFO:teuthology.orchestra.run.smithi172.stdout: { 2023-12-06T07:27:11.630 INFO:teuthology.orchestra.run.smithi172.stdout: "id": "53a7859c-916a-4891-bc1a-d488b6f8a86e", 2023-12-06T07:27:11.631 INFO:teuthology.orchestra.run.smithi172.stdout: "name": "default", 2023-12-06T07:27:11.631 INFO:teuthology.orchestra.run.smithi172.stdout: "api_name": "default", 2023-12-06T07:27:11.631 INFO:teuthology.orchestra.run.smithi172.stdout: "is_master": "true", 2023-12-06T07:27:11.631 INFO:teuthology.orchestra.run.smithi172.stdout: "endpoints": [], 2023-12-06T07:27:11.631 INFO:teuthology.orchestra.run.smithi172.stdout: "hostnames": [], 2023-12-06T07:27:11.631 INFO:teuthology.orchestra.run.smithi172.stdout: "hostnames_s3website": [], 2023-12-06T07:27:11.631 INFO:teuthology.orchestra.run.smithi172.stdout: "master_zone": "f9e99b90-c3ec-4803-9af0-9e4d2f23f096", 2023-12-06T07:27:11.631 INFO:teuthology.orchestra.run.smithi172.stdout: "zones": [ 2023-12-06T07:27:11.631 INFO:teuthology.orchestra.run.smithi172.stdout: { 2023-12-06T07:27:11.631 INFO:teuthology.orchestra.run.smithi172.stdout: "id": "f9e99b90-c3ec-4803-9af0-9e4d2f23f096", 2023-12-06T07:27:11.631 INFO:teuthology.orchestra.run.smithi172.stdout: "name": "z", 2023-12-06T07:27:11.631 INFO:teuthology.orchestra.run.smithi172.stdout: "endpoints": [], 2023-12-06T07:27:11.631 INFO:teuthology.orchestra.run.smithi172.stdout: "log_meta": "false", 2023-12-06T07:27:11.631 INFO:teuthology.orchestra.run.smithi172.stdout: "log_data": "false", 2023-12-06T07:27:11.631 INFO:teuthology.orchestra.run.smithi172.stdout: "bucket_index_max_shards": 11, 2023-12-06T07:27:11.632 INFO:teuthology.orchestra.run.smithi172.stdout: "read_only": "false", 2023-12-06T07:27:11.632 INFO:teuthology.orchestra.run.smithi172.stdout: "tier_type": "", 2023-12-06T07:27:11.632 INFO:teuthology.orchestra.run.smithi172.stdout: "sync_from_all": "true", 2023-12-06T07:27:11.632 INFO:teuthology.orchestra.run.smithi172.stdout: "sync_from": [], 2023-12-06T07:27:11.632 INFO:teuthology.orchestra.run.smithi172.stdout: "redirect_zone": "" 2023-12-06T07:27:11.632 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:27:11.632 INFO:teuthology.orchestra.run.smithi172.stdout: ], 2023-12-06T07:27:11.632 INFO:teuthology.orchestra.run.smithi172.stdout: "placement_targets": [ 2023-12-06T07:27:11.632 INFO:teuthology.orchestra.run.smithi172.stdout: { 2023-12-06T07:27:11.632 INFO:teuthology.orchestra.run.smithi172.stdout: "name": "default-placement", 2023-12-06T07:27:11.632 INFO:teuthology.orchestra.run.smithi172.stdout: "tags": [], 2023-12-06T07:27:11.632 INFO:teuthology.orchestra.run.smithi172.stdout: "storage_classes": [ 2023-12-06T07:27:11.632 INFO:teuthology.orchestra.run.smithi172.stdout: "STANDARD" 2023-12-06T07:27:11.633 INFO:teuthology.orchestra.run.smithi172.stdout: ] 2023-12-06T07:27:11.633 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:27:11.633 INFO:teuthology.orchestra.run.smithi172.stdout: ], 2023-12-06T07:27:11.633 INFO:teuthology.orchestra.run.smithi172.stdout: "default_placement": "default-placement", 2023-12-06T07:27:11.633 INFO:teuthology.orchestra.run.smithi172.stdout: "realm_id": "2a39e1bd-1a7f-473d-b1a8-929ed090ef78", 2023-12-06T07:27:11.633 INFO:teuthology.orchestra.run.smithi172.stdout: "sync_policy": { 2023-12-06T07:27:11.633 INFO:teuthology.orchestra.run.smithi172.stdout: "groups": [] 2023-12-06T07:27:11.633 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:27:11.633 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:27:11.633 INFO:teuthology.orchestra.run.smithi172.stdout: ], 2023-12-06T07:27:11.633 INFO:teuthology.orchestra.run.smithi172.stdout: "short_zone_ids": [ 2023-12-06T07:27:11.633 INFO:teuthology.orchestra.run.smithi172.stdout: { 2023-12-06T07:27:11.634 INFO:teuthology.orchestra.run.smithi172.stdout: "key": "f9e99b90-c3ec-4803-9af0-9e4d2f23f096", 2023-12-06T07:27:11.634 INFO:teuthology.orchestra.run.smithi172.stdout: "val": 1328157979 2023-12-06T07:27:11.634 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:27:11.634 INFO:teuthology.orchestra.run.smithi172.stdout: ] 2023-12-06T07:27:11.634 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:27:11.634 INFO:teuthology.orchestra.run.smithi172.stdout: "master_zonegroup": "53a7859c-916a-4891-bc1a-d488b6f8a86e", 2023-12-06T07:27:11.634 INFO:teuthology.orchestra.run.smithi172.stdout: "master_zone": "f9e99b90-c3ec-4803-9af0-9e4d2f23f096", 2023-12-06T07:27:11.634 INFO:teuthology.orchestra.run.smithi172.stdout: "period_config": { 2023-12-06T07:27:11.634 INFO:teuthology.orchestra.run.smithi172.stdout: "bucket_quota": { 2023-12-06T07:27:11.634 INFO:teuthology.orchestra.run.smithi172.stdout: "enabled": false, 2023-12-06T07:27:11.634 INFO:teuthology.orchestra.run.smithi172.stdout: "check_on_raw": false, 2023-12-06T07:27:11.634 INFO:teuthology.orchestra.run.smithi172.stdout: "max_size": -1, 2023-12-06T07:27:11.635 INFO:teuthology.orchestra.run.smithi172.stdout: "max_size_kb": 0, 2023-12-06T07:27:11.635 INFO:teuthology.orchestra.run.smithi172.stdout: "max_objects": -1 2023-12-06T07:27:11.635 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:27:11.635 INFO:teuthology.orchestra.run.smithi172.stdout: "user_quota": { 2023-12-06T07:27:11.635 INFO:teuthology.orchestra.run.smithi172.stdout: "enabled": false, 2023-12-06T07:27:11.635 INFO:teuthology.orchestra.run.smithi172.stdout: "check_on_raw": false, 2023-12-06T07:27:11.635 INFO:teuthology.orchestra.run.smithi172.stdout: "max_size": -1, 2023-12-06T07:27:11.635 INFO:teuthology.orchestra.run.smithi172.stdout: "max_size_kb": 0, 2023-12-06T07:27:11.635 INFO:teuthology.orchestra.run.smithi172.stdout: "max_objects": -1 2023-12-06T07:27:11.635 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:27:11.635 INFO:teuthology.orchestra.run.smithi172.stdout: "user_ratelimit": { 2023-12-06T07:27:11.635 INFO:teuthology.orchestra.run.smithi172.stdout: "max_read_ops": 0, 2023-12-06T07:27:11.635 INFO:teuthology.orchestra.run.smithi172.stdout: "max_write_ops": 0, 2023-12-06T07:27:11.635 INFO:teuthology.orchestra.run.smithi172.stdout: "max_read_bytes": 0, 2023-12-06T07:27:11.636 INFO:teuthology.orchestra.run.smithi172.stdout: "max_write_bytes": 0, 2023-12-06T07:27:11.636 INFO:teuthology.orchestra.run.smithi172.stdout: "enabled": false 2023-12-06T07:27:11.636 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:27:11.636 INFO:teuthology.orchestra.run.smithi172.stdout: "bucket_ratelimit": { 2023-12-06T07:27:11.636 INFO:teuthology.orchestra.run.smithi172.stdout: "max_read_ops": 0, 2023-12-06T07:27:11.636 INFO:teuthology.orchestra.run.smithi172.stdout: "max_write_ops": 0, 2023-12-06T07:27:11.636 INFO:teuthology.orchestra.run.smithi172.stdout: "max_read_bytes": 0, 2023-12-06T07:27:11.636 INFO:teuthology.orchestra.run.smithi172.stdout: "max_write_bytes": 0, 2023-12-06T07:27:11.636 INFO:teuthology.orchestra.run.smithi172.stdout: "enabled": false 2023-12-06T07:27:11.636 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:27:11.637 INFO:teuthology.orchestra.run.smithi172.stdout: "anonymous_ratelimit": { 2023-12-06T07:27:11.637 INFO:teuthology.orchestra.run.smithi172.stdout: "max_read_ops": 0, 2023-12-06T07:27:11.637 INFO:teuthology.orchestra.run.smithi172.stdout: "max_write_ops": 0, 2023-12-06T07:27:11.637 INFO:teuthology.orchestra.run.smithi172.stdout: "max_read_bytes": 0, 2023-12-06T07:27:11.637 INFO:teuthology.orchestra.run.smithi172.stdout: "max_write_bytes": 0, 2023-12-06T07:27:11.637 INFO:teuthology.orchestra.run.smithi172.stdout: "enabled": false 2023-12-06T07:27:11.637 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:27:11.637 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:27:11.637 INFO:teuthology.orchestra.run.smithi172.stdout: "realm_id": "2a39e1bd-1a7f-473d-b1a8-929ed090ef78", 2023-12-06T07:27:11.637 INFO:teuthology.orchestra.run.smithi172.stdout: "realm_name": "r", 2023-12-06T07:27:11.637 INFO:teuthology.orchestra.run.smithi172.stdout: "realm_epoch": 2 2023-12-06T07:27:11.637 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:27:11.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:11 smithi195 bash[25052]: cluster 2023-12-06T07:27:10.384983+0000 mgr.y (mgr.24356) 99 : cluster [DBG] pgmap v79: 129 pgs: 32 unknown, 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-06T07:27:11.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:11 smithi195 bash[25052]: audit 2023-12-06T07:27:10.516433+0000 mon.a (mon.0) 681 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-06T07:27:11.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:11 smithi195 bash[25052]: cluster 2023-12-06T07:27:10.516708+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-06T07:27:11.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:11 smithi195 bash[25052]: audit 2023-12-06T07:27:10.519511+0000 mon.c (mon.1) 74 : audit [INF] from='client.? 172.21.15.172:0/2884259765' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-06T07:27:11.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:11 smithi195 bash[25052]: audit 2023-12-06T07:27:10.520120+0000 mon.a (mon.0) 683 : 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-06T07:27:11.863 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:11 smithi172 bash[30529]: cluster 2023-12-06T07:27:10.384983+0000 mgr.y (mgr.24356) 99 : cluster [DBG] pgmap v79: 129 pgs: 32 unknown, 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-06T07:27:11.863 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:11 smithi172 bash[30529]: audit 2023-12-06T07:27:10.516433+0000 mon.a (mon.0) 681 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-06T07:27:11.863 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:11 smithi172 bash[30529]: cluster 2023-12-06T07:27:10.516708+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-06T07:27:11.863 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:11 smithi172 bash[30529]: audit 2023-12-06T07:27:10.519511+0000 mon.c (mon.1) 74 : audit [INF] from='client.? 172.21.15.172:0/2884259765' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-06T07:27:11.863 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:11 smithi172 bash[30529]: audit 2023-12-06T07:27:10.520120+0000 mon.a (mon.0) 683 : 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-06T07:27:11.863 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:11 smithi172 bash[25094]: cluster 2023-12-06T07:27:10.384983+0000 mgr.y (mgr.24356) 99 : cluster [DBG] pgmap v79: 129 pgs: 32 unknown, 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-06T07:27:11.863 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:11 smithi172 bash[25094]: audit 2023-12-06T07:27:10.516433+0000 mon.a (mon.0) 681 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-06T07:27:11.864 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:11 smithi172 bash[25094]: cluster 2023-12-06T07:27:10.516708+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-06T07:27:11.864 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:11 smithi172 bash[25094]: audit 2023-12-06T07:27:10.519511+0000 mon.c (mon.1) 74 : audit [INF] from='client.? 172.21.15.172:0/2884259765' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-06T07:27:11.864 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:11 smithi172 bash[25094]: audit 2023-12-06T07:27:10.520120+0000 mon.a (mon.0) 683 : 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-06T07:27:12.526 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000' 2023-12-06T07:27:12.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:12 smithi195 bash[25052]: audit 2023-12-06T07:27:11.519406+0000 mon.a (mon.0) 684 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-06T07:27:12.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:12 smithi195 bash[25052]: cluster 2023-12-06T07:27:11.519645+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-06T07:27:12.953 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:12 smithi172 bash[30529]: audit 2023-12-06T07:27:11.519406+0000 mon.a (mon.0) 684 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-06T07:27:12.954 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:12 smithi172 bash[30529]: cluster 2023-12-06T07:27:11.519645+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-06T07:27:12.954 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:12 smithi172 bash[25094]: audit 2023-12-06T07:27:11.519406+0000 mon.a (mon.0) 684 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-06T07:27:12.954 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:12 smithi172 bash[25094]: cluster 2023-12-06T07:27:11.519645+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-06T07:27:13.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:13 smithi195 bash[25052]: cluster 2023-12-06T07:27:12.386381+0000 mgr.y (mgr.24356) 100 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2023-12-06T07:27:13.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:13 smithi172 bash[25094]: cluster 2023-12-06T07:27:12.386381+0000 mgr.y (mgr.24356) 100 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2023-12-06T07:27:13.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:13 smithi172 bash[30529]: cluster 2023-12-06T07:27:12.386381+0000 mgr.y (mgr.24356) 100 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2023-12-06T07:27:15.575 INFO:teuthology.orchestra.run.smithi172.stdout:Scheduled rgw.foo update... 2023-12-06T07:27:15.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:15 smithi195 bash[25052]: cluster 2023-12-06T07:27:14.387172+0000 mgr.y (mgr.24356) 101 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-12-06T07:27:15.865 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:15 smithi172 bash[25094]: cluster 2023-12-06T07:27:14.387172+0000 mgr.y (mgr.24356) 101 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-12-06T07:27:15.865 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:15 smithi172 bash[30529]: cluster 2023-12-06T07:27:14.387172+0000 mgr.y (mgr.24356) 101 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-12-06T07:27:16.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:27:16] "GET /metrics HTTP/1.1" 200 196585 "" "Prometheus/2.33.4" 2023-12-06T07:27:16.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[30529]: audit 2023-12-06T07:27:15.562579+0000 mgr.y (mgr.24356) 102 : audit [DBG] from='client.24631 -' 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-06T07:27:16.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[30529]: cephadm 2023-12-06T07:27:15.566971+0000 mgr.y (mgr.24356) 103 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T07:27:16.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[30529]: audit 2023-12-06T07:27:15.572332+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:16.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[30529]: audit 2023-12-06T07:27:15.607311+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:16.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[30529]: audit 2023-12-06T07:27:15.608929+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:27:16.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[30529]: audit 2023-12-06T07:27:15.874892+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:16.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[30529]: audit 2023-12-06T07:27:15.883955+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:16.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[30529]: audit 2023-12-06T07:27:15.895045+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:16.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[30529]: cephadm 2023-12-06T07:27:15.896036+0000 mgr.y (mgr.24356) 104 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T07:27:16.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[30529]: audit 2023-12-06T07:27:15.901791+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:16.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[30529]: audit 2023-12-06T07:27:15.903261+0000 mon.c (mon.1) 77 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.fmdqeg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:16.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[30529]: audit 2023-12-06T07:27:15.903847+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.fmdqeg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:16.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[30529]: audit 2023-12-06T07:27:15.908448+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.fmdqeg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T07:27:16.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[30529]: audit 2023-12-06T07:27:15.916971+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:16.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[30529]: audit 2023-12-06T07:27:15.918590+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:16.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[25094]: audit 2023-12-06T07:27:15.562579+0000 mgr.y (mgr.24356) 102 : audit [DBG] from='client.24631 -' 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-06T07:27:16.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[25094]: cephadm 2023-12-06T07:27:15.566971+0000 mgr.y (mgr.24356) 103 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T07:27:16.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[25094]: audit 2023-12-06T07:27:15.572332+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:16.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[25094]: audit 2023-12-06T07:27:15.607311+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:16.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[25094]: audit 2023-12-06T07:27:15.608929+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:27:16.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[25094]: audit 2023-12-06T07:27:15.874892+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:16.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[25094]: audit 2023-12-06T07:27:15.883955+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:16.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[25094]: audit 2023-12-06T07:27:15.895045+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:16.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[25094]: cephadm 2023-12-06T07:27:15.896036+0000 mgr.y (mgr.24356) 104 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T07:27:16.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[25094]: audit 2023-12-06T07:27:15.901791+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:16.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[25094]: audit 2023-12-06T07:27:15.903261+0000 mon.c (mon.1) 77 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.fmdqeg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:16.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[25094]: audit 2023-12-06T07:27:15.903847+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.fmdqeg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:16.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[25094]: audit 2023-12-06T07:27:15.908448+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.fmdqeg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T07:27:16.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[25094]: audit 2023-12-06T07:27:15.916971+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:16.676 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:16 smithi172 bash[25094]: audit 2023-12-06T07:27:15.918590+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:16.718 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch apply rgw smpl' 2023-12-06T07:27:16.846 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:27:16 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:27:16] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:27:16.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:16 smithi195 bash[25052]: audit 2023-12-06T07:27:15.562579+0000 mgr.y (mgr.24356) 102 : audit [DBG] from='client.24631 -' 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-06T07:27:16.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:16 smithi195 bash[25052]: cephadm 2023-12-06T07:27:15.566971+0000 mgr.y (mgr.24356) 103 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T07:27:16.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:16 smithi195 bash[25052]: audit 2023-12-06T07:27:15.572332+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:16.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:16 smithi195 bash[25052]: audit 2023-12-06T07:27:15.607311+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:16.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:16 smithi195 bash[25052]: audit 2023-12-06T07:27:15.608929+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:27:16.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:16 smithi195 bash[25052]: audit 2023-12-06T07:27:15.874892+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:16.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:16 smithi195 bash[25052]: audit 2023-12-06T07:27:15.883955+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:16.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:16 smithi195 bash[25052]: audit 2023-12-06T07:27:15.895045+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:16.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:16 smithi195 bash[25052]: cephadm 2023-12-06T07:27:15.896036+0000 mgr.y (mgr.24356) 104 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T07:27:16.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:16 smithi195 bash[25052]: audit 2023-12-06T07:27:15.901791+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:16.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:16 smithi195 bash[25052]: audit 2023-12-06T07:27:15.903261+0000 mon.c (mon.1) 77 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.fmdqeg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:16.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:16 smithi195 bash[25052]: audit 2023-12-06T07:27:15.903847+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.fmdqeg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:16.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:16 smithi195 bash[25052]: audit 2023-12-06T07:27:15.908448+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.fmdqeg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T07:27:16.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:16 smithi195 bash[25052]: audit 2023-12-06T07:27:15.916971+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:16.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:16 smithi195 bash[25052]: audit 2023-12-06T07:27:15.918590+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:17.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:17 smithi195 bash[25052]: cephadm 2023-12-06T07:27:15.920049+0000 mgr.y (mgr.24356) 105 : cephadm [INF] Deploying daemon rgw.foo.smithi172.fmdqeg on smithi172 2023-12-06T07:27:17.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:17 smithi195 bash[25052]: cluster 2023-12-06T07:27:16.387940+0000 mgr.y (mgr.24356) 106 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-12-06T07:27:17.874 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:17 smithi172 bash[25094]: cephadm 2023-12-06T07:27:15.920049+0000 mgr.y (mgr.24356) 105 : cephadm [INF] Deploying daemon rgw.foo.smithi172.fmdqeg on smithi172 2023-12-06T07:27:17.874 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:17 smithi172 bash[25094]: cluster 2023-12-06T07:27:16.387940+0000 mgr.y (mgr.24356) 106 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-12-06T07:27:17.874 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:17 smithi172 bash[30529]: cephadm 2023-12-06T07:27:15.920049+0000 mgr.y (mgr.24356) 105 : cephadm [INF] Deploying daemon rgw.foo.smithi172.fmdqeg on smithi172 2023-12-06T07:27:17.874 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:17 smithi172 bash[30529]: cluster 2023-12-06T07:27:16.387940+0000 mgr.y (mgr.24356) 106 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-12-06T07:27:19.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:19 smithi195 bash[25052]: cluster 2023-12-06T07:27:18.389448+0000 mgr.y (mgr.24356) 107 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.1 KiB/s wr, 2 op/s 2023-12-06T07:27:19.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:19 smithi195 bash[25052]: audit 2023-12-06T07:27:19.123935+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:19.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:19 smithi195 bash[25052]: audit 2023-12-06T07:27:19.127089+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi195.hycrot", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:19.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:19 smithi195 bash[25052]: audit 2023-12-06T07:27:19.127650+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi195.hycrot", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:19.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:19 smithi195 bash[25052]: audit 2023-12-06T07:27:19.135632+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi195.hycrot", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T07:27:19.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:19 smithi195 bash[25052]: audit 2023-12-06T07:27:19.144902+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:19.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:19 smithi195 bash[25052]: audit 2023-12-06T07:27:19.149682+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:19.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:19 smithi172 bash[30529]: cluster 2023-12-06T07:27:18.389448+0000 mgr.y (mgr.24356) 107 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.1 KiB/s wr, 2 op/s 2023-12-06T07:27:19.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:19 smithi172 bash[30529]: audit 2023-12-06T07:27:19.123935+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:19.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:19 smithi172 bash[30529]: audit 2023-12-06T07:27:19.127089+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi195.hycrot", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:19.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:19 smithi172 bash[30529]: audit 2023-12-06T07:27:19.127650+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi195.hycrot", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:19.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:19 smithi172 bash[30529]: audit 2023-12-06T07:27:19.135632+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi195.hycrot", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T07:27:19.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:19 smithi172 bash[30529]: audit 2023-12-06T07:27:19.144902+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:19.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:19 smithi172 bash[30529]: audit 2023-12-06T07:27:19.149682+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:19.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:19 smithi172 bash[25094]: cluster 2023-12-06T07:27:18.389448+0000 mgr.y (mgr.24356) 107 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.1 KiB/s wr, 2 op/s 2023-12-06T07:27:19.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:19 smithi172 bash[25094]: audit 2023-12-06T07:27:19.123935+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:19.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:19 smithi172 bash[25094]: audit 2023-12-06T07:27:19.127089+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi195.hycrot", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:19.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:19 smithi172 bash[25094]: audit 2023-12-06T07:27:19.127650+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi195.hycrot", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:19.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:19 smithi172 bash[25094]: audit 2023-12-06T07:27:19.135632+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi195.hycrot", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T07:27:19.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:19 smithi172 bash[25094]: audit 2023-12-06T07:27:19.144902+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:19.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:19 smithi172 bash[25094]: audit 2023-12-06T07:27:19.149682+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:20.840 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:20 smithi195 bash[25052]: cephadm 2023-12-06T07:27:19.151252+0000 mgr.y (mgr.24356) 108 : cephadm [INF] Deploying daemon rgw.foo.smithi195.hycrot on smithi195 2023-12-06T07:27:20.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:20 smithi172 bash[30529]: cephadm 2023-12-06T07:27:19.151252+0000 mgr.y (mgr.24356) 108 : cephadm [INF] Deploying daemon rgw.foo.smithi195.hycrot on smithi195 2023-12-06T07:27:20.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:20 smithi172 bash[25094]: cephadm 2023-12-06T07:27:19.151252+0000 mgr.y (mgr.24356) 108 : cephadm [INF] Deploying daemon rgw.foo.smithi195.hycrot on smithi195 2023-12-06T07:27:21.124 INFO:teuthology.orchestra.run.smithi172.stdout:Scheduled rgw.smpl update... 2023-12-06T07:27:21.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:21 smithi195 bash[25052]: cluster 2023-12-06T07:27:20.392088+0000 mgr.y (mgr.24356) 109 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 829 B/s rd, 932 B/s wr, 2 op/s 2023-12-06T07:27:21.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:21 smithi195 bash[25052]: audit 2023-12-06T07:27:21.122010+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:21.869 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:21 smithi172 bash[25094]: cluster 2023-12-06T07:27:20.392088+0000 mgr.y (mgr.24356) 109 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 829 B/s rd, 932 B/s wr, 2 op/s 2023-12-06T07:27:21.869 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:21 smithi172 bash[25094]: audit 2023-12-06T07:27:21.122010+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:21.870 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:21 smithi172 bash[30529]: cluster 2023-12-06T07:27:20.392088+0000 mgr.y (mgr.24356) 109 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 829 B/s rd, 932 B/s wr, 2 op/s 2023-12-06T07:27:21.870 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:21 smithi172 bash[30529]: audit 2023-12-06T07:27:21.122010+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:21.944 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph osd pool create foo' 2023-12-06T07:27:23.003 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:22 smithi195 bash[25052]: audit 2023-12-06T07:27:21.114735+0000 mgr.y (mgr.24356) 110 : audit [DBG] from='client.14739 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:27:23.003 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:22 smithi195 bash[25052]: cephadm 2023-12-06T07:27:21.115922+0000 mgr.y (mgr.24356) 111 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T07:27:23.003 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:22 smithi195 bash[25052]: audit 2023-12-06T07:27:21.843304+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:23.003 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:22 smithi195 bash[25052]: audit 2023-12-06T07:27:21.847339+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:23.003 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:22 smithi195 bash[25052]: audit 2023-12-06T07:27:21.848884+0000 mon.c (mon.1) 82 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:27:23.100 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:22 smithi172 bash[25094]: audit 2023-12-06T07:27:21.114735+0000 mgr.y (mgr.24356) 110 : audit [DBG] from='client.14739 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:27:23.100 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:22 smithi172 bash[25094]: cephadm 2023-12-06T07:27:21.115922+0000 mgr.y (mgr.24356) 111 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T07:27:23.100 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:22 smithi172 bash[25094]: audit 2023-12-06T07:27:21.843304+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:23.100 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:22 smithi172 bash[25094]: audit 2023-12-06T07:27:21.847339+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:23.100 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:22 smithi172 bash[25094]: audit 2023-12-06T07:27:21.848884+0000 mon.c (mon.1) 82 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:27:23.101 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:22 smithi172 bash[30529]: audit 2023-12-06T07:27:21.114735+0000 mgr.y (mgr.24356) 110 : audit [DBG] from='client.14739 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:27:23.101 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:22 smithi172 bash[30529]: cephadm 2023-12-06T07:27:21.115922+0000 mgr.y (mgr.24356) 111 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T07:27:23.101 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:22 smithi172 bash[30529]: audit 2023-12-06T07:27:21.843304+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:23.101 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:22 smithi172 bash[30529]: audit 2023-12-06T07:27:21.847339+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:23.101 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:22 smithi172 bash[30529]: audit 2023-12-06T07:27:21.848884+0000 mon.c (mon.1) 82 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:27:24.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:23 smithi172 bash[25094]: cluster 2023-12-06T07:27:22.393572+0000 mgr.y (mgr.24356) 112 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 3.9 KiB/s wr, 105 op/s 2023-12-06T07:27:24.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:23 smithi172 bash[30529]: cluster 2023-12-06T07:27:22.393572+0000 mgr.y (mgr.24356) 112 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 3.9 KiB/s wr, 105 op/s 2023-12-06T07:27:24.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:23 smithi195 bash[25052]: cluster 2023-12-06T07:27:22.393572+0000 mgr.y (mgr.24356) 112 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 3.9 KiB/s wr, 105 op/s 2023-12-06T07:27:25.859 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:25 smithi172 bash[25094]: cluster 2023-12-06T07:27:24.394299+0000 mgr.y (mgr.24356) 113 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 2.7 KiB/s wr, 93 op/s 2023-12-06T07:27:25.860 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:25 smithi172 bash[25094]: audit 2023-12-06T07:27:25.078377+0000 mon.a (mon.0) 700 : audit [INF] from='client.? 172.21.15.172:0/572890554' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-06T07:27:25.860 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:25 smithi172 bash[25094]: audit 2023-12-06T07:27:25.538818+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:25.860 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:25 smithi172 bash[25094]: audit 2023-12-06T07:27:25.680842+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:25.884 INFO:teuthology.orchestra.run.smithi172.stderr:pool 'foo' created 2023-12-06T07:27:26.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:25 smithi195 bash[25052]: cluster 2023-12-06T07:27:24.394299+0000 mgr.y (mgr.24356) 113 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 2.7 KiB/s wr, 93 op/s 2023-12-06T07:27:26.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:25 smithi195 bash[25052]: audit 2023-12-06T07:27:25.078377+0000 mon.a (mon.0) 700 : audit [INF] from='client.? 172.21.15.172:0/572890554' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-06T07:27:26.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:25 smithi195 bash[25052]: audit 2023-12-06T07:27:25.538818+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:26.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:25 smithi195 bash[25052]: audit 2023-12-06T07:27:25.680842+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:26.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:25 smithi172 bash[30529]: cluster 2023-12-06T07:27:24.394299+0000 mgr.y (mgr.24356) 113 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 2.7 KiB/s wr, 93 op/s 2023-12-06T07:27:26.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:25 smithi172 bash[30529]: audit 2023-12-06T07:27:25.078377+0000 mon.a (mon.0) 700 : audit [INF] from='client.? 172.21.15.172:0/572890554' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-06T07:27:26.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:25 smithi172 bash[30529]: audit 2023-12-06T07:27:25.538818+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:26.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:25 smithi172 bash[30529]: audit 2023-12-06T07:27:25.680842+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:26.611 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:27:26] "GET /metrics HTTP/1.1" 200 196585 "" "Prometheus/2.33.4" 2023-12-06T07:27:26.910 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'rbd pool init foo' 2023-12-06T07:27:27.097 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:27:26 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:27:26] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:27:27.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:26 smithi195 bash[25052]: cephadm 2023-12-06T07:27:25.690786+0000 mgr.y (mgr.24356) 114 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T07:27:27.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:26 smithi195 bash[25052]: audit 2023-12-06T07:27:25.870066+0000 mon.a (mon.0) 703 : audit [INF] from='client.? 172.21.15.172:0/572890554' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-06T07:27:27.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:26 smithi195 bash[25052]: cluster 2023-12-06T07:27:25.870336+0000 mon.a (mon.0) 704 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-06T07:27:27.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:26 smithi195 bash[25052]: audit 2023-12-06T07:27:26.268523+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:27.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:26 smithi195 bash[25052]: audit 2023-12-06T07:27:26.281758+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:27.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:26 smithi195 bash[25052]: audit 2023-12-06T07:27:26.293591+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:27.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:26 smithi195 bash[25052]: audit 2023-12-06T07:27:26.304367+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:27.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:26 smithi195 bash[25052]: audit 2023-12-06T07:27:26.306863+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.woscxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:27.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:26 smithi195 bash[25052]: audit 2023-12-06T07:27:26.314568+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.woscxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:27.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:26 smithi195 bash[25052]: audit 2023-12-06T07:27:26.318998+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.woscxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T07:27:27.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:26 smithi195 bash[25052]: audit 2023-12-06T07:27:26.335831+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:27.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:26 smithi195 bash[25052]: audit 2023-12-06T07:27:26.338200+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:27.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:26 smithi195 bash[25052]: audit 2023-12-06T07:27:26.487485+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:27.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[25094]: cephadm 2023-12-06T07:27:25.690786+0000 mgr.y (mgr.24356) 114 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T07:27:27.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[25094]: audit 2023-12-06T07:27:25.870066+0000 mon.a (mon.0) 703 : audit [INF] from='client.? 172.21.15.172:0/572890554' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-06T07:27:27.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[25094]: cluster 2023-12-06T07:27:25.870336+0000 mon.a (mon.0) 704 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-06T07:27:27.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[25094]: audit 2023-12-06T07:27:26.268523+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:27.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[25094]: audit 2023-12-06T07:27:26.281758+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:27.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[25094]: audit 2023-12-06T07:27:26.293591+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:27.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[25094]: audit 2023-12-06T07:27:26.304367+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:27.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[25094]: audit 2023-12-06T07:27:26.306863+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.woscxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:27.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[25094]: audit 2023-12-06T07:27:26.314568+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.woscxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:27.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[25094]: audit 2023-12-06T07:27:26.318998+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.woscxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T07:27:27.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[25094]: audit 2023-12-06T07:27:26.335831+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:27.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[25094]: audit 2023-12-06T07:27:26.338200+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:27.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[25094]: audit 2023-12-06T07:27:26.487485+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:27.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[30529]: cephadm 2023-12-06T07:27:25.690786+0000 mgr.y (mgr.24356) 114 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T07:27:27.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[30529]: audit 2023-12-06T07:27:25.870066+0000 mon.a (mon.0) 703 : audit [INF] from='client.? 172.21.15.172:0/572890554' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-06T07:27:27.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[30529]: cluster 2023-12-06T07:27:25.870336+0000 mon.a (mon.0) 704 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-06T07:27:27.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[30529]: audit 2023-12-06T07:27:26.268523+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:27.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[30529]: audit 2023-12-06T07:27:26.281758+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:27.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[30529]: audit 2023-12-06T07:27:26.293591+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:27.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[30529]: audit 2023-12-06T07:27:26.304367+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:27.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[30529]: audit 2023-12-06T07:27:26.306863+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.woscxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:27.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[30529]: audit 2023-12-06T07:27:26.314568+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.woscxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:27.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[30529]: audit 2023-12-06T07:27:26.318998+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.woscxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T07:27:27.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[30529]: audit 2023-12-06T07:27:26.335831+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:27.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[30529]: audit 2023-12-06T07:27:26.338200+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:27.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:26 smithi172 bash[30529]: audit 2023-12-06T07:27:26.487485+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:28.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:27 smithi172 bash[25094]: cephadm 2023-12-06T07:27:26.299897+0000 mgr.y (mgr.24356) 115 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T07:27:28.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:27 smithi172 bash[25094]: cephadm 2023-12-06T07:27:26.340021+0000 mgr.y (mgr.24356) 116 : cephadm [INF] Deploying daemon rgw.smpl.smithi172.woscxg on smithi172 2023-12-06T07:27:28.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:27 smithi172 bash[25094]: cluster 2023-12-06T07:27:26.395118+0000 mgr.y (mgr.24356) 117 : cluster [DBG] pgmap v90: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 3.3 KiB/s wr, 112 op/s 2023-12-06T07:27:28.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:27 smithi172 bash[25094]: cluster 2023-12-06T07:27:26.874808+0000 mon.a (mon.0) 713 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-06T07:27:28.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:27 smithi172 bash[30529]: cephadm 2023-12-06T07:27:26.299897+0000 mgr.y (mgr.24356) 115 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T07:27:28.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:27 smithi172 bash[30529]: cephadm 2023-12-06T07:27:26.340021+0000 mgr.y (mgr.24356) 116 : cephadm [INF] Deploying daemon rgw.smpl.smithi172.woscxg on smithi172 2023-12-06T07:27:28.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:27 smithi172 bash[30529]: cluster 2023-12-06T07:27:26.395118+0000 mgr.y (mgr.24356) 117 : cluster [DBG] pgmap v90: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 3.3 KiB/s wr, 112 op/s 2023-12-06T07:27:28.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:27 smithi172 bash[30529]: cluster 2023-12-06T07:27:26.874808+0000 mon.a (mon.0) 713 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-06T07:27:28.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:27 smithi195 bash[25052]: cephadm 2023-12-06T07:27:26.299897+0000 mgr.y (mgr.24356) 115 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T07:27:28.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:27 smithi195 bash[25052]: cephadm 2023-12-06T07:27:26.340021+0000 mgr.y (mgr.24356) 116 : cephadm [INF] Deploying daemon rgw.smpl.smithi172.woscxg on smithi172 2023-12-06T07:27:28.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:27 smithi195 bash[25052]: cluster 2023-12-06T07:27:26.395118+0000 mgr.y (mgr.24356) 117 : cluster [DBG] pgmap v90: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 3.3 KiB/s wr, 112 op/s 2023-12-06T07:27:28.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:27 smithi195 bash[25052]: cluster 2023-12-06T07:27:26.874808+0000 mon.a (mon.0) 713 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-06T07:27:29.163 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:28 smithi172 bash[30529]: cluster 2023-12-06T07:27:27.893550+0000 mon.a (mon.0) 714 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-06T07:27:29.164 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:28 smithi172 bash[25094]: cluster 2023-12-06T07:27:27.893550+0000 mon.a (mon.0) 714 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-06T07:27:29.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:28 smithi195 bash[25052]: cluster 2023-12-06T07:27:27.893550+0000 mon.a (mon.0) 714 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-06T07:27:29.986 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:29 smithi172 bash[30529]: cluster 2023-12-06T07:27:28.395773+0000 mgr.y (mgr.24356) 118 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s rd, 511 B/s wr, 174 op/s 2023-12-06T07:27:29.986 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:29 smithi172 bash[25094]: cluster 2023-12-06T07:27:28.395773+0000 mgr.y (mgr.24356) 118 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s rd, 511 B/s wr, 174 op/s 2023-12-06T07:27:30.295 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:29 smithi195 bash[25052]: cluster 2023-12-06T07:27:28.395773+0000 mgr.y (mgr.24356) 118 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s rd, 511 B/s wr, 174 op/s 2023-12-06T07:27:31.558 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:31 smithi195 bash[25052]: audit 2023-12-06T07:27:30.262712+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:31.559 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:31 smithi195 bash[25052]: audit 2023-12-06T07:27:30.264982+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi195.imqeni", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:31.559 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:31 smithi195 bash[25052]: audit 2023-12-06T07:27:30.265396+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi195.imqeni", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:31.559 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:31 smithi195 bash[25052]: audit 2023-12-06T07:27:30.269810+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi195.imqeni", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T07:27:31.559 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:31 smithi195 bash[25052]: audit 2023-12-06T07:27:30.276804+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:31.559 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:31 smithi195 bash[25052]: audit 2023-12-06T07:27:30.278225+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:31.560 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:31 smithi195 bash[25052]: cephadm 2023-12-06T07:27:30.281674+0000 mgr.y (mgr.24356) 119 : cephadm [INF] Deploying daemon rgw.smpl.smithi195.imqeni on smithi195 2023-12-06T07:27:31.560 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:31 smithi195 bash[25052]: cluster 2023-12-06T07:27:30.396507+0000 mgr.y (mgr.24356) 120 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s rd, 511 B/s wr, 174 op/s 2023-12-06T07:27:31.666 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:31 smithi172 bash[25094]: audit 2023-12-06T07:27:30.262712+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:31.666 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:31 smithi172 bash[25094]: audit 2023-12-06T07:27:30.264982+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi195.imqeni", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:31.666 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:31 smithi172 bash[25094]: audit 2023-12-06T07:27:30.265396+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi195.imqeni", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:31.666 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:31 smithi172 bash[25094]: audit 2023-12-06T07:27:30.269810+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi195.imqeni", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T07:27:31.666 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:31 smithi172 bash[25094]: audit 2023-12-06T07:27:30.276804+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:31.666 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:31 smithi172 bash[25094]: audit 2023-12-06T07:27:30.278225+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:31.666 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:31 smithi172 bash[25094]: cephadm 2023-12-06T07:27:30.281674+0000 mgr.y (mgr.24356) 119 : cephadm [INF] Deploying daemon rgw.smpl.smithi195.imqeni on smithi195 2023-12-06T07:27:31.666 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:31 smithi172 bash[25094]: cluster 2023-12-06T07:27:30.396507+0000 mgr.y (mgr.24356) 120 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s rd, 511 B/s wr, 174 op/s 2023-12-06T07:27:31.667 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:31 smithi172 bash[30529]: audit 2023-12-06T07:27:30.262712+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:31.667 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:31 smithi172 bash[30529]: audit 2023-12-06T07:27:30.264982+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi195.imqeni", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:31.667 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:31 smithi172 bash[30529]: audit 2023-12-06T07:27:30.265396+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi195.imqeni", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:27:31.667 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:31 smithi172 bash[30529]: audit 2023-12-06T07:27:30.269810+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi195.imqeni", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T07:27:31.667 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:31 smithi172 bash[30529]: audit 2023-12-06T07:27:30.276804+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:31.667 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:31 smithi172 bash[30529]: audit 2023-12-06T07:27:30.278225+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:31.667 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:31 smithi172 bash[30529]: cephadm 2023-12-06T07:27:30.281674+0000 mgr.y (mgr.24356) 119 : cephadm [INF] Deploying daemon rgw.smpl.smithi195.imqeni on smithi195 2023-12-06T07:27:31.667 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:31 smithi172 bash[30529]: cluster 2023-12-06T07:27:30.396507+0000 mgr.y (mgr.24356) 120 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s rd, 511 B/s wr, 174 op/s 2023-12-06T07:27:32.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:32 smithi195 bash[25052]: audit 2023-12-06T07:27:31.434348+0000 mon.a (mon.0) 719 : audit [INF] from='client.? 172.21.15.172:0/1059387086' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-06T07:27:32.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:32 smithi172 bash[25094]: audit 2023-12-06T07:27:31.434348+0000 mon.a (mon.0) 719 : audit [INF] from='client.? 172.21.15.172:0/1059387086' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-06T07:27:32.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:32 smithi172 bash[30529]: audit 2023-12-06T07:27:31.434348+0000 mon.a (mon.0) 719 : audit [INF] from='client.? 172.21.15.172:0/1059387086' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-06T07:27:33.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:33 smithi195 bash[25052]: audit 2023-12-06T07:27:32.289571+0000 mon.a (mon.0) 720 : audit [INF] from='client.? 172.21.15.172:0/1059387086' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-06T07:27:33.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:33 smithi195 bash[25052]: cluster 2023-12-06T07:27:32.289699+0000 mon.a (mon.0) 721 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-06T07:27:33.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:33 smithi195 bash[25052]: cluster 2023-12-06T07:27:32.398144+0000 mgr.y (mgr.24356) 121 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 223 KiB/s rd, 682 B/s wr, 342 op/s 2023-12-06T07:27:33.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:33 smithi195 bash[25052]: audit 2023-12-06T07:27:32.951574+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:33.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:33 smithi195 bash[25052]: audit 2023-12-06T07:27:32.956456+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:33.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:33 smithi195 bash[25052]: audit 2023-12-06T07:27:32.958167+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:27:33.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:33 smithi172 bash[30529]: audit 2023-12-06T07:27:32.289571+0000 mon.a (mon.0) 720 : audit [INF] from='client.? 172.21.15.172:0/1059387086' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-06T07:27:33.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:33 smithi172 bash[30529]: cluster 2023-12-06T07:27:32.289699+0000 mon.a (mon.0) 721 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-06T07:27:33.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:33 smithi172 bash[30529]: cluster 2023-12-06T07:27:32.398144+0000 mgr.y (mgr.24356) 121 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 223 KiB/s rd, 682 B/s wr, 342 op/s 2023-12-06T07:27:33.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:33 smithi172 bash[30529]: audit 2023-12-06T07:27:32.951574+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:33.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:33 smithi172 bash[30529]: audit 2023-12-06T07:27:32.956456+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:33.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:33 smithi172 bash[30529]: audit 2023-12-06T07:27:32.958167+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:27:33.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:33 smithi172 bash[25094]: audit 2023-12-06T07:27:32.289571+0000 mon.a (mon.0) 720 : audit [INF] from='client.? 172.21.15.172:0/1059387086' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-06T07:27:33.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:33 smithi172 bash[25094]: cluster 2023-12-06T07:27:32.289699+0000 mon.a (mon.0) 721 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-06T07:27:33.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:33 smithi172 bash[25094]: cluster 2023-12-06T07:27:32.398144+0000 mgr.y (mgr.24356) 121 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 223 KiB/s rd, 682 B/s wr, 342 op/s 2023-12-06T07:27:33.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:33 smithi172 bash[25094]: audit 2023-12-06T07:27:32.951574+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:33.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:33 smithi172 bash[25094]: audit 2023-12-06T07:27:32.956456+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:33.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:33 smithi172 bash[25094]: audit 2023-12-06T07:27:32.958167+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:27:34.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:34 smithi195 bash[25052]: cluster 2023-12-06T07:27:33.298895+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-06T07:27:34.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:34 smithi172 bash[25094]: cluster 2023-12-06T07:27:33.298895+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-06T07:27:34.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:34 smithi172 bash[30529]: cluster 2023-12-06T07:27:33.298895+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-06T07:27:35.230 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch apply iscsi foo u p' 2023-12-06T07:27:35.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:35 smithi195 bash[25052]: cluster 2023-12-06T07:27:34.300636+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-06T07:27:35.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:35 smithi195 bash[25052]: cluster 2023-12-06T07:27:34.398738+0000 mgr.y (mgr.24356) 122 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 170 B/s wr, 167 op/s 2023-12-06T07:27:35.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:35 smithi172 bash[30529]: cluster 2023-12-06T07:27:34.300636+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-06T07:27:35.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:35 smithi172 bash[30529]: cluster 2023-12-06T07:27:34.398738+0000 mgr.y (mgr.24356) 122 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 170 B/s wr, 167 op/s 2023-12-06T07:27:35.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:35 smithi172 bash[25094]: cluster 2023-12-06T07:27:34.300636+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-06T07:27:35.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:35 smithi172 bash[25094]: cluster 2023-12-06T07:27:34.398738+0000 mgr.y (mgr.24356) 122 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 170 B/s wr, 167 op/s 2023-12-06T07:27:36.738 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:27:36 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:27:36] "GET /metrics HTTP/1.1" 200 207082 "" "Prometheus/2.33.4" 2023-12-06T07:27:37.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:27:36 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:27:36] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:27:37.812 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:37 smithi172 bash[30529]: cluster 2023-12-06T07:27:36.399217+0000 mgr.y (mgr.24356) 123 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 170 B/s wr, 167 op/s 2023-12-06T07:27:37.812 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:37 smithi172 bash[30529]: audit 2023-12-06T07:27:36.504075+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:37.812 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:37 smithi172 bash[30529]: audit 2023-12-06T07:27:36.683423+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:37.812 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:37 smithi172 bash[30529]: audit 2023-12-06T07:27:36.851482+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:37.812 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:37 smithi172 bash[30529]: audit 2023-12-06T07:27:37.487857+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:37.812 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:37 smithi172 bash[25094]: cluster 2023-12-06T07:27:36.399217+0000 mgr.y (mgr.24356) 123 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 170 B/s wr, 167 op/s 2023-12-06T07:27:37.813 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:37 smithi172 bash[25094]: audit 2023-12-06T07:27:36.504075+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:37.813 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:37 smithi172 bash[25094]: audit 2023-12-06T07:27:36.683423+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:37.813 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:37 smithi172 bash[25094]: audit 2023-12-06T07:27:36.851482+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:37.813 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:37 smithi172 bash[25094]: audit 2023-12-06T07:27:37.487857+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:37.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:37 smithi195 bash[25052]: cluster 2023-12-06T07:27:36.399217+0000 mgr.y (mgr.24356) 123 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 170 B/s wr, 167 op/s 2023-12-06T07:27:37.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:37 smithi195 bash[25052]: audit 2023-12-06T07:27:36.504075+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:37.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:37 smithi195 bash[25052]: audit 2023-12-06T07:27:36.683423+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:37.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:37 smithi195 bash[25052]: audit 2023-12-06T07:27:36.851482+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:37.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:37 smithi195 bash[25052]: audit 2023-12-06T07:27:37.487857+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:38.242 INFO:teuthology.orchestra.run.smithi172.stdout:Scheduled iscsi.foo update... 2023-12-06T07:27:38.561 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[30529]: cephadm 2023-12-06T07:27:37.132747+0000 mgr.y (mgr.24356) 124 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T07:27:38.561 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[30529]: audit 2023-12-06T07:27:37.500163+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:38.561 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[30529]: audit 2023-12-06T07:27:37.508765+0000 mon.c (mon.1) 90 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:27:38.561 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[30529]: cephadm 2023-12-06T07:27:37.515881+0000 mgr.y (mgr.24356) 125 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T07:27:38.561 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[30529]: audit 2023-12-06T07:27:37.875718+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:38.561 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[30529]: audit 2023-12-06T07:27:38.238388+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:38.561 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[30529]: audit 2023-12-06T07:27:38.248567+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:38.561 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[30529]: audit 2023-12-06T07:27:38.250609+0000 mon.c (mon.1) 92 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:27:38.561 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[30529]: audit 2023-12-06T07:27:38.261926+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:38.561 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[30529]: audit 2023-12-06T07:27:38.280734+0000 mon.c (mon.1) 93 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi172.imjphn", "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-06T07:27:38.562 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[30529]: audit 2023-12-06T07:27:38.281253+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi172.imjphn", "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-06T07:27:38.562 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[30529]: audit 2023-12-06T07:27:38.285725+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi172.imjphn", "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-06T07:27:38.562 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[30529]: audit 2023-12-06T07:27:38.296316+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:38.562 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[25094]: cephadm 2023-12-06T07:27:37.132747+0000 mgr.y (mgr.24356) 124 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T07:27:38.562 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[25094]: audit 2023-12-06T07:27:37.500163+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:38.562 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[25094]: audit 2023-12-06T07:27:37.508765+0000 mon.c (mon.1) 90 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:27:38.562 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[25094]: cephadm 2023-12-06T07:27:37.515881+0000 mgr.y (mgr.24356) 125 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T07:27:38.562 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[25094]: audit 2023-12-06T07:27:37.875718+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:38.562 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[25094]: audit 2023-12-06T07:27:38.238388+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:38.562 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[25094]: audit 2023-12-06T07:27:38.248567+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:38.562 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[25094]: audit 2023-12-06T07:27:38.250609+0000 mon.c (mon.1) 92 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:27:38.563 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[25094]: audit 2023-12-06T07:27:38.261926+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:38.563 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[25094]: audit 2023-12-06T07:27:38.280734+0000 mon.c (mon.1) 93 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi172.imjphn", "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-06T07:27:38.563 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[25094]: audit 2023-12-06T07:27:38.281253+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi172.imjphn", "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-06T07:27:38.563 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[25094]: audit 2023-12-06T07:27:38.285725+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi172.imjphn", "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-06T07:27:38.563 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:38 smithi172 bash[25094]: audit 2023-12-06T07:27:38.296316+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:38.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:38 smithi195 bash[25052]: cephadm 2023-12-06T07:27:37.132747+0000 mgr.y (mgr.24356) 124 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T07:27:38.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:38 smithi195 bash[25052]: audit 2023-12-06T07:27:37.500163+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:38.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:38 smithi195 bash[25052]: audit 2023-12-06T07:27:37.508765+0000 mon.c (mon.1) 90 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:27:38.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:38 smithi195 bash[25052]: cephadm 2023-12-06T07:27:37.515881+0000 mgr.y (mgr.24356) 125 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T07:27:38.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:38 smithi195 bash[25052]: audit 2023-12-06T07:27:37.875718+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:38.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:38 smithi195 bash[25052]: audit 2023-12-06T07:27:38.238388+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:38.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:38 smithi195 bash[25052]: audit 2023-12-06T07:27:38.248567+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:38.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:38 smithi195 bash[25052]: audit 2023-12-06T07:27:38.250609+0000 mon.c (mon.1) 92 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:27:38.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:38 smithi195 bash[25052]: audit 2023-12-06T07:27:38.261926+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:38.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:38 smithi195 bash[25052]: audit 2023-12-06T07:27:38.280734+0000 mon.c (mon.1) 93 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi172.imjphn", "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-06T07:27:38.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:38 smithi195 bash[25052]: audit 2023-12-06T07:27:38.281253+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi172.imjphn", "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-06T07:27:38.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:38 smithi195 bash[25052]: audit 2023-12-06T07:27:38.285725+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi172.imjphn", "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-06T07:27:38.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:38 smithi195 bash[25052]: audit 2023-12-06T07:27:38.296316+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:39.374 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'sleep 120' 2023-12-06T07:27:39.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:39 smithi172 bash[25094]: audit 2023-12-06T07:27:38.229611+0000 mgr.y (mgr.24356) 126 : audit [DBG] from='client.24841 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:27:39.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:39 smithi172 bash[25094]: cephadm 2023-12-06T07:27:38.231424+0000 mgr.y (mgr.24356) 127 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-06T07:27:39.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:39 smithi172 bash[25094]: cephadm 2023-12-06T07:27:38.269001+0000 mgr.y (mgr.24356) 128 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-06T07:27:39.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:39 smithi172 bash[25094]: cephadm 2023-12-06T07:27:38.297791+0000 mgr.y (mgr.24356) 129 : cephadm [INF] Deploying daemon iscsi.foo.smithi172.imjphn on smithi172 2023-12-06T07:27:39.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:39 smithi172 bash[25094]: cluster 2023-12-06T07:27:38.401209+0000 mgr.y (mgr.24356) 130 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 217 KiB/s rd, 669 B/s wr, 333 op/s 2023-12-06T07:27:39.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:39 smithi172 bash[25094]: cluster 2023-12-06T07:27:39.307791+0000 mon.a (mon.0) 734 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2023-12-06T07:27:39.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:39 smithi172 bash[30529]: audit 2023-12-06T07:27:38.229611+0000 mgr.y (mgr.24356) 126 : audit [DBG] from='client.24841 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:27:39.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:39 smithi172 bash[30529]: cephadm 2023-12-06T07:27:38.231424+0000 mgr.y (mgr.24356) 127 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-06T07:27:39.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:39 smithi172 bash[30529]: cephadm 2023-12-06T07:27:38.269001+0000 mgr.y (mgr.24356) 128 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-06T07:27:39.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:39 smithi172 bash[30529]: cephadm 2023-12-06T07:27:38.297791+0000 mgr.y (mgr.24356) 129 : cephadm [INF] Deploying daemon iscsi.foo.smithi172.imjphn on smithi172 2023-12-06T07:27:39.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:39 smithi172 bash[30529]: cluster 2023-12-06T07:27:38.401209+0000 mgr.y (mgr.24356) 130 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 217 KiB/s rd, 669 B/s wr, 333 op/s 2023-12-06T07:27:39.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:39 smithi172 bash[30529]: cluster 2023-12-06T07:27:39.307791+0000 mon.a (mon.0) 734 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2023-12-06T07:27:39.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:39 smithi195 bash[25052]: audit 2023-12-06T07:27:38.229611+0000 mgr.y (mgr.24356) 126 : audit [DBG] from='client.24841 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:27:39.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:39 smithi195 bash[25052]: cephadm 2023-12-06T07:27:38.231424+0000 mgr.y (mgr.24356) 127 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-06T07:27:39.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:39 smithi195 bash[25052]: cephadm 2023-12-06T07:27:38.269001+0000 mgr.y (mgr.24356) 128 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-06T07:27:39.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:39 smithi195 bash[25052]: cephadm 2023-12-06T07:27:38.297791+0000 mgr.y (mgr.24356) 129 : cephadm [INF] Deploying daemon iscsi.foo.smithi172.imjphn on smithi172 2023-12-06T07:27:39.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:39 smithi195 bash[25052]: cluster 2023-12-06T07:27:38.401209+0000 mgr.y (mgr.24356) 130 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 217 KiB/s rd, 669 B/s wr, 333 op/s 2023-12-06T07:27:39.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:39 smithi195 bash[25052]: cluster 2023-12-06T07:27:39.307791+0000 mon.a (mon.0) 734 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2023-12-06T07:27:41.536 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:41 smithi172 bash[25094]: cluster 2023-12-06T07:27:40.402087+0000 mgr.y (mgr.24356) 131 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 84 KiB/s rd, 383 B/s wr, 128 op/s 2023-12-06T07:27:41.536 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:41 smithi172 bash[25094]: cluster 2023-12-06T07:27:40.537884+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-06T07:27:41.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:41 smithi195 bash[25052]: cluster 2023-12-06T07:27:40.402087+0000 mgr.y (mgr.24356) 131 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 84 KiB/s rd, 383 B/s wr, 128 op/s 2023-12-06T07:27:41.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:41 smithi195 bash[25052]: cluster 2023-12-06T07:27:40.537884+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-06T07:27:41.914 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:41 smithi172 bash[30529]: cluster 2023-12-06T07:27:40.402087+0000 mgr.y (mgr.24356) 131 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 84 KiB/s rd, 383 B/s wr, 128 op/s 2023-12-06T07:27:41.914 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:41 smithi172 bash[30529]: cluster 2023-12-06T07:27:40.537884+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-06T07:27:43.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:42 smithi195 bash[25052]: audit 2023-12-06T07:27:41.951333+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:43.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:42 smithi195 bash[25052]: audit 2023-12-06T07:27:41.954229+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:43.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:42 smithi195 bash[25052]: audit 2023-12-06T07:27:41.955605+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:27:43.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:42 smithi195 bash[25052]: cluster 2023-12-06T07:27:42.403801+0000 mgr.y (mgr.24356) 132 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 88 KiB/s rd, 379 B/s wr, 132 op/s 2023-12-06T07:27:43.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:42 smithi172 bash[25094]: audit 2023-12-06T07:27:41.951333+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:43.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:42 smithi172 bash[25094]: audit 2023-12-06T07:27:41.954229+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:43.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:42 smithi172 bash[25094]: audit 2023-12-06T07:27:41.955605+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:27:43.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:42 smithi172 bash[25094]: cluster 2023-12-06T07:27:42.403801+0000 mgr.y (mgr.24356) 132 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 88 KiB/s rd, 379 B/s wr, 132 op/s 2023-12-06T07:27:43.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:42 smithi172 bash[30529]: audit 2023-12-06T07:27:41.951333+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:43.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:42 smithi172 bash[30529]: audit 2023-12-06T07:27:41.954229+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:43.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:42 smithi172 bash[30529]: audit 2023-12-06T07:27:41.955605+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:27:43.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:42 smithi172 bash[30529]: cluster 2023-12-06T07:27:42.403801+0000 mgr.y (mgr.24356) 132 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 88 KiB/s rd, 379 B/s wr, 132 op/s 2023-12-06T07:27:45.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:45 smithi195 bash[25052]: cluster 2023-12-06T07:27:44.404321+0000 mgr.y (mgr.24356) 133 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 307 B/s wr, 107 op/s 2023-12-06T07:27:45.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:45 smithi195 bash[25052]: audit 2023-12-06T07:27:44.549828+0000 mon.a (mon.0) 737 : audit [DBG] from='client.? 172.21.15.172:0/1884742975' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T07:27:45.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:45 smithi195 bash[25052]: audit 2023-12-06T07:27:44.894679+0000 mon.c (mon.1) 97 : audit [INF] from='client.? 172.21.15.172:0/4224261854' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4003206018"}]: dispatch 2023-12-06T07:27:45.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:45 smithi195 bash[25052]: audit 2023-12-06T07:27:44.895768+0000 mon.a (mon.0) 738 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4003206018"}]: dispatch 2023-12-06T07:27:45.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:45 smithi172 bash[30529]: cluster 2023-12-06T07:27:44.404321+0000 mgr.y (mgr.24356) 133 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 307 B/s wr, 107 op/s 2023-12-06T07:27:45.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:45 smithi172 bash[30529]: audit 2023-12-06T07:27:44.549828+0000 mon.a (mon.0) 737 : audit [DBG] from='client.? 172.21.15.172:0/1884742975' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T07:27:45.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:45 smithi172 bash[30529]: audit 2023-12-06T07:27:44.894679+0000 mon.c (mon.1) 97 : audit [INF] from='client.? 172.21.15.172:0/4224261854' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4003206018"}]: dispatch 2023-12-06T07:27:45.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:45 smithi172 bash[30529]: audit 2023-12-06T07:27:44.895768+0000 mon.a (mon.0) 738 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4003206018"}]: dispatch 2023-12-06T07:27:45.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:45 smithi172 bash[25094]: cluster 2023-12-06T07:27:44.404321+0000 mgr.y (mgr.24356) 133 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 307 B/s wr, 107 op/s 2023-12-06T07:27:45.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:45 smithi172 bash[25094]: audit 2023-12-06T07:27:44.549828+0000 mon.a (mon.0) 737 : audit [DBG] from='client.? 172.21.15.172:0/1884742975' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T07:27:45.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:45 smithi172 bash[25094]: audit 2023-12-06T07:27:44.894679+0000 mon.c (mon.1) 97 : audit [INF] from='client.? 172.21.15.172:0/4224261854' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4003206018"}]: dispatch 2023-12-06T07:27:45.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:45 smithi172 bash[25094]: audit 2023-12-06T07:27:44.895768+0000 mon.a (mon.0) 738 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4003206018"}]: dispatch 2023-12-06T07:27:46.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:46 smithi172 bash[25094]: audit 2023-12-06T07:27:45.482525+0000 mon.a (mon.0) 739 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4003206018"}]': finished 2023-12-06T07:27:46.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:46 smithi172 bash[25094]: cluster 2023-12-06T07:27:45.482808+0000 mon.a (mon.0) 740 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-06T07:27:46.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:46 smithi172 bash[25094]: audit 2023-12-06T07:27:45.872004+0000 mon.c (mon.1) 98 : audit [INF] from='client.? 172.21.15.172:0/859134816' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/757527088"}]: dispatch 2023-12-06T07:27:46.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:46 smithi172 bash[25094]: audit 2023-12-06T07:27:45.873058+0000 mon.a (mon.0) 741 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/757527088"}]: dispatch 2023-12-06T07:27:46.674 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:27:46 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:27:46] "GET /metrics HTTP/1.1" 200 214901 "" "Prometheus/2.33.4" 2023-12-06T07:27:46.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:46 smithi172 bash[30529]: audit 2023-12-06T07:27:45.482525+0000 mon.a (mon.0) 739 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4003206018"}]': finished 2023-12-06T07:27:46.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:46 smithi172 bash[30529]: cluster 2023-12-06T07:27:45.482808+0000 mon.a (mon.0) 740 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-06T07:27:46.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:46 smithi172 bash[30529]: audit 2023-12-06T07:27:45.872004+0000 mon.c (mon.1) 98 : audit [INF] from='client.? 172.21.15.172:0/859134816' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/757527088"}]: dispatch 2023-12-06T07:27:46.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:46 smithi172 bash[30529]: audit 2023-12-06T07:27:45.873058+0000 mon.a (mon.0) 741 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/757527088"}]: dispatch 2023-12-06T07:27:46.846 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:27:46 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:27:46] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:27:46.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:46 smithi195 bash[25052]: audit 2023-12-06T07:27:45.482525+0000 mon.a (mon.0) 739 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4003206018"}]': finished 2023-12-06T07:27:46.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:46 smithi195 bash[25052]: cluster 2023-12-06T07:27:45.482808+0000 mon.a (mon.0) 740 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-06T07:27:46.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:46 smithi195 bash[25052]: audit 2023-12-06T07:27:45.872004+0000 mon.c (mon.1) 98 : audit [INF] from='client.? 172.21.15.172:0/859134816' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/757527088"}]: dispatch 2023-12-06T07:27:46.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:46 smithi195 bash[25052]: audit 2023-12-06T07:27:45.873058+0000 mon.a (mon.0) 741 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/757527088"}]: dispatch 2023-12-06T07:27:47.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:47 smithi195 bash[25052]: cluster 2023-12-06T07:27:46.405042+0000 mgr.y (mgr.24356) 134 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 5 op/s 2023-12-06T07:27:47.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:47 smithi195 bash[25052]: audit 2023-12-06T07:27:46.515376+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:47.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:47 smithi195 bash[25052]: audit 2023-12-06T07:27:46.560973+0000 mon.a (mon.0) 743 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/757527088"}]': finished 2023-12-06T07:27:47.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:47 smithi195 bash[25052]: cluster 2023-12-06T07:27:46.561090+0000 mon.a (mon.0) 744 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-06T07:27:47.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:47 smithi195 bash[25052]: audit 2023-12-06T07:27:46.925061+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:47.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:47 smithi195 bash[25052]: audit 2023-12-06T07:27:46.934793+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:47.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:47 smithi195 bash[25052]: audit 2023-12-06T07:27:46.946999+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:27:47.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:47 smithi195 bash[25052]: audit 2023-12-06T07:27:46.949983+0000 mon.c (mon.1) 100 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:27:47.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:47 smithi195 bash[25052]: audit 2023-12-06T07:27:46.958244+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:47.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:47 smithi195 bash[25052]: audit 2023-12-06T07:27:46.963310+0000 mon.c (mon.1) 101 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi172"}]: dispatch 2023-12-06T07:27:47.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:47 smithi195 bash[25052]: audit 2023-12-06T07:27:46.979612+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:47.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:47 smithi195 bash[25052]: audit 2023-12-06T07:27:46.979910+0000 mon.a (mon.0) 749 : audit [INF] from='client.? 172.21.15.172:0/3271175044' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/1817483546"}]: dispatch 2023-12-06T07:27:47.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:47 smithi195 bash[25052]: audit 2023-12-06T07:27:46.982683+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:47.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:47 smithi195 bash[25052]: audit 2023-12-06T07:27:46.983557+0000 mon.c (mon.1) 103 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:27:47.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:47 smithi195 bash[25052]: audit 2023-12-06T07:27:46.990479+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:47.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[25094]: cluster 2023-12-06T07:27:46.405042+0000 mgr.y (mgr.24356) 134 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 5 op/s 2023-12-06T07:27:47.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[25094]: audit 2023-12-06T07:27:46.515376+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:47.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[25094]: audit 2023-12-06T07:27:46.560973+0000 mon.a (mon.0) 743 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/757527088"}]': finished 2023-12-06T07:27:47.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[25094]: cluster 2023-12-06T07:27:46.561090+0000 mon.a (mon.0) 744 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-06T07:27:47.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[25094]: audit 2023-12-06T07:27:46.925061+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:47.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[25094]: audit 2023-12-06T07:27:46.934793+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:47.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[25094]: audit 2023-12-06T07:27:46.946999+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:27:47.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[25094]: audit 2023-12-06T07:27:46.949983+0000 mon.c (mon.1) 100 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:27:47.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[25094]: audit 2023-12-06T07:27:46.958244+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:47.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[25094]: audit 2023-12-06T07:27:46.963310+0000 mon.c (mon.1) 101 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi172"}]: dispatch 2023-12-06T07:27:47.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[25094]: audit 2023-12-06T07:27:46.979612+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:47.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[25094]: audit 2023-12-06T07:27:46.979910+0000 mon.a (mon.0) 749 : audit [INF] from='client.? 172.21.15.172:0/3271175044' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/1817483546"}]: dispatch 2023-12-06T07:27:47.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[25094]: audit 2023-12-06T07:27:46.982683+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:47.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[25094]: audit 2023-12-06T07:27:46.983557+0000 mon.c (mon.1) 103 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:27:47.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[25094]: audit 2023-12-06T07:27:46.990479+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:47.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[30529]: cluster 2023-12-06T07:27:46.405042+0000 mgr.y (mgr.24356) 134 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 5 op/s 2023-12-06T07:27:47.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[30529]: audit 2023-12-06T07:27:46.515376+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:47.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[30529]: audit 2023-12-06T07:27:46.560973+0000 mon.a (mon.0) 743 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/757527088"}]': finished 2023-12-06T07:27:47.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[30529]: cluster 2023-12-06T07:27:46.561090+0000 mon.a (mon.0) 744 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-06T07:27:47.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[30529]: audit 2023-12-06T07:27:46.925061+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:47.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[30529]: audit 2023-12-06T07:27:46.934793+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:47.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[30529]: audit 2023-12-06T07:27:46.946999+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:27:47.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[30529]: audit 2023-12-06T07:27:46.949983+0000 mon.c (mon.1) 100 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:27:47.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[30529]: audit 2023-12-06T07:27:46.958244+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:47.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[30529]: audit 2023-12-06T07:27:46.963310+0000 mon.c (mon.1) 101 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi172"}]: dispatch 2023-12-06T07:27:47.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[30529]: audit 2023-12-06T07:27:46.979612+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:47.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[30529]: audit 2023-12-06T07:27:46.979910+0000 mon.a (mon.0) 749 : audit [INF] from='client.? 172.21.15.172:0/3271175044' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/1817483546"}]: dispatch 2023-12-06T07:27:47.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[30529]: audit 2023-12-06T07:27:46.982683+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:27:47.927 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[30529]: audit 2023-12-06T07:27:46.983557+0000 mon.c (mon.1) 103 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:27:47.927 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:47 smithi172 bash[30529]: audit 2023-12-06T07:27:46.990479+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:27:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:48 smithi195 bash[25052]: audit 2023-12-06T07:27:46.947983+0000 mgr.y (mgr.24356) 135 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:27:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:48 smithi195 bash[25052]: cephadm 2023-12-06T07:27:46.949543+0000 mgr.y (mgr.24356) 136 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.172:5000 to Dashboard 2023-12-06T07:27:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:48 smithi195 bash[25052]: audit 2023-12-06T07:27:46.950526+0000 mgr.y (mgr.24356) 137 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:27:48.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:48 smithi195 bash[25052]: audit 2023-12-06T07:27:46.964455+0000 mgr.y (mgr.24356) 138 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi172"}]: dispatch 2023-12-06T07:27:48.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:48 smithi195 bash[25052]: audit 2023-12-06T07:27:47.985023+0000 mon.a (mon.0) 751 : audit [INF] from='client.? 172.21.15.172:0/3271175044' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/1817483546"}]': finished 2023-12-06T07:27:48.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:48 smithi195 bash[25052]: cluster 2023-12-06T07:27:47.985292+0000 mon.a (mon.0) 752 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-06T07:27:48.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:48 smithi195 bash[25052]: audit 2023-12-06T07:27:48.352576+0000 mon.c (mon.1) 104 : audit [INF] from='client.? 172.21.15.172:0/2602751483' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/259001167"}]: dispatch 2023-12-06T07:27:48.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:48 smithi195 bash[25052]: audit 2023-12-06T07:27:48.353569+0000 mon.a (mon.0) 753 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/259001167"}]: dispatch 2023-12-06T07:27:48.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:48 smithi172 bash[25094]: audit 2023-12-06T07:27:46.947983+0000 mgr.y (mgr.24356) 135 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:27:48.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:48 smithi172 bash[25094]: cephadm 2023-12-06T07:27:46.949543+0000 mgr.y (mgr.24356) 136 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.172:5000 to Dashboard 2023-12-06T07:27:48.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:48 smithi172 bash[25094]: audit 2023-12-06T07:27:46.950526+0000 mgr.y (mgr.24356) 137 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:27:48.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:48 smithi172 bash[25094]: audit 2023-12-06T07:27:46.964455+0000 mgr.y (mgr.24356) 138 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi172"}]: dispatch 2023-12-06T07:27:48.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:48 smithi172 bash[25094]: audit 2023-12-06T07:27:47.985023+0000 mon.a (mon.0) 751 : audit [INF] from='client.? 172.21.15.172:0/3271175044' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/1817483546"}]': finished 2023-12-06T07:27:48.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:48 smithi172 bash[25094]: cluster 2023-12-06T07:27:47.985292+0000 mon.a (mon.0) 752 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-06T07:27:48.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:48 smithi172 bash[25094]: audit 2023-12-06T07:27:48.352576+0000 mon.c (mon.1) 104 : audit [INF] from='client.? 172.21.15.172:0/2602751483' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/259001167"}]: dispatch 2023-12-06T07:27:48.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:48 smithi172 bash[25094]: audit 2023-12-06T07:27:48.353569+0000 mon.a (mon.0) 753 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/259001167"}]: dispatch 2023-12-06T07:27:48.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:48 smithi172 bash[30529]: audit 2023-12-06T07:27:46.947983+0000 mgr.y (mgr.24356) 135 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:27:48.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:48 smithi172 bash[30529]: cephadm 2023-12-06T07:27:46.949543+0000 mgr.y (mgr.24356) 136 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.172:5000 to Dashboard 2023-12-06T07:27:48.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:48 smithi172 bash[30529]: audit 2023-12-06T07:27:46.950526+0000 mgr.y (mgr.24356) 137 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:27:48.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:48 smithi172 bash[30529]: audit 2023-12-06T07:27:46.964455+0000 mgr.y (mgr.24356) 138 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi172"}]: dispatch 2023-12-06T07:27:48.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:48 smithi172 bash[30529]: audit 2023-12-06T07:27:47.985023+0000 mon.a (mon.0) 751 : audit [INF] from='client.? 172.21.15.172:0/3271175044' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/1817483546"}]': finished 2023-12-06T07:27:48.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:48 smithi172 bash[30529]: cluster 2023-12-06T07:27:47.985292+0000 mon.a (mon.0) 752 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-06T07:27:48.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:48 smithi172 bash[30529]: audit 2023-12-06T07:27:48.352576+0000 mon.c (mon.1) 104 : audit [INF] from='client.? 172.21.15.172:0/2602751483' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/259001167"}]: dispatch 2023-12-06T07:27:48.927 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:48 smithi172 bash[30529]: audit 2023-12-06T07:27:48.353569+0000 mon.a (mon.0) 753 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/259001167"}]: dispatch 2023-12-06T07:27:49.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:49 smithi195 bash[25052]: cluster 2023-12-06T07:27:48.405709+0000 mgr.y (mgr.24356) 139 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 170 B/s wr, 2 op/s 2023-12-06T07:27:49.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:49 smithi195 bash[25052]: audit 2023-12-06T07:27:48.990935+0000 mon.a (mon.0) 754 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/259001167"}]': finished 2023-12-06T07:27:49.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:49 smithi195 bash[25052]: cluster 2023-12-06T07:27:48.991079+0000 mon.a (mon.0) 755 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-06T07:27:49.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:49 smithi195 bash[25052]: audit 2023-12-06T07:27:49.363046+0000 mon.a (mon.0) 756 : audit [INF] from='client.? 172.21.15.172:0/3985981168' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1817483546"}]: dispatch 2023-12-06T07:27:49.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:49 smithi172 bash[25094]: cluster 2023-12-06T07:27:48.405709+0000 mgr.y (mgr.24356) 139 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 170 B/s wr, 2 op/s 2023-12-06T07:27:49.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:49 smithi172 bash[25094]: audit 2023-12-06T07:27:48.990935+0000 mon.a (mon.0) 754 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/259001167"}]': finished 2023-12-06T07:27:49.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:49 smithi172 bash[25094]: cluster 2023-12-06T07:27:48.991079+0000 mon.a (mon.0) 755 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-06T07:27:49.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:49 smithi172 bash[25094]: audit 2023-12-06T07:27:49.363046+0000 mon.a (mon.0) 756 : audit [INF] from='client.? 172.21.15.172:0/3985981168' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1817483546"}]: dispatch 2023-12-06T07:27:49.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:49 smithi172 bash[30529]: cluster 2023-12-06T07:27:48.405709+0000 mgr.y (mgr.24356) 139 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 170 B/s wr, 2 op/s 2023-12-06T07:27:49.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:49 smithi172 bash[30529]: audit 2023-12-06T07:27:48.990935+0000 mon.a (mon.0) 754 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/259001167"}]': finished 2023-12-06T07:27:49.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:49 smithi172 bash[30529]: cluster 2023-12-06T07:27:48.991079+0000 mon.a (mon.0) 755 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-06T07:27:49.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:49 smithi172 bash[30529]: audit 2023-12-06T07:27:49.363046+0000 mon.a (mon.0) 756 : audit [INF] from='client.? 172.21.15.172:0/3985981168' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1817483546"}]: dispatch 2023-12-06T07:27:51.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:51 smithi195 bash[25052]: audit 2023-12-06T07:27:49.997176+0000 mon.a (mon.0) 757 : audit [INF] from='client.? 172.21.15.172:0/3985981168' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1817483546"}]': finished 2023-12-06T07:27:51.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:51 smithi195 bash[25052]: cluster 2023-12-06T07:27:49.997276+0000 mon.a (mon.0) 758 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-06T07:27:51.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:51 smithi195 bash[25052]: audit 2023-12-06T07:27:50.366501+0000 mon.a (mon.0) 759 : audit [INF] from='client.? 172.21.15.172:0/441746373' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4147355880"}]: dispatch 2023-12-06T07:27:51.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:51 smithi195 bash[25052]: cluster 2023-12-06T07:27:50.406337+0000 mgr.y (mgr.24356) 140 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 255 B/s wr, 3 op/s 2023-12-06T07:27:51.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:51 smithi172 bash[25094]: audit 2023-12-06T07:27:49.997176+0000 mon.a (mon.0) 757 : audit [INF] from='client.? 172.21.15.172:0/3985981168' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1817483546"}]': finished 2023-12-06T07:27:51.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:51 smithi172 bash[25094]: cluster 2023-12-06T07:27:49.997276+0000 mon.a (mon.0) 758 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-06T07:27:51.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:51 smithi172 bash[25094]: audit 2023-12-06T07:27:50.366501+0000 mon.a (mon.0) 759 : audit [INF] from='client.? 172.21.15.172:0/441746373' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4147355880"}]: dispatch 2023-12-06T07:27:51.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:51 smithi172 bash[25094]: cluster 2023-12-06T07:27:50.406337+0000 mgr.y (mgr.24356) 140 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 255 B/s wr, 3 op/s 2023-12-06T07:27:51.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:51 smithi172 bash[30529]: audit 2023-12-06T07:27:49.997176+0000 mon.a (mon.0) 757 : audit [INF] from='client.? 172.21.15.172:0/3985981168' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1817483546"}]': finished 2023-12-06T07:27:51.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:51 smithi172 bash[30529]: cluster 2023-12-06T07:27:49.997276+0000 mon.a (mon.0) 758 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-06T07:27:51.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:51 smithi172 bash[30529]: audit 2023-12-06T07:27:50.366501+0000 mon.a (mon.0) 759 : audit [INF] from='client.? 172.21.15.172:0/441746373' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4147355880"}]: dispatch 2023-12-06T07:27:51.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:51 smithi172 bash[30529]: cluster 2023-12-06T07:27:50.406337+0000 mgr.y (mgr.24356) 140 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 255 B/s wr, 3 op/s 2023-12-06T07:27:52.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:52 smithi195 bash[25052]: audit 2023-12-06T07:27:51.000338+0000 mon.a (mon.0) 760 : audit [INF] from='client.? 172.21.15.172:0/441746373' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4147355880"}]': finished 2023-12-06T07:27:52.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:52 smithi195 bash[25052]: cluster 2023-12-06T07:27:51.000495+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-06T07:27:52.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:52 smithi195 bash[25052]: audit 2023-12-06T07:27:51.360746+0000 mon.c (mon.1) 105 : audit [INF] from='client.? 172.21.15.172:0/666430030' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3691346659"}]: dispatch 2023-12-06T07:27:52.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:52 smithi195 bash[25052]: audit 2023-12-06T07:27:51.361790+0000 mon.a (mon.0) 762 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3691346659"}]: dispatch 2023-12-06T07:27:52.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:52 smithi172 bash[25094]: audit 2023-12-06T07:27:51.000338+0000 mon.a (mon.0) 760 : audit [INF] from='client.? 172.21.15.172:0/441746373' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4147355880"}]': finished 2023-12-06T07:27:52.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:52 smithi172 bash[25094]: cluster 2023-12-06T07:27:51.000495+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-06T07:27:52.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:52 smithi172 bash[25094]: audit 2023-12-06T07:27:51.360746+0000 mon.c (mon.1) 105 : audit [INF] from='client.? 172.21.15.172:0/666430030' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3691346659"}]: dispatch 2023-12-06T07:27:52.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:52 smithi172 bash[25094]: audit 2023-12-06T07:27:51.361790+0000 mon.a (mon.0) 762 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3691346659"}]: dispatch 2023-12-06T07:27:52.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:52 smithi172 bash[30529]: audit 2023-12-06T07:27:51.000338+0000 mon.a (mon.0) 760 : audit [INF] from='client.? 172.21.15.172:0/441746373' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4147355880"}]': finished 2023-12-06T07:27:52.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:52 smithi172 bash[30529]: cluster 2023-12-06T07:27:51.000495+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-06T07:27:52.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:52 smithi172 bash[30529]: audit 2023-12-06T07:27:51.360746+0000 mon.c (mon.1) 105 : audit [INF] from='client.? 172.21.15.172:0/666430030' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3691346659"}]: dispatch 2023-12-06T07:27:52.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:52 smithi172 bash[30529]: audit 2023-12-06T07:27:51.361790+0000 mon.a (mon.0) 762 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3691346659"}]: dispatch 2023-12-06T07:27:53.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:53 smithi195 bash[25052]: audit 2023-12-06T07:27:52.017459+0000 mon.a (mon.0) 763 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3691346659"}]': finished 2023-12-06T07:27:53.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:53 smithi195 bash[25052]: cluster 2023-12-06T07:27:52.017689+0000 mon.a (mon.0) 764 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-06T07:27:53.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:53 smithi195 bash[25052]: audit 2023-12-06T07:27:52.378894+0000 mon.a (mon.0) 765 : audit [INF] from='client.? 172.21.15.172:0/892984362' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/1782709571"}]: dispatch 2023-12-06T07:27:53.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:53 smithi195 bash[25052]: cluster 2023-12-06T07:27:52.407917+0000 mgr.y (mgr.24356) 141 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:27:53.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:53 smithi172 bash[25094]: audit 2023-12-06T07:27:52.017459+0000 mon.a (mon.0) 763 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3691346659"}]': finished 2023-12-06T07:27:53.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:53 smithi172 bash[25094]: cluster 2023-12-06T07:27:52.017689+0000 mon.a (mon.0) 764 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-06T07:27:53.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:53 smithi172 bash[25094]: audit 2023-12-06T07:27:52.378894+0000 mon.a (mon.0) 765 : audit [INF] from='client.? 172.21.15.172:0/892984362' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/1782709571"}]: dispatch 2023-12-06T07:27:53.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:53 smithi172 bash[25094]: cluster 2023-12-06T07:27:52.407917+0000 mgr.y (mgr.24356) 141 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:27:53.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:53 smithi172 bash[30529]: audit 2023-12-06T07:27:52.017459+0000 mon.a (mon.0) 763 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3691346659"}]': finished 2023-12-06T07:27:53.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:53 smithi172 bash[30529]: cluster 2023-12-06T07:27:52.017689+0000 mon.a (mon.0) 764 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-06T07:27:53.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:53 smithi172 bash[30529]: audit 2023-12-06T07:27:52.378894+0000 mon.a (mon.0) 765 : audit [INF] from='client.? 172.21.15.172:0/892984362' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/1782709571"}]: dispatch 2023-12-06T07:27:53.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:53 smithi172 bash[30529]: cluster 2023-12-06T07:27:52.407917+0000 mgr.y (mgr.24356) 141 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:27:54.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:54 smithi195 bash[25052]: audit 2023-12-06T07:27:53.032974+0000 mon.a (mon.0) 766 : audit [INF] from='client.? 172.21.15.172:0/892984362' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/1782709571"}]': finished 2023-12-06T07:27:54.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:54 smithi195 bash[25052]: cluster 2023-12-06T07:27:53.033130+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-06T07:27:54.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:54 smithi195 bash[25052]: audit 2023-12-06T07:27:53.392827+0000 mon.c (mon.1) 106 : audit [INF] from='client.? 172.21.15.172:0/1512956474' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/1651911944"}]: dispatch 2023-12-06T07:27:54.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:54 smithi195 bash[25052]: audit 2023-12-06T07:27:53.393673+0000 mon.a (mon.0) 768 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/1651911944"}]: dispatch 2023-12-06T07:27:54.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:54 smithi172 bash[25094]: audit 2023-12-06T07:27:53.032974+0000 mon.a (mon.0) 766 : audit [INF] from='client.? 172.21.15.172:0/892984362' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/1782709571"}]': finished 2023-12-06T07:27:54.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:54 smithi172 bash[25094]: cluster 2023-12-06T07:27:53.033130+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-06T07:27:54.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:54 smithi172 bash[25094]: audit 2023-12-06T07:27:53.392827+0000 mon.c (mon.1) 106 : audit [INF] from='client.? 172.21.15.172:0/1512956474' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/1651911944"}]: dispatch 2023-12-06T07:27:54.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:54 smithi172 bash[25094]: audit 2023-12-06T07:27:53.393673+0000 mon.a (mon.0) 768 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/1651911944"}]: dispatch 2023-12-06T07:27:54.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:54 smithi172 bash[30529]: audit 2023-12-06T07:27:53.032974+0000 mon.a (mon.0) 766 : audit [INF] from='client.? 172.21.15.172:0/892984362' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/1782709571"}]': finished 2023-12-06T07:27:54.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:54 smithi172 bash[30529]: cluster 2023-12-06T07:27:53.033130+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-06T07:27:54.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:54 smithi172 bash[30529]: audit 2023-12-06T07:27:53.392827+0000 mon.c (mon.1) 106 : audit [INF] from='client.? 172.21.15.172:0/1512956474' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/1651911944"}]: dispatch 2023-12-06T07:27:54.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:54 smithi172 bash[30529]: audit 2023-12-06T07:27:53.393673+0000 mon.a (mon.0) 768 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/1651911944"}]: dispatch 2023-12-06T07:27:55.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:55 smithi195 bash[25052]: audit 2023-12-06T07:27:54.056501+0000 mon.a (mon.0) 769 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/1651911944"}]': finished 2023-12-06T07:27:55.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:55 smithi195 bash[25052]: cluster 2023-12-06T07:27:54.056616+0000 mon.a (mon.0) 770 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-06T07:27:55.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:55 smithi195 bash[25052]: audit 2023-12-06T07:27:54.233214+0000 mgr.y (mgr.24356) 142 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:27:55.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:55 smithi195 bash[25052]: audit 2023-12-06T07:27:54.404849+0000 mon.c (mon.1) 107 : audit [INF] from='client.? 172.21.15.172:0/595123996' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3276287511"}]: dispatch 2023-12-06T07:27:55.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:55 smithi195 bash[25052]: audit 2023-12-06T07:27:54.405906+0000 mon.a (mon.0) 771 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3276287511"}]: dispatch 2023-12-06T07:27:55.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:55 smithi195 bash[25052]: cluster 2023-12-06T07:27:54.408774+0000 mgr.y (mgr.24356) 143 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:27:55.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:55 smithi172 bash[30529]: audit 2023-12-06T07:27:54.056501+0000 mon.a (mon.0) 769 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/1651911944"}]': finished 2023-12-06T07:27:55.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:55 smithi172 bash[30529]: cluster 2023-12-06T07:27:54.056616+0000 mon.a (mon.0) 770 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-06T07:27:55.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:55 smithi172 bash[30529]: audit 2023-12-06T07:27:54.233214+0000 mgr.y (mgr.24356) 142 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:27:55.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:55 smithi172 bash[30529]: audit 2023-12-06T07:27:54.404849+0000 mon.c (mon.1) 107 : audit [INF] from='client.? 172.21.15.172:0/595123996' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3276287511"}]: dispatch 2023-12-06T07:27:55.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:55 smithi172 bash[30529]: audit 2023-12-06T07:27:54.405906+0000 mon.a (mon.0) 771 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3276287511"}]: dispatch 2023-12-06T07:27:55.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:55 smithi172 bash[30529]: cluster 2023-12-06T07:27:54.408774+0000 mgr.y (mgr.24356) 143 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:27:55.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:55 smithi172 bash[25094]: audit 2023-12-06T07:27:54.056501+0000 mon.a (mon.0) 769 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/1651911944"}]': finished 2023-12-06T07:27:55.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:55 smithi172 bash[25094]: cluster 2023-12-06T07:27:54.056616+0000 mon.a (mon.0) 770 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-06T07:27:55.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:55 smithi172 bash[25094]: audit 2023-12-06T07:27:54.233214+0000 mgr.y (mgr.24356) 142 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:27:55.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:55 smithi172 bash[25094]: audit 2023-12-06T07:27:54.404849+0000 mon.c (mon.1) 107 : audit [INF] from='client.? 172.21.15.172:0/595123996' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3276287511"}]: dispatch 2023-12-06T07:27:55.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:55 smithi172 bash[25094]: audit 2023-12-06T07:27:54.405906+0000 mon.a (mon.0) 771 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3276287511"}]: dispatch 2023-12-06T07:27:55.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:55 smithi172 bash[25094]: cluster 2023-12-06T07:27:54.408774+0000 mgr.y (mgr.24356) 143 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:27:56.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:56 smithi195 bash[25052]: audit 2023-12-06T07:27:55.067888+0000 mon.a (mon.0) 772 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3276287511"}]': finished 2023-12-06T07:27:56.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:56 smithi195 bash[25052]: cluster 2023-12-06T07:27:55.068160+0000 mon.a (mon.0) 773 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-06T07:27:56.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:56 smithi195 bash[25052]: audit 2023-12-06T07:27:55.425806+0000 mon.c (mon.1) 108 : audit [INF] from='client.? 172.21.15.172:0/78523482' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/632961414"}]: dispatch 2023-12-06T07:27:56.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:56 smithi195 bash[25052]: audit 2023-12-06T07:27:55.426900+0000 mon.a (mon.0) 774 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/632961414"}]: dispatch 2023-12-06T07:27:56.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:56 smithi172 bash[25094]: audit 2023-12-06T07:27:55.067888+0000 mon.a (mon.0) 772 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3276287511"}]': finished 2023-12-06T07:27:56.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:56 smithi172 bash[25094]: cluster 2023-12-06T07:27:55.068160+0000 mon.a (mon.0) 773 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-06T07:27:56.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:56 smithi172 bash[25094]: audit 2023-12-06T07:27:55.425806+0000 mon.c (mon.1) 108 : audit [INF] from='client.? 172.21.15.172:0/78523482' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/632961414"}]: dispatch 2023-12-06T07:27:56.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:56 smithi172 bash[25094]: audit 2023-12-06T07:27:55.426900+0000 mon.a (mon.0) 774 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/632961414"}]: dispatch 2023-12-06T07:27:56.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:56 smithi172 bash[30529]: audit 2023-12-06T07:27:55.067888+0000 mon.a (mon.0) 772 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3276287511"}]': finished 2023-12-06T07:27:56.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:56 smithi172 bash[30529]: cluster 2023-12-06T07:27:55.068160+0000 mon.a (mon.0) 773 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-06T07:27:56.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:56 smithi172 bash[30529]: audit 2023-12-06T07:27:55.425806+0000 mon.c (mon.1) 108 : audit [INF] from='client.? 172.21.15.172:0/78523482' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/632961414"}]: dispatch 2023-12-06T07:27:56.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:56 smithi172 bash[30529]: audit 2023-12-06T07:27:55.426900+0000 mon.a (mon.0) 774 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/632961414"}]: dispatch 2023-12-06T07:27:56.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:27:56 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:27:56] "GET /metrics HTTP/1.1" 200 214901 "" "Prometheus/2.33.4" 2023-12-06T07:27:57.078 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:27:56 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:27:56] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:27:57.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:57 smithi195 bash[25052]: audit 2023-12-06T07:27:56.078433+0000 mon.a (mon.0) 775 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/632961414"}]': finished 2023-12-06T07:27:57.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:57 smithi195 bash[25052]: cluster 2023-12-06T07:27:56.078580+0000 mon.a (mon.0) 776 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-06T07:27:57.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:57 smithi195 bash[25052]: audit 2023-12-06T07:27:56.368479+0000 mon.c (mon.1) 109 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2023-12-06T07:27:57.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:57 smithi195 bash[25052]: audit 2023-12-06T07:27:56.369042+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-12-06T07:27:57.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:57 smithi195 bash[25052]: audit 2023-12-06T07:27:56.369350+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2023-12-06T07:27:57.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:57 smithi195 bash[25052]: audit 2023-12-06T07:27:56.369872+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2023-12-06T07:27:57.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:57 smithi195 bash[25052]: audit 2023-12-06T07:27:56.370256+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-12-06T07:27:57.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:57 smithi195 bash[25052]: audit 2023-12-06T07:27:56.370663+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2023-12-06T07:27:57.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:57 smithi195 bash[25052]: audit 2023-12-06T07:27:56.370975+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2023-12-06T07:27:57.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:57 smithi195 bash[25052]: audit 2023-12-06T07:27:56.371704+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2023-12-06T07:27:57.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:57 smithi195 bash[25052]: cluster 2023-12-06T07:27:56.409553+0000 mgr.y (mgr.24356) 144 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:27:57.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:57 smithi195 bash[25052]: audit 2023-12-06T07:27:56.433854+0000 mon.c (mon.1) 113 : audit [INF] from='client.? 172.21.15.172:0/3225569850' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1651911944"}]: dispatch 2023-12-06T07:27:57.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:57 smithi195 bash[25052]: audit 2023-12-06T07:27:56.434502+0000 mon.a (mon.0) 781 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1651911944"}]: dispatch 2023-12-06T07:27:57.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:57 smithi195 bash[25052]: audit 2023-12-06T07:27:56.691640+0000 mon.c (mon.1) 114 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:27:57.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:57 smithi195 bash[25052]: audit 2023-12-06T07:27:56.692370+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:27:57.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:57 smithi195 bash[25052]: audit 2023-12-06T07:27:56.706594+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:27:57.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:57 smithi195 bash[25052]: audit 2023-12-06T07:27:56.707607+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:27:57.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[30529]: audit 2023-12-06T07:27:56.078433+0000 mon.a (mon.0) 775 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/632961414"}]': finished 2023-12-06T07:27:57.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[30529]: cluster 2023-12-06T07:27:56.078580+0000 mon.a (mon.0) 776 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-06T07:27:57.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[30529]: audit 2023-12-06T07:27:56.368479+0000 mon.c (mon.1) 109 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2023-12-06T07:27:57.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[30529]: audit 2023-12-06T07:27:56.369042+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-12-06T07:27:57.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[30529]: audit 2023-12-06T07:27:56.369350+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2023-12-06T07:27:57.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[30529]: audit 2023-12-06T07:27:56.369872+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2023-12-06T07:27:57.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[30529]: audit 2023-12-06T07:27:56.370256+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-12-06T07:27:57.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[30529]: audit 2023-12-06T07:27:56.370663+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2023-12-06T07:27:57.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[30529]: audit 2023-12-06T07:27:56.370975+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2023-12-06T07:27:57.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[30529]: audit 2023-12-06T07:27:56.371704+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2023-12-06T07:27:57.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[30529]: cluster 2023-12-06T07:27:56.409553+0000 mgr.y (mgr.24356) 144 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:27:57.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[30529]: audit 2023-12-06T07:27:56.433854+0000 mon.c (mon.1) 113 : audit [INF] from='client.? 172.21.15.172:0/3225569850' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1651911944"}]: dispatch 2023-12-06T07:27:57.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[30529]: audit 2023-12-06T07:27:56.434502+0000 mon.a (mon.0) 781 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1651911944"}]: dispatch 2023-12-06T07:27:57.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[30529]: audit 2023-12-06T07:27:56.691640+0000 mon.c (mon.1) 114 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:27:57.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[30529]: audit 2023-12-06T07:27:56.692370+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:27:57.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[30529]: audit 2023-12-06T07:27:56.706594+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:27:57.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[30529]: audit 2023-12-06T07:27:56.707607+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:27:57.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[25094]: audit 2023-12-06T07:27:56.078433+0000 mon.a (mon.0) 775 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/632961414"}]': finished 2023-12-06T07:27:57.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[25094]: cluster 2023-12-06T07:27:56.078580+0000 mon.a (mon.0) 776 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-06T07:27:57.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[25094]: audit 2023-12-06T07:27:56.368479+0000 mon.c (mon.1) 109 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2023-12-06T07:27:57.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[25094]: audit 2023-12-06T07:27:56.369042+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-12-06T07:27:57.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[25094]: audit 2023-12-06T07:27:56.369350+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2023-12-06T07:27:57.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[25094]: audit 2023-12-06T07:27:56.369872+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2023-12-06T07:27:57.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[25094]: audit 2023-12-06T07:27:56.370256+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-12-06T07:27:57.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[25094]: audit 2023-12-06T07:27:56.370663+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2023-12-06T07:27:57.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[25094]: audit 2023-12-06T07:27:56.370975+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2023-12-06T07:27:57.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[25094]: audit 2023-12-06T07:27:56.371704+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2023-12-06T07:27:57.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[25094]: cluster 2023-12-06T07:27:56.409553+0000 mgr.y (mgr.24356) 144 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:27:57.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[25094]: audit 2023-12-06T07:27:56.433854+0000 mon.c (mon.1) 113 : audit [INF] from='client.? 172.21.15.172:0/3225569850' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1651911944"}]: dispatch 2023-12-06T07:27:57.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[25094]: audit 2023-12-06T07:27:56.434502+0000 mon.a (mon.0) 781 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1651911944"}]: dispatch 2023-12-06T07:27:57.428 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[25094]: audit 2023-12-06T07:27:56.691640+0000 mon.c (mon.1) 114 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:27:57.428 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[25094]: audit 2023-12-06T07:27:56.692370+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:27:57.428 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[25094]: audit 2023-12-06T07:27:56.706594+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:27:57.428 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:57 smithi172 bash[25094]: audit 2023-12-06T07:27:56.707607+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:27:58.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:58 smithi172 bash[30529]: audit 2023-12-06T07:27:57.091827+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]': finished 2023-12-06T07:27:58.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:58 smithi172 bash[30529]: audit 2023-12-06T07:27:57.091953+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]': finished 2023-12-06T07:27:58.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:58 smithi172 bash[30529]: audit 2023-12-06T07:27:57.092047+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]': finished 2023-12-06T07:27:58.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:58 smithi172 bash[30529]: audit 2023-12-06T07:27:57.092235+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]': finished 2023-12-06T07:27:58.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:58 smithi172 bash[30529]: audit 2023-12-06T07:27:57.092333+0000 mon.a (mon.0) 788 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1651911944"}]': finished 2023-12-06T07:27:58.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:58 smithi172 bash[30529]: cluster 2023-12-06T07:27:57.092405+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-06T07:27:58.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:58 smithi172 bash[30529]: audit 2023-12-06T07:27:57.459360+0000 mon.a (mon.0) 790 : audit [INF] from='client.? 172.21.15.172:0/1297464739' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2730931859"}]: dispatch 2023-12-06T07:27:58.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:58 smithi172 bash[25094]: audit 2023-12-06T07:27:57.091827+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]': finished 2023-12-06T07:27:58.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:58 smithi172 bash[25094]: audit 2023-12-06T07:27:57.091953+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]': finished 2023-12-06T07:27:58.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:58 smithi172 bash[25094]: audit 2023-12-06T07:27:57.092047+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]': finished 2023-12-06T07:27:58.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:58 smithi172 bash[25094]: audit 2023-12-06T07:27:57.092235+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]': finished 2023-12-06T07:27:58.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:58 smithi172 bash[25094]: audit 2023-12-06T07:27:57.092333+0000 mon.a (mon.0) 788 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1651911944"}]': finished 2023-12-06T07:27:58.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:58 smithi172 bash[25094]: cluster 2023-12-06T07:27:57.092405+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-06T07:27:58.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:58 smithi172 bash[25094]: audit 2023-12-06T07:27:57.459360+0000 mon.a (mon.0) 790 : audit [INF] from='client.? 172.21.15.172:0/1297464739' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2730931859"}]: dispatch 2023-12-06T07:27:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:58 smithi195 bash[25052]: audit 2023-12-06T07:27:57.091827+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]': finished 2023-12-06T07:27:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:58 smithi195 bash[25052]: audit 2023-12-06T07:27:57.091953+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]': finished 2023-12-06T07:27:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:58 smithi195 bash[25052]: audit 2023-12-06T07:27:57.092047+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]': finished 2023-12-06T07:27:58.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:58 smithi195 bash[25052]: audit 2023-12-06T07:27:57.092235+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]': finished 2023-12-06T07:27:58.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:58 smithi195 bash[25052]: audit 2023-12-06T07:27:57.092333+0000 mon.a (mon.0) 788 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1651911944"}]': finished 2023-12-06T07:27:58.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:58 smithi195 bash[25052]: cluster 2023-12-06T07:27:57.092405+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-06T07:27:58.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:58 smithi195 bash[25052]: audit 2023-12-06T07:27:57.459360+0000 mon.a (mon.0) 790 : audit [INF] from='client.? 172.21.15.172:0/1297464739' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2730931859"}]: dispatch 2023-12-06T07:27:59.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:59 smithi172 bash[30529]: audit 2023-12-06T07:27:58.096581+0000 mon.a (mon.0) 791 : audit [INF] from='client.? 172.21.15.172:0/1297464739' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2730931859"}]': finished 2023-12-06T07:27:59.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:59 smithi172 bash[30529]: cluster 2023-12-06T07:27:58.096780+0000 mon.a (mon.0) 792 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-06T07:27:59.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:59 smithi172 bash[30529]: cluster 2023-12-06T07:27:58.410448+0000 mgr.y (mgr.24356) 145 : cluster [DBG] pgmap v125: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:27:59.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:59 smithi172 bash[30529]: audit 2023-12-06T07:27:58.461458+0000 mon.c (mon.1) 116 : audit [INF] from='client.? 172.21.15.172:0/1699911895' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2664905998"}]: dispatch 2023-12-06T07:27:59.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:27:59 smithi172 bash[30529]: audit 2023-12-06T07:27:58.462528+0000 mon.a (mon.0) 793 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2664905998"}]: dispatch 2023-12-06T07:27:59.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:59 smithi172 bash[25094]: audit 2023-12-06T07:27:58.096581+0000 mon.a (mon.0) 791 : audit [INF] from='client.? 172.21.15.172:0/1297464739' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2730931859"}]': finished 2023-12-06T07:27:59.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:59 smithi172 bash[25094]: cluster 2023-12-06T07:27:58.096780+0000 mon.a (mon.0) 792 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-06T07:27:59.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:59 smithi172 bash[25094]: cluster 2023-12-06T07:27:58.410448+0000 mgr.y (mgr.24356) 145 : cluster [DBG] pgmap v125: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:27:59.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:59 smithi172 bash[25094]: audit 2023-12-06T07:27:58.461458+0000 mon.c (mon.1) 116 : audit [INF] from='client.? 172.21.15.172:0/1699911895' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2664905998"}]: dispatch 2023-12-06T07:27:59.425 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:27:59 smithi172 bash[25094]: audit 2023-12-06T07:27:58.462528+0000 mon.a (mon.0) 793 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2664905998"}]: dispatch 2023-12-06T07:27:59.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:59 smithi195 bash[25052]: audit 2023-12-06T07:27:58.096581+0000 mon.a (mon.0) 791 : audit [INF] from='client.? 172.21.15.172:0/1297464739' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2730931859"}]': finished 2023-12-06T07:27:59.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:59 smithi195 bash[25052]: cluster 2023-12-06T07:27:58.096780+0000 mon.a (mon.0) 792 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-06T07:27:59.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:59 smithi195 bash[25052]: cluster 2023-12-06T07:27:58.410448+0000 mgr.y (mgr.24356) 145 : cluster [DBG] pgmap v125: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:27:59.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:59 smithi195 bash[25052]: audit 2023-12-06T07:27:58.461458+0000 mon.c (mon.1) 116 : audit [INF] from='client.? 172.21.15.172:0/1699911895' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2664905998"}]: dispatch 2023-12-06T07:27:59.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:27:59 smithi195 bash[25052]: audit 2023-12-06T07:27:58.462528+0000 mon.a (mon.0) 793 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2664905998"}]: dispatch 2023-12-06T07:28:00.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:00 smithi172 bash[25094]: audit 2023-12-06T07:27:59.121027+0000 mon.a (mon.0) 794 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2664905998"}]': finished 2023-12-06T07:28:00.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:00 smithi172 bash[25094]: cluster 2023-12-06T07:27:59.121174+0000 mon.a (mon.0) 795 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-06T07:28:00.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:00 smithi172 bash[25094]: audit 2023-12-06T07:27:59.484368+0000 mon.c (mon.1) 117 : audit [INF] from='client.? 172.21.15.172:0/2837107357' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/2919148251"}]: dispatch 2023-12-06T07:28:00.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:00 smithi172 bash[25094]: audit 2023-12-06T07:27:59.485405+0000 mon.a (mon.0) 796 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/2919148251"}]: dispatch 2023-12-06T07:28:00.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:00 smithi172 bash[30529]: audit 2023-12-06T07:27:59.121027+0000 mon.a (mon.0) 794 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2664905998"}]': finished 2023-12-06T07:28:00.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:00 smithi172 bash[30529]: cluster 2023-12-06T07:27:59.121174+0000 mon.a (mon.0) 795 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-06T07:28:00.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:00 smithi172 bash[30529]: audit 2023-12-06T07:27:59.484368+0000 mon.c (mon.1) 117 : audit [INF] from='client.? 172.21.15.172:0/2837107357' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/2919148251"}]: dispatch 2023-12-06T07:28:00.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:00 smithi172 bash[30529]: audit 2023-12-06T07:27:59.485405+0000 mon.a (mon.0) 796 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/2919148251"}]: dispatch 2023-12-06T07:28:00.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:00 smithi195 bash[25052]: audit 2023-12-06T07:27:59.121027+0000 mon.a (mon.0) 794 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2664905998"}]': finished 2023-12-06T07:28:00.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:00 smithi195 bash[25052]: cluster 2023-12-06T07:27:59.121174+0000 mon.a (mon.0) 795 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-06T07:28:00.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:00 smithi195 bash[25052]: audit 2023-12-06T07:27:59.484368+0000 mon.c (mon.1) 117 : audit [INF] from='client.? 172.21.15.172:0/2837107357' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/2919148251"}]: dispatch 2023-12-06T07:28:00.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:00 smithi195 bash[25052]: audit 2023-12-06T07:27:59.485405+0000 mon.a (mon.0) 796 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/2919148251"}]: dispatch 2023-12-06T07:28:01.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:01 smithi172 bash[25094]: audit 2023-12-06T07:28:00.125415+0000 mon.a (mon.0) 797 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/2919148251"}]': finished 2023-12-06T07:28:01.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:01 smithi172 bash[25094]: cluster 2023-12-06T07:28:00.125612+0000 mon.a (mon.0) 798 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-06T07:28:01.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:01 smithi172 bash[25094]: cluster 2023-12-06T07:28:00.411214+0000 mgr.y (mgr.24356) 146 : cluster [DBG] pgmap v128: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:28:01.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:01 smithi172 bash[25094]: audit 2023-12-06T07:28:00.483513+0000 mon.a (mon.0) 799 : audit [INF] from='client.? 172.21.15.172:0/3810736503' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/2919148251"}]: dispatch 2023-12-06T07:28:01.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:01 smithi172 bash[30529]: audit 2023-12-06T07:28:00.125415+0000 mon.a (mon.0) 797 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/2919148251"}]': finished 2023-12-06T07:28:01.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:01 smithi172 bash[30529]: cluster 2023-12-06T07:28:00.125612+0000 mon.a (mon.0) 798 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-06T07:28:01.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:01 smithi172 bash[30529]: cluster 2023-12-06T07:28:00.411214+0000 mgr.y (mgr.24356) 146 : cluster [DBG] pgmap v128: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:28:01.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:01 smithi172 bash[30529]: audit 2023-12-06T07:28:00.483513+0000 mon.a (mon.0) 799 : audit [INF] from='client.? 172.21.15.172:0/3810736503' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/2919148251"}]: dispatch 2023-12-06T07:28:01.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:01 smithi195 bash[25052]: audit 2023-12-06T07:28:00.125415+0000 mon.a (mon.0) 797 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/2919148251"}]': finished 2023-12-06T07:28:01.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:01 smithi195 bash[25052]: cluster 2023-12-06T07:28:00.125612+0000 mon.a (mon.0) 798 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-06T07:28:01.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:01 smithi195 bash[25052]: cluster 2023-12-06T07:28:00.411214+0000 mgr.y (mgr.24356) 146 : cluster [DBG] pgmap v128: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:28:01.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:01 smithi195 bash[25052]: audit 2023-12-06T07:28:00.483513+0000 mon.a (mon.0) 799 : audit [INF] from='client.? 172.21.15.172:0/3810736503' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/2919148251"}]: dispatch 2023-12-06T07:28:02.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:02 smithi172 bash[25094]: audit 2023-12-06T07:28:01.151614+0000 mon.a (mon.0) 800 : audit [INF] from='client.? 172.21.15.172:0/3810736503' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/2919148251"}]': finished 2023-12-06T07:28:02.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:02 smithi172 bash[25094]: cluster 2023-12-06T07:28:01.151770+0000 mon.a (mon.0) 801 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-06T07:28:02.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:02 smithi172 bash[30529]: audit 2023-12-06T07:28:01.151614+0000 mon.a (mon.0) 800 : audit [INF] from='client.? 172.21.15.172:0/3810736503' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/2919148251"}]': finished 2023-12-06T07:28:02.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:02 smithi172 bash[30529]: cluster 2023-12-06T07:28:01.151770+0000 mon.a (mon.0) 801 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-06T07:28:02.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:02 smithi195 bash[25052]: audit 2023-12-06T07:28:01.151614+0000 mon.a (mon.0) 800 : audit [INF] from='client.? 172.21.15.172:0/3810736503' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/2919148251"}]': finished 2023-12-06T07:28:02.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:02 smithi195 bash[25052]: cluster 2023-12-06T07:28:01.151770+0000 mon.a (mon.0) 801 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-06T07:28:03.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:03 smithi172 bash[30529]: cluster 2023-12-06T07:28:02.412942+0000 mgr.y (mgr.24356) 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-06T07:28:03.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:03 smithi172 bash[25094]: cluster 2023-12-06T07:28:02.412942+0000 mgr.y (mgr.24356) 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-06T07:28:03.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:03 smithi195 bash[25052]: cluster 2023-12-06T07:28:02.412942+0000 mgr.y (mgr.24356) 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-06T07:28:05.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:05 smithi195 bash[25052]: audit 2023-12-06T07:28:04.242284+0000 mgr.y (mgr.24356) 148 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:28:05.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:05 smithi195 bash[25052]: cluster 2023-12-06T07:28:04.413676+0000 mgr.y (mgr.24356) 149 : 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-06T07:28:05.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:05 smithi172 bash[25094]: audit 2023-12-06T07:28:04.242284+0000 mgr.y (mgr.24356) 148 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:28:05.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:05 smithi172 bash[25094]: cluster 2023-12-06T07:28:04.413676+0000 mgr.y (mgr.24356) 149 : 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-06T07:28:05.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:05 smithi172 bash[30529]: audit 2023-12-06T07:28:04.242284+0000 mgr.y (mgr.24356) 148 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:28:05.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:05 smithi172 bash[30529]: cluster 2023-12-06T07:28:04.413676+0000 mgr.y (mgr.24356) 149 : 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-06T07:28:06.923 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:28:06 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:28:06] "GET /metrics HTTP/1.1" 200 214938 "" "Prometheus/2.33.4" 2023-12-06T07:28:07.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:28:06 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:28:06] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:28:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:07 smithi195 bash[25052]: cluster 2023-12-06T07:28:06.414463+0000 mgr.y (mgr.24356) 150 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 701 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T07:28:07.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:07 smithi172 bash[25094]: cluster 2023-12-06T07:28:06.414463+0000 mgr.y (mgr.24356) 150 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 701 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T07:28:07.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:07 smithi172 bash[30529]: cluster 2023-12-06T07:28:06.414463+0000 mgr.y (mgr.24356) 150 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 701 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T07:28:09.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:09 smithi195 bash[25052]: cluster 2023-12-06T07:28:08.416256+0000 mgr.y (mgr.24356) 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-06T07:28:09.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:09 smithi172 bash[25094]: cluster 2023-12-06T07:28:08.416256+0000 mgr.y (mgr.24356) 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-06T07:28:09.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:09 smithi172 bash[30529]: cluster 2023-12-06T07:28:08.416256+0000 mgr.y (mgr.24356) 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-06T07:28:11.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:11 smithi195 bash[25052]: cluster 2023-12-06T07:28:10.417102+0000 mgr.y (mgr.24356) 152 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T07:28:11.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:11 smithi172 bash[25094]: cluster 2023-12-06T07:28:10.417102+0000 mgr.y (mgr.24356) 152 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T07:28:11.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:11 smithi172 bash[30529]: cluster 2023-12-06T07:28:10.417102+0000 mgr.y (mgr.24356) 152 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T07:28:13.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:13 smithi195 bash[25052]: cluster 2023-12-06T07:28:12.418829+0000 mgr.y (mgr.24356) 153 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T07:28:13.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:13 smithi172 bash[25094]: cluster 2023-12-06T07:28:12.418829+0000 mgr.y (mgr.24356) 153 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T07:28:13.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:13 smithi172 bash[30529]: cluster 2023-12-06T07:28:12.418829+0000 mgr.y (mgr.24356) 153 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T07:28:15.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:15 smithi195 bash[25052]: audit 2023-12-06T07:28:14.253297+0000 mgr.y (mgr.24356) 154 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:28:15.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:15 smithi195 bash[25052]: cluster 2023-12-06T07:28:14.419579+0000 mgr.y (mgr.24356) 155 : 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-06T07:28:15.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:15 smithi172 bash[30529]: audit 2023-12-06T07:28:14.253297+0000 mgr.y (mgr.24356) 154 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:28:15.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:15 smithi172 bash[30529]: cluster 2023-12-06T07:28:14.419579+0000 mgr.y (mgr.24356) 155 : 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-06T07:28:15.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:15 smithi172 bash[25094]: audit 2023-12-06T07:28:14.253297+0000 mgr.y (mgr.24356) 154 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:28:15.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:15 smithi172 bash[25094]: cluster 2023-12-06T07:28:14.419579+0000 mgr.y (mgr.24356) 155 : 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-06T07:28:16.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:28:16 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:28:16] "GET /metrics HTTP/1.1" 200 214912 "" "Prometheus/2.33.4" 2023-12-06T07:28:17.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:28:16 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:28:16] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:28:17.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:17 smithi195 bash[25052]: cluster 2023-12-06T07:28:16.420378+0000 mgr.y (mgr.24356) 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-06T07:28:17.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:17 smithi172 bash[25094]: cluster 2023-12-06T07:28:16.420378+0000 mgr.y (mgr.24356) 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-06T07:28:17.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:17 smithi172 bash[30529]: cluster 2023-12-06T07:28:16.420378+0000 mgr.y (mgr.24356) 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-06T07:28:19.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:19 smithi195 bash[25052]: cluster 2023-12-06T07:28:18.422129+0000 mgr.y (mgr.24356) 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-06T07:28:19.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:19 smithi172 bash[25094]: cluster 2023-12-06T07:28:18.422129+0000 mgr.y (mgr.24356) 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-06T07:28:19.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:19 smithi172 bash[30529]: cluster 2023-12-06T07:28:18.422129+0000 mgr.y (mgr.24356) 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-06T07:28:21.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:21 smithi195 bash[25052]: cluster 2023-12-06T07:28:20.422912+0000 mgr.y (mgr.24356) 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-06T07:28:21.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:21 smithi172 bash[25094]: cluster 2023-12-06T07:28:20.422912+0000 mgr.y (mgr.24356) 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-06T07:28:21.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:21 smithi172 bash[30529]: cluster 2023-12-06T07:28:20.422912+0000 mgr.y (mgr.24356) 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-06T07:28:23.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:23 smithi195 bash[25052]: cluster 2023-12-06T07:28:22.424581+0000 mgr.y (mgr.24356) 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-06T07:28:23.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:23 smithi172 bash[25094]: cluster 2023-12-06T07:28:22.424581+0000 mgr.y (mgr.24356) 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-06T07:28:23.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:23 smithi172 bash[30529]: cluster 2023-12-06T07:28:22.424581+0000 mgr.y (mgr.24356) 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-06T07:28:25.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:25 smithi195 bash[25052]: audit 2023-12-06T07:28:24.264358+0000 mgr.y (mgr.24356) 160 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:28:25.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:25 smithi195 bash[25052]: cluster 2023-12-06T07:28:24.425368+0000 mgr.y (mgr.24356) 161 : 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-06T07:28:25.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:25 smithi172 bash[25094]: audit 2023-12-06T07:28:24.264358+0000 mgr.y (mgr.24356) 160 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:28:25.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:25 smithi172 bash[25094]: cluster 2023-12-06T07:28:24.425368+0000 mgr.y (mgr.24356) 161 : 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-06T07:28:25.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:25 smithi172 bash[30529]: audit 2023-12-06T07:28:24.264358+0000 mgr.y (mgr.24356) 160 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:28:25.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:25 smithi172 bash[30529]: cluster 2023-12-06T07:28:24.425368+0000 mgr.y (mgr.24356) 161 : 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-06T07:28:26.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:28:26 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:28:26] "GET /metrics HTTP/1.1" 200 214912 "" "Prometheus/2.33.4" 2023-12-06T07:28:27.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:28:26 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:28:26] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:28:27.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:27 smithi172 bash[25094]: cluster 2023-12-06T07:28:26.426102+0000 mgr.y (mgr.24356) 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-06T07:28:27.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:27 smithi172 bash[30529]: cluster 2023-12-06T07:28:26.426102+0000 mgr.y (mgr.24356) 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-06T07:28:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:27 smithi195 bash[25052]: cluster 2023-12-06T07:28:26.426102+0000 mgr.y (mgr.24356) 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-06T07:28:29.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:29 smithi172 bash[25094]: cluster 2023-12-06T07:28:28.427814+0000 mgr.y (mgr.24356) 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-06T07:28:29.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:29 smithi172 bash[30529]: cluster 2023-12-06T07:28:28.427814+0000 mgr.y (mgr.24356) 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-06T07:28:30.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:29 smithi195 bash[25052]: cluster 2023-12-06T07:28:28.427814+0000 mgr.y (mgr.24356) 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-06T07:28:31.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:31 smithi172 bash[25094]: cluster 2023-12-06T07:28:30.428601+0000 mgr.y (mgr.24356) 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-06T07:28:31.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:31 smithi172 bash[30529]: cluster 2023-12-06T07:28:30.428601+0000 mgr.y (mgr.24356) 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-06T07:28:32.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:31 smithi195 bash[25052]: cluster 2023-12-06T07:28:30.428601+0000 mgr.y (mgr.24356) 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-06T07:28:33.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:33 smithi172 bash[25094]: cluster 2023-12-06T07:28:32.430259+0000 mgr.y (mgr.24356) 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-06T07:28:33.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:33 smithi172 bash[30529]: cluster 2023-12-06T07:28:32.430259+0000 mgr.y (mgr.24356) 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-06T07:28:34.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:33 smithi195 bash[25052]: cluster 2023-12-06T07:28:32.430259+0000 mgr.y (mgr.24356) 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-06T07:28:35.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:35 smithi172 bash[30529]: audit 2023-12-06T07:28:34.275671+0000 mgr.y (mgr.24356) 166 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:28:35.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:35 smithi172 bash[30529]: cluster 2023-12-06T07:28:34.431115+0000 mgr.y (mgr.24356) 167 : 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-06T07:28:35.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:35 smithi172 bash[25094]: audit 2023-12-06T07:28:34.275671+0000 mgr.y (mgr.24356) 166 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:28:35.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:35 smithi172 bash[25094]: cluster 2023-12-06T07:28:34.431115+0000 mgr.y (mgr.24356) 167 : 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-06T07:28:36.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:35 smithi195 bash[25052]: audit 2023-12-06T07:28:34.275671+0000 mgr.y (mgr.24356) 166 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:28:36.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:35 smithi195 bash[25052]: cluster 2023-12-06T07:28:34.431115+0000 mgr.y (mgr.24356) 167 : 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-06T07:28:36.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:28:36 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:28:36] "GET /metrics HTTP/1.1" 200 214889 "" "Prometheus/2.33.4" 2023-12-06T07:28:37.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:28:36 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:28:36] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:28:37.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:37 smithi172 bash[25094]: cluster 2023-12-06T07:28:36.432010+0000 mgr.y (mgr.24356) 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-06T07:28:37.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:37 smithi172 bash[30529]: cluster 2023-12-06T07:28:36.432010+0000 mgr.y (mgr.24356) 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-06T07:28:38.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:37 smithi195 bash[25052]: cluster 2023-12-06T07:28:36.432010+0000 mgr.y (mgr.24356) 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-06T07:28:39.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:39 smithi172 bash[25094]: cluster 2023-12-06T07:28:38.433828+0000 mgr.y (mgr.24356) 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-06T07:28:39.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:39 smithi172 bash[30529]: cluster 2023-12-06T07:28:38.433828+0000 mgr.y (mgr.24356) 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-06T07:28:40.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:39 smithi195 bash[25052]: cluster 2023-12-06T07:28:38.433828+0000 mgr.y (mgr.24356) 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-06T07:28:41.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:41 smithi172 bash[25094]: cluster 2023-12-06T07:28:40.434599+0000 mgr.y (mgr.24356) 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-06T07:28:41.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:41 smithi172 bash[30529]: cluster 2023-12-06T07:28:40.434599+0000 mgr.y (mgr.24356) 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-06T07:28:42.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:41 smithi195 bash[25052]: cluster 2023-12-06T07:28:40.434599+0000 mgr.y (mgr.24356) 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-06T07:28:43.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:43 smithi172 bash[25094]: cluster 2023-12-06T07:28:42.436287+0000 mgr.y (mgr.24356) 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-06T07:28:43.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:43 smithi172 bash[30529]: cluster 2023-12-06T07:28:42.436287+0000 mgr.y (mgr.24356) 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-06T07:28:44.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:43 smithi195 bash[25052]: cluster 2023-12-06T07:28:42.436287+0000 mgr.y (mgr.24356) 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-06T07:28:45.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:45 smithi172 bash[25094]: audit 2023-12-06T07:28:44.286936+0000 mgr.y (mgr.24356) 172 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:28:45.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:45 smithi172 bash[25094]: cluster 2023-12-06T07:28:44.437059+0000 mgr.y (mgr.24356) 173 : 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-06T07:28:45.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:45 smithi172 bash[30529]: audit 2023-12-06T07:28:44.286936+0000 mgr.y (mgr.24356) 172 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:28:45.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:45 smithi172 bash[30529]: cluster 2023-12-06T07:28:44.437059+0000 mgr.y (mgr.24356) 173 : 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-06T07:28:46.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:45 smithi195 bash[25052]: audit 2023-12-06T07:28:44.286936+0000 mgr.y (mgr.24356) 172 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:28:46.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:45 smithi195 bash[25052]: cluster 2023-12-06T07:28:44.437059+0000 mgr.y (mgr.24356) 173 : 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-06T07:28:46.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:28:46 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:28:46] "GET /metrics HTTP/1.1" 200 214842 "" "Prometheus/2.33.4" 2023-12-06T07:28:47.026 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:28:46 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:28:46] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:28:47.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:47 smithi172 bash[25094]: cluster 2023-12-06T07:28:46.437767+0000 mgr.y (mgr.24356) 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-06T07:28:47.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:47 smithi172 bash[25094]: audit 2023-12-06T07:28:47.000002+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:28:47.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:47 smithi172 bash[25094]: audit 2023-12-06T07:28:47.001952+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:28:47.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:47 smithi172 bash[25094]: audit 2023-12-06T07:28:47.306495+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:28:47.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:47 smithi172 bash[25094]: audit 2023-12-06T07:28:47.577613+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:28:47.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:47 smithi172 bash[30529]: cluster 2023-12-06T07:28:46.437767+0000 mgr.y (mgr.24356) 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-06T07:28:47.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:47 smithi172 bash[30529]: audit 2023-12-06T07:28:47.000002+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:28:47.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:47 smithi172 bash[30529]: audit 2023-12-06T07:28:47.001952+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:28:47.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:47 smithi172 bash[30529]: audit 2023-12-06T07:28:47.306495+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:28:47.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:47 smithi172 bash[30529]: audit 2023-12-06T07:28:47.577613+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:28:48.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:47 smithi195 bash[25052]: cluster 2023-12-06T07:28:46.437767+0000 mgr.y (mgr.24356) 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-06T07:28:48.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:47 smithi195 bash[25052]: audit 2023-12-06T07:28:47.000002+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:28:48.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:47 smithi195 bash[25052]: audit 2023-12-06T07:28:47.001952+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:28:48.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:47 smithi195 bash[25052]: audit 2023-12-06T07:28:47.306495+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:28:48.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:47 smithi195 bash[25052]: audit 2023-12-06T07:28:47.577613+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:28:49.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:49 smithi172 bash[25094]: cluster 2023-12-06T07:28:48.439573+0000 mgr.y (mgr.24356) 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-06T07:28:49.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:49 smithi172 bash[30529]: cluster 2023-12-06T07:28:48.439573+0000 mgr.y (mgr.24356) 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-06T07:28:50.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:49 smithi195 bash[25052]: cluster 2023-12-06T07:28:48.439573+0000 mgr.y (mgr.24356) 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-06T07:28:51.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:51 smithi172 bash[25094]: cluster 2023-12-06T07:28:50.440368+0000 mgr.y (mgr.24356) 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-06T07:28:51.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:51 smithi172 bash[30529]: cluster 2023-12-06T07:28:50.440368+0000 mgr.y (mgr.24356) 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-06T07:28:52.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:51 smithi195 bash[25052]: cluster 2023-12-06T07:28:50.440368+0000 mgr.y (mgr.24356) 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-06T07:28:53.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:53 smithi172 bash[25094]: cluster 2023-12-06T07:28:52.442143+0000 mgr.y (mgr.24356) 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-06T07:28:53.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:53 smithi172 bash[30529]: cluster 2023-12-06T07:28:52.442143+0000 mgr.y (mgr.24356) 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-06T07:28:54.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:53 smithi195 bash[25052]: cluster 2023-12-06T07:28:52.442143+0000 mgr.y (mgr.24356) 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-06T07:28:55.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:55 smithi172 bash[25094]: audit 2023-12-06T07:28:54.297227+0000 mgr.y (mgr.24356) 178 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:28:55.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:55 smithi172 bash[25094]: cluster 2023-12-06T07:28:54.442914+0000 mgr.y (mgr.24356) 179 : 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-06T07:28:55.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:55 smithi172 bash[30529]: audit 2023-12-06T07:28:54.297227+0000 mgr.y (mgr.24356) 178 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:28:55.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:55 smithi172 bash[30529]: cluster 2023-12-06T07:28:54.442914+0000 mgr.y (mgr.24356) 179 : 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-06T07:28:56.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:55 smithi195 bash[25052]: audit 2023-12-06T07:28:54.297227+0000 mgr.y (mgr.24356) 178 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:28:56.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:55 smithi195 bash[25052]: cluster 2023-12-06T07:28:54.442914+0000 mgr.y (mgr.24356) 179 : 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-06T07:28:56.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:28:56 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:28:56] "GET /metrics HTTP/1.1" 200 214842 "" "Prometheus/2.33.4" 2023-12-06T07:28:57.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:28:56 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:28:56] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:28:57.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:57 smithi172 bash[25094]: cluster 2023-12-06T07:28:56.443666+0000 mgr.y (mgr.24356) 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-06T07:28:57.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:57 smithi172 bash[25094]: audit 2023-12-06T07:28:56.704620+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:28:57.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:57 smithi172 bash[25094]: audit 2023-12-06T07:28:56.705497+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:28:57.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:57 smithi172 bash[25094]: audit 2023-12-06T07:28:56.719836+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:28:57.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:57 smithi172 bash[25094]: audit 2023-12-06T07:28:56.720593+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:28:57.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:57 smithi172 bash[30529]: cluster 2023-12-06T07:28:56.443666+0000 mgr.y (mgr.24356) 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-06T07:28:57.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:57 smithi172 bash[30529]: audit 2023-12-06T07:28:56.704620+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:28:57.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:57 smithi172 bash[30529]: audit 2023-12-06T07:28:56.705497+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:28:57.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:57 smithi172 bash[30529]: audit 2023-12-06T07:28:56.719836+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:28:57.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:57 smithi172 bash[30529]: audit 2023-12-06T07:28:56.720593+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:28:58.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:57 smithi195 bash[25052]: cluster 2023-12-06T07:28:56.443666+0000 mgr.y (mgr.24356) 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-06T07:28:58.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:57 smithi195 bash[25052]: audit 2023-12-06T07:28:56.704620+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:28:58.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:57 smithi195 bash[25052]: audit 2023-12-06T07:28:56.705497+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:28:58.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:57 smithi195 bash[25052]: audit 2023-12-06T07:28:56.719836+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:28:58.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:57 smithi195 bash[25052]: audit 2023-12-06T07:28:56.720593+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:28:59.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:28:59 smithi172 bash[25094]: cluster 2023-12-06T07:28:58.445427+0000 mgr.y (mgr.24356) 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-06T07:28:59.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:28:59 smithi172 bash[30529]: cluster 2023-12-06T07:28:58.445427+0000 mgr.y (mgr.24356) 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-06T07:29:00.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:28:59 smithi195 bash[25052]: cluster 2023-12-06T07:28:58.445427+0000 mgr.y (mgr.24356) 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-06T07:29:02.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:01 smithi195 bash[25052]: cluster 2023-12-06T07:29:00.446193+0000 mgr.y (mgr.24356) 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-06T07:29:02.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:01 smithi172 bash[30529]: cluster 2023-12-06T07:29:00.446193+0000 mgr.y (mgr.24356) 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-06T07:29:02.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:01 smithi172 bash[25094]: cluster 2023-12-06T07:29:00.446193+0000 mgr.y (mgr.24356) 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-06T07:29:04.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:03 smithi195 bash[25052]: cluster 2023-12-06T07:29:02.447824+0000 mgr.y (mgr.24356) 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-06T07:29:04.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:03 smithi172 bash[25094]: cluster 2023-12-06T07:29:02.447824+0000 mgr.y (mgr.24356) 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-06T07:29:04.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:03 smithi172 bash[30529]: cluster 2023-12-06T07:29:02.447824+0000 mgr.y (mgr.24356) 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-06T07:29:06.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:05 smithi195 bash[25052]: audit 2023-12-06T07:29:04.308572+0000 mgr.y (mgr.24356) 184 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:29:06.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:05 smithi195 bash[25052]: cluster 2023-12-06T07:29:04.448504+0000 mgr.y (mgr.24356) 185 : 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-06T07:29:06.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:05 smithi172 bash[30529]: audit 2023-12-06T07:29:04.308572+0000 mgr.y (mgr.24356) 184 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:29:06.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:05 smithi172 bash[30529]: cluster 2023-12-06T07:29:04.448504+0000 mgr.y (mgr.24356) 185 : 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-06T07:29:06.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:05 smithi172 bash[25094]: audit 2023-12-06T07:29:04.308572+0000 mgr.y (mgr.24356) 184 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:29:06.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:05 smithi172 bash[25094]: cluster 2023-12-06T07:29:04.448504+0000 mgr.y (mgr.24356) 185 : 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-06T07:29:06.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:29:06 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:29:06] "GET /metrics HTTP/1.1" 200 214848 "" "Prometheus/2.33.4" 2023-12-06T07:29:07.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:29:06 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:29:06] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:29:08.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:07 smithi195 bash[25052]: cluster 2023-12-06T07:29:06.449245+0000 mgr.y (mgr.24356) 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-06T07:29:08.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:07 smithi172 bash[30529]: cluster 2023-12-06T07:29:06.449245+0000 mgr.y (mgr.24356) 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-06T07:29:08.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:07 smithi172 bash[25094]: cluster 2023-12-06T07:29:06.449245+0000 mgr.y (mgr.24356) 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-06T07:29:10.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:09 smithi195 bash[25052]: cluster 2023-12-06T07:29:08.450920+0000 mgr.y (mgr.24356) 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-06T07:29:10.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:09 smithi172 bash[25094]: cluster 2023-12-06T07:29:08.450920+0000 mgr.y (mgr.24356) 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-06T07:29:10.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:09 smithi172 bash[30529]: cluster 2023-12-06T07:29:08.450920+0000 mgr.y (mgr.24356) 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-06T07:29:12.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:11 smithi195 bash[25052]: cluster 2023-12-06T07:29:10.451728+0000 mgr.y (mgr.24356) 188 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T07:29:12.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:11 smithi172 bash[25094]: cluster 2023-12-06T07:29:10.451728+0000 mgr.y (mgr.24356) 188 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T07:29:12.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:11 smithi172 bash[30529]: cluster 2023-12-06T07:29:10.451728+0000 mgr.y (mgr.24356) 188 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T07:29:14.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:13 smithi195 bash[25052]: cluster 2023-12-06T07:29:12.453430+0000 mgr.y (mgr.24356) 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-06T07:29:14.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:13 smithi172 bash[30529]: cluster 2023-12-06T07:29:12.453430+0000 mgr.y (mgr.24356) 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-06T07:29:14.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:13 smithi172 bash[25094]: cluster 2023-12-06T07:29:12.453430+0000 mgr.y (mgr.24356) 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-06T07:29:16.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:15 smithi195 bash[25052]: audit 2023-12-06T07:29:14.317248+0000 mgr.y (mgr.24356) 190 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:29:16.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:15 smithi195 bash[25052]: cluster 2023-12-06T07:29:14.454204+0000 mgr.y (mgr.24356) 191 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T07:29:16.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:15 smithi172 bash[25094]: audit 2023-12-06T07:29:14.317248+0000 mgr.y (mgr.24356) 190 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:29:16.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:15 smithi172 bash[25094]: cluster 2023-12-06T07:29:14.454204+0000 mgr.y (mgr.24356) 191 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T07:29:16.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:15 smithi172 bash[30529]: audit 2023-12-06T07:29:14.317248+0000 mgr.y (mgr.24356) 190 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:29:16.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:15 smithi172 bash[30529]: cluster 2023-12-06T07:29:14.454204+0000 mgr.y (mgr.24356) 191 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T07:29:16.923 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:29:16 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:29:16] "GET /metrics HTTP/1.1" 200 214859 "" "Prometheus/2.33.4" 2023-12-06T07:29:17.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:29:16 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:29:16] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:29:18.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:17 smithi195 bash[25052]: cluster 2023-12-06T07:29:16.455046+0000 mgr.y (mgr.24356) 192 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T07:29:18.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:17 smithi172 bash[30529]: cluster 2023-12-06T07:29:16.455046+0000 mgr.y (mgr.24356) 192 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T07:29:18.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:17 smithi172 bash[25094]: cluster 2023-12-06T07:29:16.455046+0000 mgr.y (mgr.24356) 192 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T07:29:20.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:19 smithi195 bash[25052]: cluster 2023-12-06T07:29:18.456908+0000 mgr.y (mgr.24356) 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-06T07:29:20.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:19 smithi172 bash[25094]: cluster 2023-12-06T07:29:18.456908+0000 mgr.y (mgr.24356) 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-06T07:29:20.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:19 smithi172 bash[30529]: cluster 2023-12-06T07:29:18.456908+0000 mgr.y (mgr.24356) 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-06T07:29:22.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:21 smithi195 bash[25052]: cluster 2023-12-06T07:29:20.457801+0000 mgr.y (mgr.24356) 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-06T07:29:22.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:21 smithi172 bash[25094]: cluster 2023-12-06T07:29:20.457801+0000 mgr.y (mgr.24356) 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-06T07:29:22.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:21 smithi172 bash[30529]: cluster 2023-12-06T07:29:20.457801+0000 mgr.y (mgr.24356) 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-06T07:29:24.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:23 smithi195 bash[25052]: cluster 2023-12-06T07:29:22.459484+0000 mgr.y (mgr.24356) 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-06T07:29:24.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:23 smithi172 bash[25094]: cluster 2023-12-06T07:29:22.459484+0000 mgr.y (mgr.24356) 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-06T07:29:24.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:23 smithi172 bash[30529]: cluster 2023-12-06T07:29:22.459484+0000 mgr.y (mgr.24356) 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-06T07:29:26.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:25 smithi195 bash[25052]: audit 2023-12-06T07:29:24.325257+0000 mgr.y (mgr.24356) 196 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:29:26.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:25 smithi195 bash[25052]: cluster 2023-12-06T07:29:24.460204+0000 mgr.y (mgr.24356) 197 : 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-06T07:29:26.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:25 smithi172 bash[30529]: audit 2023-12-06T07:29:24.325257+0000 mgr.y (mgr.24356) 196 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:29:26.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:25 smithi172 bash[30529]: cluster 2023-12-06T07:29:24.460204+0000 mgr.y (mgr.24356) 197 : 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-06T07:29:26.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:25 smithi172 bash[25094]: audit 2023-12-06T07:29:24.325257+0000 mgr.y (mgr.24356) 196 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:29:26.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:25 smithi172 bash[25094]: cluster 2023-12-06T07:29:24.460204+0000 mgr.y (mgr.24356) 197 : 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-06T07:29:26.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:29:26 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:29:26] "GET /metrics HTTP/1.1" 200 214859 "" "Prometheus/2.33.4" 2023-12-06T07:29:27.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:29:26 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:29:26] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:29:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:27 smithi195 bash[25052]: cluster 2023-12-06T07:29:26.460974+0000 mgr.y (mgr.24356) 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-06T07:29:28.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:27 smithi172 bash[25094]: cluster 2023-12-06T07:29:26.460974+0000 mgr.y (mgr.24356) 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-06T07:29:28.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:27 smithi172 bash[30529]: cluster 2023-12-06T07:29:26.460974+0000 mgr.y (mgr.24356) 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-06T07:29:30.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:29 smithi195 bash[25052]: cluster 2023-12-06T07:29:28.462710+0000 mgr.y (mgr.24356) 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-06T07:29:30.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:29 smithi172 bash[30529]: cluster 2023-12-06T07:29:28.462710+0000 mgr.y (mgr.24356) 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-06T07:29:30.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:29 smithi172 bash[25094]: cluster 2023-12-06T07:29:28.462710+0000 mgr.y (mgr.24356) 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-06T07:29:32.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:31 smithi195 bash[25052]: cluster 2023-12-06T07:29:30.463603+0000 mgr.y (mgr.24356) 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-06T07:29:32.176 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:31 smithi172 bash[25094]: cluster 2023-12-06T07:29:30.463603+0000 mgr.y (mgr.24356) 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-06T07:29:32.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:31 smithi172 bash[30529]: cluster 2023-12-06T07:29:30.463603+0000 mgr.y (mgr.24356) 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-06T07:29:34.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:33 smithi195 bash[25052]: cluster 2023-12-06T07:29:32.465401+0000 mgr.y (mgr.24356) 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-06T07:29:34.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:33 smithi172 bash[25094]: cluster 2023-12-06T07:29:32.465401+0000 mgr.y (mgr.24356) 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-06T07:29:34.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:33 smithi172 bash[30529]: cluster 2023-12-06T07:29:32.465401+0000 mgr.y (mgr.24356) 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-06T07:29:36.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:35 smithi195 bash[25052]: audit 2023-12-06T07:29:34.333209+0000 mgr.y (mgr.24356) 202 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:29:36.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:35 smithi195 bash[25052]: cluster 2023-12-06T07:29:34.466167+0000 mgr.y (mgr.24356) 203 : 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-06T07:29:36.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:35 smithi172 bash[25094]: audit 2023-12-06T07:29:34.333209+0000 mgr.y (mgr.24356) 202 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:29:36.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:35 smithi172 bash[25094]: cluster 2023-12-06T07:29:34.466167+0000 mgr.y (mgr.24356) 203 : 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-06T07:29:36.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:35 smithi172 bash[30529]: audit 2023-12-06T07:29:34.333209+0000 mgr.y (mgr.24356) 202 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:29:36.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:35 smithi172 bash[30529]: cluster 2023-12-06T07:29:34.466167+0000 mgr.y (mgr.24356) 203 : 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-06T07:29:36.923 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:29:36 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:29:36] "GET /metrics HTTP/1.1" 200 214874 "" "Prometheus/2.33.4" 2023-12-06T07:29:37.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:29:36 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:29:36] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:29:38.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:37 smithi195 bash[25052]: cluster 2023-12-06T07:29:36.467053+0000 mgr.y (mgr.24356) 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-06T07:29:38.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:37 smithi172 bash[25094]: cluster 2023-12-06T07:29:36.467053+0000 mgr.y (mgr.24356) 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-06T07:29:38.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:37 smithi172 bash[30529]: cluster 2023-12-06T07:29:36.467053+0000 mgr.y (mgr.24356) 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-06T07:29:40.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:39 smithi195 bash[25052]: cluster 2023-12-06T07:29:38.468926+0000 mgr.y (mgr.24356) 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-06T07:29:40.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:39 smithi172 bash[25094]: cluster 2023-12-06T07:29:38.468926+0000 mgr.y (mgr.24356) 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-06T07:29:40.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:39 smithi172 bash[30529]: cluster 2023-12-06T07:29:38.468926+0000 mgr.y (mgr.24356) 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-06T07:29:42.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:41 smithi195 bash[25052]: cluster 2023-12-06T07:29:40.469798+0000 mgr.y (mgr.24356) 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-06T07:29:42.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:41 smithi172 bash[25094]: cluster 2023-12-06T07:29:40.469798+0000 mgr.y (mgr.24356) 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-06T07:29:42.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:41 smithi172 bash[30529]: cluster 2023-12-06T07:29:40.469798+0000 mgr.y (mgr.24356) 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-06T07:29:44.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:43 smithi195 bash[25052]: cluster 2023-12-06T07:29:42.471520+0000 mgr.y (mgr.24356) 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-06T07:29:44.144 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:43 smithi172 bash[25094]: cluster 2023-12-06T07:29:42.471520+0000 mgr.y (mgr.24356) 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-06T07:29:44.144 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:43 smithi172 bash[30529]: cluster 2023-12-06T07:29:42.471520+0000 mgr.y (mgr.24356) 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-06T07:29:44.639 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-06T07:29:45.911 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:45 smithi172 bash[30529]: audit 2023-12-06T07:29:44.341216+0000 mgr.y (mgr.24356) 208 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:29:45.911 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:45 smithi172 bash[30529]: cluster 2023-12-06T07:29:44.472278+0000 mgr.y (mgr.24356) 209 : 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-06T07:29:45.911 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:45 smithi172 bash[25094]: audit 2023-12-06T07:29:44.341216+0000 mgr.y (mgr.24356) 208 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:29:45.912 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:45 smithi172 bash[25094]: cluster 2023-12-06T07:29:44.472278+0000 mgr.y (mgr.24356) 209 : 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-06T07:29:46.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:45 smithi195 bash[25052]: audit 2023-12-06T07:29:44.341216+0000 mgr.y (mgr.24356) 208 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:29:46.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:45 smithi195 bash[25052]: cluster 2023-12-06T07:29:44.472278+0000 mgr.y (mgr.24356) 209 : 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-06T07:29:46.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:29:46 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:29:46] "GET /metrics HTTP/1.1" 200 214859 "" "Prometheus/2.33.4" 2023-12-06T07:29:47.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:29:46 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:29:46] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:29:47.869 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:47 smithi195 bash[25052]: cluster 2023-12-06T07:29:46.473084+0000 mgr.y (mgr.24356) 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-06T07:29:47.870 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:47 smithi195 bash[25052]: audit 2023-12-06T07:29:47.589100+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:29:47.870 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:47 smithi195 bash[25052]: audit 2023-12-06T07:29:47.590867+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:29:47.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:47 smithi172 bash[30529]: cluster 2023-12-06T07:29:46.473084+0000 mgr.y (mgr.24356) 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-06T07:29:47.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:47 smithi172 bash[30529]: audit 2023-12-06T07:29:47.589100+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:29:47.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:47 smithi172 bash[30529]: audit 2023-12-06T07:29:47.590867+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:29:47.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:47 smithi172 bash[25094]: cluster 2023-12-06T07:29:46.473084+0000 mgr.y (mgr.24356) 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-06T07:29:47.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:47 smithi172 bash[25094]: audit 2023-12-06T07:29:47.589100+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:29:47.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:47 smithi172 bash[25094]: audit 2023-12-06T07:29:47.590867+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:29:48.395 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-06T07:29:49.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:48 smithi172 bash[25094]: audit 2023-12-06T07:29:47.883324+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:29:49.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:48 smithi172 bash[25094]: audit 2023-12-06T07:29:48.200632+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:29:49.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:48 smithi172 bash[30529]: audit 2023-12-06T07:29:47.883324+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:29:49.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:48 smithi172 bash[30529]: audit 2023-12-06T07:29:48.200632+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:29:49.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:48 smithi195 bash[25052]: audit 2023-12-06T07:29:47.883324+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:29:49.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:48 smithi195 bash[25052]: audit 2023-12-06T07:29:48.200632+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:29:50.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:49 smithi172 bash[25094]: cluster 2023-12-06T07:29:48.474823+0000 mgr.y (mgr.24356) 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-06T07:29:50.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:49 smithi172 bash[30529]: cluster 2023-12-06T07:29:48.474823+0000 mgr.y (mgr.24356) 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-06T07:29:50.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:49 smithi195 bash[25052]: cluster 2023-12-06T07:29:48.474823+0000 mgr.y (mgr.24356) 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-06T07:29:52.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:51 smithi172 bash[30529]: cluster 2023-12-06T07:29:50.475651+0000 mgr.y (mgr.24356) 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-06T07:29:52.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:51 smithi172 bash[25094]: cluster 2023-12-06T07:29:50.475651+0000 mgr.y (mgr.24356) 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-06T07:29:52.277 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-06T07:29:52.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:51 smithi195 bash[25052]: cluster 2023-12-06T07:29:50.475651+0000 mgr.y (mgr.24356) 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-06T07:29:53.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:53 smithi172 bash[25094]: cluster 2023-12-06T07:29:52.477408+0000 mgr.y (mgr.24356) 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-06T07:29:53.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:53 smithi172 bash[30529]: cluster 2023-12-06T07:29:52.477408+0000 mgr.y (mgr.24356) 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-06T07:29:54.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:53 smithi195 bash[25052]: cluster 2023-12-06T07:29:52.477408+0000 mgr.y (mgr.24356) 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-06T07:29:56.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:55 smithi172 bash[25094]: audit 2023-12-06T07:29:54.343032+0000 mgr.y (mgr.24356) 214 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:29:56.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:55 smithi172 bash[25094]: cluster 2023-12-06T07:29:54.478100+0000 mgr.y (mgr.24356) 215 : 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-06T07:29:56.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:55 smithi172 bash[30529]: audit 2023-12-06T07:29:54.343032+0000 mgr.y (mgr.24356) 214 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:29:56.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:55 smithi172 bash[30529]: cluster 2023-12-06T07:29:54.478100+0000 mgr.y (mgr.24356) 215 : 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-06T07:29:56.182 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-06T07:29:56.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:55 smithi195 bash[25052]: audit 2023-12-06T07:29:54.343032+0000 mgr.y (mgr.24356) 214 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:29:56.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:55 smithi195 bash[25052]: cluster 2023-12-06T07:29:54.478100+0000 mgr.y (mgr.24356) 215 : 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-06T07:29:56.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:29:56 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:29:56] "GET /metrics HTTP/1.1" 200 214859 "" "Prometheus/2.33.4" 2023-12-06T07:29:57.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:29:56 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:29:56] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:29:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:56 smithi195 bash[25052]: audit 2023-12-06T07:29:56.711502+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:29:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:56 smithi195 bash[25052]: audit 2023-12-06T07:29:56.712521+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:29:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:56 smithi195 bash[25052]: audit 2023-12-06T07:29:56.727292+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:29:57.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:56 smithi195 bash[25052]: audit 2023-12-06T07:29:56.727989+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:29:57.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:56 smithi172 bash[25094]: audit 2023-12-06T07:29:56.711502+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:29:57.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:56 smithi172 bash[25094]: audit 2023-12-06T07:29:56.712521+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:29:57.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:56 smithi172 bash[25094]: audit 2023-12-06T07:29:56.727292+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:29:57.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:56 smithi172 bash[25094]: audit 2023-12-06T07:29:56.727989+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:29:57.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:56 smithi172 bash[30529]: audit 2023-12-06T07:29:56.711502+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:29:57.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:56 smithi172 bash[30529]: audit 2023-12-06T07:29:56.712521+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:29:57.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:56 smithi172 bash[30529]: audit 2023-12-06T07:29:56.727292+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:29:57.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:56 smithi172 bash[30529]: audit 2023-12-06T07:29:56.727989+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:29:58.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:57 smithi172 bash[25094]: cluster 2023-12-06T07:29:56.478898+0000 mgr.y (mgr.24356) 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-06T07:29:58.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:57 smithi172 bash[30529]: cluster 2023-12-06T07:29:56.478898+0000 mgr.y (mgr.24356) 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-06T07:29:58.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:57 smithi195 bash[25052]: cluster 2023-12-06T07:29:56.478898+0000 mgr.y (mgr.24356) 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-06T07:29:59.345 INFO:teuthology.orchestra.run.smithi172.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T07:30:00.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:59 smithi172 bash[30529]: cluster 2023-12-06T07:29:58.481018+0000 mgr.y (mgr.24356) 217 : 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-06T07:30:00.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:59 smithi172 bash[30529]: audit 2023-12-06T07:29:59.341046+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:30:00.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:59 smithi172 bash[30529]: audit 2023-12-06T07:29:59.351035+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:30:00.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:59 smithi172 bash[30529]: audit 2023-12-06T07:29:59.352612+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:30:00.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:29:59 smithi172 bash[30529]: audit 2023-12-06T07:29:59.365476+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:30:00.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:59 smithi172 bash[25094]: cluster 2023-12-06T07:29:58.481018+0000 mgr.y (mgr.24356) 217 : 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-06T07:30:00.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:59 smithi172 bash[25094]: audit 2023-12-06T07:29:59.341046+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:30:00.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:59 smithi172 bash[25094]: audit 2023-12-06T07:29:59.351035+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:30:00.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:59 smithi172 bash[25094]: audit 2023-12-06T07:29:59.352612+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:30:00.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:29:59 smithi172 bash[25094]: audit 2023-12-06T07:29:59.365476+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:30:00.188 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T07:30:00.202 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi172.front.sepia.ceph.com 2023-12-06T07:30:00.203 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- 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-06T07:30:00.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:59 smithi195 bash[25052]: cluster 2023-12-06T07:29:58.481018+0000 mgr.y (mgr.24356) 217 : 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-06T07:30:00.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:59 smithi195 bash[25052]: audit 2023-12-06T07:29:59.341046+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:30:00.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:59 smithi195 bash[25052]: audit 2023-12-06T07:29:59.351035+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:30:00.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:59 smithi195 bash[25052]: audit 2023-12-06T07:29:59.352612+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:30:00.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:29:59 smithi195 bash[25052]: audit 2023-12-06T07:29:59.365476+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:30:01.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:00 smithi172 bash[25094]: audit 2023-12-06T07:29:59.331257+0000 mgr.y (mgr.24356) 218 : audit [DBG] from='client.24991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:01.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:00 smithi172 bash[25094]: cephadm 2023-12-06T07:29:59.333043+0000 mgr.y (mgr.24356) 219 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T07:30:01.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:00 smithi172 bash[25094]: cephadm 2023-12-06T07:29:59.376355+0000 mgr.y (mgr.24356) 220 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T07:30:01.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:00 smithi172 bash[25094]: cluster 2023-12-06T07:30:00.000123+0000 mon.a (mon.0) 812 : cluster [INF] overall HEALTH_OK 2023-12-06T07:30:01.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:00 smithi172 bash[30529]: audit 2023-12-06T07:29:59.331257+0000 mgr.y (mgr.24356) 218 : audit [DBG] from='client.24991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:01.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:00 smithi172 bash[30529]: cephadm 2023-12-06T07:29:59.333043+0000 mgr.y (mgr.24356) 219 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T07:30:01.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:00 smithi172 bash[30529]: cephadm 2023-12-06T07:29:59.376355+0000 mgr.y (mgr.24356) 220 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T07:30:01.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:00 smithi172 bash[30529]: cluster 2023-12-06T07:30:00.000123+0000 mon.a (mon.0) 812 : cluster [INF] overall HEALTH_OK 2023-12-06T07:30:01.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:00 smithi195 bash[25052]: audit 2023-12-06T07:29:59.331257+0000 mgr.y (mgr.24356) 218 : audit [DBG] from='client.24991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:01.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:00 smithi195 bash[25052]: cephadm 2023-12-06T07:29:59.333043+0000 mgr.y (mgr.24356) 219 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T07:30:01.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:00 smithi195 bash[25052]: cephadm 2023-12-06T07:29:59.376355+0000 mgr.y (mgr.24356) 220 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T07:30:01.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:00 smithi195 bash[25052]: cluster 2023-12-06T07:30:00.000123+0000 mon.a (mon.0) 812 : cluster [INF] overall HEALTH_OK 2023-12-06T07:30:02.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:01 smithi172 bash[25094]: cluster 2023-12-06T07:30:00.481846+0000 mgr.y (mgr.24356) 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-06T07:30:02.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:01 smithi172 bash[30529]: cluster 2023-12-06T07:30:00.481846+0000 mgr.y (mgr.24356) 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-06T07:30:02.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:01 smithi195 bash[25052]: cluster 2023-12-06T07:30:00.481846+0000 mgr.y (mgr.24356) 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-06T07:30:03.934 INFO:teuthology.orchestra.run.smithi172.stdout:true 2023-12-06T07:30:04.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:03 smithi195 bash[25052]: cluster 2023-12-06T07:30:02.484039+0000 mgr.y (mgr.24356) 222 : 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-06T07:30:04.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:03 smithi195 bash[25052]: audit 2023-12-06T07:30:03.918025+0000 mgr.y (mgr.24356) 223 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:04.354 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:03 smithi172 bash[30529]: cluster 2023-12-06T07:30:02.484039+0000 mgr.y (mgr.24356) 222 : 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-06T07:30:04.354 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:03 smithi172 bash[30529]: audit 2023-12-06T07:30:03.918025+0000 mgr.y (mgr.24356) 223 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:04.355 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:03 smithi172 bash[25094]: cluster 2023-12-06T07:30:02.484039+0000 mgr.y (mgr.24356) 222 : 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-06T07:30:04.355 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:03 smithi172 bash[25094]: audit 2023-12-06T07:30:03.918025+0000 mgr.y (mgr.24356) 223 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:04.690 INFO:teuthology.orchestra.run.smithi172.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:30:04.690 INFO:teuthology.orchestra.run.smithi172.stdout:alertmanager.a smithi172 *:9093,9094 running (3m) 2m ago 4m 14.9M - ba2b418f427c 0f13cc1b8de2 2023-12-06T07:30:04.690 INFO:teuthology.orchestra.run.smithi172.stdout:grafana.a smithi195 *:3000 running (4m) 2m ago 4m 47.2M - 8.3.5 dad864ee21e9 8379a8f09e27 2023-12-06T07:30:04.690 INFO:teuthology.orchestra.run.smithi172.stdout:iscsi.foo.smithi172.imjphn smithi172 running (2m) 2m ago 2m 66.0M - 3.5 e1d6a67b021e 2e1eb942f69c 2023-12-06T07:30:04.690 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.x smithi195 *:8443 running (10m) 2m ago 10m 404M - 17.2.0 e1d6a67b021e d5a1eb60be68 2023-12-06T07:30:04.690 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.y smithi172 *:9283 running (12m) 2m ago 12m 452M - 17.2.0 e1d6a67b021e 257f82ceaa6c 2023-12-06T07:30:04.691 INFO:teuthology.orchestra.run.smithi172.stdout:mon.a smithi172 running (12m) 2m ago 12m 49.5M 2048M 17.2.0 e1d6a67b021e a98f6943ccd1 2023-12-06T07:30:04.691 INFO:teuthology.orchestra.run.smithi172.stdout:mon.b smithi195 running (10m) 2m ago 10m 44.7M 2048M 17.2.0 e1d6a67b021e 696ba54e207e 2023-12-06T07:30:04.691 INFO:teuthology.orchestra.run.smithi172.stdout:mon.c smithi172 running (10m) 2m ago 10m 43.2M 2048M 17.2.0 e1d6a67b021e d3e5645df5a7 2023-12-06T07:30:04.691 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.a smithi172 *:9100 running (4m) 2m ago 4m 11.2M - 1dbe0e931976 8359db14354b 2023-12-06T07:30:04.691 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.b smithi195 *:9100 running (4m) 2m ago 4m 11.1M - 1dbe0e931976 bb815aff3199 2023-12-06T07:30:04.691 INFO:teuthology.orchestra.run.smithi172.stdout:osd.0 smithi172 running (9m) 2m ago 9m 53.9M 4061M 17.2.0 e1d6a67b021e d65620e34baf 2023-12-06T07:30:04.691 INFO:teuthology.orchestra.run.smithi172.stdout:osd.1 smithi172 running (9m) 2m ago 9m 54.9M 4061M 17.2.0 e1d6a67b021e 7522680f974d 2023-12-06T07:30:04.691 INFO:teuthology.orchestra.run.smithi172.stdout:osd.2 smithi172 running (8m) 2m ago 8m 51.1M 4061M 17.2.0 e1d6a67b021e 52ca8f6db2e7 2023-12-06T07:30:04.691 INFO:teuthology.orchestra.run.smithi172.stdout:osd.3 smithi172 running (8m) 2m ago 8m 51.6M 4061M 17.2.0 e1d6a67b021e 1c2477b9ceb7 2023-12-06T07:30:04.691 INFO:teuthology.orchestra.run.smithi172.stdout:osd.4 smithi195 running (7m) 2m ago 7m 51.1M 4317M 17.2.0 e1d6a67b021e eaea9514cd4a 2023-12-06T07:30:04.691 INFO:teuthology.orchestra.run.smithi172.stdout:osd.5 smithi195 running (6m) 2m ago 6m 50.0M 4317M 17.2.0 e1d6a67b021e 51eedee8fdd8 2023-12-06T07:30:04.691 INFO:teuthology.orchestra.run.smithi172.stdout:osd.6 smithi195 running (6m) 2m ago 6m 47.7M 4317M 17.2.0 e1d6a67b021e 3bdaad441af1 2023-12-06T07:30:04.691 INFO:teuthology.orchestra.run.smithi172.stdout:osd.7 smithi195 running (5m) 2m ago 5m 50.2M 4317M 17.2.0 e1d6a67b021e 33c403e0a340 2023-12-06T07:30:04.692 INFO:teuthology.orchestra.run.smithi172.stdout:prometheus.a smithi195 *:9095 running (3m) 2m ago 4m 47.0M - 514e6a882f6e 5cbd0b589fe4 2023-12-06T07:30:04.692 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi172.fmdqeg smithi172 *:8000 running (2m) 2m ago 2m 83.1M - 17.2.0 e1d6a67b021e f5f3949b1de8 2023-12-06T07:30:04.692 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi195.hycrot smithi195 *:8000 running (2m) 2m ago 2m 82.8M - 17.2.0 e1d6a67b021e 9c5f08c98b32 2023-12-06T07:30:04.692 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi172.woscxg smithi172 *:80 running (2m) 2m ago 2m 83.4M - 17.2.0 e1d6a67b021e 0c4c84135665 2023-12-06T07:30:04.692 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi195.imqeni smithi195 *:80 running (2m) 2m ago 2m 83.0M - 17.2.0 e1d6a67b021e ca4b88c28560 2023-12-06T07:30:05.125 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:30:05.125 INFO:teuthology.orchestra.run.smithi172.stdout: "mon": { 2023-12-06T07:30:05.125 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T07:30:05.126 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:30:05.126 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr": { 2023-12-06T07:30:05.126 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T07:30:05.126 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:30:05.126 INFO:teuthology.orchestra.run.smithi172.stdout: "osd": { 2023-12-06T07:30:05.126 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:30:05.126 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:30:05.126 INFO:teuthology.orchestra.run.smithi172.stdout: "mds": {}, 2023-12-06T07:30:05.126 INFO:teuthology.orchestra.run.smithi172.stdout: "rgw": { 2023-12-06T07:30:05.126 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:30:05.126 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:30:05.126 INFO:teuthology.orchestra.run.smithi172.stdout: "overall": { 2023-12-06T07:30:05.127 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-06T07:30:05.127 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:30:05.127 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:30:05.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:04 smithi195 bash[25052]: audit 2023-12-06T07:30:04.299695+0000 mgr.y (mgr.24356) 224 : audit [DBG] from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:05.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:04 smithi195 bash[25052]: audit 2023-12-06T07:30:04.353135+0000 mgr.y (mgr.24356) 225 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:30:05.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:04 smithi195 bash[25052]: cluster 2023-12-06T07:30:04.484929+0000 mgr.y (mgr.24356) 226 : 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-06T07:30:05.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:04 smithi195 bash[25052]: audit 2023-12-06T07:30:04.671862+0000 mgr.y (mgr.24356) 227 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:05.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:04 smithi172 bash[25094]: audit 2023-12-06T07:30:04.299695+0000 mgr.y (mgr.24356) 224 : audit [DBG] from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:05.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:04 smithi172 bash[25094]: audit 2023-12-06T07:30:04.353135+0000 mgr.y (mgr.24356) 225 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:30:05.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:04 smithi172 bash[25094]: cluster 2023-12-06T07:30:04.484929+0000 mgr.y (mgr.24356) 226 : 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-06T07:30:05.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:04 smithi172 bash[25094]: audit 2023-12-06T07:30:04.671862+0000 mgr.y (mgr.24356) 227 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:05.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:04 smithi172 bash[30529]: audit 2023-12-06T07:30:04.299695+0000 mgr.y (mgr.24356) 224 : audit [DBG] from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:05.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:04 smithi172 bash[30529]: audit 2023-12-06T07:30:04.353135+0000 mgr.y (mgr.24356) 225 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:30:05.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:04 smithi172 bash[30529]: cluster 2023-12-06T07:30:04.484929+0000 mgr.y (mgr.24356) 226 : 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-06T07:30:05.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:04 smithi172 bash[30529]: audit 2023-12-06T07:30:04.671862+0000 mgr.y (mgr.24356) 227 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:05.502 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:30:05.502 INFO:teuthology.orchestra.run.smithi172.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:30:05.502 INFO:teuthology.orchestra.run.smithi172.stdout: "in_progress": true, 2023-12-06T07:30:05.502 INFO:teuthology.orchestra.run.smithi172.stdout: "services_complete": [], 2023-12-06T07:30:05.502 INFO:teuthology.orchestra.run.smithi172.stdout: "progress": "", 2023-12-06T07:30:05.502 INFO:teuthology.orchestra.run.smithi172.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 image" 2023-12-06T07:30:05.502 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:30:05.944 INFO:teuthology.orchestra.run.smithi172.stdout:HEALTH_OK 2023-12-06T07:30:06.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:05 smithi195 bash[25052]: audit 2023-12-06T07:30:05.124022+0000 mon.a (mon.0) 813 : audit [DBG] from='client.? 172.21.15.172:0/685703861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:30:06.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:05 smithi195 bash[25052]: audit 2023-12-06T07:30:05.500459+0000 mgr.y (mgr.24356) 228 : audit [DBG] from='client.25021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:06.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:05 smithi195 bash[25052]: audit 2023-12-06T07:30:05.943327+0000 mon.c (mon.1) 128 : audit [DBG] from='client.? 172.21.15.172:0/2000170021' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:30:06.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:05 smithi172 bash[25094]: audit 2023-12-06T07:30:05.124022+0000 mon.a (mon.0) 813 : audit [DBG] from='client.? 172.21.15.172:0/685703861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:30:06.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:05 smithi172 bash[25094]: audit 2023-12-06T07:30:05.500459+0000 mgr.y (mgr.24356) 228 : audit [DBG] from='client.25021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:06.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:05 smithi172 bash[25094]: audit 2023-12-06T07:30:05.943327+0000 mon.c (mon.1) 128 : audit [DBG] from='client.? 172.21.15.172:0/2000170021' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:30:06.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:05 smithi172 bash[30529]: audit 2023-12-06T07:30:05.124022+0000 mon.a (mon.0) 813 : audit [DBG] from='client.? 172.21.15.172:0/685703861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:30:06.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:05 smithi172 bash[30529]: audit 2023-12-06T07:30:05.500459+0000 mgr.y (mgr.24356) 228 : audit [DBG] from='client.25021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:06.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:05 smithi172 bash[30529]: audit 2023-12-06T07:30:05.943327+0000 mon.c (mon.1) 128 : audit [DBG] from='client.? 172.21.15.172:0/2000170021' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:30:06.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:30:06 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:30:06] "GET /metrics HTTP/1.1" 200 214836 "" "Prometheus/2.33.4" 2023-12-06T07:30:06.961 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:30:06 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:30:06] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:30:07.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:06 smithi195 bash[25052]: cluster 2023-12-06T07:30:06.485623+0000 mgr.y (mgr.24356) 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-06T07:30:07.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:06 smithi172 bash[30529]: cluster 2023-12-06T07:30:06.485623+0000 mgr.y (mgr.24356) 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-06T07:30:07.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:06 smithi172 bash[25094]: cluster 2023-12-06T07:30:06.485623+0000 mgr.y (mgr.24356) 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-06T07:30:09.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:09 smithi195 bash[25052]: cluster 2023-12-06T07:30:08.486975+0000 mgr.y (mgr.24356) 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-06T07:30:09.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:09 smithi172 bash[25094]: cluster 2023-12-06T07:30:08.486975+0000 mgr.y (mgr.24356) 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-06T07:30:09.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:09 smithi172 bash[30529]: cluster 2023-12-06T07:30:08.486975+0000 mgr.y (mgr.24356) 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-06T07:30:11.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:11 smithi195 bash[25052]: cluster 2023-12-06T07:30:10.487659+0000 mgr.y (mgr.24356) 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-06T07:30:11.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:11 smithi172 bash[25094]: cluster 2023-12-06T07:30:10.487659+0000 mgr.y (mgr.24356) 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-06T07:30:11.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:11 smithi172 bash[30529]: cluster 2023-12-06T07:30:10.487659+0000 mgr.y (mgr.24356) 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-06T07:30:13.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:13 smithi195 bash[25052]: cluster 2023-12-06T07:30:12.489482+0000 mgr.y (mgr.24356) 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-06T07:30:13.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:13 smithi172 bash[25094]: cluster 2023-12-06T07:30:12.489482+0000 mgr.y (mgr.24356) 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-06T07:30:13.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:13 smithi172 bash[30529]: cluster 2023-12-06T07:30:12.489482+0000 mgr.y (mgr.24356) 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-06T07:30:15.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:15 smithi172 bash[25094]: audit 2023-12-06T07:30:14.361253+0000 mgr.y (mgr.24356) 233 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:30:15.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:15 smithi172 bash[25094]: cluster 2023-12-06T07:30:14.490237+0000 mgr.y (mgr.24356) 234 : 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-06T07:30:15.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:15 smithi172 bash[30529]: audit 2023-12-06T07:30:14.361253+0000 mgr.y (mgr.24356) 233 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:30:15.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:15 smithi172 bash[30529]: cluster 2023-12-06T07:30:14.490237+0000 mgr.y (mgr.24356) 234 : 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-06T07:30:16.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:15 smithi195 bash[25052]: audit 2023-12-06T07:30:14.361253+0000 mgr.y (mgr.24356) 233 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:30:16.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:15 smithi195 bash[25052]: cluster 2023-12-06T07:30:14.490237+0000 mgr.y (mgr.24356) 234 : 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-06T07:30:16.923 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:30:16 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:30:16] "GET /metrics HTTP/1.1" 200 214800 "" "Prometheus/2.33.4" 2023-12-06T07:30:17.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:30:16 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:30:16] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:30:17.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:17 smithi172 bash[30529]: cluster 2023-12-06T07:30:16.491090+0000 mgr.y (mgr.24356) 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-06T07:30:17.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:17 smithi172 bash[25094]: cluster 2023-12-06T07:30:16.491090+0000 mgr.y (mgr.24356) 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-06T07:30:18.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:17 smithi195 bash[25052]: cluster 2023-12-06T07:30:16.491090+0000 mgr.y (mgr.24356) 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-06T07:30:19.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:19 smithi172 bash[30529]: cluster 2023-12-06T07:30:18.492984+0000 mgr.y (mgr.24356) 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-06T07:30:19.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:19 smithi172 bash[25094]: cluster 2023-12-06T07:30:18.492984+0000 mgr.y (mgr.24356) 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-06T07:30:20.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:19 smithi195 bash[25052]: cluster 2023-12-06T07:30:18.492984+0000 mgr.y (mgr.24356) 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-06T07:30:21.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:21 smithi172 bash[25094]: cluster 2023-12-06T07:30:20.493693+0000 mgr.y (mgr.24356) 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-06T07:30:21.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:21 smithi172 bash[30529]: cluster 2023-12-06T07:30:20.493693+0000 mgr.y (mgr.24356) 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-06T07:30:22.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:21 smithi195 bash[25052]: cluster 2023-12-06T07:30:20.493693+0000 mgr.y (mgr.24356) 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-06T07:30:23.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:23 smithi172 bash[25094]: cluster 2023-12-06T07:30:22.495073+0000 mgr.y (mgr.24356) 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-06T07:30:23.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:23 smithi172 bash[30529]: cluster 2023-12-06T07:30:22.495073+0000 mgr.y (mgr.24356) 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-06T07:30:24.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:23 smithi195 bash[25052]: cluster 2023-12-06T07:30:22.495073+0000 mgr.y (mgr.24356) 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-06T07:30:25.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:25 smithi172 bash[25094]: audit 2023-12-06T07:30:24.369193+0000 mgr.y (mgr.24356) 239 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:30:25.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:25 smithi172 bash[25094]: cluster 2023-12-06T07:30:24.496035+0000 mgr.y (mgr.24356) 240 : 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-06T07:30:25.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:25 smithi172 bash[30529]: audit 2023-12-06T07:30:24.369193+0000 mgr.y (mgr.24356) 239 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:30:25.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:25 smithi172 bash[30529]: cluster 2023-12-06T07:30:24.496035+0000 mgr.y (mgr.24356) 240 : 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-06T07:30:26.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:25 smithi195 bash[25052]: audit 2023-12-06T07:30:24.369193+0000 mgr.y (mgr.24356) 239 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:30:26.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:25 smithi195 bash[25052]: cluster 2023-12-06T07:30:24.496035+0000 mgr.y (mgr.24356) 240 : 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-06T07:30:26.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:30:26 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:30:26] "GET /metrics HTTP/1.1" 200 214800 "" "Prometheus/2.33.4" 2023-12-06T07:30:27.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:30:26 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:30:26] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:30:27.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:27 smithi172 bash[25094]: cluster 2023-12-06T07:30:26.496556+0000 mgr.y (mgr.24356) 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-06T07:30:27.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:27 smithi172 bash[30529]: cluster 2023-12-06T07:30:26.496556+0000 mgr.y (mgr.24356) 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-06T07:30:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:27 smithi195 bash[25052]: cluster 2023-12-06T07:30:26.496556+0000 mgr.y (mgr.24356) 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-06T07:30:29.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:29 smithi172 bash[25094]: cluster 2023-12-06T07:30:28.497613+0000 mgr.y (mgr.24356) 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-06T07:30:29.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:29 smithi172 bash[30529]: cluster 2023-12-06T07:30:28.497613+0000 mgr.y (mgr.24356) 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-06T07:30:30.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:29 smithi195 bash[25052]: cluster 2023-12-06T07:30:28.497613+0000 mgr.y (mgr.24356) 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-06T07:30:31.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:31 smithi172 bash[25094]: cluster 2023-12-06T07:30:30.498297+0000 mgr.y (mgr.24356) 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-06T07:30:31.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:31 smithi172 bash[30529]: cluster 2023-12-06T07:30:30.498297+0000 mgr.y (mgr.24356) 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-06T07:30:32.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:31 smithi195 bash[25052]: cluster 2023-12-06T07:30:30.498297+0000 mgr.y (mgr.24356) 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-06T07:30:33.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:33 smithi172 bash[30529]: cluster 2023-12-06T07:30:32.499823+0000 mgr.y (mgr.24356) 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-06T07:30:33.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:33 smithi172 bash[25094]: cluster 2023-12-06T07:30:32.499823+0000 mgr.y (mgr.24356) 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-06T07:30:34.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:33 smithi195 bash[25052]: cluster 2023-12-06T07:30:32.499823+0000 mgr.y (mgr.24356) 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-06T07:30:35.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:35 smithi172 bash[25094]: audit 2023-12-06T07:30:34.377150+0000 mgr.y (mgr.24356) 245 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:30:35.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:35 smithi172 bash[25094]: cluster 2023-12-06T07:30:34.500541+0000 mgr.y (mgr.24356) 246 : 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-06T07:30:35.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:35 smithi172 bash[30529]: audit 2023-12-06T07:30:34.377150+0000 mgr.y (mgr.24356) 245 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:30:35.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:35 smithi172 bash[30529]: cluster 2023-12-06T07:30:34.500541+0000 mgr.y (mgr.24356) 246 : 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-06T07:30:36.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:35 smithi195 bash[25052]: audit 2023-12-06T07:30:34.377150+0000 mgr.y (mgr.24356) 245 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:30:36.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:35 smithi195 bash[25052]: cluster 2023-12-06T07:30:34.500541+0000 mgr.y (mgr.24356) 246 : 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-06T07:30:36.370 INFO:teuthology.orchestra.run.smithi172.stdout:true 2023-12-06T07:30:36.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:30:36 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:30:36] "GET /metrics HTTP/1.1" 200 214792 "" "Prometheus/2.33.4" 2023-12-06T07:30:37.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:30:36 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:30:36] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:30:37.167 INFO:teuthology.orchestra.run.smithi172.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:30:37.167 INFO:teuthology.orchestra.run.smithi172.stdout:alertmanager.a smithi172 *:9093,9094 running (4m) 2m ago 5m 14.9M - ba2b418f427c 0f13cc1b8de2 2023-12-06T07:30:37.167 INFO:teuthology.orchestra.run.smithi172.stdout:grafana.a smithi195 *:3000 running (4m) 3m ago 4m 47.2M - 8.3.5 dad864ee21e9 8379a8f09e27 2023-12-06T07:30:37.167 INFO:teuthology.orchestra.run.smithi172.stdout:iscsi.foo.smithi172.imjphn smithi172 running (2m) 2m ago 2m 66.0M - 3.5 e1d6a67b021e 2e1eb942f69c 2023-12-06T07:30:37.168 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.x smithi195 *:8443 running (10m) 3m ago 10m 404M - 17.2.0 e1d6a67b021e d5a1eb60be68 2023-12-06T07:30:37.168 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.y smithi172 *:9283 running (12m) 2m ago 12m 452M - 17.2.0 e1d6a67b021e 257f82ceaa6c 2023-12-06T07:30:37.168 INFO:teuthology.orchestra.run.smithi172.stdout:mon.a smithi172 running (12m) 2m ago 12m 49.5M 2048M 17.2.0 e1d6a67b021e a98f6943ccd1 2023-12-06T07:30:37.168 INFO:teuthology.orchestra.run.smithi172.stdout:mon.b smithi195 running (11m) 3m ago 11m 44.7M 2048M 17.2.0 e1d6a67b021e 696ba54e207e 2023-12-06T07:30:37.168 INFO:teuthology.orchestra.run.smithi172.stdout:mon.c smithi172 running (11m) 2m ago 11m 43.2M 2048M 17.2.0 e1d6a67b021e d3e5645df5a7 2023-12-06T07:30:37.168 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.a smithi172 *:9100 running (5m) 2m ago 5m 11.2M - 1dbe0e931976 8359db14354b 2023-12-06T07:30:37.168 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.b smithi195 *:9100 running (5m) 3m ago 5m 11.1M - 1dbe0e931976 bb815aff3199 2023-12-06T07:30:37.168 INFO:teuthology.orchestra.run.smithi172.stdout:osd.0 smithi172 running (10m) 2m ago 10m 53.9M 4061M 17.2.0 e1d6a67b021e d65620e34baf 2023-12-06T07:30:37.168 INFO:teuthology.orchestra.run.smithi172.stdout:osd.1 smithi172 running (9m) 2m ago 9m 54.9M 4061M 17.2.0 e1d6a67b021e 7522680f974d 2023-12-06T07:30:37.168 INFO:teuthology.orchestra.run.smithi172.stdout:osd.2 smithi172 running (9m) 2m ago 9m 51.1M 4061M 17.2.0 e1d6a67b021e 52ca8f6db2e7 2023-12-06T07:30:37.168 INFO:teuthology.orchestra.run.smithi172.stdout:osd.3 smithi172 running (8m) 2m ago 8m 51.6M 4061M 17.2.0 e1d6a67b021e 1c2477b9ceb7 2023-12-06T07:30:37.168 INFO:teuthology.orchestra.run.smithi172.stdout:osd.4 smithi195 running (8m) 3m ago 8m 51.1M 4317M 17.2.0 e1d6a67b021e eaea9514cd4a 2023-12-06T07:30:37.169 INFO:teuthology.orchestra.run.smithi172.stdout:osd.5 smithi195 running (7m) 3m ago 7m 50.0M 4317M 17.2.0 e1d6a67b021e 51eedee8fdd8 2023-12-06T07:30:37.169 INFO:teuthology.orchestra.run.smithi172.stdout:osd.6 smithi195 running (6m) 3m ago 6m 47.7M 4317M 17.2.0 e1d6a67b021e 3bdaad441af1 2023-12-06T07:30:37.169 INFO:teuthology.orchestra.run.smithi172.stdout:osd.7 smithi195 running (6m) 3m ago 6m 50.2M 4317M 17.2.0 e1d6a67b021e 33c403e0a340 2023-12-06T07:30:37.169 INFO:teuthology.orchestra.run.smithi172.stdout:prometheus.a smithi195 *:9095 running (4m) 3m ago 5m 47.0M - 514e6a882f6e 5cbd0b589fe4 2023-12-06T07:30:37.169 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi172.fmdqeg smithi172 *:8000 running (3m) 2m ago 3m 83.1M - 17.2.0 e1d6a67b021e f5f3949b1de8 2023-12-06T07:30:37.169 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi195.hycrot smithi195 *:8000 running (3m) 3m ago 3m 82.8M - 17.2.0 e1d6a67b021e 9c5f08c98b32 2023-12-06T07:30:37.169 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi172.woscxg smithi172 *:80 running (3m) 2m ago 3m 83.4M - 17.2.0 e1d6a67b021e 0c4c84135665 2023-12-06T07:30:37.169 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi195.imqeni smithi195 *:80 running (3m) 3m ago 3m 83.0M - 17.2.0 e1d6a67b021e ca4b88c28560 2023-12-06T07:30:37.627 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:30:37.627 INFO:teuthology.orchestra.run.smithi172.stdout: "mon": { 2023-12-06T07:30:37.627 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T07:30:37.627 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:30:37.627 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr": { 2023-12-06T07:30:37.627 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T07:30:37.627 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:30:37.627 INFO:teuthology.orchestra.run.smithi172.stdout: "osd": { 2023-12-06T07:30:37.627 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:30:37.627 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:30:37.627 INFO:teuthology.orchestra.run.smithi172.stdout: "mds": {}, 2023-12-06T07:30:37.627 INFO:teuthology.orchestra.run.smithi172.stdout: "rgw": { 2023-12-06T07:30:37.628 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:30:37.628 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:30:37.628 INFO:teuthology.orchestra.run.smithi172.stdout: "overall": { 2023-12-06T07:30:37.628 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-06T07:30:37.628 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:30:37.628 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:30:37.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:37 smithi172 bash[30529]: audit 2023-12-06T07:30:36.352177+0000 mgr.y (mgr.24356) 247 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:37.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:37 smithi172 bash[30529]: cluster 2023-12-06T07:30:36.501174+0000 mgr.y (mgr.24356) 248 : 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-06T07:30:37.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:37 smithi172 bash[30529]: audit 2023-12-06T07:30:36.754564+0000 mgr.y (mgr.24356) 249 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:37.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:37 smithi172 bash[30529]: audit 2023-12-06T07:30:37.625298+0000 mon.a (mon.0) 814 : audit [DBG] from='client.? 172.21.15.172:0/444954737' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:30:37.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:37 smithi172 bash[25094]: audit 2023-12-06T07:30:36.352177+0000 mgr.y (mgr.24356) 247 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:37.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:37 smithi172 bash[25094]: cluster 2023-12-06T07:30:36.501174+0000 mgr.y (mgr.24356) 248 : 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-06T07:30:37.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:37 smithi172 bash[25094]: audit 2023-12-06T07:30:36.754564+0000 mgr.y (mgr.24356) 249 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:37.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:37 smithi172 bash[25094]: audit 2023-12-06T07:30:37.625298+0000 mon.a (mon.0) 814 : audit [DBG] from='client.? 172.21.15.172:0/444954737' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:30:38.041 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:30:38.041 INFO:teuthology.orchestra.run.smithi172.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:30:38.041 INFO:teuthology.orchestra.run.smithi172.stdout: "in_progress": true, 2023-12-06T07:30:38.041 INFO:teuthology.orchestra.run.smithi172.stdout: "services_complete": [], 2023-12-06T07:30:38.041 INFO:teuthology.orchestra.run.smithi172.stdout: "progress": "", 2023-12-06T07:30:38.041 INFO:teuthology.orchestra.run.smithi172.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 image" 2023-12-06T07:30:38.041 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:30:38.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:37 smithi195 bash[25052]: audit 2023-12-06T07:30:36.352177+0000 mgr.y (mgr.24356) 247 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:38.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:37 smithi195 bash[25052]: cluster 2023-12-06T07:30:36.501174+0000 mgr.y (mgr.24356) 248 : 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-06T07:30:38.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:37 smithi195 bash[25052]: audit 2023-12-06T07:30:36.754564+0000 mgr.y (mgr.24356) 249 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:38.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:37 smithi195 bash[25052]: audit 2023-12-06T07:30:37.625298+0000 mon.a (mon.0) 814 : audit [DBG] from='client.? 172.21.15.172:0/444954737' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:30:38.503 INFO:teuthology.orchestra.run.smithi172.stdout:HEALTH_OK 2023-12-06T07:30:38.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:38 smithi172 bash[25094]: audit 2023-12-06T07:30:37.145255+0000 mgr.y (mgr.24356) 250 : audit [DBG] from='client.25045 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:38.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:38 smithi172 bash[25094]: audit 2023-12-06T07:30:38.502673+0000 mon.a (mon.0) 815 : audit [DBG] from='client.? 172.21.15.172:0/4049423886' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:30:38.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:38 smithi172 bash[30529]: audit 2023-12-06T07:30:37.145255+0000 mgr.y (mgr.24356) 250 : audit [DBG] from='client.25045 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:38.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:38 smithi172 bash[30529]: audit 2023-12-06T07:30:38.502673+0000 mon.a (mon.0) 815 : audit [DBG] from='client.? 172.21.15.172:0/4049423886' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:30:39.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:38 smithi195 bash[25052]: audit 2023-12-06T07:30:37.145255+0000 mgr.y (mgr.24356) 250 : audit [DBG] from='client.25045 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:39.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:38 smithi195 bash[25052]: audit 2023-12-06T07:30:38.502673+0000 mon.a (mon.0) 815 : audit [DBG] from='client.? 172.21.15.172:0/4049423886' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:30:39.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:39 smithi172 bash[25094]: audit 2023-12-06T07:30:38.039922+0000 mgr.y (mgr.24356) 251 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:39.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:39 smithi172 bash[25094]: cluster 2023-12-06T07:30:38.502178+0000 mgr.y (mgr.24356) 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-06T07:30:39.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:39 smithi172 bash[30529]: audit 2023-12-06T07:30:38.039922+0000 mgr.y (mgr.24356) 251 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:39.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:39 smithi172 bash[30529]: cluster 2023-12-06T07:30:38.502178+0000 mgr.y (mgr.24356) 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-06T07:30:40.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:39 smithi195 bash[25052]: audit 2023-12-06T07:30:38.039922+0000 mgr.y (mgr.24356) 251 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:30:40.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:39 smithi195 bash[25052]: cluster 2023-12-06T07:30:38.502178+0000 mgr.y (mgr.24356) 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-06T07:30:41.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:41 smithi172 bash[25094]: cluster 2023-12-06T07:30:40.502789+0000 mgr.y (mgr.24356) 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-06T07:30:41.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:41 smithi172 bash[30529]: cluster 2023-12-06T07:30:40.502789+0000 mgr.y (mgr.24356) 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-06T07:30:42.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:41 smithi195 bash[25052]: cluster 2023-12-06T07:30:40.502789+0000 mgr.y (mgr.24356) 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-06T07:30:44.036 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:43 smithi172 bash[25094]: cluster 2023-12-06T07:30:42.504510+0000 mgr.y (mgr.24356) 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-06T07:30:44.037 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:43 smithi172 bash[30529]: cluster 2023-12-06T07:30:42.504510+0000 mgr.y (mgr.24356) 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-06T07:30:44.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:43 smithi195 bash[25052]: cluster 2023-12-06T07:30:42.504510+0000 mgr.y (mgr.24356) 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-06T07:30:45.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:45 smithi172 bash[25094]: audit 2023-12-06T07:30:44.385179+0000 mgr.y (mgr.24356) 255 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:30:45.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:45 smithi172 bash[25094]: cluster 2023-12-06T07:30:44.505329+0000 mgr.y (mgr.24356) 256 : 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-06T07:30:45.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:45 smithi172 bash[30529]: audit 2023-12-06T07:30:44.385179+0000 mgr.y (mgr.24356) 255 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:30:45.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:45 smithi172 bash[30529]: cluster 2023-12-06T07:30:44.505329+0000 mgr.y (mgr.24356) 256 : 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-06T07:30:46.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:45 smithi195 bash[25052]: audit 2023-12-06T07:30:44.385179+0000 mgr.y (mgr.24356) 255 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:30:46.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:45 smithi195 bash[25052]: cluster 2023-12-06T07:30:44.505329+0000 mgr.y (mgr.24356) 256 : 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-06T07:30:46.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:30:46 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:30:46] "GET /metrics HTTP/1.1" 200 214797 "" "Prometheus/2.33.4" 2023-12-06T07:30:47.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:30:46 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:30:46] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:30:47.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:47 smithi172 bash[25094]: cluster 2023-12-06T07:30:46.506284+0000 mgr.y (mgr.24356) 257 : 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-06T07:30:47.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:47 smithi172 bash[30529]: cluster 2023-12-06T07:30:46.506284+0000 mgr.y (mgr.24356) 257 : 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-06T07:30:48.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:47 smithi195 bash[25052]: cluster 2023-12-06T07:30:46.506284+0000 mgr.y (mgr.24356) 257 : 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-06T07:30:50.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:49 smithi195 bash[25052]: cluster 2023-12-06T07:30:48.508088+0000 mgr.y (mgr.24356) 258 : 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-06T07:30:50.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:49 smithi172 bash[25094]: cluster 2023-12-06T07:30:48.508088+0000 mgr.y (mgr.24356) 258 : 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-06T07:30:50.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:49 smithi172 bash[30529]: cluster 2023-12-06T07:30:48.508088+0000 mgr.y (mgr.24356) 258 : 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-06T07:30:52.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:51 smithi195 bash[25052]: cluster 2023-12-06T07:30:50.508887+0000 mgr.y (mgr.24356) 259 : 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-06T07:30:52.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:51 smithi172 bash[30529]: cluster 2023-12-06T07:30:50.508887+0000 mgr.y (mgr.24356) 259 : 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-06T07:30:52.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:51 smithi172 bash[25094]: cluster 2023-12-06T07:30:50.508887+0000 mgr.y (mgr.24356) 259 : 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-06T07:30:53.618 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:30:53 smithi172 bash[50269]: level=warn ts=2023-12-06T07:30:53.542Z 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.172:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-06T07:30:53.618 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:30:53 smithi172 bash[50269]: level=warn ts=2023-12-06T07:30:53.542Z 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.195:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.195 because it doesn't contain any IP SANs" 2023-12-06T07:30:53.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:53 smithi172 bash[25094]: cluster 2023-12-06T07:30:52.510556+0000 mgr.y (mgr.24356) 260 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:30:53.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:53 smithi172 bash[30529]: cluster 2023-12-06T07:30:52.510556+0000 mgr.y (mgr.24356) 260 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:30:54.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:53 smithi195 bash[25052]: cluster 2023-12-06T07:30:52.510556+0000 mgr.y (mgr.24356) 260 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:30:55.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:55 smithi195 bash[25052]: audit 2023-12-06T07:30:54.394920+0000 mgr.y (mgr.24356) 261 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:30:55.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:55 smithi195 bash[25052]: audit 2023-12-06T07:30:54.451194+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:30:55.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:55 smithi195 bash[25052]: cephadm 2023-12-06T07:30:54.452653+0000 mgr.y (mgr.24356) 262 : cephadm [INF] Upgrade: Target is version 19.0.0-26-g0482646f (unknown) 2023-12-06T07:30:55.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:55 smithi195 bash[25052]: cephadm 2023-12-06T07:30:54.452762+0000 mgr.y (mgr.24356) 263 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541, digests ['quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf'] 2023-12-06T07:30:55.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:55 smithi195 bash[25052]: audit 2023-12-06T07:30:54.454000+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:30:55.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:55 smithi195 bash[25052]: audit 2023-12-06T07:30:54.463034+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:30:55.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:55 smithi195 bash[25052]: cephadm 2023-12-06T07:30:54.464535+0000 mgr.y (mgr.24356) 264 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T07:30:55.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:55 smithi195 bash[25052]: cluster 2023-12-06T07:30:54.511289+0000 mgr.y (mgr.24356) 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-06T07:30:55.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:55 smithi195 bash[25052]: cephadm 2023-12-06T07:30:54.703138+0000 mgr.y (mgr.24356) 266 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 on smithi195 2023-12-06T07:30:55.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:55 smithi172 bash[25094]: audit 2023-12-06T07:30:54.394920+0000 mgr.y (mgr.24356) 261 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:30:55.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:55 smithi172 bash[25094]: audit 2023-12-06T07:30:54.451194+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:30:55.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:55 smithi172 bash[25094]: cephadm 2023-12-06T07:30:54.452653+0000 mgr.y (mgr.24356) 262 : cephadm [INF] Upgrade: Target is version 19.0.0-26-g0482646f (unknown) 2023-12-06T07:30:55.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:55 smithi172 bash[25094]: cephadm 2023-12-06T07:30:54.452762+0000 mgr.y (mgr.24356) 263 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541, digests ['quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf'] 2023-12-06T07:30:55.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:55 smithi172 bash[25094]: audit 2023-12-06T07:30:54.454000+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:30:55.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:55 smithi172 bash[25094]: audit 2023-12-06T07:30:54.463034+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:30:55.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:55 smithi172 bash[25094]: cephadm 2023-12-06T07:30:54.464535+0000 mgr.y (mgr.24356) 264 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T07:30:55.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:55 smithi172 bash[25094]: cluster 2023-12-06T07:30:54.511289+0000 mgr.y (mgr.24356) 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-06T07:30:55.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:55 smithi172 bash[25094]: cephadm 2023-12-06T07:30:54.703138+0000 mgr.y (mgr.24356) 266 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 on smithi195 2023-12-06T07:30:55.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:55 smithi172 bash[30529]: audit 2023-12-06T07:30:54.394920+0000 mgr.y (mgr.24356) 261 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:30:55.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:55 smithi172 bash[30529]: audit 2023-12-06T07:30:54.451194+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:30:55.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:55 smithi172 bash[30529]: cephadm 2023-12-06T07:30:54.452653+0000 mgr.y (mgr.24356) 262 : cephadm [INF] Upgrade: Target is version 19.0.0-26-g0482646f (unknown) 2023-12-06T07:30:55.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:55 smithi172 bash[30529]: cephadm 2023-12-06T07:30:54.452762+0000 mgr.y (mgr.24356) 263 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541, digests ['quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf'] 2023-12-06T07:30:55.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:55 smithi172 bash[30529]: audit 2023-12-06T07:30:54.454000+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:30:55.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:55 smithi172 bash[30529]: audit 2023-12-06T07:30:54.463034+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:30:55.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:55 smithi172 bash[30529]: cephadm 2023-12-06T07:30:54.464535+0000 mgr.y (mgr.24356) 264 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T07:30:55.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:55 smithi172 bash[30529]: cluster 2023-12-06T07:30:54.511289+0000 mgr.y (mgr.24356) 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-06T07:30:55.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:55 smithi172 bash[30529]: cephadm 2023-12-06T07:30:54.703138+0000 mgr.y (mgr.24356) 266 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 on smithi195 2023-12-06T07:30:56.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:30:56 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:30:56] "GET /metrics HTTP/1.1" 200 214797 "" "Prometheus/2.33.4" 2023-12-06T07:30:57.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:30:56 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:30:56] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:30:57.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:57 smithi172 bash[25094]: cluster 2023-12-06T07:30:56.511993+0000 mgr.y (mgr.24356) 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-06T07:30:57.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:57 smithi172 bash[25094]: audit 2023-12-06T07:30:56.717994+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:30:57.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:57 smithi172 bash[25094]: audit 2023-12-06T07:30:56.718845+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:30:57.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:57 smithi172 bash[25094]: audit 2023-12-06T07:30:56.733866+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:30:57.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:57 smithi172 bash[25094]: audit 2023-12-06T07:30:56.734723+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:30:57.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:57 smithi172 bash[30529]: cluster 2023-12-06T07:30:56.511993+0000 mgr.y (mgr.24356) 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-06T07:30:57.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:57 smithi172 bash[30529]: audit 2023-12-06T07:30:56.717994+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:30:57.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:57 smithi172 bash[30529]: audit 2023-12-06T07:30:56.718845+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:30:57.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:57 smithi172 bash[30529]: audit 2023-12-06T07:30:56.733866+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:30:57.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:57 smithi172 bash[30529]: audit 2023-12-06T07:30:56.734723+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:30:58.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:57 smithi195 bash[25052]: cluster 2023-12-06T07:30:56.511993+0000 mgr.y (mgr.24356) 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-06T07:30:58.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:57 smithi195 bash[25052]: audit 2023-12-06T07:30:56.717994+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:30:58.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:57 smithi195 bash[25052]: audit 2023-12-06T07:30:56.718845+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:30:58.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:57 smithi195 bash[25052]: audit 2023-12-06T07:30:56.733866+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:30:58.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:57 smithi195 bash[25052]: audit 2023-12-06T07:30:56.734723+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:30:59.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:30:59 smithi172 bash[30529]: cluster 2023-12-06T07:30:58.513765+0000 mgr.y (mgr.24356) 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-06T07:30:59.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:30:59 smithi172 bash[25094]: cluster 2023-12-06T07:30:58.513765+0000 mgr.y (mgr.24356) 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-06T07:31:00.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:30:59 smithi195 bash[25052]: cluster 2023-12-06T07:30:58.513765+0000 mgr.y (mgr.24356) 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-06T07:31:01.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:01 smithi172 bash[25094]: cluster 2023-12-06T07:31:00.514628+0000 mgr.y (mgr.24356) 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-06T07:31:01.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:01 smithi172 bash[30529]: cluster 2023-12-06T07:31:00.514628+0000 mgr.y (mgr.24356) 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-06T07:31:02.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:01 smithi195 bash[25052]: cluster 2023-12-06T07:31:00.514628+0000 mgr.y (mgr.24356) 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-06T07:31:03.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:03 smithi172 bash[25094]: cluster 2023-12-06T07:31:02.516338+0000 mgr.y (mgr.24356) 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-06T07:31:03.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:03 smithi172 bash[30529]: cluster 2023-12-06T07:31:02.516338+0000 mgr.y (mgr.24356) 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-06T07:31:03.924 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:31:03 smithi172 bash[50269]: level=error ts=2023-12-06T07:31:03.511Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.172:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.195:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.195 because it doesn't contain any IP SANs" 2023-12-06T07:31:03.924 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:31:03 smithi172 bash[50269]: level=warn ts=2023-12-06T07:31:03.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.172:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-06T07:31:03.924 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:31:03 smithi172 bash[50269]: level=warn ts=2023-12-06T07:31:03.517Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.195:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.195 because it doesn't contain any IP SANs" 2023-12-06T07:31:04.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:03 smithi195 bash[25052]: cluster 2023-12-06T07:31:02.516338+0000 mgr.y (mgr.24356) 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-06T07:31:05.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:05 smithi172 bash[25094]: audit 2023-12-06T07:31:04.405240+0000 mgr.y (mgr.24356) 271 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:31:05.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:05 smithi172 bash[25094]: cluster 2023-12-06T07:31:04.517126+0000 mgr.y (mgr.24356) 272 : 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-06T07:31:05.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:05 smithi172 bash[30529]: audit 2023-12-06T07:31:04.405240+0000 mgr.y (mgr.24356) 271 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:31:05.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:05 smithi172 bash[30529]: cluster 2023-12-06T07:31:04.517126+0000 mgr.y (mgr.24356) 272 : 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-06T07:31:06.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:05 smithi195 bash[25052]: audit 2023-12-06T07:31:04.405240+0000 mgr.y (mgr.24356) 271 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:31:06.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:05 smithi195 bash[25052]: cluster 2023-12-06T07:31:04.517126+0000 mgr.y (mgr.24356) 272 : 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-06T07:31:06.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:31:06 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:31:06] "GET /metrics HTTP/1.1" 200 214805 "" "Prometheus/2.33.4" 2023-12-06T07:31:07.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:31:06 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:31:06] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:31:07.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:07 smithi172 bash[25094]: cluster 2023-12-06T07:31:06.517902+0000 mgr.y (mgr.24356) 273 : 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-06T07:31:07.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:07 smithi172 bash[30529]: cluster 2023-12-06T07:31:06.517902+0000 mgr.y (mgr.24356) 273 : 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-06T07:31:08.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:07 smithi195 bash[25052]: cluster 2023-12-06T07:31:06.517902+0000 mgr.y (mgr.24356) 273 : 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-06T07:31:08.881 INFO:teuthology.orchestra.run.smithi172.stdout:true 2023-12-06T07:31:09.590 INFO:teuthology.orchestra.run.smithi172.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:31:09.590 INFO:teuthology.orchestra.run.smithi172.stdout:alertmanager.a smithi172 *:9093,9094 running (4m) 3m ago 5m 14.9M - ba2b418f427c 0f13cc1b8de2 2023-12-06T07:31:09.590 INFO:teuthology.orchestra.run.smithi172.stdout:grafana.a smithi195 *:3000 running (5m) 3m ago 5m 47.2M - 8.3.5 dad864ee21e9 8379a8f09e27 2023-12-06T07:31:09.590 INFO:teuthology.orchestra.run.smithi172.stdout:iscsi.foo.smithi172.imjphn smithi172 running (3m) 3m ago 3m 66.0M - 3.5 e1d6a67b021e 2e1eb942f69c 2023-12-06T07:31:09.591 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.x smithi195 *:8443 running (11m) 3m ago 11m 404M - 17.2.0 e1d6a67b021e d5a1eb60be68 2023-12-06T07:31:09.591 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.y smithi172 *:9283 running (13m) 3m ago 13m 452M - 17.2.0 e1d6a67b021e 257f82ceaa6c 2023-12-06T07:31:09.591 INFO:teuthology.orchestra.run.smithi172.stdout:mon.a smithi172 running (13m) 3m ago 13m 49.5M 2048M 17.2.0 e1d6a67b021e a98f6943ccd1 2023-12-06T07:31:09.591 INFO:teuthology.orchestra.run.smithi172.stdout:mon.b smithi195 running (11m) 3m ago 11m 44.7M 2048M 17.2.0 e1d6a67b021e 696ba54e207e 2023-12-06T07:31:09.591 INFO:teuthology.orchestra.run.smithi172.stdout:mon.c smithi172 running (11m) 3m ago 11m 43.2M 2048M 17.2.0 e1d6a67b021e d3e5645df5a7 2023-12-06T07:31:09.591 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.a smithi172 *:9100 running (5m) 3m ago 5m 11.2M - 1dbe0e931976 8359db14354b 2023-12-06T07:31:09.591 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.b smithi195 *:9100 running (5m) 3m ago 5m 11.1M - 1dbe0e931976 bb815aff3199 2023-12-06T07:31:09.591 INFO:teuthology.orchestra.run.smithi172.stdout:osd.0 smithi172 running (10m) 3m ago 10m 53.9M 4061M 17.2.0 e1d6a67b021e d65620e34baf 2023-12-06T07:31:09.591 INFO:teuthology.orchestra.run.smithi172.stdout:osd.1 smithi172 running (10m) 3m ago 10m 54.9M 4061M 17.2.0 e1d6a67b021e 7522680f974d 2023-12-06T07:31:09.591 INFO:teuthology.orchestra.run.smithi172.stdout:osd.2 smithi172 running (9m) 3m ago 9m 51.1M 4061M 17.2.0 e1d6a67b021e 52ca8f6db2e7 2023-12-06T07:31:09.591 INFO:teuthology.orchestra.run.smithi172.stdout:osd.3 smithi172 running (9m) 3m ago 9m 51.6M 4061M 17.2.0 e1d6a67b021e 1c2477b9ceb7 2023-12-06T07:31:09.591 INFO:teuthology.orchestra.run.smithi172.stdout:osd.4 smithi195 running (8m) 3m ago 8m 51.1M 4317M 17.2.0 e1d6a67b021e eaea9514cd4a 2023-12-06T07:31:09.591 INFO:teuthology.orchestra.run.smithi172.stdout:osd.5 smithi195 running (7m) 3m ago 8m 50.0M 4317M 17.2.0 e1d6a67b021e 51eedee8fdd8 2023-12-06T07:31:09.591 INFO:teuthology.orchestra.run.smithi172.stdout:osd.6 smithi195 running (7m) 3m ago 7m 47.7M 4317M 17.2.0 e1d6a67b021e 3bdaad441af1 2023-12-06T07:31:09.591 INFO:teuthology.orchestra.run.smithi172.stdout:osd.7 smithi195 running (6m) 3m ago 6m 50.2M 4317M 17.2.0 e1d6a67b021e 33c403e0a340 2023-12-06T07:31:09.592 INFO:teuthology.orchestra.run.smithi172.stdout:prometheus.a smithi195 *:9095 running (4m) 3m ago 5m 47.0M - 514e6a882f6e 5cbd0b589fe4 2023-12-06T07:31:09.592 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi172.fmdqeg smithi172 *:8000 running (3m) 3m ago 3m 83.1M - 17.2.0 e1d6a67b021e f5f3949b1de8 2023-12-06T07:31:09.592 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi195.hycrot smithi195 *:8000 running (3m) 3m ago 3m 82.8M - 17.2.0 e1d6a67b021e 9c5f08c98b32 2023-12-06T07:31:09.592 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi172.woscxg smithi172 *:80 running (3m) 3m ago 3m 83.4M - 17.2.0 e1d6a67b021e 0c4c84135665 2023-12-06T07:31:09.592 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi195.imqeni smithi195 *:80 running (3m) 3m ago 3m 83.0M - 17.2.0 e1d6a67b021e ca4b88c28560 2023-12-06T07:31:09.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:09 smithi172 bash[30529]: cluster 2023-12-06T07:31:08.519658+0000 mgr.y (mgr.24356) 274 : 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-06T07:31:09.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:09 smithi172 bash[30529]: audit 2023-12-06T07:31:08.865391+0000 mgr.y (mgr.24356) 275 : audit [DBG] from='client.25069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:09.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:09 smithi172 bash[25094]: cluster 2023-12-06T07:31:08.519658+0000 mgr.y (mgr.24356) 274 : 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-06T07:31:09.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:09 smithi172 bash[25094]: audit 2023-12-06T07:31:08.865391+0000 mgr.y (mgr.24356) 275 : audit [DBG] from='client.25069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:09.997 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:31:09.997 INFO:teuthology.orchestra.run.smithi172.stdout: "mon": { 2023-12-06T07:31:09.997 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T07:31:09.997 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:31:09.998 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr": { 2023-12-06T07:31:09.998 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T07:31:09.998 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:31:09.998 INFO:teuthology.orchestra.run.smithi172.stdout: "osd": { 2023-12-06T07:31:09.998 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:31:09.998 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:31:09.998 INFO:teuthology.orchestra.run.smithi172.stdout: "mds": {}, 2023-12-06T07:31:09.999 INFO:teuthology.orchestra.run.smithi172.stdout: "rgw": { 2023-12-06T07:31:09.999 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:31:09.999 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:31:09.999 INFO:teuthology.orchestra.run.smithi172.stdout: "overall": { 2023-12-06T07:31:09.999 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-06T07:31:09.999 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:31:09.999 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:31:10.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:09 smithi195 bash[25052]: cluster 2023-12-06T07:31:08.519658+0000 mgr.y (mgr.24356) 274 : 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-06T07:31:10.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:09 smithi195 bash[25052]: audit 2023-12-06T07:31:08.865391+0000 mgr.y (mgr.24356) 275 : audit [DBG] from='client.25069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:10.346 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:31:10.347 INFO:teuthology.orchestra.run.smithi172.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:31:10.347 INFO:teuthology.orchestra.run.smithi172.stdout: "in_progress": true, 2023-12-06T07:31:10.347 INFO:teuthology.orchestra.run.smithi172.stdout: "services_complete": [], 2023-12-06T07:31:10.347 INFO:teuthology.orchestra.run.smithi172.stdout: "progress": "0/23 daemons upgraded", 2023-12-06T07:31:10.347 INFO:teuthology.orchestra.run.smithi172.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 image on host smithi195" 2023-12-06T07:31:10.347 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:31:10.755 INFO:teuthology.orchestra.run.smithi172.stdout:HEALTH_OK 2023-12-06T07:31:10.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:10 smithi172 bash[25094]: audit 2023-12-06T07:31:09.219187+0000 mgr.y (mgr.24356) 276 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:10.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:10 smithi172 bash[25094]: audit 2023-12-06T07:31:09.565899+0000 mgr.y (mgr.24356) 277 : audit [DBG] from='client.25081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:10.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:10 smithi172 bash[25094]: audit 2023-12-06T07:31:09.996062+0000 mon.c (mon.1) 132 : audit [DBG] from='client.? 172.21.15.172:0/284959322' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:31:10.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:10 smithi172 bash[30529]: audit 2023-12-06T07:31:09.219187+0000 mgr.y (mgr.24356) 276 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:10.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:10 smithi172 bash[30529]: audit 2023-12-06T07:31:09.565899+0000 mgr.y (mgr.24356) 277 : audit [DBG] from='client.25081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:10.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:10 smithi172 bash[30529]: audit 2023-12-06T07:31:09.996062+0000 mon.c (mon.1) 132 : audit [DBG] from='client.? 172.21.15.172:0/284959322' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:31:11.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:10 smithi195 bash[25052]: audit 2023-12-06T07:31:09.219187+0000 mgr.y (mgr.24356) 276 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:11.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:10 smithi195 bash[25052]: audit 2023-12-06T07:31:09.565899+0000 mgr.y (mgr.24356) 277 : audit [DBG] from='client.25081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:11.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:10 smithi195 bash[25052]: audit 2023-12-06T07:31:09.996062+0000 mon.c (mon.1) 132 : audit [DBG] from='client.? 172.21.15.172:0/284959322' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:31:11.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:11 smithi172 bash[25094]: audit 2023-12-06T07:31:10.344795+0000 mgr.y (mgr.24356) 278 : audit [DBG] from='client.25001 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:11.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:11 smithi172 bash[25094]: cluster 2023-12-06T07:31:10.520360+0000 mgr.y (mgr.24356) 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-06T07:31:11.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:11 smithi172 bash[25094]: audit 2023-12-06T07:31:10.754567+0000 mon.c (mon.1) 133 : audit [DBG] from='client.? 172.21.15.172:0/983369573' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:31:11.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:11 smithi172 bash[30529]: audit 2023-12-06T07:31:10.344795+0000 mgr.y (mgr.24356) 278 : audit [DBG] from='client.25001 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:11.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:11 smithi172 bash[30529]: cluster 2023-12-06T07:31:10.520360+0000 mgr.y (mgr.24356) 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-06T07:31:11.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:11 smithi172 bash[30529]: audit 2023-12-06T07:31:10.754567+0000 mon.c (mon.1) 133 : audit [DBG] from='client.? 172.21.15.172:0/983369573' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:31:12.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:11 smithi195 bash[25052]: audit 2023-12-06T07:31:10.344795+0000 mgr.y (mgr.24356) 278 : audit [DBG] from='client.25001 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:12.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:11 smithi195 bash[25052]: cluster 2023-12-06T07:31:10.520360+0000 mgr.y (mgr.24356) 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-06T07:31:12.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:11 smithi195 bash[25052]: audit 2023-12-06T07:31:10.754567+0000 mon.c (mon.1) 133 : audit [DBG] from='client.? 172.21.15.172:0/983369573' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:31:13.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:13 smithi172 bash[25094]: cluster 2023-12-06T07:31:12.522023+0000 mgr.y (mgr.24356) 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-06T07:31:13.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:13 smithi172 bash[30529]: cluster 2023-12-06T07:31:12.522023+0000 mgr.y (mgr.24356) 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-06T07:31:13.923 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:31:13 smithi172 bash[50269]: level=error ts=2023-12-06T07:31:13.512Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.195:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.195 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.172:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-06T07:31:13.923 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:31:13 smithi172 bash[50269]: level=warn ts=2023-12-06T07:31:13.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.195:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.195 because it doesn't contain any IP SANs" 2023-12-06T07:31:13.923 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:31:13 smithi172 bash[50269]: level=warn ts=2023-12-06T07:31:13.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.172:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-06T07:31:14.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:13 smithi195 bash[25052]: cluster 2023-12-06T07:31:12.522023+0000 mgr.y (mgr.24356) 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-06T07:31:15.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:15 smithi172 bash[25094]: audit 2023-12-06T07:31:14.416549+0000 mgr.y (mgr.24356) 281 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:31:15.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:15 smithi172 bash[25094]: cluster 2023-12-06T07:31:14.522786+0000 mgr.y (mgr.24356) 282 : 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-06T07:31:15.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:15 smithi172 bash[30529]: audit 2023-12-06T07:31:14.416549+0000 mgr.y (mgr.24356) 281 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:31:15.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:15 smithi172 bash[30529]: cluster 2023-12-06T07:31:14.522786+0000 mgr.y (mgr.24356) 282 : 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-06T07:31:16.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:15 smithi195 bash[25052]: audit 2023-12-06T07:31:14.416549+0000 mgr.y (mgr.24356) 281 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:31:16.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:15 smithi195 bash[25052]: cluster 2023-12-06T07:31:14.522786+0000 mgr.y (mgr.24356) 282 : 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-06T07:31:16.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:31:16 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:31:16] "GET /metrics HTTP/1.1" 200 214799 "" "Prometheus/2.33.4" 2023-12-06T07:31:17.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:31:16 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:31:16] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:31:17.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:17 smithi172 bash[25094]: cluster 2023-12-06T07:31:16.523523+0000 mgr.y (mgr.24356) 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-06T07:31:17.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:17 smithi172 bash[30529]: cluster 2023-12-06T07:31:16.523523+0000 mgr.y (mgr.24356) 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-06T07:31:18.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:17 smithi195 bash[25052]: cluster 2023-12-06T07:31:16.523523+0000 mgr.y (mgr.24356) 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-06T07:31:19.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:19 smithi172 bash[25094]: cluster 2023-12-06T07:31:18.525301+0000 mgr.y (mgr.24356) 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-06T07:31:19.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:19 smithi172 bash[30529]: cluster 2023-12-06T07:31:18.525301+0000 mgr.y (mgr.24356) 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-06T07:31:20.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:19 smithi195 bash[25052]: cluster 2023-12-06T07:31:18.525301+0000 mgr.y (mgr.24356) 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-06T07:31:21.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:21 smithi172 bash[25094]: cluster 2023-12-06T07:31:20.526127+0000 mgr.y (mgr.24356) 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-06T07:31:21.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:21 smithi172 bash[30529]: cluster 2023-12-06T07:31:20.526127+0000 mgr.y (mgr.24356) 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-06T07:31:22.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:21 smithi195 bash[25052]: cluster 2023-12-06T07:31:20.526127+0000 mgr.y (mgr.24356) 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-06T07:31:23.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:23 smithi172 bash[25094]: cluster 2023-12-06T07:31:22.527830+0000 mgr.y (mgr.24356) 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-06T07:31:23.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:23 smithi172 bash[30529]: cluster 2023-12-06T07:31:22.527830+0000 mgr.y (mgr.24356) 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-06T07:31:23.923 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:31:23 smithi172 bash[50269]: level=error ts=2023-12-06T07:31:23.513Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.172:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.195:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.195 because it doesn't contain any IP SANs" 2023-12-06T07:31:23.924 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:31:23 smithi172 bash[50269]: level=warn ts=2023-12-06T07:31:23.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.172:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-06T07:31:23.924 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:31:23 smithi172 bash[50269]: level=warn ts=2023-12-06T07:31:23.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.195:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.195 because it doesn't contain any IP SANs" 2023-12-06T07:31:24.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:23 smithi195 bash[25052]: cluster 2023-12-06T07:31:22.527830+0000 mgr.y (mgr.24356) 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-06T07:31:26.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:25 smithi195 bash[25052]: audit 2023-12-06T07:31:24.425233+0000 mgr.y (mgr.24356) 287 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:31:26.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:25 smithi195 bash[25052]: cluster 2023-12-06T07:31:24.528610+0000 mgr.y (mgr.24356) 288 : 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-06T07:31:26.176 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:25 smithi172 bash[25094]: audit 2023-12-06T07:31:24.425233+0000 mgr.y (mgr.24356) 287 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:31:26.176 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:25 smithi172 bash[25094]: cluster 2023-12-06T07:31:24.528610+0000 mgr.y (mgr.24356) 288 : 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-06T07:31:26.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:25 smithi172 bash[30529]: audit 2023-12-06T07:31:24.425233+0000 mgr.y (mgr.24356) 287 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:31:26.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:25 smithi172 bash[30529]: cluster 2023-12-06T07:31:24.528610+0000 mgr.y (mgr.24356) 288 : 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-06T07:31:26.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:31:26 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:31:26] "GET /metrics HTTP/1.1" 200 214799 "" "Prometheus/2.33.4" 2023-12-06T07:31:27.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:31:26 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:31:26] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:31:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:27 smithi195 bash[25052]: cluster 2023-12-06T07:31:26.529335+0000 mgr.y (mgr.24356) 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-06T07:31:28.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:27 smithi172 bash[25094]: cluster 2023-12-06T07:31:26.529335+0000 mgr.y (mgr.24356) 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-06T07:31:28.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:27 smithi172 bash[30529]: cluster 2023-12-06T07:31:26.529335+0000 mgr.y (mgr.24356) 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-06T07:31:30.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:29 smithi195 bash[25052]: cluster 2023-12-06T07:31:28.531061+0000 mgr.y (mgr.24356) 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-06T07:31:30.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:29 smithi172 bash[25094]: cluster 2023-12-06T07:31:28.531061+0000 mgr.y (mgr.24356) 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-06T07:31:30.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:29 smithi172 bash[30529]: cluster 2023-12-06T07:31:28.531061+0000 mgr.y (mgr.24356) 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-06T07:31:32.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:31 smithi195 bash[25052]: cluster 2023-12-06T07:31:30.531833+0000 mgr.y (mgr.24356) 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-06T07:31:32.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:31 smithi172 bash[25094]: cluster 2023-12-06T07:31:30.531833+0000 mgr.y (mgr.24356) 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-06T07:31:32.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:31 smithi172 bash[30529]: cluster 2023-12-06T07:31:30.531833+0000 mgr.y (mgr.24356) 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-06T07:31:33.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:33 smithi172 bash[25094]: cluster 2023-12-06T07:31:32.533490+0000 mgr.y (mgr.24356) 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-06T07:31:33.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:33 smithi172 bash[30529]: cluster 2023-12-06T07:31:32.533490+0000 mgr.y (mgr.24356) 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-06T07:31:33.924 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:31:33 smithi172 bash[50269]: level=error ts=2023-12-06T07:31:33.514Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.172:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.195:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.195 because it doesn't contain any IP SANs" 2023-12-06T07:31:33.924 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:31:33 smithi172 bash[50269]: level=warn ts=2023-12-06T07:31:33.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.172:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-06T07:31:33.924 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:31:33 smithi172 bash[50269]: level=warn ts=2023-12-06T07:31:33.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.195:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.195 because it doesn't contain any IP SANs" 2023-12-06T07:31:34.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:33 smithi195 bash[25052]: cluster 2023-12-06T07:31:32.533490+0000 mgr.y (mgr.24356) 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-06T07:31:36.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:35 smithi195 bash[25052]: audit 2023-12-06T07:31:34.434309+0000 mgr.y (mgr.24356) 293 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:31:36.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:35 smithi195 bash[25052]: cluster 2023-12-06T07:31:34.534220+0000 mgr.y (mgr.24356) 294 : 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-06T07:31:36.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:35 smithi172 bash[30529]: audit 2023-12-06T07:31:34.434309+0000 mgr.y (mgr.24356) 293 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:31:36.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:35 smithi172 bash[30529]: cluster 2023-12-06T07:31:34.534220+0000 mgr.y (mgr.24356) 294 : 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-06T07:31:36.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:35 smithi172 bash[25094]: audit 2023-12-06T07:31:34.434309+0000 mgr.y (mgr.24356) 293 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:31:36.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:35 smithi172 bash[25094]: cluster 2023-12-06T07:31:34.534220+0000 mgr.y (mgr.24356) 294 : 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-06T07:31:36.675 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:31:36 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:31:36] "GET /metrics HTTP/1.1" 200 214806 "" "Prometheus/2.33.4" 2023-12-06T07:31:37.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:31:36 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:31:36] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:31:38.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:37 smithi195 bash[25052]: cluster 2023-12-06T07:31:36.534960+0000 mgr.y (mgr.24356) 295 : 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-06T07:31:38.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:37 smithi172 bash[25094]: cluster 2023-12-06T07:31:36.534960+0000 mgr.y (mgr.24356) 295 : 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-06T07:31:38.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:37 smithi172 bash[30529]: cluster 2023-12-06T07:31:36.534960+0000 mgr.y (mgr.24356) 295 : 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-06T07:31:40.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:39 smithi195 bash[25052]: cluster 2023-12-06T07:31:38.536610+0000 mgr.y (mgr.24356) 296 : 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-06T07:31:40.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:39 smithi172 bash[25094]: cluster 2023-12-06T07:31:38.536610+0000 mgr.y (mgr.24356) 296 : 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-06T07:31:40.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:39 smithi172 bash[30529]: cluster 2023-12-06T07:31:38.536610+0000 mgr.y (mgr.24356) 296 : 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-06T07:31:41.139 INFO:teuthology.orchestra.run.smithi172.stdout:true 2023-12-06T07:31:41.860 INFO:teuthology.orchestra.run.smithi172.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:31:41.860 INFO:teuthology.orchestra.run.smithi172.stdout:alertmanager.a smithi172 *:9093,9094 running (5m) 3m ago 6m 14.9M - ba2b418f427c 0f13cc1b8de2 2023-12-06T07:31:41.860 INFO:teuthology.orchestra.run.smithi172.stdout:grafana.a smithi195 *:3000 running (5m) 4m ago 5m 47.2M - 8.3.5 dad864ee21e9 8379a8f09e27 2023-12-06T07:31:41.860 INFO:teuthology.orchestra.run.smithi172.stdout:iscsi.foo.smithi172.imjphn smithi172 running (3m) 3m ago 3m 66.0M - 3.5 e1d6a67b021e 2e1eb942f69c 2023-12-06T07:31:41.860 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.x smithi195 *:8443 running (11m) 4m ago 11m 404M - 17.2.0 e1d6a67b021e d5a1eb60be68 2023-12-06T07:31:41.860 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.y smithi172 *:9283 running (13m) 3m ago 13m 452M - 17.2.0 e1d6a67b021e 257f82ceaa6c 2023-12-06T07:31:41.860 INFO:teuthology.orchestra.run.smithi172.stdout:mon.a smithi172 running (13m) 3m ago 14m 49.5M 2048M 17.2.0 e1d6a67b021e a98f6943ccd1 2023-12-06T07:31:41.860 INFO:teuthology.orchestra.run.smithi172.stdout:mon.b smithi195 running (12m) 4m ago 12m 44.7M 2048M 17.2.0 e1d6a67b021e 696ba54e207e 2023-12-06T07:31:41.860 INFO:teuthology.orchestra.run.smithi172.stdout:mon.c smithi172 running (12m) 3m ago 12m 43.2M 2048M 17.2.0 e1d6a67b021e d3e5645df5a7 2023-12-06T07:31:41.860 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.a smithi172 *:9100 running (6m) 3m ago 6m 11.2M - 1dbe0e931976 8359db14354b 2023-12-06T07:31:41.861 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.b smithi195 *:9100 running (6m) 4m ago 6m 11.1M - 1dbe0e931976 bb815aff3199 2023-12-06T07:31:41.861 INFO:teuthology.orchestra.run.smithi172.stdout:osd.0 smithi172 running (11m) 3m ago 11m 53.9M 4061M 17.2.0 e1d6a67b021e d65620e34baf 2023-12-06T07:31:41.861 INFO:teuthology.orchestra.run.smithi172.stdout:osd.1 smithi172 running (10m) 3m ago 10m 54.9M 4061M 17.2.0 e1d6a67b021e 7522680f974d 2023-12-06T07:31:41.861 INFO:teuthology.orchestra.run.smithi172.stdout:osd.2 smithi172 running (10m) 3m ago 10m 51.1M 4061M 17.2.0 e1d6a67b021e 52ca8f6db2e7 2023-12-06T07:31:41.861 INFO:teuthology.orchestra.run.smithi172.stdout:osd.3 smithi172 running (9m) 3m ago 9m 51.6M 4061M 17.2.0 e1d6a67b021e 1c2477b9ceb7 2023-12-06T07:31:41.861 INFO:teuthology.orchestra.run.smithi172.stdout:osd.4 smithi195 running (9m) 4m ago 9m 51.1M 4317M 17.2.0 e1d6a67b021e eaea9514cd4a 2023-12-06T07:31:41.861 INFO:teuthology.orchestra.run.smithi172.stdout:osd.5 smithi195 running (8m) 4m ago 8m 50.0M 4317M 17.2.0 e1d6a67b021e 51eedee8fdd8 2023-12-06T07:31:41.861 INFO:teuthology.orchestra.run.smithi172.stdout:osd.6 smithi195 running (7m) 4m ago 7m 47.7M 4317M 17.2.0 e1d6a67b021e 3bdaad441af1 2023-12-06T07:31:41.861 INFO:teuthology.orchestra.run.smithi172.stdout:osd.7 smithi195 running (7m) 4m ago 7m 50.2M 4317M 17.2.0 e1d6a67b021e 33c403e0a340 2023-12-06T07:31:41.861 INFO:teuthology.orchestra.run.smithi172.stdout:prometheus.a smithi195 *:9095 running (5m) 4m ago 6m 47.0M - 514e6a882f6e 5cbd0b589fe4 2023-12-06T07:31:41.861 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi172.fmdqeg smithi172 *:8000 running (4m) 3m ago 4m 83.1M - 17.2.0 e1d6a67b021e f5f3949b1de8 2023-12-06T07:31:41.861 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi195.hycrot smithi195 *:8000 running (4m) 4m ago 4m 82.8M - 17.2.0 e1d6a67b021e 9c5f08c98b32 2023-12-06T07:31:41.861 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi172.woscxg smithi172 *:80 running (4m) 3m ago 4m 83.4M - 17.2.0 e1d6a67b021e 0c4c84135665 2023-12-06T07:31:41.861 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi195.imqeni smithi195 *:80 running (4m) 4m ago 4m 83.0M - 17.2.0 e1d6a67b021e ca4b88c28560 2023-12-06T07:31:42.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:41 smithi195 bash[25052]: cluster 2023-12-06T07:31:40.537357+0000 mgr.y (mgr.24356) 297 : 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-06T07:31:42.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:41 smithi172 bash[25094]: cluster 2023-12-06T07:31:40.537357+0000 mgr.y (mgr.24356) 297 : 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-06T07:31:42.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:41 smithi172 bash[30529]: cluster 2023-12-06T07:31:40.537357+0000 mgr.y (mgr.24356) 297 : 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-06T07:31:42.270 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:31:42.270 INFO:teuthology.orchestra.run.smithi172.stdout: "mon": { 2023-12-06T07:31:42.270 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T07:31:42.270 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:31:42.270 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr": { 2023-12-06T07:31:42.270 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T07:31:42.271 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:31:42.271 INFO:teuthology.orchestra.run.smithi172.stdout: "osd": { 2023-12-06T07:31:42.271 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:31:42.271 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:31:42.271 INFO:teuthology.orchestra.run.smithi172.stdout: "mds": {}, 2023-12-06T07:31:42.271 INFO:teuthology.orchestra.run.smithi172.stdout: "rgw": { 2023-12-06T07:31:42.271 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:31:42.271 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:31:42.271 INFO:teuthology.orchestra.run.smithi172.stdout: "overall": { 2023-12-06T07:31:42.271 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-06T07:31:42.271 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:31:42.271 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:31:42.629 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:31:42.629 INFO:teuthology.orchestra.run.smithi172.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:31:42.630 INFO:teuthology.orchestra.run.smithi172.stdout: "in_progress": true, 2023-12-06T07:31:42.630 INFO:teuthology.orchestra.run.smithi172.stdout: "services_complete": [], 2023-12-06T07:31:42.630 INFO:teuthology.orchestra.run.smithi172.stdout: "progress": "0/23 daemons upgraded", 2023-12-06T07:31:42.630 INFO:teuthology.orchestra.run.smithi172.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 image on host smithi195" 2023-12-06T07:31:42.630 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:31:43.036 INFO:teuthology.orchestra.run.smithi172.stdout:HEALTH_OK 2023-12-06T07:31:43.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:42 smithi195 bash[25052]: audit 2023-12-06T07:31:41.123558+0000 mgr.y (mgr.24356) 298 : audit [DBG] from='client.25105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:43.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:42 smithi195 bash[25052]: audit 2023-12-06T07:31:41.479499+0000 mgr.y (mgr.24356) 299 : audit [DBG] from='client.25111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:43.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:42 smithi195 bash[25052]: audit 2023-12-06T07:31:41.844346+0000 mgr.y (mgr.24356) 300 : audit [DBG] from='client.25117 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:43.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:42 smithi195 bash[25052]: audit 2023-12-06T07:31:42.269284+0000 mon.c (mon.1) 134 : audit [DBG] from='client.? 172.21.15.172:0/2857170088' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:31:43.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:42 smithi172 bash[25094]: audit 2023-12-06T07:31:41.123558+0000 mgr.y (mgr.24356) 298 : audit [DBG] from='client.25105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:43.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:42 smithi172 bash[25094]: audit 2023-12-06T07:31:41.479499+0000 mgr.y (mgr.24356) 299 : audit [DBG] from='client.25111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:43.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:42 smithi172 bash[25094]: audit 2023-12-06T07:31:41.844346+0000 mgr.y (mgr.24356) 300 : audit [DBG] from='client.25117 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:43.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:42 smithi172 bash[25094]: audit 2023-12-06T07:31:42.269284+0000 mon.c (mon.1) 134 : audit [DBG] from='client.? 172.21.15.172:0/2857170088' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:31:43.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:42 smithi172 bash[30529]: audit 2023-12-06T07:31:41.123558+0000 mgr.y (mgr.24356) 298 : audit [DBG] from='client.25105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:43.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:42 smithi172 bash[30529]: audit 2023-12-06T07:31:41.479499+0000 mgr.y (mgr.24356) 299 : audit [DBG] from='client.25111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:43.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:42 smithi172 bash[30529]: audit 2023-12-06T07:31:41.844346+0000 mgr.y (mgr.24356) 300 : audit [DBG] from='client.25117 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:43.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:42 smithi172 bash[30529]: audit 2023-12-06T07:31:42.269284+0000 mon.c (mon.1) 134 : audit [DBG] from='client.? 172.21.15.172:0/2857170088' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:31:43.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:43 smithi172 bash[25094]: cluster 2023-12-06T07:31:42.539030+0000 mgr.y (mgr.24356) 301 : 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-06T07:31:43.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:43 smithi172 bash[25094]: audit 2023-12-06T07:31:42.626880+0000 mgr.y (mgr.24356) 302 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:43.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:43 smithi172 bash[25094]: audit 2023-12-06T07:31:43.035673+0000 mon.c (mon.1) 135 : audit [DBG] from='client.? 172.21.15.172:0/207651261' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:31:43.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:43 smithi172 bash[30529]: cluster 2023-12-06T07:31:42.539030+0000 mgr.y (mgr.24356) 301 : 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-06T07:31:43.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:43 smithi172 bash[30529]: audit 2023-12-06T07:31:42.626880+0000 mgr.y (mgr.24356) 302 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:43.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:43 smithi172 bash[30529]: audit 2023-12-06T07:31:43.035673+0000 mon.c (mon.1) 135 : audit [DBG] from='client.? 172.21.15.172:0/207651261' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:31:43.924 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:31:43 smithi172 bash[50269]: level=error ts=2023-12-06T07:31:43.515Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.172:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.195:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.195 because it doesn't contain any IP SANs" 2023-12-06T07:31:43.924 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:31:43 smithi172 bash[50269]: level=warn ts=2023-12-06T07:31: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.195:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.195 because it doesn't contain any IP SANs" 2023-12-06T07:31:43.924 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:31:43 smithi172 bash[50269]: level=warn ts=2023-12-06T07:31:43.520Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.172:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-06T07:31:44.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:43 smithi195 bash[25052]: cluster 2023-12-06T07:31:42.539030+0000 mgr.y (mgr.24356) 301 : 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-06T07:31:44.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:43 smithi195 bash[25052]: audit 2023-12-06T07:31:42.626880+0000 mgr.y (mgr.24356) 302 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:31:44.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:43 smithi195 bash[25052]: audit 2023-12-06T07:31:43.035673+0000 mon.c (mon.1) 135 : audit [DBG] from='client.? 172.21.15.172:0/207651261' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:31:46.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:45 smithi195 bash[25052]: audit 2023-12-06T07:31:44.445658+0000 mgr.y (mgr.24356) 303 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:31:46.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:45 smithi195 bash[25052]: cluster 2023-12-06T07:31:44.539773+0000 mgr.y (mgr.24356) 304 : 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-06T07:31:46.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:45 smithi172 bash[25094]: audit 2023-12-06T07:31:44.445658+0000 mgr.y (mgr.24356) 303 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:31:46.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:45 smithi172 bash[25094]: cluster 2023-12-06T07:31:44.539773+0000 mgr.y (mgr.24356) 304 : 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-06T07:31:46.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:45 smithi172 bash[30529]: audit 2023-12-06T07:31:44.445658+0000 mgr.y (mgr.24356) 303 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:31:46.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:45 smithi172 bash[30529]: cluster 2023-12-06T07:31:44.539773+0000 mgr.y (mgr.24356) 304 : 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-06T07:31:46.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:31:46 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:31:46] "GET /metrics HTTP/1.1" 200 214804 "" "Prometheus/2.33.4" 2023-12-06T07:31:47.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:31:46 smithi195 bash[25992]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:31:46] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:31:48.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:47 smithi195 bash[25052]: cluster 2023-12-06T07:31:46.540520+0000 mgr.y (mgr.24356) 305 : 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-06T07:31:48.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:47 smithi172 bash[25094]: cluster 2023-12-06T07:31:46.540520+0000 mgr.y (mgr.24356) 305 : 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-06T07:31:48.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:47 smithi172 bash[30529]: cluster 2023-12-06T07:31:46.540520+0000 mgr.y (mgr.24356) 305 : 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-06T07:31:50.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:49 smithi195 bash[25052]: cluster 2023-12-06T07:31:48.542235+0000 mgr.y (mgr.24356) 306 : 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-06T07:31:50.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:49 smithi172 bash[25094]: cluster 2023-12-06T07:31:48.542235+0000 mgr.y (mgr.24356) 306 : 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-06T07:31:50.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:49 smithi172 bash[30529]: cluster 2023-12-06T07:31:48.542235+0000 mgr.y (mgr.24356) 306 : 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-06T07:31:52.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:51 smithi195 bash[25052]: cluster 2023-12-06T07:31:50.542982+0000 mgr.y (mgr.24356) 307 : 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-06T07:31:52.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:51 smithi172 bash[25094]: cluster 2023-12-06T07:31:50.542982+0000 mgr.y (mgr.24356) 307 : 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-06T07:31:52.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:51 smithi172 bash[30529]: cluster 2023-12-06T07:31:50.542982+0000 mgr.y (mgr.24356) 307 : 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-06T07:31:53.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:53 smithi172 bash[25094]: cluster 2023-12-06T07:31:52.544636+0000 mgr.y (mgr.24356) 308 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:31:53.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:53 smithi172 bash[30529]: cluster 2023-12-06T07:31:52.544636+0000 mgr.y (mgr.24356) 308 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:31:53.923 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:31:53 smithi172 bash[50269]: level=error ts=2023-12-06T07:31:53.515Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=6 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.172:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.195:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.195 because it doesn't contain any IP SANs" 2023-12-06T07:31:53.924 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:31:53 smithi172 bash[50269]: level=warn ts=2023-12-06T07:31:53.520Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.172:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-06T07:31:53.924 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:31:53 smithi172 bash[50269]: level=warn ts=2023-12-06T07:31:53.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.195:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.195 because it doesn't contain any IP SANs" 2023-12-06T07:31:54.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:53 smithi195 bash[25052]: cluster 2023-12-06T07:31:52.544636+0000 mgr.y (mgr.24356) 308 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:31:55.599 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:55 smithi195 bash[25052]: cephadm 2023-12-06T07:31:54.331118+0000 mgr.y (mgr.24356) 309 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T07:31:55.600 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:55 smithi195 bash[25052]: audit 2023-12-06T07:31:54.341699+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:31:55.600 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:55 smithi195 bash[25052]: audit 2023-12-06T07:31:54.343944+0000 mon.c (mon.1) 136 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:31:55.600 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:55 smithi195 bash[25052]: audit 2023-12-06T07:31:54.344975+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:31:55.600 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:55 smithi195 bash[25052]: audit 2023-12-06T07:31:54.347257+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:31:55.600 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:55 smithi195 bash[25052]: audit 2023-12-06T07:31:54.348864+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:31:55.600 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:55 smithi195 bash[25052]: cephadm 2023-12-06T07:31:54.350415+0000 mgr.y (mgr.24356) 310 : cephadm [INF] Deploying daemon mgr.x on smithi195 2023-12-06T07:31:55.600 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:55 smithi195 bash[25052]: audit 2023-12-06T07:31:54.449145+0000 mgr.y (mgr.24356) 311 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:31:55.600 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:55 smithi195 bash[25052]: cluster 2023-12-06T07:31:54.545400+0000 mgr.y (mgr.24356) 312 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:31:55.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:55 smithi172 bash[25094]: cephadm 2023-12-06T07:31:54.331118+0000 mgr.y (mgr.24356) 309 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T07:31:55.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:55 smithi172 bash[25094]: audit 2023-12-06T07:31:54.341699+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:31:55.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:55 smithi172 bash[25094]: audit 2023-12-06T07:31:54.343944+0000 mon.c (mon.1) 136 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:31:55.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:55 smithi172 bash[25094]: audit 2023-12-06T07:31:54.344975+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:31:55.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:55 smithi172 bash[25094]: audit 2023-12-06T07:31:54.347257+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:31:55.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:55 smithi172 bash[25094]: audit 2023-12-06T07:31:54.348864+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:31:55.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:55 smithi172 bash[25094]: cephadm 2023-12-06T07:31:54.350415+0000 mgr.y (mgr.24356) 310 : cephadm [INF] Deploying daemon mgr.x on smithi195 2023-12-06T07:31:55.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:55 smithi172 bash[25094]: audit 2023-12-06T07:31:54.449145+0000 mgr.y (mgr.24356) 311 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:31:55.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:55 smithi172 bash[25094]: cluster 2023-12-06T07:31:54.545400+0000 mgr.y (mgr.24356) 312 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:31:55.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:55 smithi172 bash[30529]: cephadm 2023-12-06T07:31:54.331118+0000 mgr.y (mgr.24356) 309 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T07:31:55.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:55 smithi172 bash[30529]: audit 2023-12-06T07:31:54.341699+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:31:55.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:55 smithi172 bash[30529]: audit 2023-12-06T07:31:54.343944+0000 mon.c (mon.1) 136 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:31:55.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:55 smithi172 bash[30529]: audit 2023-12-06T07:31:54.344975+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:31:55.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:55 smithi172 bash[30529]: audit 2023-12-06T07:31:54.347257+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:31:55.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:55 smithi172 bash[30529]: audit 2023-12-06T07:31:54.348864+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:31:55.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:55 smithi172 bash[30529]: cephadm 2023-12-06T07:31:54.350415+0000 mgr.y (mgr.24356) 310 : cephadm [INF] Deploying daemon mgr.x on smithi195 2023-12-06T07:31:55.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:55 smithi172 bash[30529]: audit 2023-12-06T07:31:54.449145+0000 mgr.y (mgr.24356) 311 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:31:55.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:55 smithi172 bash[30529]: cluster 2023-12-06T07:31:54.545400+0000 mgr.y (mgr.24356) 312 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:31:56.506 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:31:56 smithi195 systemd[1]: Stopping Ceph mgr.x for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:31:56.848 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:31:56 smithi195 bash[45342]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-mgr.x 2023-12-06T07:31:56.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:31:56 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:31:56] "GET /metrics HTTP/1.1" 200 214804 "" "Prometheus/2.33.4" 2023-12-06T07:31:57.558 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:31:57 smithi195 bash[45350]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-mgr-x 2023-12-06T07:31:57.558 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:31:57 smithi195 bash[45398]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-mgr.x 2023-12-06T07:31:57.558 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:31:57 smithi195 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-06T07:31:57.558 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:31:57 smithi195 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-06T07:31:57.558 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:31:57 smithi195 systemd[1]: Stopped Ceph mgr.x for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:31:57.558 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:31:57 smithi195 systemd[1]: Started Ceph mgr.x for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:31:57.672 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:31:57 smithi172 bash[50269]: level=warn ts=2023-12-06T07:31:57.411Z 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.195:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:31:57.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:57 smithi172 bash[30529]: cluster 2023-12-06T07:31:56.546176+0000 mgr.y (mgr.24356) 313 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:31:57.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:57 smithi172 bash[30529]: audit 2023-12-06T07:31:56.724231+0000 mon.c (mon.1) 139 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:31:57.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:57 smithi172 bash[30529]: audit 2023-12-06T07:31:56.725186+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:31:57.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:57 smithi172 bash[30529]: audit 2023-12-06T07:31:56.740948+0000 mon.c (mon.1) 140 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:31:57.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:57 smithi172 bash[30529]: audit 2023-12-06T07:31:56.741823+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:31:57.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:57 smithi172 bash[30529]: audit 2023-12-06T07:31:57.601046+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:31:57.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:57 smithi172 bash[30529]: audit 2023-12-06T07:31:57.606093+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:31:57.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:57 smithi172 bash[30529]: audit 2023-12-06T07:31:57.607932+0000 mon.c (mon.1) 142 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:31:57.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:57 smithi172 bash[25094]: cluster 2023-12-06T07:31:56.546176+0000 mgr.y (mgr.24356) 313 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:31:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:57 smithi172 bash[25094]: audit 2023-12-06T07:31:56.724231+0000 mon.c (mon.1) 139 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:31:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:57 smithi172 bash[25094]: audit 2023-12-06T07:31:56.725186+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:31:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:57 smithi172 bash[25094]: audit 2023-12-06T07:31:56.740948+0000 mon.c (mon.1) 140 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:31:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:57 smithi172 bash[25094]: audit 2023-12-06T07:31:56.741823+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:31:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:57 smithi172 bash[25094]: audit 2023-12-06T07:31:57.601046+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:31:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:57 smithi172 bash[25094]: audit 2023-12-06T07:31:57.606093+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:31:57.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:57 smithi172 bash[25094]: audit 2023-12-06T07:31:57.607932+0000 mon.c (mon.1) 142 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:31:57.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:57 smithi195 bash[25052]: cluster 2023-12-06T07:31:56.546176+0000 mgr.y (mgr.24356) 313 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:31:57.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:57 smithi195 bash[25052]: audit 2023-12-06T07:31:56.724231+0000 mon.c (mon.1) 139 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:31:57.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:57 smithi195 bash[25052]: audit 2023-12-06T07:31:56.725186+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:31:57.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:57 smithi195 bash[25052]: audit 2023-12-06T07:31:56.740948+0000 mon.c (mon.1) 140 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:31:57.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:57 smithi195 bash[25052]: audit 2023-12-06T07:31:56.741823+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:31:57.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:57 smithi195 bash[25052]: audit 2023-12-06T07:31:57.601046+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:31:57.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:57 smithi195 bash[25052]: audit 2023-12-06T07:31:57.606093+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:31:57.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:57 smithi195 bash[25052]: audit 2023-12-06T07:31:57.607932+0000 mon.c (mon.1) 142 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:31:58.845 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:31:58 smithi195 bash[45463]: debug 2023-12-06T07:31:58.727+0000 7f7b1cbdb700 1 -- 172.21.15.195:0/3541983927 <== mon.2 v2:172.21.15.195:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562d82e9c1a0 con 0x562d83c1ac00 2023-12-06T07:31:59.345 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:31:58 smithi195 bash[45463]: debug 2023-12-06T07:31:58.891+0000 7f7b26d81200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:31:59.898 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:31:59 smithi195 bash[45463]: debug 2023-12-06T07:31:59.791+0000 7f7b26d81200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T07:31:59.898 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:31:59 smithi195 bash[25052]: cluster 2023-12-06T07:31:58.547869+0000 mgr.y (mgr.24356) 314 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:31:59.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:31:59 smithi172 bash[25094]: cluster 2023-12-06T07:31:58.547869+0000 mgr.y (mgr.24356) 314 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:31:59.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:31:59 smithi172 bash[30529]: cluster 2023-12-06T07:31:58.547869+0000 mgr.y (mgr.24356) 314 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:32:00.260 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:31:59 smithi195 bash[45463]: debug 2023-12-06T07:31:59.891+0000 7f7b26d81200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:32:00.260 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:31:59 smithi195 bash[45463]: debug 2023-12-06T07:31:59.991+0000 7f7b26d81200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:32:00.595 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:00 smithi195 bash[45463]: debug 2023-12-06T07:32:00.251+0000 7f7b26d81200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:32:01.015 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:00 smithi195 bash[45463]: debug 2023-12-06T07:32:00.619+0000 7f7b26d81200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:32:01.015 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:00 smithi195 bash[45463]: debug 2023-12-06T07:32:00.783+0000 7f7b26d81200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:32:01.345 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:01 smithi195 bash[45463]: debug 2023-12-06T07:32:01.007+0000 7f7b26d81200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:32:01.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:01 smithi172 bash[25094]: cluster 2023-12-06T07:32:00.548663+0000 mgr.y (mgr.24356) 315 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:32:01.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:01 smithi172 bash[30529]: cluster 2023-12-06T07:32:00.548663+0000 mgr.y (mgr.24356) 315 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:32:01.961 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:01 smithi195 bash[25052]: cluster 2023-12-06T07:32:00.548663+0000 mgr.y (mgr.24356) 315 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:32:02.321 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:02 smithi195 bash[45463]: debug 2023-12-06T07:32:02.075+0000 7f7b26d81200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:32:02.322 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:02 smithi195 bash[45463]: debug 2023-12-06T07:32:02.191+0000 7f7b26d81200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:32:02.595 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:02 smithi195 bash[45463]: debug 2023-12-06T07:32:02.311+0000 7f7b26d81200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:32:02.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:02 smithi172 bash[25094]: audit 2023-12-06T07:32:01.673170+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:32:02.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:02 smithi172 bash[25094]: audit 2023-12-06T07:32:02.176133+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:32:02.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:02 smithi172 bash[30529]: audit 2023-12-06T07:32:01.673170+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:32:02.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:02 smithi172 bash[30529]: audit 2023-12-06T07:32:02.176133+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:32:03.017 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:02 smithi195 bash[45463]: debug 2023-12-06T07:32:02.791+0000 7f7b26d81200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:32:03.017 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:02 smithi195 bash[25052]: audit 2023-12-06T07:32:01.673170+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:32:03.017 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:02 smithi195 bash[25052]: audit 2023-12-06T07:32:02.176133+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:32:03.345 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:03 smithi195 bash[45463]: debug 2023-12-06T07:32:03.011+0000 7f7b26d81200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:32:03.845 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:03 smithi195 bash[45463]: debug 2023-12-06T07:32:03.463+0000 7f7b26d81200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:32:03.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:03 smithi195 bash[25052]: cluster 2023-12-06T07:32:02.550255+0000 mgr.y (mgr.24356) 316 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:32:03.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:03 smithi172 bash[25094]: cluster 2023-12-06T07:32:02.550255+0000 mgr.y (mgr.24356) 316 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:32:03.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:03 smithi172 bash[30529]: cluster 2023-12-06T07:32:02.550255+0000 mgr.y (mgr.24356) 316 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:32:03.923 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:03 smithi172 bash[50269]: level=error ts=2023-12-06T07:32:03.516Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=11 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.172:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.195:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:32:03.923 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:03 smithi172 bash[50269]: level=warn ts=2023-12-06T07:32:03.518Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.195:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:32:03.924 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:03 smithi172 bash[50269]: level=warn ts=2023-12-06T07:32:03.522Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.172:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-06T07:32:04.345 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:03 smithi195 bash[45463]: debug 2023-12-06T07:32:03.967+0000 7f7b26d81200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:32:04.845 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:04 smithi195 bash[45463]: debug 2023-12-06T07:32:04.523+0000 7f7b26d81200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:32:04.846 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:04 smithi195 bash[45463]: debug 2023-12-06T07:32:04.635+0000 7f7b26d81200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:32:05.243 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:04 smithi195 bash[45463]: debug 2023-12-06T07:32:04.983+0000 7f7b26d81200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:32:05.243 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:05 smithi195 bash[45463]: debug 2023-12-06T07:32:05.095+0000 7f7b26d81200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:32:05.596 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:05 smithi195 bash[45463]: debug 2023-12-06T07:32:05.235+0000 7f7b26d81200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:32:05.596 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:05 smithi195 bash[45463]: debug 2023-12-06T07:32:05.351+0000 7f7b26d81200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:32:05.596 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:05 smithi195 bash[45463]: debug 2023-12-06T07:32:05.471+0000 7f7b26d81200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:32:06.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:05 smithi195 bash[45463]: debug 2023-12-06T07:32:05.659+0000 7f7b26d81200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:32:06.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:05 smithi195 bash[45463]: debug 2023-12-06T07:32:05.779+0000 7f7b26d81200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:32:06.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:05 smithi195 bash[25052]: audit 2023-12-06T07:32:04.459856+0000 mgr.y (mgr.24356) 317 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:32:06.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:05 smithi195 bash[25052]: cluster 2023-12-06T07:32:04.550989+0000 mgr.y (mgr.24356) 318 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:32:06.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:05 smithi172 bash[25094]: audit 2023-12-06T07:32:04.459856+0000 mgr.y (mgr.24356) 317 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:32:06.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:05 smithi172 bash[25094]: cluster 2023-12-06T07:32:04.550989+0000 mgr.y (mgr.24356) 318 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:32:06.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:05 smithi172 bash[30529]: audit 2023-12-06T07:32:04.459856+0000 mgr.y (mgr.24356) 317 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:32:06.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:05 smithi172 bash[30529]: cluster 2023-12-06T07:32:04.550989+0000 mgr.y (mgr.24356) 318 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:32:06.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:06 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:32:06] "GET /metrics HTTP/1.1" 200 214800 "" "Prometheus/2.33.4" 2023-12-06T07:32:07.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:07 smithi195 bash[45463]: debug 2023-12-06T07:32:07.030+0000 7f7b26d81200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:32:07.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:07 smithi195 bash[45463]: [06/Dec/2023:07:32:07] ENGINE Bus STARTING 2023-12-06T07:32:07.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:07 smithi195 bash[45463]: CherryPy Checker: 2023-12-06T07:32:07.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:07 smithi195 bash[45463]: The Application mounted at '' has an empty config. 2023-12-06T07:32:07.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:07 smithi195 bash[45463]: [06/Dec/2023:07:32:07] ENGINE Serving on http://:::9283 2023-12-06T07:32:07.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:07 smithi195 bash[45463]: [06/Dec/2023:07:32:07] ENGINE Bus STARTED 2023-12-06T07:32:08.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:07 smithi195 bash[25052]: cluster 2023-12-06T07:32:06.551748+0000 mgr.y (mgr.24356) 319 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:32:08.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:07 smithi195 bash[25052]: cluster 2023-12-06T07:32:07.043007+0000 mon.a (mon.0) 827 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:32:08.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:07 smithi195 bash[25052]: cluster 2023-12-06T07:32:07.043281+0000 mon.a (mon.0) 828 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:32:08.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:07 smithi195 bash[25052]: audit 2023-12-06T07:32:07.043480+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:32:08.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:07 smithi195 bash[25052]: audit 2023-12-06T07:32:07.044250+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:32:08.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:07 smithi195 bash[25052]: audit 2023-12-06T07:32:07.049905+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:32:08.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:07 smithi195 bash[25052]: audit 2023-12-06T07:32:07.050943+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.? 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:32:08.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:07 smithi172 bash[25094]: cluster 2023-12-06T07:32:06.551748+0000 mgr.y (mgr.24356) 319 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:32:08.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:07 smithi172 bash[25094]: cluster 2023-12-06T07:32:07.043007+0000 mon.a (mon.0) 827 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:32:08.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:07 smithi172 bash[25094]: cluster 2023-12-06T07:32:07.043281+0000 mon.a (mon.0) 828 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:32:08.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:07 smithi172 bash[25094]: audit 2023-12-06T07:32:07.043480+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:32:08.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:07 smithi172 bash[25094]: audit 2023-12-06T07:32:07.044250+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:32:08.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:07 smithi172 bash[25094]: audit 2023-12-06T07:32:07.049905+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:32:08.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:07 smithi172 bash[25094]: audit 2023-12-06T07:32:07.050943+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.? 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:32:08.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:07 smithi172 bash[30529]: cluster 2023-12-06T07:32:06.551748+0000 mgr.y (mgr.24356) 319 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:32:08.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:07 smithi172 bash[30529]: cluster 2023-12-06T07:32:07.043007+0000 mon.a (mon.0) 827 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:32:08.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:07 smithi172 bash[30529]: cluster 2023-12-06T07:32:07.043281+0000 mon.a (mon.0) 828 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:32:08.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:07 smithi172 bash[30529]: audit 2023-12-06T07:32:07.043480+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:32:08.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:07 smithi172 bash[30529]: audit 2023-12-06T07:32:07.044250+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:32:08.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:07 smithi172 bash[30529]: audit 2023-12-06T07:32:07.049905+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:32:08.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:07 smithi172 bash[30529]: audit 2023-12-06T07:32:07.050943+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.? 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:32:09.100 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:08 smithi195 bash[25052]: cluster 2023-12-06T07:32:07.707995+0000 mon.a (mon.0) 829 : cluster [DBG] mgrmap e21: y(active, since 7m), standbys: x 2023-12-06T07:32:09.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:08 smithi172 bash[25094]: cluster 2023-12-06T07:32:07.707995+0000 mon.a (mon.0) 829 : cluster [DBG] mgrmap e21: y(active, since 7m), standbys: x 2023-12-06T07:32:09.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:08 smithi172 bash[30529]: cluster 2023-12-06T07:32:07.707995+0000 mon.a (mon.0) 829 : cluster [DBG] mgrmap e21: y(active, since 7m), standbys: x 2023-12-06T07:32:10.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:09 smithi195 bash[25052]: cluster 2023-12-06T07:32:08.553564+0000 mgr.y (mgr.24356) 320 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:32:10.143 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:09 smithi172 bash[25094]: cluster 2023-12-06T07:32:08.553564+0000 mgr.y (mgr.24356) 320 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:32:10.143 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:09 smithi172 bash[30529]: cluster 2023-12-06T07:32:08.553564+0000 mgr.y (mgr.24356) 320 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:32:10.422 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:10 smithi172 bash[50269]: level=warn ts=2023-12-06T07:32:10.142Z 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.195:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.195 because it doesn't contain any IP SANs" 2023-12-06T07:32:11.155 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:10 smithi172 bash[25375]: debug ignoring --setuser ceph since I am not root 2023-12-06T07:32:11.155 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:10 smithi172 bash[25375]: ignoring --setgroup ceph since I am not root 2023-12-06T07:32:11.155 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:10 smithi172 bash[25375]: debug 2023-12-06T07:32:10.937+0000 7ffa17c77700 1 -- 172.21.15.172:0/943031119 <== mon.0 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x557ce3a64340 con 0x557ce47e0800 2023-12-06T07:32:11.155 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25375]: debug 2023-12-06T07:32:11.097+0000 7ffa206d3000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:32:11.156 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:10 smithi172 bash[30529]: audit 2023-12-06T07:32:09.871735+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:32:11.156 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:10 smithi172 bash[30529]: audit 2023-12-06T07:32:09.881871+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:32:11.156 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:10 smithi172 bash[30529]: audit 2023-12-06T07:32:09.894815+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:32:11.156 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:10 smithi172 bash[30529]: cephadm 2023-12-06T07:32:09.899114+0000 mgr.y (mgr.24356) 321 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T07:32:11.156 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:10 smithi172 bash[30529]: cephadm 2023-12-06T07:32:09.902469+0000 mgr.y (mgr.24356) 322 : cephadm [INF] Failing over to other MGR 2023-12-06T07:32:11.156 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:10 smithi172 bash[30529]: audit 2023-12-06T07:32:09.902963+0000 mon.c (mon.1) 144 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T07:32:11.156 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:10 smithi172 bash[30529]: audit 2023-12-06T07:32:09.903633+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T07:32:11.156 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:10 smithi172 bash[30529]: cluster 2023-12-06T07:32:09.909976+0000 mon.a (mon.0) 833 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-06T07:32:11.156 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:10 smithi172 bash[30529]: cluster 2023-12-06T07:32:10.579211+0000 mon.a (mon.0) 834 : cluster [DBG] Standby manager daemon y started 2023-12-06T07:32:11.156 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:10 smithi172 bash[25094]: audit 2023-12-06T07:32:09.871735+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:32:11.156 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:10 smithi172 bash[25094]: audit 2023-12-06T07:32:09.881871+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:32:11.156 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:10 smithi172 bash[25094]: audit 2023-12-06T07:32:09.894815+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:32:11.156 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:10 smithi172 bash[25094]: cephadm 2023-12-06T07:32:09.899114+0000 mgr.y (mgr.24356) 321 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T07:32:11.157 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:10 smithi172 bash[25094]: cephadm 2023-12-06T07:32:09.902469+0000 mgr.y (mgr.24356) 322 : cephadm [INF] Failing over to other MGR 2023-12-06T07:32:11.157 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:10 smithi172 bash[25094]: audit 2023-12-06T07:32:09.902963+0000 mon.c (mon.1) 144 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T07:32:11.157 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:10 smithi172 bash[25094]: audit 2023-12-06T07:32:09.903633+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T07:32:11.157 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:10 smithi172 bash[25094]: cluster 2023-12-06T07:32:09.909976+0000 mon.a (mon.0) 833 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-06T07:32:11.157 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:10 smithi172 bash[25094]: cluster 2023-12-06T07:32:10.579211+0000 mon.a (mon.0) 834 : cluster [DBG] Standby manager daemon y started 2023-12-06T07:32:11.157 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:10 smithi195 bash[45463]: [06/Dec/2023:07:32:10] ENGINE Bus STOPPING 2023-12-06T07:32:11.157 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:10 smithi195 bash[45463]: [06/Dec/2023:07:32:10] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T07:32:11.157 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:10 smithi195 bash[45463]: [06/Dec/2023:07:32:10] ENGINE Bus STOPPED 2023-12-06T07:32:11.157 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[45463]: [06/Dec/2023:07:32:11] ENGINE Bus STARTING 2023-12-06T07:32:11.158 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:10 smithi195 bash[25052]: audit 2023-12-06T07:32:09.871735+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:32:11.158 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:10 smithi195 bash[25052]: audit 2023-12-06T07:32:09.881871+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24356 ' entity='mgr.y' 2023-12-06T07:32:11.158 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:10 smithi195 bash[25052]: audit 2023-12-06T07:32:09.894815+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:32:11.158 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:10 smithi195 bash[25052]: cephadm 2023-12-06T07:32:09.899114+0000 mgr.y (mgr.24356) 321 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T07:32:11.158 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:10 smithi195 bash[25052]: cephadm 2023-12-06T07:32:09.902469+0000 mgr.y (mgr.24356) 322 : cephadm [INF] Failing over to other MGR 2023-12-06T07:32:11.158 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:10 smithi195 bash[25052]: audit 2023-12-06T07:32:09.902963+0000 mon.c (mon.1) 144 : audit [INF] from='mgr.24356 172.21.15.172:0/1344212940' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T07:32:11.158 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:10 smithi195 bash[25052]: audit 2023-12-06T07:32:09.903633+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T07:32:11.158 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:10 smithi195 bash[25052]: cluster 2023-12-06T07:32:09.909976+0000 mon.a (mon.0) 833 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-06T07:32:11.158 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:10 smithi195 bash[25052]: cluster 2023-12-06T07:32:10.579211+0000 mon.a (mon.0) 834 : cluster [DBG] Standby manager daemon y started 2023-12-06T07:32:11.595 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[45463]: [06/Dec/2023:07:32:11] ENGINE Serving on http://:::9283 2023-12-06T07:32:11.596 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[45463]: [06/Dec/2023:07:32:11] ENGINE Bus STARTED 2023-12-06T07:32:12.098 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25375]: debug 2023-12-06T07:32:11.785+0000 7ffa206d3000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:32:12.098 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25375]: debug 2023-12-06T07:32:11.917+0000 7ffa206d3000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:32:12.099 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:10.894539+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:32:12.099 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:10.894836+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:32:12.099 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:10.895079+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:32:12.099 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:10.895803+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-06T07:32:12.099 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: cluster 2023-12-06T07:32:10.895894+0000 mon.a (mon.0) 836 : cluster [DBG] mgrmap e22: x(active, starting, since 0.990842s), standbys: y 2023-12-06T07:32:12.099 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:10.896881+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:32:12.099 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:10.897180+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:32:12.099 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:10.897461+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:32:12.099 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:10.897819+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:32:12.100 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:10.898064+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:32:12.100 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:10.898356+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:32:12.100 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:10.898619+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:32:12.100 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:10.898883+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:32:12.100 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:10.899127+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:32:12.100 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:10.899452+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:32:12.100 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:10.900590+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:32:12.100 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:10.900796+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:32:12.100 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:10.901324+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:32:12.100 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: cluster 2023-12-06T07:32:10.949702+0000 mon.a (mon.0) 837 : cluster [INF] Manager daemon x is now available 2023-12-06T07:32:12.100 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:10.894539+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:32:12.101 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:10.894836+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:32:12.101 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:10.895079+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:32:12.101 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:10.895803+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-06T07:32:12.101 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: cluster 2023-12-06T07:32:10.895894+0000 mon.a (mon.0) 836 : cluster [DBG] mgrmap e22: x(active, starting, since 0.990842s), standbys: y 2023-12-06T07:32:12.101 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:10.896881+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:32:12.101 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:10.897180+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:32:12.101 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:10.897461+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:32:12.101 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:10.897819+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:32:12.101 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:10.898064+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:32:12.101 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:10.898356+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:32:12.101 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:10.898619+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:32:12.101 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:10.898883+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:32:12.101 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:10.899127+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:32:12.101 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:10.899452+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:32:12.102 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:10.900590+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:32:12.102 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:10.900796+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:32:12.102 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:10.901324+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:32:12.102 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: cluster 2023-12-06T07:32:10.949702+0000 mon.a (mon.0) 837 : cluster [INF] Manager daemon x is now available 2023-12-06T07:32:12.102 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: cephadm 2023-12-06T07:32:11.000453+0000 mgr.x (mgr.25043) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-06T07:32:12.102 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:11.000951+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:12.102 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:11.008063+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:12.102 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: cephadm 2023-12-06T07:32:11.008676+0000 mgr.x (mgr.25043) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-06T07:32:12.102 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: cephadm 2023-12-06T07:32:11.009810+0000 mgr.x (mgr.25043) 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-06T07:32:12.102 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: cephadm 2023-12-06T07:32:11.009965+0000 mgr.x (mgr.25043) 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-06T07:32:12.103 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:11.019695+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:12.103 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:11.031348+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:32:12.103 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:11.079833+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:32:12.103 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:11.091962+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:32:12.103 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:11.094358+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:32:12.103 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:11.139666+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-06T07:32:12.103 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:11.142107+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-06T07:32:12.103 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: cephadm 2023-12-06T07:32:11.593213+0000 mgr.x (mgr.25043) 5 : cephadm [INF] Deploying cephadm binary to smithi172 2023-12-06T07:32:12.103 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: cephadm 2023-12-06T07:32:11.606192+0000 mgr.x (mgr.25043) 6 : cephadm [INF] Deploying cephadm binary to smithi195 2023-12-06T07:32:12.103 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:11.670326+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:12.103 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[25094]: audit 2023-12-06T07:32:11.678157+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:12.103 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: cephadm 2023-12-06T07:32:11.000453+0000 mgr.x (mgr.25043) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-06T07:32:12.104 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:11.000951+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:12.104 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:11.008063+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:12.104 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: cephadm 2023-12-06T07:32:11.008676+0000 mgr.x (mgr.25043) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-06T07:32:12.104 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: cephadm 2023-12-06T07:32:11.009810+0000 mgr.x (mgr.25043) 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-06T07:32:12.104 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: cephadm 2023-12-06T07:32:11.009965+0000 mgr.x (mgr.25043) 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-06T07:32:12.104 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:11.019695+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:12.104 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:11.031348+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:32:12.104 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:11.079833+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:32:12.104 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:11.091962+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:32:12.104 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:11.094358+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:32:12.104 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:11.139666+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-06T07:32:12.104 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:11.142107+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-06T07:32:12.104 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: cephadm 2023-12-06T07:32:11.593213+0000 mgr.x (mgr.25043) 5 : cephadm [INF] Deploying cephadm binary to smithi172 2023-12-06T07:32:12.104 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: cephadm 2023-12-06T07:32:11.606192+0000 mgr.x (mgr.25043) 6 : cephadm [INF] Deploying cephadm binary to smithi195 2023-12-06T07:32:12.105 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:11.670326+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:12.105 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:11 smithi172 bash[30529]: audit 2023-12-06T07:32:11.678157+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:12.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:10.894539+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:32:12.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:10.894836+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:32:12.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:10.895079+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:32:12.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:10.895803+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24356 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-06T07:32:12.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: cluster 2023-12-06T07:32:10.895894+0000 mon.a (mon.0) 836 : cluster [DBG] mgrmap e22: x(active, starting, since 0.990842s), standbys: y 2023-12-06T07:32:12.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:10.896881+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:32:12.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:10.897180+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:32:12.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:10.897461+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:32:12.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:10.897819+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:32:12.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:10.898064+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:32:12.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:10.898356+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:32:12.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:10.898619+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:32:12.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:10.898883+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:32:12.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:10.899127+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:32:12.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:10.899452+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:32:12.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:10.900590+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:32:12.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:10.900796+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:32:12.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:10.901324+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:32:12.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: cluster 2023-12-06T07:32:10.949702+0000 mon.a (mon.0) 837 : cluster [INF] Manager daemon x is now available 2023-12-06T07:32:12.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: cephadm 2023-12-06T07:32:11.000453+0000 mgr.x (mgr.25043) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-06T07:32:12.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:11.000951+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:12.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:11.008063+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:12.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: cephadm 2023-12-06T07:32:11.008676+0000 mgr.x (mgr.25043) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-06T07:32:12.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: cephadm 2023-12-06T07:32:11.009810+0000 mgr.x (mgr.25043) 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-06T07:32:12.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: cephadm 2023-12-06T07:32:11.009965+0000 mgr.x (mgr.25043) 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-06T07:32:12.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:11.019695+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:12.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:11.031348+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:32:12.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:11.079833+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:32:12.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:11.091962+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:32:12.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:11.094358+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:32:12.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:11.139666+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-06T07:32:12.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:11.142107+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-06T07:32:12.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: cephadm 2023-12-06T07:32:11.593213+0000 mgr.x (mgr.25043) 5 : cephadm [INF] Deploying cephadm binary to smithi172 2023-12-06T07:32:12.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: cephadm 2023-12-06T07:32:11.606192+0000 mgr.x (mgr.25043) 6 : cephadm [INF] Deploying cephadm binary to smithi195 2023-12-06T07:32:12.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:11.670326+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:12.348 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:11 smithi195 bash[25052]: audit 2023-12-06T07:32:11.678157+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:12.383 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:12 smithi172 bash[25375]: debug 2023-12-06T07:32:12.093+0000 7ffa206d3000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:32:12.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:12 smithi172 bash[25375]: debug 2023-12-06T07:32:12.429+0000 7ffa206d3000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:32:12.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:12 smithi172 bash[25375]: debug 2023-12-06T07:32:12.521+0000 7ffa206d3000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:32:12.673 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:12 smithi172 bash[50269]: level=warn ts=2023-12-06T07:32:12.382Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=6 err="Post \"https://172.21.15.172:8443//api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:32:13.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:12 smithi172 bash[30529]: cluster 2023-12-06T07:32:11.920783+0000 mon.a (mon.0) 845 : cluster [DBG] mgrmap e23: x(active, since 2s), standbys: y 2023-12-06T07:32:13.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:12 smithi172 bash[30529]: cluster 2023-12-06T07:32:11.959441+0000 mgr.x (mgr.25043) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:32:13.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:12 smithi172 bash[25094]: cluster 2023-12-06T07:32:11.920783+0000 mon.a (mon.0) 845 : cluster [DBG] mgrmap e23: x(active, since 2s), standbys: y 2023-12-06T07:32:13.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:12 smithi172 bash[25094]: cluster 2023-12-06T07:32:11.959441+0000 mgr.x (mgr.25043) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:32:13.173 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:12 smithi172 bash[25375]: debug 2023-12-06T07:32:12.725+0000 7ffa206d3000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:32:13.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:12 smithi195 bash[25052]: cluster 2023-12-06T07:32:11.920783+0000 mon.a (mon.0) 845 : cluster [DBG] mgrmap e23: x(active, since 2s), standbys: y 2023-12-06T07:32:13.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:12 smithi195 bash[25052]: cluster 2023-12-06T07:32:11.959441+0000 mgr.x (mgr.25043) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:32:13.435 INFO:teuthology.orchestra.run.smithi172.stdout:true 2023-12-06T07:32:13.924 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:13 smithi172 bash[50269]: level=error ts=2023-12-06T07:32:13.516Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=11 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.172:8443//api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.195:8443/api/prometheus_receiver\": context deadline exceeded" 2023-12-06T07:32:13.925 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:13 smithi172 bash[50269]: level=warn ts=2023-12-06T07:32:13.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.172:8443//api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:32:13.925 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:13 smithi172 bash[50269]: level=warn ts=2023-12-06T07:32:13.556Z 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.195:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.195 because it doesn't contain any IP SANs" 2023-12-06T07:32:13.925 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:13 smithi172 bash[25375]: debug 2023-12-06T07:32:13.617+0000 7ffa206d3000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:32:13.925 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:13 smithi172 bash[25375]: debug 2023-12-06T07:32:13.725+0000 7ffa206d3000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:32:14.172 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:13 smithi172 bash[25375]: debug 2023-12-06T07:32:13.945+0000 7ffa206d3000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:32:14.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:13 smithi172 bash[30529]: cephadm 2023-12-06T07:32:12.756651+0000 mgr.x (mgr.25043) 8 : cephadm [INF] [06/Dec/2023:07:32:12] ENGINE Bus STARTING 2023-12-06T07:32:14.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:13 smithi172 bash[30529]: cluster 2023-12-06T07:32:12.901057+0000 mgr.x (mgr.25043) 9 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:32:14.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:13 smithi172 bash[30529]: cephadm 2023-12-06T07:32:12.916964+0000 mgr.x (mgr.25043) 10 : cephadm [INF] [06/Dec/2023:07:32:12] ENGINE Serving on http://172.21.15.195:8765 2023-12-06T07:32:14.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:13 smithi172 bash[30529]: cephadm 2023-12-06T07:32:13.109121+0000 mgr.x (mgr.25043) 11 : cephadm [INF] [06/Dec/2023:07:32:13] ENGINE Serving on https://172.21.15.195:7150 2023-12-06T07:32:14.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:13 smithi172 bash[30529]: cephadm 2023-12-06T07:32:13.109428+0000 mgr.x (mgr.25043) 12 : cephadm [INF] [06/Dec/2023:07:32:13] ENGINE Bus STARTED 2023-12-06T07:32:14.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:13 smithi172 bash[30529]: audit 2023-12-06T07:32:13.408644+0000 mgr.x (mgr.25043) 13 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:14.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:13 smithi172 bash[25094]: cephadm 2023-12-06T07:32:12.756651+0000 mgr.x (mgr.25043) 8 : cephadm [INF] [06/Dec/2023:07:32:12] ENGINE Bus STARTING 2023-12-06T07:32:14.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:13 smithi172 bash[25094]: cluster 2023-12-06T07:32:12.901057+0000 mgr.x (mgr.25043) 9 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:32:14.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:13 smithi172 bash[25094]: cephadm 2023-12-06T07:32:12.916964+0000 mgr.x (mgr.25043) 10 : cephadm [INF] [06/Dec/2023:07:32:12] ENGINE Serving on http://172.21.15.195:8765 2023-12-06T07:32:14.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:13 smithi172 bash[25094]: cephadm 2023-12-06T07:32:13.109121+0000 mgr.x (mgr.25043) 11 : cephadm [INF] [06/Dec/2023:07:32:13] ENGINE Serving on https://172.21.15.195:7150 2023-12-06T07:32:14.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:13 smithi172 bash[25094]: cephadm 2023-12-06T07:32:13.109428+0000 mgr.x (mgr.25043) 12 : cephadm [INF] [06/Dec/2023:07:32:13] ENGINE Bus STARTED 2023-12-06T07:32:14.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:13 smithi172 bash[25094]: audit 2023-12-06T07:32:13.408644+0000 mgr.x (mgr.25043) 13 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:14.278 INFO:teuthology.orchestra.run.smithi172.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:32:14.278 INFO:teuthology.orchestra.run.smithi172.stdout:alertmanager.a smithi172 *:9093,9094 running (5m) 4m ago 6m 14.9M - ba2b418f427c 0f13cc1b8de2 2023-12-06T07:32:14.278 INFO:teuthology.orchestra.run.smithi172.stdout:grafana.a smithi195 *:3000 running (6m) 12s ago 6m 47.1M - 8.3.5 dad864ee21e9 8379a8f09e27 2023-12-06T07:32:14.278 INFO:teuthology.orchestra.run.smithi172.stdout:iscsi.foo.smithi172.imjphn smithi172 running (4m) 4m ago 4m 66.0M - 3.5 e1d6a67b021e 2e1eb942f69c 2023-12-06T07:32:14.279 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.x smithi195 *:8443,9283 running (16s) 12s ago 12m 74.3M - 19.0.0-26-g0482646f 26bb7d89db2e 5c988e603eda 2023-12-06T07:32:14.279 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.y smithi172 *:9283 running (14m) 4m ago 14m 452M - 17.2.0 e1d6a67b021e 257f82ceaa6c 2023-12-06T07:32:14.279 INFO:teuthology.orchestra.run.smithi172.stdout:mon.a smithi172 running (14m) 4m ago 14m 49.5M 2048M 17.2.0 e1d6a67b021e a98f6943ccd1 2023-12-06T07:32:14.279 INFO:teuthology.orchestra.run.smithi172.stdout:mon.b smithi195 running (12m) 12s ago 12m 47.1M 2048M 17.2.0 e1d6a67b021e 696ba54e207e 2023-12-06T07:32:14.279 INFO:teuthology.orchestra.run.smithi172.stdout:mon.c smithi172 running (12m) 4m ago 12m 43.2M 2048M 17.2.0 e1d6a67b021e d3e5645df5a7 2023-12-06T07:32:14.279 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.a smithi172 *:9100 running (6m) 4m ago 6m 11.2M - 1dbe0e931976 8359db14354b 2023-12-06T07:32:14.279 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.b smithi195 *:9100 running (6m) 12s ago 6m 12.0M - 1dbe0e931976 bb815aff3199 2023-12-06T07:32:14.279 INFO:teuthology.orchestra.run.smithi172.stdout:osd.0 smithi172 running (12m) 4m ago 12m 53.9M 4061M 17.2.0 e1d6a67b021e d65620e34baf 2023-12-06T07:32:14.279 INFO:teuthology.orchestra.run.smithi172.stdout:osd.1 smithi172 running (11m) 4m ago 11m 54.9M 4061M 17.2.0 e1d6a67b021e 7522680f974d 2023-12-06T07:32:14.280 INFO:teuthology.orchestra.run.smithi172.stdout:osd.2 smithi172 running (10m) 4m ago 10m 51.1M 4061M 17.2.0 e1d6a67b021e 52ca8f6db2e7 2023-12-06T07:32:14.280 INFO:teuthology.orchestra.run.smithi172.stdout:osd.3 smithi172 running (10m) 4m ago 10m 51.6M 4061M 17.2.0 e1d6a67b021e 1c2477b9ceb7 2023-12-06T07:32:14.280 INFO:teuthology.orchestra.run.smithi172.stdout:osd.4 smithi195 running (9m) 12s ago 9m 56.2M 4317M 17.2.0 e1d6a67b021e eaea9514cd4a 2023-12-06T07:32:14.280 INFO:teuthology.orchestra.run.smithi172.stdout:osd.5 smithi195 running (9m) 12s ago 9m 53.5M 4317M 17.2.0 e1d6a67b021e 51eedee8fdd8 2023-12-06T07:32:14.280 INFO:teuthology.orchestra.run.smithi172.stdout:osd.6 smithi195 running (8m) 12s ago 8m 52.0M 4317M 17.2.0 e1d6a67b021e 3bdaad441af1 2023-12-06T07:32:14.280 INFO:teuthology.orchestra.run.smithi172.stdout:osd.7 smithi195 running (7m) 12s ago 7m 53.9M 4317M 17.2.0 e1d6a67b021e 33c403e0a340 2023-12-06T07:32:14.280 INFO:teuthology.orchestra.run.smithi172.stdout:prometheus.a smithi195 *:9095 running (5m) 12s ago 6m 59.8M - 514e6a882f6e 5cbd0b589fe4 2023-12-06T07:32:14.280 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi172.fmdqeg smithi172 *:8000 running (4m) 4m ago 4m 83.1M - 17.2.0 e1d6a67b021e f5f3949b1de8 2023-12-06T07:32:14.280 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi195.hycrot smithi195 *:8000 running (4m) 12s ago 4m 84.4M - 17.2.0 e1d6a67b021e 9c5f08c98b32 2023-12-06T07:32:14.280 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi172.woscxg smithi172 *:80 running (4m) 4m ago 4m 83.4M - 17.2.0 e1d6a67b021e 0c4c84135665 2023-12-06T07:32:14.280 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi195.imqeni smithi195 *:80 running (4m) 12s ago 4m 84.5M - 17.2.0 e1d6a67b021e ca4b88c28560 2023-12-06T07:32:14.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:13 smithi195 bash[25052]: cephadm 2023-12-06T07:32:12.756651+0000 mgr.x (mgr.25043) 8 : cephadm [INF] [06/Dec/2023:07:32:12] ENGINE Bus STARTING 2023-12-06T07:32:14.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:13 smithi195 bash[25052]: cluster 2023-12-06T07:32:12.901057+0000 mgr.x (mgr.25043) 9 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:32:14.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:13 smithi195 bash[25052]: cephadm 2023-12-06T07:32:12.916964+0000 mgr.x (mgr.25043) 10 : cephadm [INF] [06/Dec/2023:07:32:12] ENGINE Serving on http://172.21.15.195:8765 2023-12-06T07:32:14.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:13 smithi195 bash[25052]: cephadm 2023-12-06T07:32:13.109121+0000 mgr.x (mgr.25043) 11 : cephadm [INF] [06/Dec/2023:07:32:13] ENGINE Serving on https://172.21.15.195:7150 2023-12-06T07:32:14.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:13 smithi195 bash[25052]: cephadm 2023-12-06T07:32:13.109428+0000 mgr.x (mgr.25043) 12 : cephadm [INF] [06/Dec/2023:07:32:13] ENGINE Bus STARTED 2023-12-06T07:32:14.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:13 smithi195 bash[25052]: audit 2023-12-06T07:32:13.408644+0000 mgr.x (mgr.25043) 13 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:14.650 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:14 smithi172 bash[25375]: debug 2023-12-06T07:32:14.301+0000 7ffa206d3000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:32:14.711 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:32:14.711 INFO:teuthology.orchestra.run.smithi172.stdout: "mon": { 2023-12-06T07:32:14.711 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T07:32:14.711 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:32:14.711 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr": { 2023-12-06T07:32:14.711 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T07:32:14.711 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T07:32:14.711 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:32:14.711 INFO:teuthology.orchestra.run.smithi172.stdout: "osd": { 2023-12-06T07:32:14.711 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:32:14.711 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:32:14.712 INFO:teuthology.orchestra.run.smithi172.stdout: "mds": {}, 2023-12-06T07:32:14.712 INFO:teuthology.orchestra.run.smithi172.stdout: "rgw": { 2023-12-06T07:32:14.712 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:32:14.712 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:32:14.712 INFO:teuthology.orchestra.run.smithi172.stdout: "overall": { 2023-12-06T07:32:14.712 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-06T07:32:14.712 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T07:32:14.712 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:32:14.712 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:32:14.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:14 smithi172 bash[25375]: debug 2023-12-06T07:32:14.645+0000 7ffa206d3000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:32:15.103 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:32:15.103 INFO:teuthology.orchestra.run.smithi172.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:32:15.103 INFO:teuthology.orchestra.run.smithi172.stdout: "in_progress": true, 2023-12-06T07:32:15.103 INFO:teuthology.orchestra.run.smithi172.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:32:15.103 INFO:teuthology.orchestra.run.smithi172.stdout: "services_complete": [], 2023-12-06T07:32:15.103 INFO:teuthology.orchestra.run.smithi172.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T07:32:15.103 INFO:teuthology.orchestra.run.smithi172.stdout: "message": "", 2023-12-06T07:32:15.103 INFO:teuthology.orchestra.run.smithi172.stdout: "is_paused": false 2023-12-06T07:32:15.103 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:32:15.327 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:15 smithi172 bash[25375]: debug 2023-12-06T07:32:15.037+0000 7ffa206d3000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:32:15.327 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:14 smithi172 bash[25094]: audit 2023-12-06T07:32:13.842894+0000 mgr.x (mgr.25043) 14 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:15.327 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:14 smithi172 bash[25094]: cluster 2023-12-06T07:32:13.939271+0000 mon.a (mon.0) 846 : cluster [DBG] mgrmap e24: x(active, since 4s), standbys: y 2023-12-06T07:32:15.327 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:14 smithi172 bash[25094]: audit 2023-12-06T07:32:14.234411+0000 mgr.x (mgr.25043) 15 : audit [DBG] from='client.25189 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:15.327 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:14 smithi172 bash[25094]: audit 2023-12-06T07:32:14.462527+0000 mgr.x (mgr.25043) 16 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:32:15.327 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:14 smithi172 bash[25094]: audit 2023-12-06T07:32:14.710112+0000 mon.c (mon.1) 145 : audit [DBG] from='client.? 172.21.15.172:0/1304559660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:32:15.328 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:14 smithi172 bash[30529]: audit 2023-12-06T07:32:13.842894+0000 mgr.x (mgr.25043) 14 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:15.328 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:14 smithi172 bash[30529]: cluster 2023-12-06T07:32:13.939271+0000 mon.a (mon.0) 846 : cluster [DBG] mgrmap e24: x(active, since 4s), standbys: y 2023-12-06T07:32:15.328 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:14 smithi172 bash[30529]: audit 2023-12-06T07:32:14.234411+0000 mgr.x (mgr.25043) 15 : audit [DBG] from='client.25189 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:15.328 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:14 smithi172 bash[30529]: audit 2023-12-06T07:32:14.462527+0000 mgr.x (mgr.25043) 16 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:32:15.328 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:14 smithi172 bash[30529]: audit 2023-12-06T07:32:14.710112+0000 mon.c (mon.1) 145 : audit [DBG] from='client.? 172.21.15.172:0/1304559660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:32:15.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:14 smithi195 bash[25052]: audit 2023-12-06T07:32:13.842894+0000 mgr.x (mgr.25043) 14 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:15.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:14 smithi195 bash[25052]: cluster 2023-12-06T07:32:13.939271+0000 mon.a (mon.0) 846 : cluster [DBG] mgrmap e24: x(active, since 4s), standbys: y 2023-12-06T07:32:15.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:14 smithi195 bash[25052]: audit 2023-12-06T07:32:14.234411+0000 mgr.x (mgr.25043) 15 : audit [DBG] from='client.25189 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:15.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:14 smithi195 bash[25052]: audit 2023-12-06T07:32:14.462527+0000 mgr.x (mgr.25043) 16 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:32:15.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:14 smithi195 bash[25052]: audit 2023-12-06T07:32:14.710112+0000 mon.c (mon.1) 145 : audit [DBG] from='client.? 172.21.15.172:0/1304559660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:32:15.548 INFO:teuthology.orchestra.run.smithi172.stdout:HEALTH_OK 2023-12-06T07:32:15.674 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:15 smithi172 bash[25375]: debug 2023-12-06T07:32:15.321+0000 7ffa206d3000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:32:16.320 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:15 smithi172 bash[25094]: cluster 2023-12-06T07:32:14.901775+0000 mgr.x (mgr.25043) 17 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:32:16.320 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:15 smithi172 bash[25094]: audit 2023-12-06T07:32:15.086863+0000 mgr.x (mgr.25043) 18 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:16.320 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:15 smithi172 bash[25094]: audit 2023-12-06T07:32:15.547543+0000 mon.a (mon.0) 847 : audit [DBG] from='client.? 172.21.15.172:0/2564961664' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:32:16.320 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:16 smithi172 bash[25375]: debug 2023-12-06T07:32:16.025+0000 7ffa206d3000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:32:16.320 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:16 smithi172 bash[25375]: debug 2023-12-06T07:32:16.137+0000 7ffa206d3000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:32:16.320 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:15 smithi172 bash[30529]: cluster 2023-12-06T07:32:14.901775+0000 mgr.x (mgr.25043) 17 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:32:16.320 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:15 smithi172 bash[30529]: audit 2023-12-06T07:32:15.086863+0000 mgr.x (mgr.25043) 18 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:16.321 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:15 smithi172 bash[30529]: audit 2023-12-06T07:32:15.547543+0000 mon.a (mon.0) 847 : audit [DBG] from='client.? 172.21.15.172:0/2564961664' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:32:16.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:15 smithi195 bash[25052]: cluster 2023-12-06T07:32:14.901775+0000 mgr.x (mgr.25043) 17 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:32:16.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:15 smithi195 bash[25052]: audit 2023-12-06T07:32:15.086863+0000 mgr.x (mgr.25043) 18 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:16.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:15 smithi195 bash[25052]: audit 2023-12-06T07:32:15.547543+0000 mon.a (mon.0) 847 : audit [DBG] from='client.? 172.21.15.172:0/2564961664' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:32:16.590 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:16 smithi172 bash[25375]: debug 2023-12-06T07:32:16.313+0000 7ffa206d3000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:32:16.590 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:16 smithi172 bash[25375]: debug 2023-12-06T07:32:16.433+0000 7ffa206d3000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:32:16.905 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:16 smithi172 bash[25375]: debug 2023-12-06T07:32:16.585+0000 7ffa206d3000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:32:16.905 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:16 smithi172 bash[25375]: debug 2023-12-06T07:32:16.897+0000 7ffa206d3000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:32:16.966 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:16 smithi195 bash[45463]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:32:16] "GET /metrics HTTP/1.1" 200 35352 "" "Prometheus/2.33.4" 2023-12-06T07:32:17.172 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:17 smithi172 bash[25375]: debug 2023-12-06T07:32:17.021+0000 7ffa206d3000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:32:17.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:16 smithi172 bash[30529]: cluster 2023-12-06T07:32:15.963188+0000 mon.a (mon.0) 848 : cluster [DBG] mgrmap e25: x(active, since 6s), standbys: y 2023-12-06T07:32:17.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:16 smithi172 bash[25094]: cluster 2023-12-06T07:32:15.963188+0000 mon.a (mon.0) 848 : cluster [DBG] mgrmap e25: x(active, since 6s), standbys: y 2023-12-06T07:32:17.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:16 smithi195 bash[25052]: cluster 2023-12-06T07:32:15.963188+0000 mon.a (mon.0) 848 : cluster [DBG] mgrmap e25: x(active, since 6s), standbys: y 2023-12-06T07:32:17.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:17 smithi172 bash[25375]: debug 2023-12-06T07:32:17.205+0000 7ffa206d3000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:32:17.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:17 smithi172 bash[25375]: debug 2023-12-06T07:32:17.325+0000 7ffa206d3000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:32:18.222 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:18 smithi172 bash[25375]: debug 2023-12-06T07:32:18.189+0000 7ffa206d3000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:32:18.222 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:17 smithi172 bash[25094]: cluster 2023-12-06T07:32:16.902421+0000 mgr.x (mgr.25043) 19 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:32:18.222 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:17 smithi172 bash[30529]: cluster 2023-12-06T07:32:16.902421+0000 mgr.x (mgr.25043) 19 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:32:18.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:17 smithi195 bash[25052]: cluster 2023-12-06T07:32:16.902421+0000 mgr.x (mgr.25043) 19 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:32:18.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:18 smithi172 bash[25375]: [06/Dec/2023:07:32:18] ENGINE Bus STARTING 2023-12-06T07:32:18.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:18 smithi172 bash[25375]: CherryPy Checker: 2023-12-06T07:32:18.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:18 smithi172 bash[25375]: The Application mounted at '' has an empty config. 2023-12-06T07:32:18.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:18 smithi172 bash[25375]: [06/Dec/2023:07:32:18] ENGINE Serving on http://:::9283 2023-12-06T07:32:18.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:18 smithi172 bash[25375]: [06/Dec/2023:07:32:18] ENGINE Bus STARTED 2023-12-06T07:32:19.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:18 smithi195 bash[25052]: cluster 2023-12-06T07:32:18.214786+0000 mon.a (mon.0) 849 : cluster [DBG] Standby manager daemon y restarted 2023-12-06T07:32:19.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:18 smithi195 bash[25052]: cluster 2023-12-06T07:32:18.214955+0000 mon.a (mon.0) 850 : cluster [DBG] Standby manager daemon y started 2023-12-06T07:32:19.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:18 smithi195 bash[25052]: audit 2023-12-06T07:32:18.220909+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.? 172.21.15.172:0/526394972' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T07:32:19.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:18 smithi195 bash[25052]: audit 2023-12-06T07:32:18.222225+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.? 172.21.15.172:0/526394972' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:32:19.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:18 smithi195 bash[25052]: audit 2023-12-06T07:32:18.227503+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.? 172.21.15.172:0/526394972' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T07:32:19.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:18 smithi195 bash[25052]: audit 2023-12-06T07:32:18.229958+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.? 172.21.15.172:0/526394972' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:32:19.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:18 smithi172 bash[25094]: cluster 2023-12-06T07:32:18.214786+0000 mon.a (mon.0) 849 : cluster [DBG] Standby manager daemon y restarted 2023-12-06T07:32:19.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:18 smithi172 bash[25094]: cluster 2023-12-06T07:32:18.214955+0000 mon.a (mon.0) 850 : cluster [DBG] Standby manager daemon y started 2023-12-06T07:32:19.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:18 smithi172 bash[25094]: audit 2023-12-06T07:32:18.220909+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.? 172.21.15.172:0/526394972' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T07:32:19.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:18 smithi172 bash[25094]: audit 2023-12-06T07:32:18.222225+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.? 172.21.15.172:0/526394972' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:32:19.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:18 smithi172 bash[25094]: audit 2023-12-06T07:32:18.227503+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.? 172.21.15.172:0/526394972' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T07:32:19.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:18 smithi172 bash[25094]: audit 2023-12-06T07:32:18.229958+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.? 172.21.15.172:0/526394972' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:32:19.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:18 smithi172 bash[30529]: cluster 2023-12-06T07:32:18.214786+0000 mon.a (mon.0) 849 : cluster [DBG] Standby manager daemon y restarted 2023-12-06T07:32:19.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:18 smithi172 bash[30529]: cluster 2023-12-06T07:32:18.214955+0000 mon.a (mon.0) 850 : cluster [DBG] Standby manager daemon y started 2023-12-06T07:32:19.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:18 smithi172 bash[30529]: audit 2023-12-06T07:32:18.220909+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.? 172.21.15.172:0/526394972' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T07:32:19.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:18 smithi172 bash[30529]: audit 2023-12-06T07:32:18.222225+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.? 172.21.15.172:0/526394972' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:32:19.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:18 smithi172 bash[30529]: audit 2023-12-06T07:32:18.227503+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.? 172.21.15.172:0/526394972' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T07:32:19.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:18 smithi172 bash[30529]: audit 2023-12-06T07:32:18.229958+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.? 172.21.15.172:0/526394972' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:32:20.172 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:19 smithi172 bash[50269]: level=warn ts=2023-12-06T07:32:19.807Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=6 err="Post \"https://172.21.15.172:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-06T07:32:20.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:19 smithi172 bash[25094]: cluster 2023-12-06T07:32:18.903373+0000 mgr.x (mgr.25043) 20 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T07:32:20.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:19 smithi172 bash[25094]: cluster 2023-12-06T07:32:18.988238+0000 mon.a (mon.0) 855 : cluster [DBG] mgrmap e26: x(active, since 9s), standbys: y 2023-12-06T07:32:20.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:19 smithi172 bash[30529]: cluster 2023-12-06T07:32:18.903373+0000 mgr.x (mgr.25043) 20 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T07:32:20.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:19 smithi172 bash[30529]: cluster 2023-12-06T07:32:18.988238+0000 mon.a (mon.0) 855 : cluster [DBG] mgrmap e26: x(active, since 9s), standbys: y 2023-12-06T07:32:20.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:19 smithi195 bash[25052]: cluster 2023-12-06T07:32:18.903373+0000 mgr.x (mgr.25043) 20 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T07:32:20.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:19 smithi195 bash[25052]: cluster 2023-12-06T07:32:18.988238+0000 mon.a (mon.0) 855 : cluster [DBG] mgrmap e26: x(active, since 9s), standbys: y 2023-12-06T07:32:22.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:22 smithi172 bash[25094]: cluster 2023-12-06T07:32:20.904121+0000 mgr.x (mgr.25043) 21 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T07:32:22.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:22 smithi172 bash[30529]: cluster 2023-12-06T07:32:20.904121+0000 mgr.x (mgr.25043) 21 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T07:32:23.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:22 smithi195 bash[25052]: cluster 2023-12-06T07:32:20.904121+0000 mgr.x (mgr.25043) 21 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T07:32:23.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:23 smithi172 bash[50269]: level=error ts=2023-12-06T07:32:23.517Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=11 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.172:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.195:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.195 because it doesn't contain any IP SANs" 2023-12-06T07:32:23.923 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:23 smithi172 bash[50269]: level=warn ts=2023-12-06T07:32:23.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.195:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.195 because it doesn't contain any IP SANs" 2023-12-06T07:32:23.923 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:23 smithi172 bash[50269]: level=warn ts=2023-12-06T07:32: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.172:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-06T07:32:24.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:24 smithi195 bash[25052]: cluster 2023-12-06T07:32:22.906046+0000 mgr.x (mgr.25043) 22 : 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-06T07:32:24.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:24 smithi172 bash[25094]: cluster 2023-12-06T07:32:22.906046+0000 mgr.x (mgr.25043) 22 : 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-06T07:32:24.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:24 smithi172 bash[30529]: cluster 2023-12-06T07:32:22.906046+0000 mgr.x (mgr.25043) 22 : 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-06T07:32:25.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:25 smithi172 bash[30529]: audit 2023-12-06T07:32:24.472462+0000 mgr.x (mgr.25043) 23 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:32:25.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:25 smithi172 bash[30529]: audit 2023-12-06T07:32:25.421386+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:25.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:25 smithi172 bash[30529]: audit 2023-12-06T07:32:25.432940+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:25.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:25 smithi172 bash[30529]: audit 2023-12-06T07:32:25.590115+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:25.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:25 smithi172 bash[30529]: audit 2023-12-06T07:32:25.602269+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:25.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:25 smithi172 bash[25094]: audit 2023-12-06T07:32:24.472462+0000 mgr.x (mgr.25043) 23 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:32:25.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:25 smithi172 bash[25094]: audit 2023-12-06T07:32:25.421386+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:25.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:25 smithi172 bash[25094]: audit 2023-12-06T07:32:25.432940+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:25.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:25 smithi172 bash[25094]: audit 2023-12-06T07:32:25.590115+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:25.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:25 smithi172 bash[25094]: audit 2023-12-06T07:32:25.602269+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:26.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:25 smithi195 bash[25052]: audit 2023-12-06T07:32:24.472462+0000 mgr.x (mgr.25043) 23 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:32:26.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:25 smithi195 bash[25052]: audit 2023-12-06T07:32:25.421386+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:26.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:25 smithi195 bash[25052]: audit 2023-12-06T07:32:25.432940+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:26.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:25 smithi195 bash[25052]: audit 2023-12-06T07:32:25.590115+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:26.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:25 smithi195 bash[25052]: audit 2023-12-06T07:32:25.602269+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:26.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:32:26] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:32:26.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[30529]: cluster 2023-12-06T07:32:24.906749+0000 mgr.x (mgr.25043) 24 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T07:32:26.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[30529]: audit 2023-12-06T07:32:26.080332+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:32:26.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[30529]: audit 2023-12-06T07:32:26.436454+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:26.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[30529]: audit 2023-12-06T07:32:26.447827+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:26.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[30529]: audit 2023-12-06T07:32:26.450910+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:26.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[30529]: audit 2023-12-06T07:32:26.453213+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:26.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[30529]: audit 2023-12-06T07:32:26.453578+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:26.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[30529]: audit 2023-12-06T07:32:26.456029+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:26.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[30529]: audit 2023-12-06T07:32:26.456435+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:26.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[30529]: audit 2023-12-06T07:32:26.458891+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:26.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[30529]: audit 2023-12-06T07:32:26.458934+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:26.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[30529]: audit 2023-12-06T07:32:26.461273+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:26.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[30529]: audit 2023-12-06T07:32:26.473091+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:26.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[25094]: cluster 2023-12-06T07:32:24.906749+0000 mgr.x (mgr.25043) 24 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T07:32:26.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[25094]: audit 2023-12-06T07:32:26.080332+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:32:26.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[25094]: audit 2023-12-06T07:32:26.436454+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:26.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[25094]: audit 2023-12-06T07:32:26.447827+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:26.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[25094]: audit 2023-12-06T07:32:26.450910+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:26.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[25094]: audit 2023-12-06T07:32:26.453213+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:26.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[25094]: audit 2023-12-06T07:32:26.453578+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:26.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[25094]: audit 2023-12-06T07:32:26.456029+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:26.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[25094]: audit 2023-12-06T07:32:26.456435+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:26.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[25094]: audit 2023-12-06T07:32:26.458891+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:26.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[25094]: audit 2023-12-06T07:32:26.458934+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:26.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[25094]: audit 2023-12-06T07:32:26.461273+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:26.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:26 smithi172 bash[25094]: audit 2023-12-06T07:32:26.473091+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:27.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:26 smithi195 bash[45463]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:32:26] "GET /metrics HTTP/1.1" 200 38147 "" "Prometheus/2.33.4" 2023-12-06T07:32:27.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:26 smithi195 bash[25052]: cluster 2023-12-06T07:32:24.906749+0000 mgr.x (mgr.25043) 24 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T07:32:27.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:26 smithi195 bash[25052]: audit 2023-12-06T07:32:26.080332+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:32:27.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:26 smithi195 bash[25052]: audit 2023-12-06T07:32:26.436454+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:27.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:26 smithi195 bash[25052]: audit 2023-12-06T07:32:26.447827+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:27.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:26 smithi195 bash[25052]: audit 2023-12-06T07:32:26.450910+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:27.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:26 smithi195 bash[25052]: audit 2023-12-06T07:32:26.453213+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:27.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:26 smithi195 bash[25052]: audit 2023-12-06T07:32:26.453578+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:27.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:26 smithi195 bash[25052]: audit 2023-12-06T07:32:26.456029+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:27.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:26 smithi195 bash[25052]: audit 2023-12-06T07:32:26.456435+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:27.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:26 smithi195 bash[25052]: audit 2023-12-06T07:32:26.458891+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:27.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:26 smithi195 bash[25052]: audit 2023-12-06T07:32:26.458934+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:27.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:26 smithi195 bash[25052]: audit 2023-12-06T07:32:26.461273+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:27.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:26 smithi195 bash[25052]: audit 2023-12-06T07:32:26.473091+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:27.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:27 smithi172 bash[25094]: cephadm 2023-12-06T07:32:26.461197+0000 mgr.x (mgr.25043) 25 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 2781M 2023-12-06T07:32:27.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:27 smithi172 bash[25094]: audit 2023-12-06T07:32:26.666051+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:27.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:27 smithi172 bash[25094]: audit 2023-12-06T07:32:26.678521+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:27.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:27 smithi172 bash[30529]: cephadm 2023-12-06T07:32:26.461197+0000 mgr.x (mgr.25043) 25 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 2781M 2023-12-06T07:32:27.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:27 smithi172 bash[30529]: audit 2023-12-06T07:32:26.666051+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:27.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:27 smithi172 bash[30529]: audit 2023-12-06T07:32:26.678521+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:28.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:27 smithi195 bash[25052]: cephadm 2023-12-06T07:32:26.461197+0000 mgr.x (mgr.25043) 25 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 2781M 2023-12-06T07:32:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:27 smithi195 bash[25052]: audit 2023-12-06T07:32:26.666051+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:27 smithi195 bash[25052]: audit 2023-12-06T07:32:26.678521+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:29.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:28 smithi195 bash[25052]: cluster 2023-12-06T07:32:26.907466+0000 mgr.x (mgr.25043) 26 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T07:32:29.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:28 smithi172 bash[30529]: cluster 2023-12-06T07:32:26.907466+0000 mgr.x (mgr.25043) 26 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T07:32:29.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:28 smithi172 bash[25094]: cluster 2023-12-06T07:32:26.907466+0000 mgr.x (mgr.25043) 26 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T07:32:31.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:30 smithi195 bash[25052]: cluster 2023-12-06T07:32:28.909132+0000 mgr.x (mgr.25043) 27 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T07:32:31.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:30 smithi172 bash[25094]: cluster 2023-12-06T07:32:28.909132+0000 mgr.x (mgr.25043) 27 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T07:32:31.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:30 smithi172 bash[30529]: cluster 2023-12-06T07:32:28.909132+0000 mgr.x (mgr.25043) 27 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T07:32:32.596 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:32:32 smithi195 bash[41879]: ts=2023-12-06T07:32:32.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.195:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.172:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:32:33.083 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:32 smithi195 bash[25052]: cluster 2023-12-06T07:32:30.909975+0000 mgr.x (mgr.25043) 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-06T07:32:33.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:32 smithi172 bash[25094]: cluster 2023-12-06T07:32:30.909975+0000 mgr.x (mgr.25043) 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-06T07:32:33.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:32 smithi172 bash[30529]: cluster 2023-12-06T07:32:30.909975+0000 mgr.x (mgr.25043) 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-06T07:32:33.923 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:33 smithi172 bash[50269]: level=error ts=2023-12-06T07:32:33.517Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=11 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.172:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.195:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.195 because it doesn't contain any IP SANs" 2023-12-06T07:32:33.923 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:33 smithi172 bash[50269]: level=warn ts=2023-12-06T07:32:33.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.172:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-06T07:32:33.923 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:33 smithi172 bash[50269]: level=warn ts=2023-12-06T07:32: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.195:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.195 because it doesn't contain any IP SANs" 2023-12-06T07:32:34.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:34 smithi172 bash[25094]: cluster 2023-12-06T07:32:32.911212+0000 mgr.x (mgr.25043) 29 : 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-06T07:32:34.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:34 smithi172 bash[30529]: cluster 2023-12-06T07:32:32.911212+0000 mgr.x (mgr.25043) 29 : 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-06T07:32:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:34 smithi195 bash[25052]: cluster 2023-12-06T07:32:32.911212+0000 mgr.x (mgr.25043) 29 : 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-06T07:32:36.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:35 smithi195 bash[25052]: audit 2023-12-06T07:32:34.482934+0000 mgr.x (mgr.25043) 30 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:32:36.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:35 smithi172 bash[25094]: audit 2023-12-06T07:32:34.482934+0000 mgr.x (mgr.25043) 30 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:32:36.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:35 smithi172 bash[30529]: audit 2023-12-06T07:32:34.482934+0000 mgr.x (mgr.25043) 30 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:32:36.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:32:36] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:32:37.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:36 smithi195 bash[45463]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:32:36] "GET /metrics HTTP/1.1" 200 38147 "" "Prometheus/2.33.4" 2023-12-06T07:32:37.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:36 smithi195 bash[25052]: cluster 2023-12-06T07:32:34.911886+0000 mgr.x (mgr.25043) 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-06T07:32:37.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:36 smithi195 bash[25052]: audit 2023-12-06T07:32:36.430419+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:37.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:36 smithi195 bash[25052]: audit 2023-12-06T07:32:36.443007+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:37.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:36 smithi195 bash[25052]: audit 2023-12-06T07:32:36.444590+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:36 smithi195 bash[25052]: audit 2023-12-06T07:32:36.447079+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:36 smithi195 bash[25052]: audit 2023-12-06T07:32:36.447700+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:36 smithi195 bash[25052]: audit 2023-12-06T07:32:36.450063+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:36 smithi195 bash[25052]: audit 2023-12-06T07:32:36.450686+0000 mon.b (mon.2) 61 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:36 smithi195 bash[25052]: audit 2023-12-06T07:32:36.453116+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:36 smithi195 bash[25052]: audit 2023-12-06T07:32:36.453529+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:36 smithi195 bash[25052]: audit 2023-12-06T07:32:36.455925+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:36 smithi195 bash[25052]: audit 2023-12-06T07:32:36.466145+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:37.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:36 smithi195 bash[25052]: audit 2023-12-06T07:32:36.467111+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:32:37.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:36 smithi195 bash[25052]: audit 2023-12-06T07:32:36.468903+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:32:37.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[25094]: cluster 2023-12-06T07:32:34.911886+0000 mgr.x (mgr.25043) 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-06T07:32:37.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[25094]: audit 2023-12-06T07:32:36.430419+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:37.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[25094]: audit 2023-12-06T07:32:36.443007+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:37.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[25094]: audit 2023-12-06T07:32:36.444590+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[25094]: audit 2023-12-06T07:32:36.447079+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[25094]: audit 2023-12-06T07:32:36.447700+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[25094]: audit 2023-12-06T07:32:36.450063+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[25094]: audit 2023-12-06T07:32:36.450686+0000 mon.b (mon.2) 61 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[25094]: audit 2023-12-06T07:32:36.453116+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[25094]: audit 2023-12-06T07:32:36.453529+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[25094]: audit 2023-12-06T07:32:36.455925+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[25094]: audit 2023-12-06T07:32:36.466145+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:37.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[25094]: audit 2023-12-06T07:32:36.467111+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:32:37.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[25094]: audit 2023-12-06T07:32:36.468903+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:32:37.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[30529]: cluster 2023-12-06T07:32:34.911886+0000 mgr.x (mgr.25043) 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-06T07:32:37.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[30529]: audit 2023-12-06T07:32:36.430419+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:37.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[30529]: audit 2023-12-06T07:32:36.443007+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:37.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[30529]: audit 2023-12-06T07:32:36.444590+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[30529]: audit 2023-12-06T07:32:36.447079+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[30529]: audit 2023-12-06T07:32:36.447700+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[30529]: audit 2023-12-06T07:32:36.450063+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[30529]: audit 2023-12-06T07:32:36.450686+0000 mon.b (mon.2) 61 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[30529]: audit 2023-12-06T07:32:36.453116+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[30529]: audit 2023-12-06T07:32:36.453529+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[30529]: audit 2023-12-06T07:32:36.455925+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T07:32:37.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[30529]: audit 2023-12-06T07:32:36.466145+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:37.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[30529]: audit 2023-12-06T07:32:36.467111+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:32:37.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:36 smithi172 bash[30529]: audit 2023-12-06T07:32:36.468903+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:32:38.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:37 smithi195 bash[25052]: cephadm 2023-12-06T07:32:36.456039+0000 mgr.x (mgr.25043) 32 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 3037M 2023-12-06T07:32:38.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:37 smithi195 bash[25052]: cephadm 2023-12-06T07:32:36.471760+0000 mgr.x (mgr.25043) 33 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-06T07:32:38.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:37 smithi195 bash[25052]: cephadm 2023-12-06T07:32:36.472321+0000 mgr.x (mgr.25043) 34 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2023-12-06T07:32:38.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:37 smithi195 bash[25052]: cephadm 2023-12-06T07:32:36.686936+0000 mgr.x (mgr.25043) 35 : cephadm [INF] Updating smithi172:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:32:38.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:37 smithi195 bash[25052]: cephadm 2023-12-06T07:32:36.687409+0000 mgr.x (mgr.25043) 36 : cephadm [INF] Updating smithi195:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:32:38.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:37 smithi195 bash[25052]: audit 2023-12-06T07:32:37.196187+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:37 smithi195 bash[25052]: audit 2023-12-06T07:32:37.201011+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:37 smithi195 bash[25052]: audit 2023-12-06T07:32:37.211840+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:37 smithi195 bash[25052]: audit 2023-12-06T07:32:37.217905+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:37 smithi195 bash[25052]: audit 2023-12-06T07:32:37.230655+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:37 smithi195 bash[25052]: audit 2023-12-06T07:32:37.313149+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:37 smithi195 bash[25052]: audit 2023-12-06T07:32:37.320891+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:37 smithi195 bash[25052]: audit 2023-12-06T07:32:37.327568+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:37 smithi195 bash[25052]: audit 2023-12-06T07:32:37.334903+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.121 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:37 smithi172 systemd[1]: Stopping Ceph node-exporter.a for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:32:38.122 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[59616]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-node-exporter.a 2023-12-06T07:32:38.123 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[25094]: cephadm 2023-12-06T07:32:36.456039+0000 mgr.x (mgr.25043) 32 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 3037M 2023-12-06T07:32:38.123 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[25094]: cephadm 2023-12-06T07:32:36.471760+0000 mgr.x (mgr.25043) 33 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-06T07:32:38.123 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[25094]: cephadm 2023-12-06T07:32:36.472321+0000 mgr.x (mgr.25043) 34 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2023-12-06T07:32:38.123 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[25094]: cephadm 2023-12-06T07:32:36.686936+0000 mgr.x (mgr.25043) 35 : cephadm [INF] Updating smithi172:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:32:38.123 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[25094]: cephadm 2023-12-06T07:32:36.687409+0000 mgr.x (mgr.25043) 36 : cephadm [INF] Updating smithi195:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:32:38.123 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[25094]: audit 2023-12-06T07:32:37.196187+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.123 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[25094]: audit 2023-12-06T07:32:37.201011+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.123 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[25094]: audit 2023-12-06T07:32:37.211840+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.124 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[25094]: audit 2023-12-06T07:32:37.217905+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.124 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[25094]: audit 2023-12-06T07:32:37.230655+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.124 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[25094]: audit 2023-12-06T07:32:37.313149+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.124 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[25094]: audit 2023-12-06T07:32:37.320891+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.124 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[25094]: audit 2023-12-06T07:32:37.327568+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.124 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[25094]: audit 2023-12-06T07:32:37.334903+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.124 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[30529]: cephadm 2023-12-06T07:32:36.456039+0000 mgr.x (mgr.25043) 32 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 3037M 2023-12-06T07:32:38.124 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[30529]: cephadm 2023-12-06T07:32:36.471760+0000 mgr.x (mgr.25043) 33 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-06T07:32:38.124 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[30529]: cephadm 2023-12-06T07:32:36.472321+0000 mgr.x (mgr.25043) 34 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2023-12-06T07:32:38.124 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[30529]: cephadm 2023-12-06T07:32:36.686936+0000 mgr.x (mgr.25043) 35 : cephadm [INF] Updating smithi172:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:32:38.125 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[30529]: cephadm 2023-12-06T07:32:36.687409+0000 mgr.x (mgr.25043) 36 : cephadm [INF] Updating smithi195:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:32:38.125 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[30529]: audit 2023-12-06T07:32:37.196187+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.125 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[30529]: audit 2023-12-06T07:32:37.201011+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.125 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[30529]: audit 2023-12-06T07:32:37.211840+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.125 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[30529]: audit 2023-12-06T07:32:37.217905+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.125 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[30529]: audit 2023-12-06T07:32:37.230655+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.125 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[30529]: audit 2023-12-06T07:32:37.313149+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.125 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[30529]: audit 2023-12-06T07:32:37.320891+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.125 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[30529]: audit 2023-12-06T07:32:37.327568+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.125 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:37 smithi172 bash[30529]: audit 2023-12-06T07:32:37.334903+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:38.903 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:38 smithi172 bash[25094]: cephadm 2023-12-06T07:32:36.852626+0000 mgr.x (mgr.25043) 37 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:32:38.903 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:38 smithi172 bash[25094]: cephadm 2023-12-06T07:32:36.853015+0000 mgr.x (mgr.25043) 38 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:32:38.903 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:38 smithi172 bash[25094]: cluster 2023-12-06T07:32:36.912336+0000 mgr.x (mgr.25043) 39 : 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-06T07:32:38.904 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:38 smithi172 bash[25094]: cephadm 2023-12-06T07:32:37.017370+0000 mgr.x (mgr.25043) 40 : cephadm [INF] Updating smithi195:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:32:38.904 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:38 smithi172 bash[25094]: cephadm 2023-12-06T07:32:37.018448+0000 mgr.x (mgr.25043) 41 : cephadm [INF] Updating smithi172:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:32:38.904 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:38 smithi172 bash[25094]: cephadm 2023-12-06T07:32:37.335386+0000 mgr.x (mgr.25043) 42 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-06T07:32:38.904 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:38 smithi172 bash[25094]: cephadm 2023-12-06T07:32:37.336203+0000 mgr.x (mgr.25043) 43 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi172 2023-12-06T07:32:38.904 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:38 smithi172 bash[30529]: cephadm 2023-12-06T07:32:36.852626+0000 mgr.x (mgr.25043) 37 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:32:38.904 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:38 smithi172 bash[30529]: cephadm 2023-12-06T07:32:36.853015+0000 mgr.x (mgr.25043) 38 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:32:38.904 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:38 smithi172 bash[30529]: cluster 2023-12-06T07:32:36.912336+0000 mgr.x (mgr.25043) 39 : 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-06T07:32:38.904 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:38 smithi172 bash[30529]: cephadm 2023-12-06T07:32:37.017370+0000 mgr.x (mgr.25043) 40 : cephadm [INF] Updating smithi195:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:32:38.905 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:38 smithi172 bash[30529]: cephadm 2023-12-06T07:32:37.018448+0000 mgr.x (mgr.25043) 41 : cephadm [INF] Updating smithi172:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:32:38.905 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:38 smithi172 bash[30529]: cephadm 2023-12-06T07:32:37.335386+0000 mgr.x (mgr.25043) 42 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-06T07:32:38.905 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:38 smithi172 bash[30529]: cephadm 2023-12-06T07:32:37.336203+0000 mgr.x (mgr.25043) 43 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi172 2023-12-06T07:32:38.905 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:38 smithi172 bash[59625]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-node-exporter-a 2023-12-06T07:32:38.905 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:38 smithi172 bash[59671]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-node-exporter.a 2023-12-06T07:32:38.905 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:38 smithi172 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-12-06T07:32:38.905 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:38 smithi172 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-06T07:32:38.905 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:38 smithi172 systemd[1]: Stopped Ceph node-exporter.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:32:38.905 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:38 smithi172 systemd[1]: Started Ceph node-exporter.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:32:39.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:38 smithi195 bash[25052]: cephadm 2023-12-06T07:32:36.852626+0000 mgr.x (mgr.25043) 37 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:32:39.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:38 smithi195 bash[25052]: cephadm 2023-12-06T07:32:36.853015+0000 mgr.x (mgr.25043) 38 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:32:39.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:38 smithi195 bash[25052]: cluster 2023-12-06T07:32:36.912336+0000 mgr.x (mgr.25043) 39 : 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-06T07:32:39.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:38 smithi195 bash[25052]: cephadm 2023-12-06T07:32:37.017370+0000 mgr.x (mgr.25043) 40 : cephadm [INF] Updating smithi195:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:32:39.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:38 smithi195 bash[25052]: cephadm 2023-12-06T07:32:37.018448+0000 mgr.x (mgr.25043) 41 : cephadm [INF] Updating smithi172:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:32:39.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:38 smithi195 bash[25052]: cephadm 2023-12-06T07:32:37.335386+0000 mgr.x (mgr.25043) 42 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-06T07:32:39.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:38 smithi195 bash[25052]: cephadm 2023-12-06T07:32:37.336203+0000 mgr.x (mgr.25043) 43 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi172 2023-12-06T07:32:40.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:39 smithi172 bash[25094]: audit 2023-12-06T07:32:38.892877+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:40.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:39 smithi172 bash[25094]: audit 2023-12-06T07:32:38.907407+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:40.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:39 smithi172 bash[25094]: cluster 2023-12-06T07:32:38.913459+0000 mgr.x (mgr.25043) 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-06T07:32:40.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:39 smithi172 bash[25094]: cephadm 2023-12-06T07:32:38.956063+0000 mgr.x (mgr.25043) 45 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T07:32:40.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:39 smithi172 bash[25094]: cephadm 2023-12-06T07:32:38.976253+0000 mgr.x (mgr.25043) 46 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi172 2023-12-06T07:32:40.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:39 smithi172 bash[30529]: audit 2023-12-06T07:32:38.892877+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:40.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:39 smithi172 bash[30529]: audit 2023-12-06T07:32:38.907407+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:40.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:39 smithi172 bash[30529]: cluster 2023-12-06T07:32:38.913459+0000 mgr.x (mgr.25043) 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-06T07:32:40.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:39 smithi172 bash[30529]: cephadm 2023-12-06T07:32:38.956063+0000 mgr.x (mgr.25043) 45 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T07:32:40.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:39 smithi172 bash[30529]: cephadm 2023-12-06T07:32:38.976253+0000 mgr.x (mgr.25043) 46 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi172 2023-12-06T07:32:40.174 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.030Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-06T07:32:40.174 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.030Z 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-06T07:32:40.174 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.031Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2023-12-06T07:32:40.174 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.031Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-06T07:32:40.174 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-06T07:32:40.174 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=arp 2023-12-06T07:32:40.174 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-06T07:32:40.174 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-06T07:32:40.174 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-06T07:32:40.174 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-06T07:32:40.174 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-06T07:32:40.175 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-06T07:32:40.175 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-06T07:32:40.175 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-06T07:32:40.175 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=edac 2023-12-06T07:32:40.175 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-06T07:32:40.175 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-06T07:32:40.175 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-06T07:32:40.175 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-06T07:32:40.175 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-06T07:32:40.175 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-06T07:32:40.175 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-06T07:32:40.175 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-06T07:32:40.175 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-06T07:32:40.175 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-06T07:32:40.175 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-06T07:32:40.175 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-06T07:32:40.176 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-06T07:32:40.176 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-06T07:32:40.176 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-06T07:32:40.176 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-06T07:32:40.176 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=os 2023-12-06T07:32:40.176 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-06T07:32:40.176 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-06T07:32:40.176 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-06T07:32:40.176 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-06T07:32:40.176 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-06T07:32:40.176 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-06T07:32:40.176 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=stat 2023-12-06T07:32:40.176 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-06T07:32:40.176 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-06T07:32:40.176 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-06T07:32:40.176 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=time 2023-12-06T07:32:40.177 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-06T07:32:40.177 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=uname 2023-12-06T07:32:40.177 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-06T07:32:40.177 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-06T07:32:40.177 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-06T07:32:40.177 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.032Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-06T07:32:40.177 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:32:40 smithi172 bash[59702]: ts=2023-12-06T07:32:40.033Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-06T07:32:40.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:39 smithi195 bash[25052]: audit 2023-12-06T07:32:38.892877+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:40.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:39 smithi195 bash[25052]: audit 2023-12-06T07:32:38.907407+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:40.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:39 smithi195 bash[25052]: cluster 2023-12-06T07:32:38.913459+0000 mgr.x (mgr.25043) 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-06T07:32:40.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:39 smithi195 bash[25052]: cephadm 2023-12-06T07:32:38.956063+0000 mgr.x (mgr.25043) 45 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T07:32:40.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:39 smithi195 bash[25052]: cephadm 2023-12-06T07:32:38.976253+0000 mgr.x (mgr.25043) 46 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi172 2023-12-06T07:32:41.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:41 smithi172 bash[25094]: audit 2023-12-06T07:32:41.080573+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:32:41.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:41 smithi172 bash[30529]: audit 2023-12-06T07:32:41.080573+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:32:42.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:41 smithi195 bash[25052]: audit 2023-12-06T07:32:41.080573+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:32:42.595 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:32:42 smithi195 bash[41879]: ts=2023-12-06T07:32:42.314Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.195:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.172:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:32:42.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:42 smithi172 bash[25094]: cluster 2023-12-06T07:32:40.914170+0000 mgr.x (mgr.25043) 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-06T07:32:42.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:42 smithi172 bash[30529]: cluster 2023-12-06T07:32:40.914170+0000 mgr.x (mgr.25043) 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-06T07:32:43.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:42 smithi195 bash[25052]: cluster 2023-12-06T07:32:40.914170+0000 mgr.x (mgr.25043) 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-06T07:32:43.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:43 smithi172 bash[50269]: level=error ts=2023-12-06T07:32:43.518Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=11 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.195:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.195 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.172:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-06T07:32:43.923 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:43 smithi172 bash[50269]: level=warn ts=2023-12-06T07:32:43.523Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.195:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.195 because it doesn't contain any IP SANs" 2023-12-06T07:32:43.923 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:43 smithi172 bash[50269]: level=warn ts=2023-12-06T07:32:43.524Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.172:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-06T07:32:44.911 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:44 smithi172 bash[25094]: cluster 2023-12-06T07:32:42.915861+0000 mgr.x (mgr.25043) 48 : 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-06T07:32:44.912 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:44 smithi172 bash[30529]: cluster 2023-12-06T07:32:42.915861+0000 mgr.x (mgr.25043) 48 : 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-06T07:32:45.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:44 smithi195 bash[25052]: cluster 2023-12-06T07:32:42.915861+0000 mgr.x (mgr.25043) 48 : 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-06T07:32:45.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:45 smithi172 bash[25094]: audit 2023-12-06T07:32:44.494380+0000 mgr.x (mgr.25043) 49 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:32:45.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:45 smithi172 bash[30529]: audit 2023-12-06T07:32:44.494380+0000 mgr.x (mgr.25043) 49 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:32:45.939 INFO:teuthology.orchestra.run.smithi172.stdout:true 2023-12-06T07:32:46.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:45 smithi195 bash[25052]: audit 2023-12-06T07:32:44.494380+0000 mgr.x (mgr.25043) 49 : audit [DBG] from='client.24862 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:32:46.602 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:46 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:32:46] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:32:46.697 INFO:teuthology.orchestra.run.smithi172.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:32:46.697 INFO:teuthology.orchestra.run.smithi172.stdout:alertmanager.a smithi172 *:9093,9094 running (6m) 21s ago 7m 18.9M - 0.23.0 ba2b418f427c 0f13cc1b8de2 2023-12-06T07:32:46.697 INFO:teuthology.orchestra.run.smithi172.stdout:grafana.a smithi195 *:3000 running (6m) 21s ago 6m 47.7M - 8.3.5 dad864ee21e9 8379a8f09e27 2023-12-06T07:32:46.697 INFO:teuthology.orchestra.run.smithi172.stdout:iscsi.foo.smithi172.imjphn smithi172 running (5m) 21s ago 5m 48.5M - 3.5 e1d6a67b021e 2e1eb942f69c 2023-12-06T07:32:46.697 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.x smithi195 *:8443,9283 running (49s) 21s ago 13m 483M - 19.0.0-26-g0482646f 26bb7d89db2e 5c988e603eda 2023-12-06T07:32:46.697 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.y smithi172 *:9283 running (14m) 21s ago 14m 406M - 17.2.0 e1d6a67b021e 257f82ceaa6c 2023-12-06T07:32:46.697 INFO:teuthology.orchestra.run.smithi172.stdout:mon.a smithi172 running (15m) 21s ago 15m 60.4M 2048M 17.2.0 e1d6a67b021e a98f6943ccd1 2023-12-06T07:32:46.697 INFO:teuthology.orchestra.run.smithi172.stdout:mon.b smithi195 running (13m) 21s ago 13m 52.7M 2048M 17.2.0 e1d6a67b021e 696ba54e207e 2023-12-06T07:32:46.697 INFO:teuthology.orchestra.run.smithi172.stdout:mon.c smithi172 running (13m) 21s ago 13m 48.5M 2048M 17.2.0 e1d6a67b021e d3e5645df5a7 2023-12-06T07:32:46.697 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.a smithi172 *:9100 starting - - - - 2023-12-06T07:32:46.697 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.b smithi195 *:9100 running (7m) 21s ago 7m 11.7M - 1.3.1 1dbe0e931976 bb815aff3199 2023-12-06T07:32:46.697 INFO:teuthology.orchestra.run.smithi172.stdout:osd.0 smithi172 running (12m) 21s ago 12m 57.0M 2781M 17.2.0 e1d6a67b021e d65620e34baf 2023-12-06T07:32:46.698 INFO:teuthology.orchestra.run.smithi172.stdout:osd.1 smithi172 running (11m) 21s ago 11m 57.7M 2781M 17.2.0 e1d6a67b021e 7522680f974d 2023-12-06T07:32:46.698 INFO:teuthology.orchestra.run.smithi172.stdout:osd.2 smithi172 running (11m) 21s ago 11m 53.5M 2781M 17.2.0 e1d6a67b021e 52ca8f6db2e7 2023-12-06T07:32:46.698 INFO:teuthology.orchestra.run.smithi172.stdout:osd.3 smithi172 running (10m) 21s ago 10m 55.7M 2781M 17.2.0 e1d6a67b021e 1c2477b9ceb7 2023-12-06T07:32:46.698 INFO:teuthology.orchestra.run.smithi172.stdout:osd.4 smithi195 running (10m) 21s ago 10m 57.1M 3037M 17.2.0 e1d6a67b021e eaea9514cd4a 2023-12-06T07:32:46.698 INFO:teuthology.orchestra.run.smithi172.stdout:osd.5 smithi195 running (9m) 21s ago 9m 53.9M 3037M 17.2.0 e1d6a67b021e 51eedee8fdd8 2023-12-06T07:32:46.698 INFO:teuthology.orchestra.run.smithi172.stdout:osd.6 smithi195 running (8m) 21s ago 9m 52.7M 3037M 17.2.0 e1d6a67b021e 3bdaad441af1 2023-12-06T07:32:46.698 INFO:teuthology.orchestra.run.smithi172.stdout:osd.7 smithi195 running (8m) 21s ago 8m 54.7M 3037M 17.2.0 e1d6a67b021e 33c403e0a340 2023-12-06T07:32:46.698 INFO:teuthology.orchestra.run.smithi172.stdout:prometheus.a smithi195 *:9095 running (6m) 21s ago 7m 60.0M - 2.33.4 514e6a882f6e 5cbd0b589fe4 2023-12-06T07:32:46.698 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi172.fmdqeg smithi172 *:8000 running (5m) 21s ago 5m 85.5M - 17.2.0 e1d6a67b021e f5f3949b1de8 2023-12-06T07:32:46.698 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi195.hycrot smithi195 *:8000 running (5m) 21s ago 5m 85.8M - 17.2.0 e1d6a67b021e 9c5f08c98b32 2023-12-06T07:32:46.698 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi172.woscxg smithi172 *:80 running (5m) 21s ago 5m 85.8M - 17.2.0 e1d6a67b021e 0c4c84135665 2023-12-06T07:32:46.698 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi195.imqeni smithi195 *:80 running (5m) 21s ago 5m 86.0M - 17.2.0 e1d6a67b021e ca4b88c28560 2023-12-06T07:32:46.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:46 smithi172 bash[25094]: cluster 2023-12-06T07:32:44.916654+0000 mgr.x (mgr.25043) 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-06T07:32:46.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:46 smithi172 bash[30529]: cluster 2023-12-06T07:32:44.916654+0000 mgr.x (mgr.25043) 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-06T07:32:47.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:46 smithi195 bash[25052]: cluster 2023-12-06T07:32:44.916654+0000 mgr.x (mgr.25043) 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-06T07:32:47.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:46 smithi195 bash[45463]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:32:46] "GET /metrics HTTP/1.1" 200 38152 "" "Prometheus/2.33.4" 2023-12-06T07:32:47.149 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:32:47.149 INFO:teuthology.orchestra.run.smithi172.stdout: "mon": { 2023-12-06T07:32:47.149 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T07:32:47.149 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:32:47.149 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr": { 2023-12-06T07:32:47.149 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T07:32:47.149 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T07:32:47.149 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:32:47.150 INFO:teuthology.orchestra.run.smithi172.stdout: "osd": { 2023-12-06T07:32:47.150 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:32:47.150 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:32:47.150 INFO:teuthology.orchestra.run.smithi172.stdout: "mds": {}, 2023-12-06T07:32:47.150 INFO:teuthology.orchestra.run.smithi172.stdout: "rgw": { 2023-12-06T07:32:47.150 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:32:47.150 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:32:47.150 INFO:teuthology.orchestra.run.smithi172.stdout: "overall": { 2023-12-06T07:32:47.150 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-06T07:32:47.150 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T07:32:47.150 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:32:47.150 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:32:47.422 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:47 smithi172 systemd[1]: Stopping Ceph alertmanager.a for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:32:47.422 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:47 smithi172 bash[60066]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-alertmanager.a 2023-12-06T07:32:47.423 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:47 smithi172 bash[50269]: level=info ts=2023-12-06T07:32:47.245Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-06T07:32:47.524 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:32:47.524 INFO:teuthology.orchestra.run.smithi172.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:32:47.524 INFO:teuthology.orchestra.run.smithi172.stdout: "in_progress": true, 2023-12-06T07:32:47.524 INFO:teuthology.orchestra.run.smithi172.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:32:47.524 INFO:teuthology.orchestra.run.smithi172.stdout: "services_complete": [], 2023-12-06T07:32:47.524 INFO:teuthology.orchestra.run.smithi172.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T07:32:47.524 INFO:teuthology.orchestra.run.smithi172.stdout: "message": "", 2023-12-06T07:32:47.524 INFO:teuthology.orchestra.run.smithi172.stdout: "is_paused": false 2023-12-06T07:32:47.524 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:32:47.773 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:47 smithi172 bash[30529]: audit 2023-12-06T07:32:45.921372+0000 mgr.x (mgr.25043) 51 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:47.773 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:47 smithi172 bash[30529]: audit 2023-12-06T07:32:46.302351+0000 mgr.x (mgr.25043) 52 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:47.773 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:47 smithi172 bash[30529]: audit 2023-12-06T07:32:46.670119+0000 mgr.x (mgr.25043) 53 : audit [DBG] from='client.25225 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:47.774 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:47 smithi172 bash[30529]: audit 2023-12-06T07:32:47.148458+0000 mon.a (mon.0) 887 : audit [DBG] from='client.? 172.21.15.172:0/2626278008' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:32:47.774 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:47 smithi172 bash[25094]: audit 2023-12-06T07:32:45.921372+0000 mgr.x (mgr.25043) 51 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:47.774 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:47 smithi172 bash[25094]: audit 2023-12-06T07:32:46.302351+0000 mgr.x (mgr.25043) 52 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:47.774 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:47 smithi172 bash[25094]: audit 2023-12-06T07:32:46.670119+0000 mgr.x (mgr.25043) 53 : audit [DBG] from='client.25225 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:47.774 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:47 smithi172 bash[25094]: audit 2023-12-06T07:32:47.148458+0000 mon.a (mon.0) 887 : audit [DBG] from='client.? 172.21.15.172:0/2626278008' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:32:47.950 INFO:teuthology.orchestra.run.smithi172.stdout:HEALTH_OK 2023-12-06T07:32:48.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:47 smithi195 bash[25052]: audit 2023-12-06T07:32:45.921372+0000 mgr.x (mgr.25043) 51 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:48.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:47 smithi195 bash[25052]: audit 2023-12-06T07:32:46.302351+0000 mgr.x (mgr.25043) 52 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:48.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:47 smithi195 bash[25052]: audit 2023-12-06T07:32:46.670119+0000 mgr.x (mgr.25043) 53 : audit [DBG] from='client.25225 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:48.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:47 smithi195 bash[25052]: audit 2023-12-06T07:32:47.148458+0000 mon.a (mon.0) 887 : audit [DBG] from='client.? 172.21.15.172:0/2626278008' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:32:48.172 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:47 smithi172 bash[60079]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-alertmanager-a 2023-12-06T07:32:48.172 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:47 smithi172 bash[60159]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-alertmanager.a 2023-12-06T07:32:48.173 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:47 smithi172 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-06T07:32:48.173 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:47 smithi172 systemd[1]: Stopped Ceph alertmanager.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:32:48.173 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:47 smithi172 systemd[1]: Started Ceph alertmanager.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:32:49.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:48 smithi195 bash[25052]: cluster 2023-12-06T07:32:46.917143+0000 mgr.x (mgr.25043) 54 : 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-06T07:32:49.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:48 smithi195 bash[25052]: audit 2023-12-06T07:32:47.520460+0000 mgr.x (mgr.25043) 55 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:49.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:48 smithi195 bash[25052]: audit 2023-12-06T07:32:47.950269+0000 mon.c (mon.1) 146 : audit [DBG] from='client.? 172.21.15.172:0/472050589' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:32:49.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:48 smithi195 bash[25052]: audit 2023-12-06T07:32:48.046182+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:49.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:48 smithi195 bash[25052]: audit 2023-12-06T07:32:48.056716+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:49.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:48 smithi195 bash[25052]: audit 2023-12-06T07:32:48.067942+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi172.imjphn", "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-06T07:32:49.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:48 smithi195 bash[25052]: audit 2023-12-06T07:32:48.070460+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi172.imjphn", "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-06T07:32:49.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:48 smithi195 bash[25052]: audit 2023-12-06T07:32:48.080703+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:32:49.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:48 smithi172 bash[25094]: cluster 2023-12-06T07:32:46.917143+0000 mgr.x (mgr.25043) 54 : 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-06T07:32:49.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:48 smithi172 bash[25094]: audit 2023-12-06T07:32:47.520460+0000 mgr.x (mgr.25043) 55 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:49.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:48 smithi172 bash[25094]: audit 2023-12-06T07:32:47.950269+0000 mon.c (mon.1) 146 : audit [DBG] from='client.? 172.21.15.172:0/472050589' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:32:49.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:48 smithi172 bash[25094]: audit 2023-12-06T07:32:48.046182+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:49.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:48 smithi172 bash[25094]: audit 2023-12-06T07:32:48.056716+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:49.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:48 smithi172 bash[25094]: audit 2023-12-06T07:32:48.067942+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi172.imjphn", "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-06T07:32:49.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:48 smithi172 bash[25094]: audit 2023-12-06T07:32:48.070460+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi172.imjphn", "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-06T07:32:49.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:48 smithi172 bash[25094]: audit 2023-12-06T07:32:48.080703+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:32:49.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:48 smithi172 bash[30529]: cluster 2023-12-06T07:32:46.917143+0000 mgr.x (mgr.25043) 54 : 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-06T07:32:49.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:48 smithi172 bash[30529]: audit 2023-12-06T07:32:47.520460+0000 mgr.x (mgr.25043) 55 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:32:49.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:48 smithi172 bash[30529]: audit 2023-12-06T07:32:47.950269+0000 mon.c (mon.1) 146 : audit [DBG] from='client.? 172.21.15.172:0/472050589' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:32:49.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:48 smithi172 bash[30529]: audit 2023-12-06T07:32:48.046182+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:49.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:48 smithi172 bash[30529]: audit 2023-12-06T07:32:48.056716+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:49.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:48 smithi172 bash[30529]: audit 2023-12-06T07:32:48.067942+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi172.imjphn", "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-06T07:32:49.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:48 smithi172 bash[30529]: audit 2023-12-06T07:32:48.070460+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi172.imjphn", "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-06T07:32:49.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:48 smithi172 bash[30529]: audit 2023-12-06T07:32:48.080703+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:32:49.974 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:49 smithi172 bash[30529]: cephadm 2023-12-06T07:32:48.067341+0000 mgr.x (mgr.25043) 56 : cephadm [INF] Reconfiguring iscsi.foo.smithi172.imjphn (dependencies changed)... 2023-12-06T07:32:49.974 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:49 smithi172 bash[30529]: cephadm 2023-12-06T07:32:48.082665+0000 mgr.x (mgr.25043) 57 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi172.imjphn on smithi172 2023-12-06T07:32:49.974 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:49 smithi172 bash[25094]: cephadm 2023-12-06T07:32:48.067341+0000 mgr.x (mgr.25043) 56 : cephadm [INF] Reconfiguring iscsi.foo.smithi172.imjphn (dependencies changed)... 2023-12-06T07:32:49.974 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:49 smithi172 bash[25094]: cephadm 2023-12-06T07:32:48.082665+0000 mgr.x (mgr.25043) 57 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi172.imjphn on smithi172 2023-12-06T07:32:49.975 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:49 smithi172 bash[60190]: level=info ts=2023-12-06T07:32:49.793Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-06T07:32:49.975 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:49 smithi172 bash[60190]: level=info ts=2023-12-06T07:32:49.793Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-06T07:32:49.975 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:49 smithi172 bash[60190]: level=info ts=2023-12-06T07:32:49.795Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.172 port=9094 2023-12-06T07:32:49.975 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:49 smithi172 bash[60190]: level=info ts=2023-12-06T07:32:49.797Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-06T07:32:49.975 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:49 smithi172 bash[60190]: level=info ts=2023-12-06T07:32:49.846Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-06T07:32:49.975 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:49 smithi172 bash[60190]: level=info ts=2023-12-06T07:32:49.846Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-06T07:32:49.975 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:49 smithi172 bash[60190]: level=info ts=2023-12-06T07:32:49.850Z caller=main.go:518 msg=Listening address=:9093 2023-12-06T07:32:49.975 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:49 smithi172 bash[60190]: level=info ts=2023-12-06T07:32:49.850Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-06T07:32:50.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:49 smithi195 bash[25052]: cephadm 2023-12-06T07:32:48.067341+0000 mgr.x (mgr.25043) 56 : cephadm [INF] Reconfiguring iscsi.foo.smithi172.imjphn (dependencies changed)... 2023-12-06T07:32:50.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:49 smithi195 bash[25052]: cephadm 2023-12-06T07:32:48.082665+0000 mgr.x (mgr.25043) 57 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi172.imjphn on smithi172 2023-12-06T07:32:51.061 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:50 smithi172 bash[30529]: cluster 2023-12-06T07:32:48.918809+0000 mgr.x (mgr.25043) 58 : 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-06T07:32:51.062 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:50 smithi172 bash[25094]: cluster 2023-12-06T07:32:48.918809+0000 mgr.x (mgr.25043) 58 : 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-06T07:32:51.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:50 smithi195 bash[25052]: cluster 2023-12-06T07:32:48.918809+0000 mgr.x (mgr.25043) 58 : 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-06T07:32:52.173 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:51 smithi172 bash[60190]: level=info ts=2023-12-06T07:32:51.798Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.001106111s 2023-12-06T07:32:52.596 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:32:52 smithi195 bash[41879]: ts=2023-12-06T07:32:52.314Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.195:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.172:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:32:53.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:52 smithi195 bash[25052]: cluster 2023-12-06T07:32:50.919588+0000 mgr.x (mgr.25043) 59 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:32:53.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:52 smithi195 bash[25052]: audit 2023-12-06T07:32:52.358365+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:53.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:52 smithi195 bash[25052]: audit 2023-12-06T07:32:52.369285+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:53.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:52 smithi172 bash[25094]: cluster 2023-12-06T07:32:50.919588+0000 mgr.x (mgr.25043) 59 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:32:53.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:52 smithi172 bash[25094]: audit 2023-12-06T07:32:52.358365+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:53.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:52 smithi172 bash[25094]: audit 2023-12-06T07:32:52.369285+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:53.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:52 smithi172 bash[30529]: cluster 2023-12-06T07:32:50.919588+0000 mgr.x (mgr.25043) 59 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:32:53.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:52 smithi172 bash[30529]: audit 2023-12-06T07:32:52.358365+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:53.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:52 smithi172 bash[30529]: audit 2023-12-06T07:32:52.369285+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:32:54.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:53 smithi195 bash[25052]: cephadm 2023-12-06T07:32:52.409429+0000 mgr.x (mgr.25043) 60 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T07:32:54.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:53 smithi195 bash[25052]: cephadm 2023-12-06T07:32:52.652901+0000 mgr.x (mgr.25043) 61 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi195 2023-12-06T07:32:54.125 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:53 smithi172 bash[30529]: cephadm 2023-12-06T07:32:52.409429+0000 mgr.x (mgr.25043) 60 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T07:32:54.125 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:53 smithi172 bash[30529]: cephadm 2023-12-06T07:32:52.652901+0000 mgr.x (mgr.25043) 61 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi195 2023-12-06T07:32:54.125 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:53 smithi172 bash[25094]: cephadm 2023-12-06T07:32:52.409429+0000 mgr.x (mgr.25043) 60 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T07:32:54.125 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:53 smithi172 bash[25094]: cephadm 2023-12-06T07:32:52.652901+0000 mgr.x (mgr.25043) 61 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi195 2023-12-06T07:32:54.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:54 smithi172 bash[25094]: cluster 2023-12-06T07:32:52.921309+0000 mgr.x (mgr.25043) 62 : 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-06T07:32:54.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:54 smithi172 bash[25094]: audit 2023-12-06T07:32:54.489095+0000 mon.a (mon.0) 893 : audit [DBG] from='client.? 172.21.15.172:0/2941774557' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T07:32:54.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:54 smithi172 bash[30529]: cluster 2023-12-06T07:32:52.921309+0000 mgr.x (mgr.25043) 62 : 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-06T07:32:54.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:54 smithi172 bash[30529]: audit 2023-12-06T07:32:54.489095+0000 mon.a (mon.0) 893 : audit [DBG] from='client.? 172.21.15.172:0/2941774557' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T07:32:55.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:54 smithi195 bash[25052]: cluster 2023-12-06T07:32:52.921309+0000 mgr.x (mgr.25043) 62 : 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-06T07:32:55.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:54 smithi195 bash[25052]: audit 2023-12-06T07:32:54.489095+0000 mon.a (mon.0) 893 : audit [DBG] from='client.? 172.21.15.172:0/2941774557' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T07:32:56.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:55 smithi195 bash[25052]: audit 2023-12-06T07:32:54.877070+0000 mon.c (mon.1) 147 : audit [INF] from='client.? 172.21.15.172:0/319849164' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3735367413"}]: dispatch 2023-12-06T07:32:56.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:55 smithi195 bash[25052]: audit 2023-12-06T07:32:54.877982+0000 mon.a (mon.0) 894 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3735367413"}]: dispatch 2023-12-06T07:32:56.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:55 smithi172 bash[30529]: audit 2023-12-06T07:32:54.877070+0000 mon.c (mon.1) 147 : audit [INF] from='client.? 172.21.15.172:0/319849164' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3735367413"}]: dispatch 2023-12-06T07:32:56.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:55 smithi172 bash[30529]: audit 2023-12-06T07:32:54.877982+0000 mon.a (mon.0) 894 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3735367413"}]: dispatch 2023-12-06T07:32:56.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:55 smithi172 bash[25094]: audit 2023-12-06T07:32:54.877070+0000 mon.c (mon.1) 147 : audit [INF] from='client.? 172.21.15.172:0/319849164' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3735367413"}]: dispatch 2023-12-06T07:32:56.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:55 smithi172 bash[25094]: audit 2023-12-06T07:32:54.877982+0000 mon.a (mon.0) 894 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3735367413"}]: dispatch 2023-12-06T07:32:56.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:32:56 smithi172 bash[25375]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:32:56] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:32:57.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:32:56 smithi195 bash[45463]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:32:56] "GET /metrics HTTP/1.1" 200 38152 "" "Prometheus/2.33.4" 2023-12-06T07:32:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:56 smithi195 bash[25052]: cluster 2023-12-06T07:32:54.921987+0000 mgr.x (mgr.25043) 63 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T07:32:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:56 smithi195 bash[25052]: audit 2023-12-06T07:32:55.730043+0000 mon.a (mon.0) 895 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3735367413"}]': finished 2023-12-06T07:32:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:56 smithi195 bash[25052]: cluster 2023-12-06T07:32:55.730160+0000 mon.a (mon.0) 896 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-06T07:32:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:56 smithi195 bash[25052]: audit 2023-12-06T07:32:56.080730+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:32:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:56 smithi195 bash[25052]: audit 2023-12-06T07:32:56.112500+0000 mon.c (mon.1) 148 : audit [INF] from='client.? 172.21.15.172:0/2030263186' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2193890731"}]: dispatch 2023-12-06T07:32:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:56 smithi195 bash[25052]: audit 2023-12-06T07:32:56.113390+0000 mon.a (mon.0) 897 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2193890731"}]: dispatch 2023-12-06T07:32:57.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:56 smithi172 bash[25094]: cluster 2023-12-06T07:32:54.921987+0000 mgr.x (mgr.25043) 63 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T07:32:57.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:56 smithi172 bash[25094]: audit 2023-12-06T07:32:55.730043+0000 mon.a (mon.0) 895 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3735367413"}]': finished 2023-12-06T07:32:57.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:56 smithi172 bash[25094]: cluster 2023-12-06T07:32:55.730160+0000 mon.a (mon.0) 896 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-06T07:32:57.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:56 smithi172 bash[25094]: audit 2023-12-06T07:32:56.080730+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:32:57.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:56 smithi172 bash[25094]: audit 2023-12-06T07:32:56.112500+0000 mon.c (mon.1) 148 : audit [INF] from='client.? 172.21.15.172:0/2030263186' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2193890731"}]: dispatch 2023-12-06T07:32:57.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:56 smithi172 bash[25094]: audit 2023-12-06T07:32:56.113390+0000 mon.a (mon.0) 897 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2193890731"}]: dispatch 2023-12-06T07:32:57.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:56 smithi172 bash[30529]: cluster 2023-12-06T07:32:54.921987+0000 mgr.x (mgr.25043) 63 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T07:32:57.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:56 smithi172 bash[30529]: audit 2023-12-06T07:32:55.730043+0000 mon.a (mon.0) 895 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/3735367413"}]': finished 2023-12-06T07:32:57.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:56 smithi172 bash[30529]: cluster 2023-12-06T07:32:55.730160+0000 mon.a (mon.0) 896 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-06T07:32:57.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:56 smithi172 bash[30529]: audit 2023-12-06T07:32:56.080730+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:32:57.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:56 smithi172 bash[30529]: audit 2023-12-06T07:32:56.112500+0000 mon.c (mon.1) 148 : audit [INF] from='client.? 172.21.15.172:0/2030263186' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2193890731"}]: dispatch 2023-12-06T07:32:57.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:56 smithi172 bash[30529]: audit 2023-12-06T07:32:56.113390+0000 mon.a (mon.0) 897 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2193890731"}]: dispatch 2023-12-06T07:32:58.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:57 smithi195 bash[25052]: audit 2023-12-06T07:32:56.735284+0000 mon.a (mon.0) 898 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2193890731"}]': finished 2023-12-06T07:32:58.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:57 smithi195 bash[25052]: cluster 2023-12-06T07:32:56.735423+0000 mon.a (mon.0) 899 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-06T07:32:58.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:57 smithi195 bash[25052]: audit 2023-12-06T07:32:57.111399+0000 mon.a (mon.0) 900 : audit [INF] from='client.? 172.21.15.172:0/1258852324' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/1763024536"}]: dispatch 2023-12-06T07:32:58.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:57 smithi172 bash[25094]: audit 2023-12-06T07:32:56.735284+0000 mon.a (mon.0) 898 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2193890731"}]': finished 2023-12-06T07:32:58.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:57 smithi172 bash[25094]: cluster 2023-12-06T07:32:56.735423+0000 mon.a (mon.0) 899 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-06T07:32:58.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:57 smithi172 bash[25094]: audit 2023-12-06T07:32:57.111399+0000 mon.a (mon.0) 900 : audit [INF] from='client.? 172.21.15.172:0/1258852324' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/1763024536"}]: dispatch 2023-12-06T07:32:58.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:57 smithi172 bash[30529]: audit 2023-12-06T07:32:56.735284+0000 mon.a (mon.0) 898 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2193890731"}]': finished 2023-12-06T07:32:58.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:57 smithi172 bash[30529]: cluster 2023-12-06T07:32:56.735423+0000 mon.a (mon.0) 899 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-06T07:32:58.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:57 smithi172 bash[30529]: audit 2023-12-06T07:32:57.111399+0000 mon.a (mon.0) 900 : audit [INF] from='client.? 172.21.15.172:0/1258852324' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/1763024536"}]: dispatch 2023-12-06T07:32:59.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:58 smithi195 bash[25052]: cluster 2023-12-06T07:32:56.922652+0000 mgr.x (mgr.25043) 64 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-06T07:32:59.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:58 smithi195 bash[25052]: audit 2023-12-06T07:32:57.751860+0000 mon.a (mon.0) 901 : audit [INF] from='client.? 172.21.15.172:0/1258852324' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/1763024536"}]': finished 2023-12-06T07:32:59.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:58 smithi195 bash[25052]: cluster 2023-12-06T07:32:57.752059+0000 mon.a (mon.0) 902 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-06T07:32:59.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:58 smithi195 bash[25052]: audit 2023-12-06T07:32:58.147712+0000 mon.c (mon.1) 149 : audit [INF] from='client.? 172.21.15.172:0/3484689384' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1763024536"}]: dispatch 2023-12-06T07:32:59.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:58 smithi195 bash[25052]: audit 2023-12-06T07:32:58.148564+0000 mon.a (mon.0) 903 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1763024536"}]: dispatch 2023-12-06T07:32:59.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:58 smithi172 bash[30529]: cluster 2023-12-06T07:32:56.922652+0000 mgr.x (mgr.25043) 64 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-06T07:32:59.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:58 smithi172 bash[30529]: audit 2023-12-06T07:32:57.751860+0000 mon.a (mon.0) 901 : audit [INF] from='client.? 172.21.15.172:0/1258852324' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/1763024536"}]': finished 2023-12-06T07:32:59.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:58 smithi172 bash[30529]: cluster 2023-12-06T07:32:57.752059+0000 mon.a (mon.0) 902 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-06T07:32:59.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:58 smithi172 bash[30529]: audit 2023-12-06T07:32:58.147712+0000 mon.c (mon.1) 149 : audit [INF] from='client.? 172.21.15.172:0/3484689384' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1763024536"}]: dispatch 2023-12-06T07:32:59.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:58 smithi172 bash[30529]: audit 2023-12-06T07:32:58.148564+0000 mon.a (mon.0) 903 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1763024536"}]: dispatch 2023-12-06T07:32:59.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:58 smithi172 bash[25094]: cluster 2023-12-06T07:32:56.922652+0000 mgr.x (mgr.25043) 64 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-06T07:32:59.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:58 smithi172 bash[25094]: audit 2023-12-06T07:32:57.751860+0000 mon.a (mon.0) 901 : audit [INF] from='client.? 172.21.15.172:0/1258852324' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6801/1763024536"}]': finished 2023-12-06T07:32:59.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:58 smithi172 bash[25094]: cluster 2023-12-06T07:32:57.752059+0000 mon.a (mon.0) 902 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-06T07:32:59.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:58 smithi172 bash[25094]: audit 2023-12-06T07:32:58.147712+0000 mon.c (mon.1) 149 : audit [INF] from='client.? 172.21.15.172:0/3484689384' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1763024536"}]: dispatch 2023-12-06T07:32:59.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:58 smithi172 bash[25094]: audit 2023-12-06T07:32:58.148564+0000 mon.a (mon.0) 903 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1763024536"}]: dispatch 2023-12-06T07:33:00.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:59 smithi195 bash[25052]: audit 2023-12-06T07:32:58.761934+0000 mon.a (mon.0) 904 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1763024536"}]': finished 2023-12-06T07:33:00.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:59 smithi195 bash[25052]: cluster 2023-12-06T07:32:58.762066+0000 mon.a (mon.0) 905 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-06T07:33:00.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:32:59 smithi195 bash[25052]: audit 2023-12-06T07:32:59.149420+0000 mon.a (mon.0) 906 : audit [INF] from='client.? 172.21.15.172:0/933720383' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/1527905355"}]: dispatch 2023-12-06T07:33:00.172 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:32:59 smithi172 bash[60190]: level=info ts=2023-12-06T07:32:59.802Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.004486405s 2023-12-06T07:33:00.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:59 smithi172 bash[25094]: audit 2023-12-06T07:32:58.761934+0000 mon.a (mon.0) 904 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1763024536"}]': finished 2023-12-06T07:33:00.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:59 smithi172 bash[25094]: cluster 2023-12-06T07:32:58.762066+0000 mon.a (mon.0) 905 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-06T07:33:00.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:32:59 smithi172 bash[25094]: audit 2023-12-06T07:32:59.149420+0000 mon.a (mon.0) 906 : audit [INF] from='client.? 172.21.15.172:0/933720383' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/1527905355"}]: dispatch 2023-12-06T07:33:00.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:59 smithi172 bash[30529]: audit 2023-12-06T07:32:58.761934+0000 mon.a (mon.0) 904 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:6800/1763024536"}]': finished 2023-12-06T07:33:00.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:59 smithi172 bash[30529]: cluster 2023-12-06T07:32:58.762066+0000 mon.a (mon.0) 905 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-06T07:33:00.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:32:59 smithi172 bash[30529]: audit 2023-12-06T07:32:59.149420+0000 mon.a (mon.0) 906 : audit [INF] from='client.? 172.21.15.172:0/933720383' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/1527905355"}]: dispatch 2023-12-06T07:33:01.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:00 smithi195 bash[25052]: cluster 2023-12-06T07:32:58.923367+0000 mgr.x (mgr.25043) 65 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T07:33:01.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:00 smithi195 bash[25052]: audit 2023-12-06T07:32:59.772294+0000 mon.a (mon.0) 907 : audit [INF] from='client.? 172.21.15.172:0/933720383' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/1527905355"}]': finished 2023-12-06T07:33:01.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:00 smithi195 bash[25052]: cluster 2023-12-06T07:32:59.772398+0000 mon.a (mon.0) 908 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-06T07:33:01.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:00 smithi195 bash[25052]: audit 2023-12-06T07:33:00.169779+0000 mon.c (mon.1) 150 : audit [INF] from='client.? 172.21.15.172:0/3386270512' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4007062593"}]: dispatch 2023-12-06T07:33:01.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:00 smithi195 bash[25052]: audit 2023-12-06T07:33:00.170544+0000 mon.a (mon.0) 909 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4007062593"}]: dispatch 2023-12-06T07:33:01.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:00 smithi172 bash[30529]: cluster 2023-12-06T07:32:58.923367+0000 mgr.x (mgr.25043) 65 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T07:33:01.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:00 smithi172 bash[30529]: audit 2023-12-06T07:32:59.772294+0000 mon.a (mon.0) 907 : audit [INF] from='client.? 172.21.15.172:0/933720383' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/1527905355"}]': finished 2023-12-06T07:33:01.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:00 smithi172 bash[30529]: cluster 2023-12-06T07:32:59.772398+0000 mon.a (mon.0) 908 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-06T07:33:01.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:00 smithi172 bash[30529]: audit 2023-12-06T07:33:00.169779+0000 mon.c (mon.1) 150 : audit [INF] from='client.? 172.21.15.172:0/3386270512' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4007062593"}]: dispatch 2023-12-06T07:33:01.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:00 smithi172 bash[30529]: audit 2023-12-06T07:33:00.170544+0000 mon.a (mon.0) 909 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4007062593"}]: dispatch 2023-12-06T07:33:01.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:00 smithi172 bash[25094]: cluster 2023-12-06T07:32:58.923367+0000 mgr.x (mgr.25043) 65 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T07:33:01.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:00 smithi172 bash[25094]: audit 2023-12-06T07:32:59.772294+0000 mon.a (mon.0) 907 : audit [INF] from='client.? 172.21.15.172:0/933720383' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/1527905355"}]': finished 2023-12-06T07:33:01.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:00 smithi172 bash[25094]: cluster 2023-12-06T07:32:59.772398+0000 mon.a (mon.0) 908 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-06T07:33:01.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:00 smithi172 bash[25094]: audit 2023-12-06T07:33:00.169779+0000 mon.c (mon.1) 150 : audit [INF] from='client.? 172.21.15.172:0/3386270512' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4007062593"}]: dispatch 2023-12-06T07:33:01.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:00 smithi172 bash[25094]: audit 2023-12-06T07:33:00.170544+0000 mon.a (mon.0) 909 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4007062593"}]: dispatch 2023-12-06T07:33:02.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:01 smithi195 bash[25052]: audit 2023-12-06T07:33:00.772423+0000 mon.a (mon.0) 910 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4007062593"}]': finished 2023-12-06T07:33:02.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:01 smithi195 bash[25052]: cluster 2023-12-06T07:33:00.772668+0000 mon.a (mon.0) 911 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-06T07:33:02.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:01 smithi195 bash[25052]: cluster 2023-12-06T07:33:00.924087+0000 mgr.x (mgr.25043) 66 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T07:33:02.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:01 smithi195 bash[25052]: audit 2023-12-06T07:33:01.155667+0000 mon.c (mon.1) 151 : audit [INF] from='client.? 172.21.15.172:0/3421343497' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2470682117"}]: dispatch 2023-12-06T07:33:02.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:01 smithi195 bash[25052]: audit 2023-12-06T07:33:01.156771+0000 mon.a (mon.0) 912 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2470682117"}]: dispatch 2023-12-06T07:33:02.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:01 smithi172 bash[25094]: audit 2023-12-06T07:33:00.772423+0000 mon.a (mon.0) 910 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4007062593"}]': finished 2023-12-06T07:33:02.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:01 smithi172 bash[25094]: cluster 2023-12-06T07:33:00.772668+0000 mon.a (mon.0) 911 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-06T07:33:02.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:01 smithi172 bash[25094]: cluster 2023-12-06T07:33:00.924087+0000 mgr.x (mgr.25043) 66 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T07:33:02.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:01 smithi172 bash[25094]: audit 2023-12-06T07:33:01.155667+0000 mon.c (mon.1) 151 : audit [INF] from='client.? 172.21.15.172:0/3421343497' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2470682117"}]: dispatch 2023-12-06T07:33:02.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:01 smithi172 bash[25094]: audit 2023-12-06T07:33:01.156771+0000 mon.a (mon.0) 912 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2470682117"}]: dispatch 2023-12-06T07:33:02.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:01 smithi172 bash[30529]: audit 2023-12-06T07:33:00.772423+0000 mon.a (mon.0) 910 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/4007062593"}]': finished 2023-12-06T07:33:02.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:01 smithi172 bash[30529]: cluster 2023-12-06T07:33:00.772668+0000 mon.a (mon.0) 911 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-06T07:33:02.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:01 smithi172 bash[30529]: cluster 2023-12-06T07:33:00.924087+0000 mgr.x (mgr.25043) 66 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T07:33:02.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:01 smithi172 bash[30529]: audit 2023-12-06T07:33:01.155667+0000 mon.c (mon.1) 151 : audit [INF] from='client.? 172.21.15.172:0/3421343497' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2470682117"}]: dispatch 2023-12-06T07:33:02.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:01 smithi172 bash[30529]: audit 2023-12-06T07:33:01.156771+0000 mon.a (mon.0) 912 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2470682117"}]: dispatch 2023-12-06T07:33:02.595 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:02 smithi195 bash[41879]: ts=2023-12-06T07:33:02.314Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.195:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.172:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:33:03.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:02 smithi195 bash[25052]: audit 2023-12-06T07:33:01.796093+0000 mon.a (mon.0) 913 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2470682117"}]': finished 2023-12-06T07:33:03.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:02 smithi195 bash[25052]: cluster 2023-12-06T07:33:01.796282+0000 mon.a (mon.0) 914 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-06T07:33:03.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:02 smithi172 bash[30529]: audit 2023-12-06T07:33:01.796093+0000 mon.a (mon.0) 913 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2470682117"}]': finished 2023-12-06T07:33:03.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:02 smithi172 bash[30529]: cluster 2023-12-06T07:33:01.796282+0000 mon.a (mon.0) 914 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-06T07:33:03.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:02 smithi172 bash[25094]: audit 2023-12-06T07:33:01.796093+0000 mon.a (mon.0) 913 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi172.imjphn' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.172:0/2470682117"}]': finished 2023-12-06T07:33:03.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:02 smithi172 bash[25094]: cluster 2023-12-06T07:33:01.796282+0000 mon.a (mon.0) 914 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-06T07:33:04.071 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:03 smithi195 bash[25052]: cluster 2023-12-06T07:33:02.924996+0000 mgr.x (mgr.25043) 67 : cluster [DBG] pgmap v36: 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-06T07:33:04.144 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:03 smithi172 bash[25094]: cluster 2023-12-06T07:33:02.924996+0000 mgr.x (mgr.25043) 67 : cluster [DBG] pgmap v36: 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-06T07:33:04.144 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:03 smithi172 bash[30529]: cluster 2023-12-06T07:33:02.924996+0000 mgr.x (mgr.25043) 67 : cluster [DBG] pgmap v36: 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-06T07:33:05.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:04 smithi195 bash[25052]: audit 2023-12-06T07:33:04.141080+0000 mgr.x (mgr.25043) 68 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:33:05.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:04 smithi172 bash[25094]: audit 2023-12-06T07:33:04.141080+0000 mgr.x (mgr.25043) 68 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:33:05.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:04 smithi172 bash[30529]: audit 2023-12-06T07:33:04.141080+0000 mgr.x (mgr.25043) 68 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:33:06.095 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:05 smithi195 systemd[1]: Stopping Ceph prometheus.a for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:33:06.095 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:05 smithi195 bash[47434]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T07:33:06.095 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:05 smithi195 bash[41879]: ts=2023-12-06T07:33:05.902Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-06T07:33:06.095 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:05 smithi195 bash[41879]: ts=2023-12-06T07:33:05.903Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-06T07:33:06.095 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:05 smithi195 bash[41879]: ts=2023-12-06T07:33:05.903Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-06T07:33:06.095 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:05 smithi195 bash[41879]: ts=2023-12-06T07:33:05.903Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-06T07:33:06.095 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:05 smithi195 bash[41879]: ts=2023-12-06T07:33:05.903Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-06T07:33:06.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:05 smithi195 bash[41879]: ts=2023-12-06T07:33:05.903Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-06T07:33:06.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:05 smithi195 bash[41879]: ts=2023-12-06T07:33:05.903Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-06T07:33:06.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:05 smithi195 bash[41879]: ts=2023-12-06T07:33:05.903Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-06T07:33:06.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:05 smithi195 bash[41879]: ts=2023-12-06T07:33:05.903Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-06T07:33:06.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:05 smithi195 bash[41879]: ts=2023-12-06T07:33:05.904Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-06T07:33:06.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:05 smithi195 bash[41879]: ts=2023-12-06T07:33:05.904Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-06T07:33:06.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:05 smithi195 bash[41879]: ts=2023-12-06T07:33:05.904Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-06T07:33:06.720 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:06 smithi195 bash[25052]: cluster 2023-12-06T07:33:04.925663+0000 mgr.x (mgr.25043) 69 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-12-06T07:33:06.721 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:06 smithi195 bash[47445]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-prometheus-a 2023-12-06T07:33:06.721 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:06 smithi195 bash[47482]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T07:33:06.721 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:06 smithi195 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-06T07:33:06.721 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:06 smithi195 systemd[1]: Stopped Ceph prometheus.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:33:06.721 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:06 smithi195 systemd[1]: Started Ceph prometheus.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:33:06.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:06 smithi172 bash[25094]: cluster 2023-12-06T07:33:04.925663+0000 mgr.x (mgr.25043) 69 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-12-06T07:33:06.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:06 smithi172 bash[30529]: cluster 2023-12-06T07:33:04.925663+0000 mgr.x (mgr.25043) 69 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-12-06T07:33:07.595 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:07 smithi195 systemd[1]: Stopping Ceph node-exporter.b for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:33:07.596 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:07 smithi195 bash[47532]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-node-exporter.b 2023-12-06T07:33:08.079 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:07 smithi195 bash[25052]: audit 2023-12-06T07:33:06.707556+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:08.079 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:07 smithi195 bash[25052]: audit 2023-12-06T07:33:06.716859+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:08.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:07 smithi172 bash[25094]: audit 2023-12-06T07:33:06.707556+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:08.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:07 smithi172 bash[25094]: audit 2023-12-06T07:33:06.716859+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:08.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:07 smithi172 bash[30529]: audit 2023-12-06T07:33:06.707556+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:08.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:07 smithi172 bash[30529]: audit 2023-12-06T07:33:06.716859+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:08.335 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47543]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-node-exporter-b 2023-12-06T07:33:08.335 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47610]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-node-exporter.b 2023-12-06T07:33:08.336 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47509]: ts=2023-12-06T07:33:08.158Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-06T07:33:08.336 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47509]: ts=2023-12-06T07:33:08.158Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-06T07:33:08.336 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47509]: ts=2023-12-06T07:33:08.158Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-06T07:33:08.336 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47509]: ts=2023-12-06T07:33:08.158Z 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 smithi195 (none))" 2023-12-06T07:33:08.336 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47509]: ts=2023-12-06T07:33:08.158Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-06T07:33:08.336 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47509]: ts=2023-12-06T07:33:08.158Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-06T07:33:08.336 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47509]: ts=2023-12-06T07:33:08.161Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-06T07:33:08.336 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47509]: ts=2023-12-06T07:33:08.162Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-06T07:33:08.336 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47509]: ts=2023-12-06T07:33:08.165Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-06T07:33:08.336 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47509]: ts=2023-12-06T07:33:08.170Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-06T07:33:08.336 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47509]: ts=2023-12-06T07:33:08.170Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=3.594µs 2023-12-06T07:33:08.336 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47509]: ts=2023-12-06T07:33:08.170Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-06T07:33:08.337 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47509]: ts=2023-12-06T07:33:08.333Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2023-12-06T07:33:08.595 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:08 smithi195 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-12-06T07:33:08.595 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:08 smithi195 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-06T07:33:08.595 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:08 smithi195 systemd[1]: Stopped Ceph node-exporter.b for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:33:08.596 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:08 smithi195 systemd[1]: Started Ceph node-exporter.b for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:33:08.667 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47509]: ts=2023-12-06T07:33:08.636Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2023-12-06T07:33:08.668 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47509]: ts=2023-12-06T07:33:08.636Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2023-12-06T07:33:08.668 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47509]: ts=2023-12-06T07:33:08.636Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=81.535µs wal_replay_duration=466.254558ms total_replay_duration=466.376965ms 2023-12-06T07:33:08.668 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47509]: ts=2023-12-06T07:33:08.641Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-06T07:33:08.668 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47509]: ts=2023-12-06T07:33:08.642Z caller=main.go:947 level=info msg="TSDB started" 2023-12-06T07:33:08.668 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47509]: ts=2023-12-06T07:33:08.642Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-06T07:33:08.668 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47509]: ts=2023-12-06T07:33:08.665Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=23.493042ms db_storage=1.042µs remote_storage=1.964µs web_handler=490ns query_engine=1.08µs scrape=519.221µs scrape_sd=170.554µs notify=20.402µs notify_sd=30.837µs rules=22.299365ms 2023-12-06T07:33:08.668 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[47509]: ts=2023-12-06T07:33:08.665Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-06T07:33:09.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[25052]: cephadm 2023-12-06T07:33:06.755791+0000 mgr.x (mgr.25043) 70 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-06T07:33:09.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[25052]: cephadm 2023-12-06T07:33:06.756792+0000 mgr.x (mgr.25043) 71 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi195 2023-12-06T07:33:09.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[25052]: cluster 2023-12-06T07:33:06.926262+0000 mgr.x (mgr.25043) 72 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-12-06T07:33:09.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[25052]: audit 2023-12-06T07:33:08.395306+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:09.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[25052]: audit 2023-12-06T07:33:08.406110+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:09.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[25052]: audit 2023-12-06T07:33:08.564046+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:09.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[25052]: audit 2023-12-06T07:33:08.571908+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:09.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:08 smithi195 bash[25052]: audit 2023-12-06T07:33:08.575149+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T07:33:09.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:08 smithi172 bash[25094]: cephadm 2023-12-06T07:33:06.755791+0000 mgr.x (mgr.25043) 70 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-06T07:33:09.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:08 smithi172 bash[25094]: cephadm 2023-12-06T07:33:06.756792+0000 mgr.x (mgr.25043) 71 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi195 2023-12-06T07:33:09.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:08 smithi172 bash[25094]: cluster 2023-12-06T07:33:06.926262+0000 mgr.x (mgr.25043) 72 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-12-06T07:33:09.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:08 smithi172 bash[25094]: audit 2023-12-06T07:33:08.395306+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:09.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:08 smithi172 bash[25094]: audit 2023-12-06T07:33:08.406110+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:09.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:08 smithi172 bash[25094]: audit 2023-12-06T07:33:08.564046+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:09.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:08 smithi172 bash[25094]: audit 2023-12-06T07:33:08.571908+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:09.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:08 smithi172 bash[25094]: audit 2023-12-06T07:33:08.575149+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T07:33:09.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:08 smithi172 bash[30529]: cephadm 2023-12-06T07:33:06.755791+0000 mgr.x (mgr.25043) 70 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-06T07:33:09.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:08 smithi172 bash[30529]: cephadm 2023-12-06T07:33:06.756792+0000 mgr.x (mgr.25043) 71 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi195 2023-12-06T07:33:09.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:08 smithi172 bash[30529]: cluster 2023-12-06T07:33:06.926262+0000 mgr.x (mgr.25043) 72 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-12-06T07:33:09.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:08 smithi172 bash[30529]: audit 2023-12-06T07:33:08.395306+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:09.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:08 smithi172 bash[30529]: audit 2023-12-06T07:33:08.406110+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:09.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:08 smithi172 bash[30529]: audit 2023-12-06T07:33:08.564046+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:09.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:08 smithi172 bash[30529]: audit 2023-12-06T07:33:08.571908+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:09.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:08 smithi172 bash[30529]: audit 2023-12-06T07:33:08.575149+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T07:33:09.596 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.376Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-06T07:33:09.596 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.376Z 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-06T07:33:09.596 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.377Z 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-06T07:33:09.597 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.377Z 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-06T07:33:09.597 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-06T07:33:09.597 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=arp 2023-12-06T07:33:09.597 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-06T07:33:09.597 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-06T07:33:09.597 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-06T07:33:09.597 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-06T07:33:09.597 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-06T07:33:09.597 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-06T07:33:09.597 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-06T07:33:09.597 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-06T07:33:09.597 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=edac 2023-12-06T07:33:09.597 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-06T07:33:09.597 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-06T07:33:09.598 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-06T07:33:09.598 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-06T07:33:09.598 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-06T07:33:09.598 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-06T07:33:09.598 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-06T07:33:09.598 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-06T07:33:09.598 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-06T07:33:09.598 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-06T07:33:09.598 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-06T07:33:09.598 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-06T07:33:09.598 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-06T07:33:09.598 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-06T07:33:09.598 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-06T07:33:09.598 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-06T07:33:09.598 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=os 2023-12-06T07:33:09.599 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-06T07:33:09.599 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-06T07:33:09.599 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-06T07:33:09.599 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-06T07:33:09.599 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-06T07:33:09.599 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-06T07:33:09.599 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=stat 2023-12-06T07:33:09.599 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-06T07:33:09.599 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-06T07:33:09.599 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-06T07:33:09.599 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=time 2023-12-06T07:33:09.599 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-06T07:33:09.599 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=uname 2023-12-06T07:33:09.599 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-06T07:33:09.599 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-06T07:33:09.600 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-06T07:33:09.600 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-06T07:33:09.600 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[47663]: ts=2023-12-06T07:33:09.379Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-06T07:33:10.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[25052]: cephadm 2023-12-06T07:33:08.425918+0000 mgr.x (mgr.25043) 73 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-06T07:33:10.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[25052]: cephadm 2023-12-06T07:33:08.442620+0000 mgr.x (mgr.25043) 74 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-06T07:33:10.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[25052]: audit 2023-12-06T07:33:08.575898+0000 mgr.x (mgr.25043) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T07:33:10.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:09 smithi195 bash[25052]: cephadm 2023-12-06T07:33:08.580408+0000 mgr.x (mgr.25043) 76 : cephadm [INF] Reconfiguring daemon grafana.a on smithi195 2023-12-06T07:33:10.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:09 smithi172 bash[25094]: cephadm 2023-12-06T07:33:08.425918+0000 mgr.x (mgr.25043) 73 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-06T07:33:10.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:09 smithi172 bash[25094]: cephadm 2023-12-06T07:33:08.442620+0000 mgr.x (mgr.25043) 74 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-06T07:33:10.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:09 smithi172 bash[25094]: audit 2023-12-06T07:33:08.575898+0000 mgr.x (mgr.25043) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T07:33:10.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:09 smithi172 bash[25094]: cephadm 2023-12-06T07:33:08.580408+0000 mgr.x (mgr.25043) 76 : cephadm [INF] Reconfiguring daemon grafana.a on smithi195 2023-12-06T07:33:10.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:09 smithi172 bash[30529]: cephadm 2023-12-06T07:33:08.425918+0000 mgr.x (mgr.25043) 73 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-06T07:33:10.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:09 smithi172 bash[30529]: cephadm 2023-12-06T07:33:08.442620+0000 mgr.x (mgr.25043) 74 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-06T07:33:10.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:09 smithi172 bash[30529]: audit 2023-12-06T07:33:08.575898+0000 mgr.x (mgr.25043) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T07:33:10.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:09 smithi172 bash[30529]: cephadm 2023-12-06T07:33:08.580408+0000 mgr.x (mgr.25043) 76 : cephadm [INF] Reconfiguring daemon grafana.a on smithi195 2023-12-06T07:33:11.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:10 smithi195 bash[25052]: cluster 2023-12-06T07:33:08.928047+0000 mgr.x (mgr.25043) 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-06T07:33:11.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:10 smithi172 bash[25094]: cluster 2023-12-06T07:33:08.928047+0000 mgr.x (mgr.25043) 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-06T07:33:11.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:10 smithi172 bash[30529]: cluster 2023-12-06T07:33:08.928047+0000 mgr.x (mgr.25043) 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-06T07:33:12.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:11 smithi195 bash[25052]: audit 2023-12-06T07:33:11.081829+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:33:12.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:11 smithi172 bash[25094]: audit 2023-12-06T07:33:11.081829+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:33:12.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:11 smithi172 bash[30529]: audit 2023-12-06T07:33:11.081829+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:33:13.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:12 smithi195 bash[25052]: cluster 2023-12-06T07:33:10.928633+0000 mgr.x (mgr.25043) 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-06T07:33:13.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:12 smithi172 bash[25094]: cluster 2023-12-06T07:33:10.928633+0000 mgr.x (mgr.25043) 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-06T07:33:13.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:12 smithi172 bash[30529]: cluster 2023-12-06T07:33:10.928633+0000 mgr.x (mgr.25043) 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-06T07:33:15.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:14 smithi195 bash[25052]: cluster 2023-12-06T07:33:12.930311+0000 mgr.x (mgr.25043) 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-06T07:33:15.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:14 smithi172 bash[25094]: cluster 2023-12-06T07:33:12.930311+0000 mgr.x (mgr.25043) 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-06T07:33:15.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:14 smithi172 bash[30529]: cluster 2023-12-06T07:33:12.930311+0000 mgr.x (mgr.25043) 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-06T07:33:16.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:15 smithi195 bash[25052]: audit 2023-12-06T07:33:14.146957+0000 mgr.x (mgr.25043) 80 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:33:16.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:15 smithi172 bash[25094]: audit 2023-12-06T07:33:14.146957+0000 mgr.x (mgr.25043) 80 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:33:16.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:15 smithi172 bash[30529]: audit 2023-12-06T07:33:14.146957+0000 mgr.x (mgr.25043) 80 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:33:17.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:16 smithi195 bash[25052]: cluster 2023-12-06T07:33:14.930990+0000 mgr.x (mgr.25043) 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-06T07:33:17.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:16 smithi172 bash[25094]: cluster 2023-12-06T07:33:14.930990+0000 mgr.x (mgr.25043) 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-06T07:33:17.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:16 smithi172 bash[30529]: cluster 2023-12-06T07:33:14.930990+0000 mgr.x (mgr.25043) 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-06T07:33:18.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:17 smithi195 bash[25052]: cluster 2023-12-06T07:33:16.931630+0000 mgr.x (mgr.25043) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:33:18.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:17 smithi195 bash[45463]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:33:17] "GET /metrics HTTP/1.1" 200 38150 "" "Prometheus/2.33.4" 2023-12-06T07:33:18.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:17 smithi172 bash[25094]: cluster 2023-12-06T07:33:16.931630+0000 mgr.x (mgr.25043) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:33:18.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:17 smithi172 bash[30529]: cluster 2023-12-06T07:33:16.931630+0000 mgr.x (mgr.25043) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:33:18.350 INFO:teuthology.orchestra.run.smithi172.stdout:true 2023-12-06T07:33:19.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:18 smithi195 bash[25052]: audit 2023-12-06T07:33:18.331880+0000 mgr.x (mgr.25043) 83 : audit [DBG] from='client.15399 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:19.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:18 smithi195 bash[25052]: audit 2023-12-06T07:33:18.712380+0000 mgr.x (mgr.25043) 84 : audit [DBG] from='client.15405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:19.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:18 smithi195 bash[47509]: ts=2023-12-06T07:33: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.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:33:19.108 INFO:teuthology.orchestra.run.smithi172.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:33:19.108 INFO:teuthology.orchestra.run.smithi172.stdout:alertmanager.a smithi172 *:9093,9094 starting - - - - 2023-12-06T07:33:19.108 INFO:teuthology.orchestra.run.smithi172.stdout:grafana.a smithi195 *:3000 running (7m) 53s ago 7m 47.7M - 8.3.5 dad864ee21e9 8379a8f09e27 2023-12-06T07:33:19.108 INFO:teuthology.orchestra.run.smithi172.stdout:iscsi.foo.smithi172.imjphn smithi172 starting - - - - 2023-12-06T07:33:19.108 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.x smithi195 *:8443,9283 running (81s) 53s ago 13m 483M - 19.0.0-26-g0482646f 26bb7d89db2e 5c988e603eda 2023-12-06T07:33:19.109 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.y smithi172 *:9283 running (15m) 53s ago 15m 406M - 17.2.0 e1d6a67b021e 257f82ceaa6c 2023-12-06T07:33:19.109 INFO:teuthology.orchestra.run.smithi172.stdout:mon.a smithi172 running (15m) 53s ago 15m 60.4M 2048M 17.2.0 e1d6a67b021e a98f6943ccd1 2023-12-06T07:33:19.109 INFO:teuthology.orchestra.run.smithi172.stdout:mon.b smithi195 running (13m) 53s ago 13m 52.7M 2048M 17.2.0 e1d6a67b021e 696ba54e207e 2023-12-06T07:33:19.109 INFO:teuthology.orchestra.run.smithi172.stdout:mon.c smithi172 running (13m) 53s ago 13m 48.5M 2048M 17.2.0 e1d6a67b021e d3e5645df5a7 2023-12-06T07:33:19.109 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.a smithi172 *:9100 starting - - - - 2023-12-06T07:33:19.109 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.b smithi195 *:9100 starting - - - - 2023-12-06T07:33:19.109 INFO:teuthology.orchestra.run.smithi172.stdout:osd.0 smithi172 running (13m) 53s ago 13m 57.0M 2781M 17.2.0 e1d6a67b021e d65620e34baf 2023-12-06T07:33:19.110 INFO:teuthology.orchestra.run.smithi172.stdout:osd.1 smithi172 running (12m) 53s ago 12m 57.7M 2781M 17.2.0 e1d6a67b021e 7522680f974d 2023-12-06T07:33:19.110 INFO:teuthology.orchestra.run.smithi172.stdout:osd.2 smithi172 running (11m) 53s ago 11m 53.5M 2781M 17.2.0 e1d6a67b021e 52ca8f6db2e7 2023-12-06T07:33:19.110 INFO:teuthology.orchestra.run.smithi172.stdout:osd.3 smithi172 running (11m) 53s ago 11m 55.7M 2781M 17.2.0 e1d6a67b021e 1c2477b9ceb7 2023-12-06T07:33:19.110 INFO:teuthology.orchestra.run.smithi172.stdout:osd.4 smithi195 running (10m) 53s ago 10m 57.1M 3037M 17.2.0 e1d6a67b021e eaea9514cd4a 2023-12-06T07:33:19.110 INFO:teuthology.orchestra.run.smithi172.stdout:osd.5 smithi195 running (10m) 53s ago 10m 53.9M 3037M 17.2.0 e1d6a67b021e 51eedee8fdd8 2023-12-06T07:33:19.110 INFO:teuthology.orchestra.run.smithi172.stdout:osd.6 smithi195 running (9m) 53s ago 9m 52.7M 3037M 17.2.0 e1d6a67b021e 3bdaad441af1 2023-12-06T07:33:19.111 INFO:teuthology.orchestra.run.smithi172.stdout:osd.7 smithi195 running (8m) 53s ago 8m 54.7M 3037M 17.2.0 e1d6a67b021e 33c403e0a340 2023-12-06T07:33:19.111 INFO:teuthology.orchestra.run.smithi172.stdout:prometheus.a smithi195 *:9095 starting - - - - 2023-12-06T07:33:19.111 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi172.fmdqeg smithi172 *:8000 running (5m) 53s ago 6m 85.5M - 17.2.0 e1d6a67b021e f5f3949b1de8 2023-12-06T07:33:19.111 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi195.hycrot smithi195 *:8000 running (5m) 53s ago 5m 85.8M - 17.2.0 e1d6a67b021e 9c5f08c98b32 2023-12-06T07:33:19.111 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi172.woscxg smithi172 *:80 running (5m) 53s ago 5m 85.8M - 17.2.0 e1d6a67b021e 0c4c84135665 2023-12-06T07:33:19.111 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi195.imqeni smithi195 *:80 running (5m) 53s ago 5m 86.0M - 17.2.0 e1d6a67b021e ca4b88c28560 2023-12-06T07:33:19.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:18 smithi172 bash[25094]: audit 2023-12-06T07:33:18.331880+0000 mgr.x (mgr.25043) 83 : audit [DBG] from='client.15399 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:19.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:18 smithi172 bash[25094]: audit 2023-12-06T07:33:18.712380+0000 mgr.x (mgr.25043) 84 : audit [DBG] from='client.15405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:19.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:18 smithi172 bash[30529]: audit 2023-12-06T07:33:18.331880+0000 mgr.x (mgr.25043) 83 : audit [DBG] from='client.15399 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:19.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:18 smithi172 bash[30529]: audit 2023-12-06T07:33:18.712380+0000 mgr.x (mgr.25043) 84 : audit [DBG] from='client.15405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:19.531 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:33:19.531 INFO:teuthology.orchestra.run.smithi172.stdout: "mon": { 2023-12-06T07:33:19.531 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T07:33:19.531 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:33:19.531 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr": { 2023-12-06T07:33:19.531 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T07:33:19.531 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T07:33:19.531 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:33:19.531 INFO:teuthology.orchestra.run.smithi172.stdout: "osd": { 2023-12-06T07:33:19.531 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:33:19.531 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:33:19.532 INFO:teuthology.orchestra.run.smithi172.stdout: "mds": {}, 2023-12-06T07:33:19.532 INFO:teuthology.orchestra.run.smithi172.stdout: "rgw": { 2023-12-06T07:33:19.532 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:33:19.532 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:33:19.532 INFO:teuthology.orchestra.run.smithi172.stdout: "overall": { 2023-12-06T07:33:19.532 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-06T07:33:19.532 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T07:33:19.532 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:33:19.532 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:33:19.909 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:33:19.909 INFO:teuthology.orchestra.run.smithi172.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:33:19.909 INFO:teuthology.orchestra.run.smithi172.stdout: "in_progress": true, 2023-12-06T07:33:19.909 INFO:teuthology.orchestra.run.smithi172.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:33:19.909 INFO:teuthology.orchestra.run.smithi172.stdout: "services_complete": [], 2023-12-06T07:33:19.910 INFO:teuthology.orchestra.run.smithi172.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T07:33:19.910 INFO:teuthology.orchestra.run.smithi172.stdout: "message": "", 2023-12-06T07:33:19.910 INFO:teuthology.orchestra.run.smithi172.stdout: "is_paused": false 2023-12-06T07:33:19.910 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:33:20.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:19 smithi195 bash[25052]: cluster 2023-12-06T07:33:18.933131+0000 mgr.x (mgr.25043) 85 : 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-06T07:33:20.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:19 smithi195 bash[25052]: audit 2023-12-06T07:33:19.084514+0000 mgr.x (mgr.25043) 86 : audit [DBG] from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:20.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:19 smithi195 bash[25052]: audit 2023-12-06T07:33:19.530267+0000 mon.a (mon.0) 921 : audit [DBG] from='client.? 172.21.15.172:0/1742281181' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:33:20.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:19 smithi172 bash[30529]: cluster 2023-12-06T07:33:18.933131+0000 mgr.x (mgr.25043) 85 : 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-06T07:33:20.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:19 smithi172 bash[30529]: audit 2023-12-06T07:33:19.084514+0000 mgr.x (mgr.25043) 86 : audit [DBG] from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:20.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:19 smithi172 bash[30529]: audit 2023-12-06T07:33:19.530267+0000 mon.a (mon.0) 921 : audit [DBG] from='client.? 172.21.15.172:0/1742281181' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:33:20.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:19 smithi172 bash[25094]: cluster 2023-12-06T07:33:18.933131+0000 mgr.x (mgr.25043) 85 : 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-06T07:33:20.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:19 smithi172 bash[25094]: audit 2023-12-06T07:33:19.084514+0000 mgr.x (mgr.25043) 86 : audit [DBG] from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:20.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:19 smithi172 bash[25094]: audit 2023-12-06T07:33:19.530267+0000 mon.a (mon.0) 921 : audit [DBG] from='client.? 172.21.15.172:0/1742281181' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:33:20.353 INFO:teuthology.orchestra.run.smithi172.stdout:HEALTH_OK 2023-12-06T07:33:21.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:20 smithi195 bash[25052]: audit 2023-12-06T07:33:19.906324+0000 mgr.x (mgr.25043) 87 : audit [DBG] from='client.15423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:21.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:20 smithi195 bash[25052]: audit 2023-12-06T07:33:20.352796+0000 mon.c (mon.1) 152 : audit [DBG] from='client.? 172.21.15.172:0/4283232950' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:33:21.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:20 smithi172 bash[30529]: audit 2023-12-06T07:33:19.906324+0000 mgr.x (mgr.25043) 87 : audit [DBG] from='client.15423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:21.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:20 smithi172 bash[30529]: audit 2023-12-06T07:33:20.352796+0000 mon.c (mon.1) 152 : audit [DBG] from='client.? 172.21.15.172:0/4283232950' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:33:21.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:20 smithi172 bash[25094]: audit 2023-12-06T07:33:19.906324+0000 mgr.x (mgr.25043) 87 : audit [DBG] from='client.15423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:21.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:20 smithi172 bash[25094]: audit 2023-12-06T07:33:20.352796+0000 mon.c (mon.1) 152 : audit [DBG] from='client.? 172.21.15.172:0/4283232950' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:33:22.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:21 smithi195 bash[25052]: cluster 2023-12-06T07:33:20.933761+0000 mgr.x (mgr.25043) 88 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:33:22.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:21 smithi172 bash[30529]: cluster 2023-12-06T07:33:20.933761+0000 mgr.x (mgr.25043) 88 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:33:22.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:21 smithi172 bash[25094]: cluster 2023-12-06T07:33:20.933761+0000 mgr.x (mgr.25043) 88 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:33:24.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:23 smithi195 bash[25052]: cluster 2023-12-06T07:33:22.935377+0000 mgr.x (mgr.25043) 89 : 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-06T07:33:24.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:23 smithi172 bash[30529]: cluster 2023-12-06T07:33:22.935377+0000 mgr.x (mgr.25043) 89 : 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-06T07:33:24.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:23 smithi172 bash[25094]: cluster 2023-12-06T07:33:22.935377+0000 mgr.x (mgr.25043) 89 : 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-06T07:33:25.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:25 smithi195 bash[25052]: audit 2023-12-06T07:33:24.150135+0000 mgr.x (mgr.25043) 90 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:33:25.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:25 smithi172 bash[25094]: audit 2023-12-06T07:33:24.150135+0000 mgr.x (mgr.25043) 90 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:33:25.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:25 smithi172 bash[30529]: audit 2023-12-06T07:33:24.150135+0000 mgr.x (mgr.25043) 90 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:33:26.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:26 smithi172 bash[25094]: cluster 2023-12-06T07:33:24.936163+0000 mgr.x (mgr.25043) 91 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:33:26.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:26 smithi172 bash[25094]: audit 2023-12-06T07:33:26.082264+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:33:26.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:26 smithi172 bash[30529]: cluster 2023-12-06T07:33:24.936163+0000 mgr.x (mgr.25043) 91 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:33:26.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:26 smithi172 bash[30529]: audit 2023-12-06T07:33:26.082264+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:33:27.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:26 smithi195 bash[25052]: cluster 2023-12-06T07:33:24.936163+0000 mgr.x (mgr.25043) 91 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:33:27.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:26 smithi195 bash[25052]: audit 2023-12-06T07:33:26.082264+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:33:28.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:27 smithi195 bash[45463]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:33:27] "GET /metrics HTTP/1.1" 200 38145 "" "Prometheus/2.33.4" 2023-12-06T07:33:28.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:28 smithi172 bash[30529]: cluster 2023-12-06T07:33:26.937054+0000 mgr.x (mgr.25043) 92 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:33:28.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:28 smithi172 bash[25094]: cluster 2023-12-06T07:33:26.937054+0000 mgr.x (mgr.25043) 92 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:33:29.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:28 smithi195 bash[25052]: cluster 2023-12-06T07:33:26.937054+0000 mgr.x (mgr.25043) 92 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:33:29.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:28 smithi195 bash[47509]: ts=2023-12-06T07:33:28.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:33:30.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:30 smithi172 bash[30529]: cluster 2023-12-06T07:33:28.938727+0000 mgr.x (mgr.25043) 93 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:33:30.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:30 smithi172 bash[25094]: cluster 2023-12-06T07:33:28.938727+0000 mgr.x (mgr.25043) 93 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:33:30.981 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:30 smithi195 bash[25052]: cluster 2023-12-06T07:33:28.938727+0000 mgr.x (mgr.25043) 93 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:33:32.095 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:31 smithi195 systemd[1]: Stopping Ceph grafana.a for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:33:32.096 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:31 smithi195 bash[47944]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-grafana.a 2023-12-06T07:33:32.096 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:31 smithi195 bash[41236]: t=2023-12-06T07:33:31+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-06T07:33:32.096 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:31 smithi195 bash[41236]: t=2023-12-06T07:33:31+0000 lvl=info msg="Database locked, sleeping then retrying" logger=sqlstore error="database is locked" retry=0 2023-12-06T07:33:32.579 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:32 smithi195 bash[47952]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-grafana-a 2023-12-06T07:33:32.579 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:32 smithi195 bash[47989]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-grafana.a 2023-12-06T07:33:32.845 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:32 smithi195 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@grafana.a.service: Succeeded. 2023-12-06T07:33:32.846 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:32 smithi195 systemd[1]: Stopped Ceph grafana.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:33:32.846 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:32 smithi195 systemd[1]: Started Ceph grafana.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:33:32.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:32 smithi195 bash[25052]: cluster 2023-12-06T07:33:30.939301+0000 mgr.x (mgr.25043) 94 : 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-06T07:33:32.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:32 smithi195 bash[25052]: audit 2023-12-06T07:33:32.634390+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:32.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:32 smithi195 bash[25052]: audit 2023-12-06T07:33:32.645277+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:32.846 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:32 smithi195 bash[45463]: [06/Dec/2023:07:33:32] ENGINE Bus STOPPING 2023-12-06T07:33:32.846 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:32 smithi195 bash[45463]: [06/Dec/2023:07:33:32] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T07:33:32.847 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:32 smithi195 bash[45463]: [06/Dec/2023:07:33:32] ENGINE Bus STOPPED 2023-12-06T07:33:32.847 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:32 smithi195 bash[45463]: [06/Dec/2023:07:33:32] ENGINE Bus STARTING 2023-12-06T07:33:32.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:32 smithi172 bash[25094]: cluster 2023-12-06T07:33:30.939301+0000 mgr.x (mgr.25043) 94 : 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-06T07:33:32.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:32 smithi172 bash[25094]: audit 2023-12-06T07:33:32.634390+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:32.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:32 smithi172 bash[25094]: audit 2023-12-06T07:33:32.645277+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:32.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:32 smithi172 bash[30529]: cluster 2023-12-06T07:33:30.939301+0000 mgr.x (mgr.25043) 94 : 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-06T07:33:32.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:32 smithi172 bash[30529]: audit 2023-12-06T07:33:32.634390+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:32.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:32 smithi172 bash[30529]: audit 2023-12-06T07:33:32.645277+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:33.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:32 smithi195 bash[45463]: [06/Dec/2023:07:33:32] ENGINE Serving on http://:::9283 2023-12-06T07:33:33.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:32 smithi195 bash[45463]: [06/Dec/2023:07:33:32] ENGINE Bus STARTED 2023-12-06T07:33:33.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:32 smithi195 bash[45463]: [06/Dec/2023:07:33:32] ENGINE Bus STOPPING 2023-12-06T07:33:33.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:32 smithi195 bash[45463]: [06/Dec/2023:07:33:32] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T07:33:33.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:32 smithi195 bash[45463]: [06/Dec/2023:07:33:32] ENGINE Bus STOPPED 2023-12-06T07:33:33.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:32 smithi195 bash[45463]: [06/Dec/2023:07:33:32] ENGINE Bus STARTING 2023-12-06T07:33:33.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:32 smithi195 bash[45463]: [06/Dec/2023:07:33:32] ENGINE Serving on http://:::9283 2023-12-06T07:33:33.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:32 smithi195 bash[45463]: [06/Dec/2023:07:33:32] ENGINE Bus STARTED 2023-12-06T07:33:33.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:32 smithi195 bash[45463]: [06/Dec/2023:07:33:32] ENGINE Bus STOPPING 2023-12-06T07:33:33.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[45463]: [06/Dec/2023:07:33:33] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T07:33:33.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[45463]: [06/Dec/2023:07:33:33] ENGINE Bus STOPPED 2023-12-06T07:33:33.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[45463]: [06/Dec/2023:07:33:33] ENGINE Bus STARTING 2023-12-06T07:33:33.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[45463]: [06/Dec/2023:07:33:33] ENGINE Serving on http://:::9283 2023-12-06T07:33:33.347 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[45463]: [06/Dec/2023:07:33:33] ENGINE Bus STARTED 2023-12-06T07:33:33.846 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+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-06T07:33:33.846 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+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-06T07:33:33.846 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2023-12-06T07:33:33.846 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2023-12-06T07:33:33.846 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2023-12-06T07:33:33.846 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2023-12-06T07:33:33.846 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-12-06T07:33:33.846 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-12-06T07:33:33.846 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2023-12-06T07:33:33.846 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2023-12-06T07:33:33.846 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2023-12-06T07:33:33.847 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2023-12-06T07:33:33.847 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2023-12-06T07:33:33.847 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="App mode production" logger=settings 2023-12-06T07:33:33.847 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2023-12-06T07:33:33.847 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+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-06T07:33:33.847 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="Starting DB migrations" logger=migrator 2023-12-06T07:33:33.847 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="migrations completed" logger=migrator performed=0 skipped=377 duration=1.652792ms 2023-12-06T07:33:33.847 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="Created default organization" logger=sqlstore 2023-12-06T07:33:33.847 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2023-12-06T07:33:33.847 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2023-12-06T07:33:33.847 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2023-12-06T07:33:33.847 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2023-12-06T07:33:33.847 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2023-12-06T07:33:33.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[25052]: audit 2023-12-06T07:33:32.703413+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T07:33:33.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[25052]: audit 2023-12-06T07:33:32.704335+0000 mgr.x (mgr.25043) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T07:33:33.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[25052]: audit 2023-12-06T07:33:32.706387+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi172.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T07:33:33.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[25052]: audit 2023-12-06T07:33:32.706853+0000 mgr.x (mgr.25043) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi172.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T07:33:33.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[25052]: audit 2023-12-06T07:33:32.717863+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:33.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[25052]: audit 2023-12-06T07:33:32.733756+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:33:33.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[25052]: audit 2023-12-06T07:33:32.734891+0000 mgr.x (mgr.25043) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:33:33.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[25052]: audit 2023-12-06T07:33:32.765096+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:33.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[25052]: audit 2023-12-06T07:33:32.769027+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:33:33.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[25052]: audit 2023-12-06T07:33:32.773158+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi172"}]: dispatch 2023-12-06T07:33:33.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[25052]: audit 2023-12-06T07:33:32.783622+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:33.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[25052]: audit 2023-12-06T07:33:32.789808+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:33:33.849 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[25052]: audit 2023-12-06T07:33:32.792048+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi195.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T07:33:33.849 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[25052]: audit 2023-12-06T07:33:32.802809+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:33.849 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[25052]: audit 2023-12-06T07:33:32.826854+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T07:33:33.849 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[25052]: audit 2023-12-06T07:33:32.835378+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi195.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T07:33:33.849 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[25052]: audit 2023-12-06T07:33:32.848574+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:33.849 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[25052]: audit 2023-12-06T07:33:32.881880+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:33:33.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[25094]: audit 2023-12-06T07:33:32.703413+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T07:33:33.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[25094]: audit 2023-12-06T07:33:32.704335+0000 mgr.x (mgr.25043) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T07:33:33.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[25094]: audit 2023-12-06T07:33:32.706387+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi172.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T07:33:33.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[25094]: audit 2023-12-06T07:33:32.706853+0000 mgr.x (mgr.25043) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi172.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T07:33:33.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[25094]: audit 2023-12-06T07:33:32.717863+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:33.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[25094]: audit 2023-12-06T07:33:32.733756+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:33:33.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[25094]: audit 2023-12-06T07:33:32.734891+0000 mgr.x (mgr.25043) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:33:33.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[25094]: audit 2023-12-06T07:33:32.765096+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:33.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[25094]: audit 2023-12-06T07:33:32.769027+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:33:33.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[25094]: audit 2023-12-06T07:33:32.773158+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi172"}]: dispatch 2023-12-06T07:33:33.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[25094]: audit 2023-12-06T07:33:32.783622+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:33.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[25094]: audit 2023-12-06T07:33:32.789808+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:33:33.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[25094]: audit 2023-12-06T07:33:32.792048+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi195.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T07:33:33.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[25094]: audit 2023-12-06T07:33:32.802809+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:33.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[25094]: audit 2023-12-06T07:33:32.826854+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T07:33:33.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[25094]: audit 2023-12-06T07:33:32.835378+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi195.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T07:33:33.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[25094]: audit 2023-12-06T07:33:32.848574+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:33.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[25094]: audit 2023-12-06T07:33:32.881880+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:33:33.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[30529]: audit 2023-12-06T07:33:32.703413+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T07:33:33.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[30529]: audit 2023-12-06T07:33:32.704335+0000 mgr.x (mgr.25043) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T07:33:33.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[30529]: audit 2023-12-06T07:33:32.706387+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi172.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T07:33:33.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[30529]: audit 2023-12-06T07:33:32.706853+0000 mgr.x (mgr.25043) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi172.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T07:33:33.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[30529]: audit 2023-12-06T07:33:32.717863+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:33.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[30529]: audit 2023-12-06T07:33:32.733756+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:33:33.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[30529]: audit 2023-12-06T07:33:32.734891+0000 mgr.x (mgr.25043) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:33:33.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[30529]: audit 2023-12-06T07:33:32.765096+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:33.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[30529]: audit 2023-12-06T07:33:32.769027+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:33:33.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[30529]: audit 2023-12-06T07:33:32.773158+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi172"}]: dispatch 2023-12-06T07:33:33.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[30529]: audit 2023-12-06T07:33:32.783622+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:33.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[30529]: audit 2023-12-06T07:33:32.789808+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:33:33.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[30529]: audit 2023-12-06T07:33:32.792048+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi195.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T07:33:33.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[30529]: audit 2023-12-06T07:33:32.802809+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:33.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[30529]: audit 2023-12-06T07:33:32.826854+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T07:33:33.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[30529]: audit 2023-12-06T07:33:32.835378+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi195.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T07:33:33.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[30529]: audit 2023-12-06T07:33:32.848574+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:33.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:33 smithi172 bash[30529]: audit 2023-12-06T07:33:32.881880+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:33:34.345 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="deleted datasource based on configuration" logger=provisioning.datasources name=Dashboard1 2023-12-06T07:33:34.346 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2023-12-06T07:33:34.346 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:33 smithi195 bash[48019]: t=2023-12-06T07:33:33+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Loki uid=P8E80F9AEF21F6940 2023-12-06T07:33:34.346 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:34 smithi195 bash[48019]: t=2023-12-06T07:33:34+0000 lvl=info msg="warming cache for startup" logger=ngalert 2023-12-06T07:33:34.346 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:34 smithi195 bash[48019]: t=2023-12-06T07:33:34+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2023-12-06T07:33:34.346 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:33:34 smithi195 bash[48019]: t=2023-12-06T07:33:34+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2023-12-06T07:33:34.694 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:34 smithi172 bash[25094]: cephadm 2023-12-06T07:33:32.768319+0000 mgr.x (mgr.25043) 98 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.172:5000 to Dashboard 2023-12-06T07:33:34.694 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:34 smithi172 bash[25094]: audit 2023-12-06T07:33:32.769836+0000 mgr.x (mgr.25043) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:33:34.694 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:34 smithi172 bash[25094]: audit 2023-12-06T07:33:32.774190+0000 mgr.x (mgr.25043) 100 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi172"}]: dispatch 2023-12-06T07:33:34.694 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:34 smithi172 bash[25094]: audit 2023-12-06T07:33:32.790463+0000 mgr.x (mgr.25043) 101 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:33:34.694 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:34 smithi172 bash[25094]: audit 2023-12-06T07:33:32.792655+0000 mgr.x (mgr.25043) 102 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi195.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T07:33:34.694 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:34 smithi172 bash[25094]: audit 2023-12-06T07:33:32.827599+0000 mgr.x (mgr.25043) 103 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T07:33:34.694 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:34 smithi172 bash[25094]: audit 2023-12-06T07:33:32.836149+0000 mgr.x (mgr.25043) 104 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi195.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T07:33:34.695 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:34 smithi172 bash[25094]: cephadm 2023-12-06T07:33:32.884414+0000 mgr.x (mgr.25043) 105 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:33:34.695 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:34 smithi172 bash[25094]: cephadm 2023-12-06T07:33:32.885207+0000 mgr.x (mgr.25043) 106 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:33:34.695 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:34 smithi172 bash[25094]: cluster 2023-12-06T07:33:32.940611+0000 mgr.x (mgr.25043) 107 : 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-06T07:33:34.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:34 smithi172 bash[30529]: cephadm 2023-12-06T07:33:32.768319+0000 mgr.x (mgr.25043) 98 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.172:5000 to Dashboard 2023-12-06T07:33:34.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:34 smithi172 bash[30529]: audit 2023-12-06T07:33:32.769836+0000 mgr.x (mgr.25043) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:33:34.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:34 smithi172 bash[30529]: audit 2023-12-06T07:33:32.774190+0000 mgr.x (mgr.25043) 100 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi172"}]: dispatch 2023-12-06T07:33:34.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:34 smithi172 bash[30529]: audit 2023-12-06T07:33:32.790463+0000 mgr.x (mgr.25043) 101 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:33:34.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:34 smithi172 bash[30529]: audit 2023-12-06T07:33:32.792655+0000 mgr.x (mgr.25043) 102 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi195.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T07:33:34.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:34 smithi172 bash[30529]: audit 2023-12-06T07:33:32.827599+0000 mgr.x (mgr.25043) 103 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T07:33:34.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:34 smithi172 bash[30529]: audit 2023-12-06T07:33:32.836149+0000 mgr.x (mgr.25043) 104 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi195.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T07:33:34.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:34 smithi172 bash[30529]: cephadm 2023-12-06T07:33:32.884414+0000 mgr.x (mgr.25043) 105 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:33:34.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:34 smithi172 bash[30529]: cephadm 2023-12-06T07:33:32.885207+0000 mgr.x (mgr.25043) 106 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:33:34.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:34 smithi172 bash[30529]: cluster 2023-12-06T07:33:32.940611+0000 mgr.x (mgr.25043) 107 : 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-06T07:33:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:34 smithi195 bash[25052]: cephadm 2023-12-06T07:33:32.768319+0000 mgr.x (mgr.25043) 98 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.172:5000 to Dashboard 2023-12-06T07:33:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:34 smithi195 bash[25052]: audit 2023-12-06T07:33:32.769836+0000 mgr.x (mgr.25043) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:33:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:34 smithi195 bash[25052]: audit 2023-12-06T07:33:32.774190+0000 mgr.x (mgr.25043) 100 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi172"}]: dispatch 2023-12-06T07:33:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:34 smithi195 bash[25052]: audit 2023-12-06T07:33:32.790463+0000 mgr.x (mgr.25043) 101 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:33:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:34 smithi195 bash[25052]: audit 2023-12-06T07:33:32.792655+0000 mgr.x (mgr.25043) 102 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi195.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T07:33:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:34 smithi195 bash[25052]: audit 2023-12-06T07:33:32.827599+0000 mgr.x (mgr.25043) 103 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T07:33:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:34 smithi195 bash[25052]: audit 2023-12-06T07:33:32.836149+0000 mgr.x (mgr.25043) 104 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi195.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T07:33:35.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:34 smithi195 bash[25052]: cephadm 2023-12-06T07:33:32.884414+0000 mgr.x (mgr.25043) 105 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:33:35.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:34 smithi195 bash[25052]: cephadm 2023-12-06T07:33:32.885207+0000 mgr.x (mgr.25043) 106 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:33:35.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:34 smithi195 bash[25052]: cluster 2023-12-06T07:33:32.940611+0000 mgr.x (mgr.25043) 107 : 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-06T07:33:36.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:35 smithi195 bash[25052]: audit 2023-12-06T07:33:34.160861+0000 mgr.x (mgr.25043) 108 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:33:36.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:35 smithi195 bash[25052]: audit 2023-12-06T07:33:35.469280+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:36.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:35 smithi195 bash[25052]: audit 2023-12-06T07:33:35.470892+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:33:36.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:35 smithi195 bash[25052]: audit 2023-12-06T07:33:35.473208+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:33:36.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:35 smithi195 bash[25052]: audit 2023-12-06T07:33:35.473644+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:33:36.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:35 smithi195 bash[25052]: audit 2023-12-06T07:33:35.476182+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:33:36.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:35 smithi172 bash[25094]: audit 2023-12-06T07:33:34.160861+0000 mgr.x (mgr.25043) 108 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:33:36.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:35 smithi172 bash[25094]: audit 2023-12-06T07:33:35.469280+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:36.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:35 smithi172 bash[25094]: audit 2023-12-06T07:33:35.470892+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:33:36.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:35 smithi172 bash[25094]: audit 2023-12-06T07:33:35.473208+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:33:36.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:35 smithi172 bash[25094]: audit 2023-12-06T07:33:35.473644+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:33:36.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:35 smithi172 bash[25094]: audit 2023-12-06T07:33:35.476182+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:33:36.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:35 smithi172 bash[30529]: audit 2023-12-06T07:33:34.160861+0000 mgr.x (mgr.25043) 108 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:33:36.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:35 smithi172 bash[30529]: audit 2023-12-06T07:33:35.469280+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:36.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:35 smithi172 bash[30529]: audit 2023-12-06T07:33:35.470892+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:33:36.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:35 smithi172 bash[30529]: audit 2023-12-06T07:33:35.473208+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:33:36.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:35 smithi172 bash[30529]: audit 2023-12-06T07:33:35.473644+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:33:36.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:35 smithi172 bash[30529]: audit 2023-12-06T07:33:35.476182+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:33:37.061 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:36 smithi172 bash[25094]: cluster 2023-12-06T07:33:34.941280+0000 mgr.x (mgr.25043) 109 : 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-06T07:33:37.061 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:36 smithi172 bash[25094]: cephadm 2023-12-06T07:33:35.456940+0000 mgr.x (mgr.25043) 110 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-06T07:33:37.061 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:36 smithi172 bash[25094]: cephadm 2023-12-06T07:33:35.478144+0000 mgr.x (mgr.25043) 111 : cephadm [INF] Deploying daemon mgr.y on smithi172 2023-12-06T07:33:37.062 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:36 smithi172 bash[30529]: cluster 2023-12-06T07:33:34.941280+0000 mgr.x (mgr.25043) 109 : 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-06T07:33:37.062 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:36 smithi172 bash[30529]: cephadm 2023-12-06T07:33:35.456940+0000 mgr.x (mgr.25043) 110 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-06T07:33:37.062 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:36 smithi172 bash[30529]: cephadm 2023-12-06T07:33:35.478144+0000 mgr.x (mgr.25043) 111 : cephadm [INF] Deploying daemon mgr.y on smithi172 2023-12-06T07:33:37.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:36 smithi195 bash[25052]: cluster 2023-12-06T07:33:34.941280+0000 mgr.x (mgr.25043) 109 : 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-06T07:33:37.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:36 smithi195 bash[25052]: cephadm 2023-12-06T07:33:35.456940+0000 mgr.x (mgr.25043) 110 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-06T07:33:37.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:36 smithi195 bash[25052]: cephadm 2023-12-06T07:33:35.478144+0000 mgr.x (mgr.25043) 111 : cephadm [INF] Deploying daemon mgr.y on smithi172 2023-12-06T07:33:38.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:37 smithi195 bash[45463]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:33:37] "GET /metrics HTTP/1.1" 200 38145 "" "Prometheus/2.33.4" 2023-12-06T07:33:38.172 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:37 smithi172 systemd[1]: Stopping Ceph mgr.y for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:33:38.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:38 smithi172 bash[25094]: cluster 2023-12-06T07:33:36.942183+0000 mgr.x (mgr.25043) 112 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:33:38.924 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:38 smithi172 bash[61225]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-mgr-y 2023-12-06T07:33:38.925 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:38 smithi172 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mgr.y.service: Main process exited, code=exited, status=143/n/a 2023-12-06T07:33:38.925 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:38 smithi172 bash[61299]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-mgr-y 2023-12-06T07:33:38.925 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:38 smithi172 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2023-12-06T07:33:38.925 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:38 smithi172 systemd[1]: Stopped Ceph mgr.y for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:33:38.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:38 smithi172 bash[30529]: cluster 2023-12-06T07:33:36.942183+0000 mgr.x (mgr.25043) 112 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:33:39.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:38 smithi195 bash[25052]: cluster 2023-12-06T07:33:36.942183+0000 mgr.x (mgr.25043) 112 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:33:39.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:38 smithi195 bash[47509]: ts=2023-12-06T07:33: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.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:33:39.422 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:39 smithi172 systemd[1]: Started Ceph mgr.y for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:33:40.390 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:40 smithi172 bash[25094]: cluster 2023-12-06T07:33:38.943883+0000 mgr.x (mgr.25043) 113 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:33:40.390 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:40 smithi172 bash[25094]: audit 2023-12-06T07:33:39.135924+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:40.390 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:40 smithi172 bash[25094]: audit 2023-12-06T07:33:39.147667+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:40.390 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:40 smithi172 bash[61365]: debug 2023-12-06T07:33:40.223+0000 7f0fdc735700 1 -- 172.21.15.172:0/174505844 <== mon.1 v2:172.21.15.172:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56298e62a1a0 con 0x56298f3a8400 2023-12-06T07:33:40.391 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:40 smithi172 bash[30529]: cluster 2023-12-06T07:33:38.943883+0000 mgr.x (mgr.25043) 113 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:33:40.391 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:40 smithi172 bash[30529]: audit 2023-12-06T07:33:39.135924+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:40.391 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:40 smithi172 bash[30529]: audit 2023-12-06T07:33:39.147667+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:40.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:40 smithi195 bash[25052]: cluster 2023-12-06T07:33:38.943883+0000 mgr.x (mgr.25043) 113 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:33:40.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:40 smithi195 bash[25052]: audit 2023-12-06T07:33:39.135924+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:40.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:40 smithi195 bash[25052]: audit 2023-12-06T07:33:39.147667+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:40.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:40 smithi172 bash[61365]: debug 2023-12-06T07:33:40.387+0000 7f0fe68db200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:33:41.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:41 smithi172 bash[61365]: debug 2023-12-06T07:33:41.275+0000 7f0fe68db200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T07:33:41.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:41 smithi172 bash[61365]: debug 2023-12-06T07:33:41.375+0000 7f0fe68db200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:33:41.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:41 smithi172 bash[61365]: debug 2023-12-06T07:33:41.475+0000 7f0fe68db200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:33:42.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:41 smithi195 bash[25052]: audit 2023-12-06T07:33:41.082832+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:33:42.145 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:41 smithi172 bash[25094]: audit 2023-12-06T07:33:41.082832+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:33:42.146 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:41 smithi172 bash[61365]: debug 2023-12-06T07:33:41.759+0000 7f0fe68db200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:33:42.146 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:41 smithi172 bash[30529]: audit 2023-12-06T07:33:41.082832+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:33:42.422 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:42 smithi172 bash[61365]: debug 2023-12-06T07:33:42.143+0000 7f0fe68db200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:33:42.422 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:42 smithi172 bash[61365]: debug 2023-12-06T07:33:42.319+0000 7f0fe68db200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:33:42.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:42 smithi172 bash[25094]: cluster 2023-12-06T07:33:40.944763+0000 mgr.x (mgr.25043) 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-06T07:33:42.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:42 smithi172 bash[61365]: debug 2023-12-06T07:33:42.535+0000 7f0fe68db200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:33:42.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:42 smithi172 bash[30529]: cluster 2023-12-06T07:33:40.944763+0000 mgr.x (mgr.25043) 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-06T07:33:43.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:42 smithi195 bash[25052]: cluster 2023-12-06T07:33:40.944763+0000 mgr.x (mgr.25043) 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-06T07:33:43.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:43 smithi172 bash[61365]: debug 2023-12-06T07:33:43.562+0000 7f0fe68db200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:33:43.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:43 smithi172 bash[61365]: debug 2023-12-06T07:33:43.674+0000 7f0fe68db200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:33:43.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:43 smithi172 bash[61365]: debug 2023-12-06T07:33:43.794+0000 7f0fe68db200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:33:44.518 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:44 smithi172 bash[61365]: debug 2023-12-06T07:33:44.266+0000 7f0fe68db200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:33:44.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:44 smithi172 bash[30529]: cluster 2023-12-06T07:33:42.946505+0000 mgr.x (mgr.25043) 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-06T07:33:44.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:44 smithi172 bash[25094]: cluster 2023-12-06T07:33:42.946505+0000 mgr.x (mgr.25043) 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-06T07:33:44.923 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:44 smithi172 bash[61365]: debug 2023-12-06T07:33:44.514+0000 7f0fe68db200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:33:45.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:44 smithi195 bash[25052]: cluster 2023-12-06T07:33:42.946505+0000 mgr.x (mgr.25043) 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-06T07:33:45.422 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:45 smithi172 bash[61365]: debug 2023-12-06T07:33:45.006+0000 7f0fe68db200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:33:45.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:45 smithi172 bash[25094]: audit 2023-12-06T07:33:44.172232+0000 mgr.x (mgr.25043) 116 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:33:45.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:45 smithi172 bash[25094]: audit 2023-12-06T07:33:45.547252+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:45.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:45 smithi172 bash[25094]: audit 2023-12-06T07:33:45.566239+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:45.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:45 smithi172 bash[25094]: audit 2023-12-06T07:33:45.607611+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:45.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:45 smithi172 bash[25094]: audit 2023-12-06T07:33:45.618152+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:45.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:45 smithi172 bash[30529]: audit 2023-12-06T07:33:44.172232+0000 mgr.x (mgr.25043) 116 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:33:45.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:45 smithi172 bash[30529]: audit 2023-12-06T07:33:45.547252+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:45.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:45 smithi172 bash[30529]: audit 2023-12-06T07:33:45.566239+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:45.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:45 smithi172 bash[30529]: audit 2023-12-06T07:33:45.607611+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:45.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:45 smithi172 bash[30529]: audit 2023-12-06T07:33:45.618152+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:45.924 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:45 smithi172 bash[61365]: debug 2023-12-06T07:33:45.546+0000 7f0fe68db200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:33:46.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:45 smithi195 bash[25052]: audit 2023-12-06T07:33:44.172232+0000 mgr.x (mgr.25043) 116 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:33:46.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:45 smithi195 bash[25052]: audit 2023-12-06T07:33:45.547252+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:46.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:45 smithi195 bash[25052]: audit 2023-12-06T07:33:45.566239+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:46.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:45 smithi195 bash[25052]: audit 2023-12-06T07:33:45.607611+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:46.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:45 smithi195 bash[25052]: audit 2023-12-06T07:33:45.618152+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:46.422 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:46 smithi172 bash[61365]: debug 2023-12-06T07:33:46.106+0000 7f0fe68db200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:33:46.422 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:46 smithi172 bash[61365]: debug 2023-12-06T07:33:46.218+0000 7f0fe68db200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:33:46.840 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:46 smithi172 bash[25094]: cluster 2023-12-06T07:33:44.947224+0000 mgr.x (mgr.25043) 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-06T07:33:46.840 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:46 smithi172 bash[25094]: audit 2023-12-06T07:33:46.673602+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:46.841 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:46 smithi172 bash[25094]: audit 2023-12-06T07:33:46.685377+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:46.841 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:46 smithi172 bash[61365]: debug 2023-12-06T07:33:46.574+0000 7f0fe68db200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:33:46.841 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:46 smithi172 bash[61365]: debug 2023-12-06T07:33:46.690+0000 7f0fe68db200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:33:46.841 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:46 smithi172 bash[61365]: debug 2023-12-06T07:33:46.834+0000 7f0fe68db200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:33:46.842 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:46 smithi172 bash[30529]: cluster 2023-12-06T07:33:44.947224+0000 mgr.x (mgr.25043) 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-06T07:33:46.842 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:46 smithi172 bash[30529]: audit 2023-12-06T07:33:46.673602+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:46.842 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:46 smithi172 bash[30529]: audit 2023-12-06T07:33:46.685377+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:47.092 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:46 smithi172 bash[61365]: debug 2023-12-06T07:33:46.954+0000 7f0fe68db200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:33:47.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:46 smithi195 bash[25052]: cluster 2023-12-06T07:33:44.947224+0000 mgr.x (mgr.25043) 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-06T07:33:47.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:46 smithi195 bash[25052]: audit 2023-12-06T07:33:46.673602+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:47.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:46 smithi195 bash[25052]: audit 2023-12-06T07:33:46.685377+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:47.402 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:47 smithi172 bash[61365]: debug 2023-12-06T07:33:47.086+0000 7f0fe68db200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:33:47.402 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:47 smithi172 bash[61365]: debug 2023-12-06T07:33:47.274+0000 7f0fe68db200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:33:47.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:47 smithi172 bash[61365]: debug 2023-12-06T07:33:47.398+0000 7f0fe68db200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:33:48.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:47 smithi195 bash[45463]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:33:47] "GET /metrics HTTP/1.1" 200 38147 "" "Prometheus/2.33.4" 2023-12-06T07:33:48.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:48 smithi172 bash[61365]: debug 2023-12-06T07:33:48.638+0000 7f0fe68db200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:33:48.923 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:48 smithi172 bash[61365]: [06/Dec/2023:07:33:48] ENGINE Bus STARTING 2023-12-06T07:33:48.923 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:48 smithi172 bash[61365]: CherryPy Checker: 2023-12-06T07:33:48.923 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:48 smithi172 bash[61365]: The Application mounted at '' has an empty config. 2023-12-06T07:33:48.923 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:48 smithi172 bash[61365]: [06/Dec/2023:07:33:48] ENGINE Serving on http://:::9283 2023-12-06T07:33:48.923 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:48 smithi172 bash[61365]: [06/Dec/2023:07:33:48] ENGINE Bus STARTED 2023-12-06T07:33:48.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:48 smithi172 bash[25094]: cluster 2023-12-06T07:33:46.948099+0000 mgr.x (mgr.25043) 118 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:33:48.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:48 smithi172 bash[25094]: cluster 2023-12-06T07:33:48.663850+0000 mon.a (mon.0) 939 : cluster [DBG] Standby manager daemon y restarted 2023-12-06T07:33:48.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:48 smithi172 bash[25094]: cluster 2023-12-06T07:33:48.664054+0000 mon.a (mon.0) 940 : cluster [DBG] Standby manager daemon y started 2023-12-06T07:33:48.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:48 smithi172 bash[25094]: audit 2023-12-06T07:33:48.668913+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.? 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T07:33:48.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:48 smithi172 bash[25094]: audit 2023-12-06T07:33:48.669821+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.? 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:33:48.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:48 smithi172 bash[25094]: audit 2023-12-06T07:33:48.674541+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.? 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T07:33:48.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:48 smithi172 bash[25094]: audit 2023-12-06T07:33:48.676177+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.? 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:33:48.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:48 smithi172 bash[30529]: cluster 2023-12-06T07:33:46.948099+0000 mgr.x (mgr.25043) 118 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:33:48.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:48 smithi172 bash[30529]: cluster 2023-12-06T07:33:48.663850+0000 mon.a (mon.0) 939 : cluster [DBG] Standby manager daemon y restarted 2023-12-06T07:33:48.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:48 smithi172 bash[30529]: cluster 2023-12-06T07:33:48.664054+0000 mon.a (mon.0) 940 : cluster [DBG] Standby manager daemon y started 2023-12-06T07:33:48.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:48 smithi172 bash[30529]: audit 2023-12-06T07:33:48.668913+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.? 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T07:33:48.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:48 smithi172 bash[30529]: audit 2023-12-06T07:33:48.669821+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.? 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:33:48.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:48 smithi172 bash[30529]: audit 2023-12-06T07:33:48.674541+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.? 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T07:33:48.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:48 smithi172 bash[30529]: audit 2023-12-06T07:33:48.676177+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.? 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:33:49.095 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:33:48 smithi195 bash[47509]: ts=2023-12-06T07:33: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.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:33:49.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:48 smithi195 bash[25052]: cluster 2023-12-06T07:33:46.948099+0000 mgr.x (mgr.25043) 118 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:33:49.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:48 smithi195 bash[25052]: cluster 2023-12-06T07:33:48.663850+0000 mon.a (mon.0) 939 : cluster [DBG] Standby manager daemon y restarted 2023-12-06T07:33:49.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:48 smithi195 bash[25052]: cluster 2023-12-06T07:33:48.664054+0000 mon.a (mon.0) 940 : cluster [DBG] Standby manager daemon y started 2023-12-06T07:33:49.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:48 smithi195 bash[25052]: audit 2023-12-06T07:33:48.668913+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.? 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T07:33:49.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:48 smithi195 bash[25052]: audit 2023-12-06T07:33:48.669821+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.? 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:33:49.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:48 smithi195 bash[25052]: audit 2023-12-06T07:33:48.674541+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.? 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T07:33:49.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:48 smithi195 bash[25052]: audit 2023-12-06T07:33:48.676177+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.? 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:33:50.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:49 smithi195 bash[25052]: cluster 2023-12-06T07:33:48.708708+0000 mon.a (mon.0) 941 : cluster [DBG] mgrmap e27: x(active, since 98s), standbys: y 2023-12-06T07:33:50.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:49 smithi172 bash[25094]: cluster 2023-12-06T07:33:48.708708+0000 mon.a (mon.0) 941 : cluster [DBG] mgrmap e27: x(active, since 98s), standbys: y 2023-12-06T07:33:50.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:49 smithi172 bash[30529]: cluster 2023-12-06T07:33:48.708708+0000 mon.a (mon.0) 941 : cluster [DBG] mgrmap e27: x(active, since 98s), standbys: y 2023-12-06T07:33:50.764 INFO:teuthology.orchestra.run.smithi172.stdout:true 2023-12-06T07:33:51.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:50 smithi195 bash[25052]: cluster 2023-12-06T07:33:48.949687+0000 mgr.x (mgr.25043) 119 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:33:51.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:50 smithi172 bash[25094]: cluster 2023-12-06T07:33:48.949687+0000 mgr.x (mgr.25043) 119 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:33:51.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:50 smithi172 bash[30529]: cluster 2023-12-06T07:33:48.949687+0000 mgr.x (mgr.25043) 119 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:33:51.521 INFO:teuthology.orchestra.run.smithi172.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:33:51.521 INFO:teuthology.orchestra.run.smithi172.stdout:alertmanager.a smithi172 *:9093,9094 running (63s) 5s ago 8m 15.9M - 0.23.0 ba2b418f427c 834724028b79 2023-12-06T07:33:51.521 INFO:teuthology.orchestra.run.smithi172.stdout:grafana.a smithi195 *:3000 running (18s) 5s ago 8m 39.4M - 8.3.5 dad864ee21e9 c0abf90c662f 2023-12-06T07:33:51.521 INFO:teuthology.orchestra.run.smithi172.stdout:iscsi.foo.smithi172.imjphn smithi172 running (59s) 5s ago 6m 46.0M - 3.5 e1d6a67b021e 74dfc14d2087 2023-12-06T07:33:51.521 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.x smithi195 *:8443,9283 running (113s) 5s ago 14m 490M - 19.0.0-26-g0482646f 26bb7d89db2e 5c988e603eda 2023-12-06T07:33:51.521 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.y smithi172 *:8443,9283,8765 running (12s) 5s ago 16m 89.2M - 19.0.0-26-g0482646f 26bb7d89db2e 5594cbd599cc 2023-12-06T07:33:51.521 INFO:teuthology.orchestra.run.smithi172.stdout:mon.a smithi172 running (16m) 5s ago 16m 61.5M 2048M 17.2.0 e1d6a67b021e a98f6943ccd1 2023-12-06T07:33:51.521 INFO:teuthology.orchestra.run.smithi172.stdout:mon.b smithi195 running (14m) 5s ago 14m 55.0M 2048M 17.2.0 e1d6a67b021e 696ba54e207e 2023-12-06T07:33:51.521 INFO:teuthology.orchestra.run.smithi172.stdout:mon.c smithi172 running (14m) 5s ago 14m 50.6M 2048M 17.2.0 e1d6a67b021e d3e5645df5a7 2023-12-06T07:33:51.521 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.a smithi172 *:9100 running (72s) 5s ago 8m 12.6M - 1.3.1 1dbe0e931976 4171378093cf 2023-12-06T07:33:51.522 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.b smithi195 *:9100 running (43s) 5s ago 8m 9707k - 1.3.1 1dbe0e931976 3f1c42cbb0e4 2023-12-06T07:33:51.522 INFO:teuthology.orchestra.run.smithi172.stdout:osd.0 smithi172 running (13m) 5s ago 13m 57.5M 2781M 17.2.0 e1d6a67b021e d65620e34baf 2023-12-06T07:33:51.522 INFO:teuthology.orchestra.run.smithi172.stdout:osd.1 smithi172 running (13m) 5s ago 13m 58.6M 2781M 17.2.0 e1d6a67b021e 7522680f974d 2023-12-06T07:33:51.522 INFO:teuthology.orchestra.run.smithi172.stdout:osd.2 smithi172 running (12m) 5s ago 12m 54.4M 2781M 17.2.0 e1d6a67b021e 52ca8f6db2e7 2023-12-06T07:33:51.522 INFO:teuthology.orchestra.run.smithi172.stdout:osd.3 smithi172 running (11m) 5s ago 11m 56.6M 2781M 17.2.0 e1d6a67b021e 1c2477b9ceb7 2023-12-06T07:33:51.522 INFO:teuthology.orchestra.run.smithi172.stdout:osd.4 smithi195 running (11m) 5s ago 11m 58.1M 3037M 17.2.0 e1d6a67b021e eaea9514cd4a 2023-12-06T07:33:51.522 INFO:teuthology.orchestra.run.smithi172.stdout:osd.5 smithi195 running (10m) 5s ago 10m 55.1M 3037M 17.2.0 e1d6a67b021e 51eedee8fdd8 2023-12-06T07:33:51.522 INFO:teuthology.orchestra.run.smithi172.stdout:osd.6 smithi195 running (10m) 5s ago 10m 52.8M 3037M 17.2.0 e1d6a67b021e 3bdaad441af1 2023-12-06T07:33:51.522 INFO:teuthology.orchestra.run.smithi172.stdout:osd.7 smithi195 running (9m) 5s ago 9m 55.4M 3037M 17.2.0 e1d6a67b021e 33c403e0a340 2023-12-06T07:33:51.522 INFO:teuthology.orchestra.run.smithi172.stdout:prometheus.a smithi195 *:9095 running (44s) 5s ago 8m 51.1M - 2.33.4 514e6a882f6e daa08a137787 2023-12-06T07:33:51.522 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi172.fmdqeg smithi172 *:8000 running (6m) 5s ago 6m 85.7M - 17.2.0 e1d6a67b021e f5f3949b1de8 2023-12-06T07:33:51.522 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi195.hycrot smithi195 *:8000 running (6m) 5s ago 6m 86.0M - 17.2.0 e1d6a67b021e 9c5f08c98b32 2023-12-06T07:33:51.522 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi172.woscxg smithi172 *:80 running (6m) 5s ago 6m 86.0M - 17.2.0 e1d6a67b021e 0c4c84135665 2023-12-06T07:33:51.522 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi195.imqeni smithi195 *:80 running (6m) 5s ago 6m 86.3M - 17.2.0 e1d6a67b021e ca4b88c28560 2023-12-06T07:33:51.976 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:33:51.976 INFO:teuthology.orchestra.run.smithi172.stdout: "mon": { 2023-12-06T07:33:51.976 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T07:33:51.976 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:33:51.976 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr": { 2023-12-06T07:33:51.976 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:33:51.976 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:33:51.976 INFO:teuthology.orchestra.run.smithi172.stdout: "osd": { 2023-12-06T07:33:51.977 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:33:51.977 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:33:51.977 INFO:teuthology.orchestra.run.smithi172.stdout: "mds": {}, 2023-12-06T07:33:51.977 INFO:teuthology.orchestra.run.smithi172.stdout: "rgw": { 2023-12-06T07:33:51.977 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:33:51.977 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:33:51.977 INFO:teuthology.orchestra.run.smithi172.stdout: "overall": { 2023-12-06T07:33:51.977 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2023-12-06T07:33:51.977 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:33:51.977 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:33:51.977 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:33:52.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:51 smithi195 bash[25052]: audit 2023-12-06T07:33:50.746981+0000 mgr.x (mgr.25043) 120 : audit [DBG] from='client.15441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:52.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:51 smithi172 bash[30529]: audit 2023-12-06T07:33:50.746981+0000 mgr.x (mgr.25043) 120 : audit [DBG] from='client.15441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:52.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:51 smithi172 bash[25094]: audit 2023-12-06T07:33:50.746981+0000 mgr.x (mgr.25043) 120 : audit [DBG] from='client.15441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:52.355 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:33:52.355 INFO:teuthology.orchestra.run.smithi172.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:33:52.355 INFO:teuthology.orchestra.run.smithi172.stdout: "in_progress": true, 2023-12-06T07:33:52.355 INFO:teuthology.orchestra.run.smithi172.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:33:52.355 INFO:teuthology.orchestra.run.smithi172.stdout: "services_complete": [ 2023-12-06T07:33:52.355 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr" 2023-12-06T07:33:52.355 INFO:teuthology.orchestra.run.smithi172.stdout: ], 2023-12-06T07:33:52.355 INFO:teuthology.orchestra.run.smithi172.stdout: "progress": "2/23 daemons upgraded", 2023-12-06T07:33:52.355 INFO:teuthology.orchestra.run.smithi172.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T07:33:52.356 INFO:teuthology.orchestra.run.smithi172.stdout: "is_paused": false 2023-12-06T07:33:52.356 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:33:52.811 INFO:teuthology.orchestra.run.smithi172.stdout:HEALTH_OK 2023-12-06T07:33:53.008 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:52 smithi172 bash[25094]: cluster 2023-12-06T07:33:50.950434+0000 mgr.x (mgr.25043) 121 : 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-06T07:33:53.008 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:52 smithi172 bash[25094]: audit 2023-12-06T07:33:51.122847+0000 mgr.x (mgr.25043) 122 : audit [DBG] from='client.25363 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:53.008 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:52 smithi172 bash[25094]: audit 2023-12-06T07:33:51.495238+0000 mgr.x (mgr.25043) 123 : audit [DBG] from='client.15453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:53.008 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:52 smithi172 bash[25094]: audit 2023-12-06T07:33:51.975165+0000 mon.c (mon.1) 157 : audit [DBG] from='client.? 172.21.15.172:0/3085162576' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:33:53.009 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:52 smithi172 bash[30529]: cluster 2023-12-06T07:33:50.950434+0000 mgr.x (mgr.25043) 121 : 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-06T07:33:53.009 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:52 smithi172 bash[30529]: audit 2023-12-06T07:33:51.122847+0000 mgr.x (mgr.25043) 122 : audit [DBG] from='client.25363 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:53.009 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:52 smithi172 bash[30529]: audit 2023-12-06T07:33:51.495238+0000 mgr.x (mgr.25043) 123 : audit [DBG] from='client.15453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:53.009 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:52 smithi172 bash[30529]: audit 2023-12-06T07:33:51.975165+0000 mon.c (mon.1) 157 : audit [DBG] from='client.? 172.21.15.172:0/3085162576' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:33:53.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:52 smithi195 bash[25052]: cluster 2023-12-06T07:33:50.950434+0000 mgr.x (mgr.25043) 121 : 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-06T07:33:53.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:52 smithi195 bash[25052]: audit 2023-12-06T07:33:51.122847+0000 mgr.x (mgr.25043) 122 : audit [DBG] from='client.25363 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:53.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:52 smithi195 bash[25052]: audit 2023-12-06T07:33:51.495238+0000 mgr.x (mgr.25043) 123 : audit [DBG] from='client.15453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:53.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:52 smithi195 bash[25052]: audit 2023-12-06T07:33:51.975165+0000 mon.c (mon.1) 157 : audit [DBG] from='client.? 172.21.15.172:0/3085162576' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:33:53.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:53 smithi172 bash[25094]: audit 2023-12-06T07:33:52.352195+0000 mgr.x (mgr.25043) 124 : audit [DBG] from='client.15465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:53.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:53 smithi172 bash[25094]: audit 2023-12-06T07:33:52.810794+0000 mon.a (mon.0) 942 : audit [DBG] from='client.? 172.21.15.172:0/1030053165' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:33:53.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:53 smithi172 bash[30529]: audit 2023-12-06T07:33:52.352195+0000 mgr.x (mgr.25043) 124 : audit [DBG] from='client.15465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:53.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:53 smithi172 bash[30529]: audit 2023-12-06T07:33:52.810794+0000 mon.a (mon.0) 942 : audit [DBG] from='client.? 172.21.15.172:0/1030053165' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:33:54.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:53 smithi195 bash[25052]: audit 2023-12-06T07:33:52.352195+0000 mgr.x (mgr.25043) 124 : audit [DBG] from='client.15465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:33:54.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:53 smithi195 bash[25052]: audit 2023-12-06T07:33:52.810794+0000 mon.a (mon.0) 942 : audit [DBG] from='client.? 172.21.15.172:0/1030053165' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:33:54.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:54 smithi172 bash[25094]: cluster 2023-12-06T07:33:52.952082+0000 mgr.x (mgr.25043) 125 : 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-06T07:33:54.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:54 smithi172 bash[30529]: cluster 2023-12-06T07:33:52.952082+0000 mgr.x (mgr.25043) 125 : 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-06T07:33:55.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:54 smithi195 bash[25052]: cluster 2023-12-06T07:33:52.952082+0000 mgr.x (mgr.25043) 125 : 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-06T07:33:56.091 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:55 smithi172 bash[25094]: audit 2023-12-06T07:33:54.179879+0000 mgr.x (mgr.25043) 126 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:33:56.092 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:55 smithi172 bash[30529]: audit 2023-12-06T07:33:54.179879+0000 mgr.x (mgr.25043) 126 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:33:56.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:55 smithi195 bash[25052]: audit 2023-12-06T07:33:54.179879+0000 mgr.x (mgr.25043) 126 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:33:57.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:56 smithi195 bash[25052]: cluster 2023-12-06T07:33:54.952828+0000 mgr.x (mgr.25043) 127 : 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-06T07:33:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:56 smithi195 bash[25052]: audit 2023-12-06T07:33:56.083085+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:33:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:56 smithi195 bash[25052]: audit 2023-12-06T07:33:56.692518+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:56 smithi195 bash[25052]: audit 2023-12-06T07:33:56.705811+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:56 smithi195 bash[25052]: audit 2023-12-06T07:33:56.708078+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:33:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:56 smithi195 bash[25052]: audit 2023-12-06T07:33:56.709911+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:33:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:56 smithi195 bash[25052]: audit 2023-12-06T07:33:56.724030+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:57.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:56 smithi172 bash[25094]: cluster 2023-12-06T07:33:54.952828+0000 mgr.x (mgr.25043) 127 : 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-06T07:33:57.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:56 smithi172 bash[25094]: audit 2023-12-06T07:33:56.083085+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:33:57.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:56 smithi172 bash[25094]: audit 2023-12-06T07:33:56.692518+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:57.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:56 smithi172 bash[25094]: audit 2023-12-06T07:33:56.705811+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:57.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:56 smithi172 bash[25094]: audit 2023-12-06T07:33:56.708078+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:33:57.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:56 smithi172 bash[25094]: audit 2023-12-06T07:33:56.709911+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:33:57.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:56 smithi172 bash[25094]: audit 2023-12-06T07:33:56.724030+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:57.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:56 smithi172 bash[30529]: cluster 2023-12-06T07:33:54.952828+0000 mgr.x (mgr.25043) 127 : 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-06T07:33:57.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:56 smithi172 bash[30529]: audit 2023-12-06T07:33:56.083085+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:33:57.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:56 smithi172 bash[30529]: audit 2023-12-06T07:33:56.692518+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:57.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:56 smithi172 bash[30529]: audit 2023-12-06T07:33:56.705811+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:57.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:56 smithi172 bash[30529]: audit 2023-12-06T07:33:56.708078+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:33:57.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:56 smithi172 bash[30529]: audit 2023-12-06T07:33:56.709911+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:33:57.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:56 smithi172 bash[30529]: audit 2023-12-06T07:33:56.724030+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.25043 ' entity='mgr.x' 2023-12-06T07:33:58.038 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:57 smithi172 bash[61365]: [06/Dec/2023:07:33:57] ENGINE Bus STOPPING 2023-12-06T07:33:58.038 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:57 smithi172 bash[61365]: [06/Dec/2023:07:33:57] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T07:33:58.038 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:57 smithi172 bash[61365]: [06/Dec/2023:07:33:57] ENGINE Bus STOPPED 2023-12-06T07:33:58.038 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:57 smithi172 bash[61365]: [06/Dec/2023:07:33:57] ENGINE Bus STARTING 2023-12-06T07:33:58.038 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:57 smithi172 bash[30529]: audit 2023-12-06T07:33:56.807992+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:33:58.039 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:57 smithi172 bash[30529]: audit 2023-12-06T07:33:56.817811+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-06T07:33:58.039 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:57 smithi172 bash[30529]: audit 2023-12-06T07:33:56.820315+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-06T07:33:58.039 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:57 smithi172 bash[30529]: cluster 2023-12-06T07:33:56.833319+0000 mon.a (mon.0) 947 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-06T07:33:58.039 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:57 smithi172 bash[25094]: audit 2023-12-06T07:33:56.807992+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:33:58.039 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:57 smithi172 bash[25094]: audit 2023-12-06T07:33:56.817811+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-06T07:33:58.039 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:57 smithi172 bash[25094]: audit 2023-12-06T07:33:56.820315+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-06T07:33:58.039 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:57 smithi172 bash[25094]: cluster 2023-12-06T07:33:56.833319+0000 mon.a (mon.0) 947 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-06T07:33:58.062 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:57 smithi195 bash[45463]: ignoring --setuser ceph since I am not root 2023-12-06T07:33:58.062 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:57 smithi195 bash[45463]: ignoring --setgroup ceph since I am not root 2023-12-06T07:33:58.063 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:57 smithi195 bash[45463]: debug 2023-12-06T07:33:57.988+0000 7f95e733d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:33:58.063 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:57 smithi195 bash[25052]: audit 2023-12-06T07:33:56.807992+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:33:58.063 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:57 smithi195 bash[25052]: audit 2023-12-06T07:33:56.817811+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.25043 172.21.15.195:0/2905308314' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-06T07:33:58.063 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:57 smithi195 bash[25052]: audit 2023-12-06T07:33:56.820315+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-06T07:33:58.063 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:57 smithi195 bash[25052]: cluster 2023-12-06T07:33:56.833319+0000 mon.a (mon.0) 947 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-06T07:33:58.422 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[61365]: [06/Dec/2023:07:33:58] ENGINE Serving on http://:::9283 2023-12-06T07:33:58.422 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[61365]: [06/Dec/2023:07:33:58] ENGINE Bus STARTED 2023-12-06T07:33:59.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[45463]: debug 2023-12-06T07:33:58.916+0000 7f95e733d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T07:33:59.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:59 smithi195 bash[45463]: debug 2023-12-06T07:33:59.016+0000 7f95e733d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:33:59.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: cephadm 2023-12-06T07:33:56.810790+0000 mgr.x (mgr.25043) 128 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:33:59.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: cephadm 2023-12-06T07:33:56.812133+0000 mgr.x (mgr.25043) 129 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:33:59.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: cephadm 2023-12-06T07:33:56.817298+0000 mgr.x (mgr.25043) 130 : cephadm [INF] Failing over to other MGR 2023-12-06T07:33:59.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: cluster 2023-12-06T07:33:56.953746+0000 mgr.x (mgr.25043) 131 : cluster [DBG] pgmap v64: 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-06T07:33:59.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: audit 2023-12-06T07:33:57.774303+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-06T07:33:59.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: cluster 2023-12-06T07:33:57.774566+0000 mon.a (mon.0) 949 : cluster [DBG] mgrmap e28: y(active, starting, since 0.952615s) 2023-12-06T07:33:59.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: audit 2023-12-06T07:33:57.776562+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:33:59.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: audit 2023-12-06T07:33:57.776866+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:33:59.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: audit 2023-12-06T07:33:57.777103+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:33:59.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: audit 2023-12-06T07:33:57.777581+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:33:59.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: audit 2023-12-06T07:33:57.782212+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:33:59.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: audit 2023-12-06T07:33:57.782532+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:33:59.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: audit 2023-12-06T07:33:57.782757+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:33:59.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: audit 2023-12-06T07:33:57.782966+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:33:59.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: audit 2023-12-06T07:33:57.783164+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:33:59.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: audit 2023-12-06T07:33:57.783407+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:33:59.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: audit 2023-12-06T07:33:57.783624+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:33:59.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: audit 2023-12-06T07:33:57.783859+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:33:59.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: audit 2023-12-06T07:33:57.784112+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:33:59.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: audit 2023-12-06T07:33:57.784351+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:33:59.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: audit 2023-12-06T07:33:57.784814+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:33:59.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: cluster 2023-12-06T07:33:57.833261+0000 mon.a (mon.0) 965 : cluster [INF] Manager daemon y is now available 2023-12-06T07:33:59.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: audit 2023-12-06T07:33:57.882494+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:33:59.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: audit 2023-12-06T07:33:57.929335+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:33:59.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: audit 2023-12-06T07:33:57.950120+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:33:59.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:58 smithi195 bash[25052]: audit 2023-12-06T07:33:57.985533+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:33:59.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: cephadm 2023-12-06T07:33:56.810790+0000 mgr.x (mgr.25043) 128 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:33:59.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: cephadm 2023-12-06T07:33:56.812133+0000 mgr.x (mgr.25043) 129 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:33:59.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: cephadm 2023-12-06T07:33:56.817298+0000 mgr.x (mgr.25043) 130 : cephadm [INF] Failing over to other MGR 2023-12-06T07:33:59.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: cluster 2023-12-06T07:33:56.953746+0000 mgr.x (mgr.25043) 131 : cluster [DBG] pgmap v64: 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-06T07:33:59.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: audit 2023-12-06T07:33:57.774303+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-06T07:33:59.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: cluster 2023-12-06T07:33:57.774566+0000 mon.a (mon.0) 949 : cluster [DBG] mgrmap e28: y(active, starting, since 0.952615s) 2023-12-06T07:33:59.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: audit 2023-12-06T07:33:57.776562+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:33:59.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: audit 2023-12-06T07:33:57.776866+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:33:59.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: audit 2023-12-06T07:33:57.777103+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:33:59.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: audit 2023-12-06T07:33:57.777581+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:33:59.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: audit 2023-12-06T07:33:57.782212+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:33:59.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: audit 2023-12-06T07:33:57.782532+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:33:59.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: audit 2023-12-06T07:33:57.782757+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:33:59.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: audit 2023-12-06T07:33:57.782966+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:33:59.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: audit 2023-12-06T07:33:57.783164+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:33:59.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: audit 2023-12-06T07:33:57.783407+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:33:59.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: audit 2023-12-06T07:33:57.783624+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:33:59.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: audit 2023-12-06T07:33:57.783859+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:33:59.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: audit 2023-12-06T07:33:57.784112+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:33:59.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: audit 2023-12-06T07:33:57.784351+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:33:59.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: audit 2023-12-06T07:33:57.784814+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:33:59.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: cluster 2023-12-06T07:33:57.833261+0000 mon.a (mon.0) 965 : cluster [INF] Manager daemon y is now available 2023-12-06T07:33:59.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: audit 2023-12-06T07:33:57.882494+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:33:59.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: audit 2023-12-06T07:33:57.929335+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:33:59.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: audit 2023-12-06T07:33:57.950120+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:33:59.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[25094]: audit 2023-12-06T07:33:57.985533+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:33:59.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: cephadm 2023-12-06T07:33:56.810790+0000 mgr.x (mgr.25043) 128 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:33:59.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: cephadm 2023-12-06T07:33:56.812133+0000 mgr.x (mgr.25043) 129 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T07:33:59.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: cephadm 2023-12-06T07:33:56.817298+0000 mgr.x (mgr.25043) 130 : cephadm [INF] Failing over to other MGR 2023-12-06T07:33:59.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: cluster 2023-12-06T07:33:56.953746+0000 mgr.x (mgr.25043) 131 : cluster [DBG] pgmap v64: 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-06T07:33:59.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: audit 2023-12-06T07:33:57.774303+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25043 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-06T07:33:59.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: cluster 2023-12-06T07:33:57.774566+0000 mon.a (mon.0) 949 : cluster [DBG] mgrmap e28: y(active, starting, since 0.952615s) 2023-12-06T07:33:59.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: audit 2023-12-06T07:33:57.776562+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:33:59.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: audit 2023-12-06T07:33:57.776866+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:33:59.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: audit 2023-12-06T07:33:57.777103+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:33:59.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: audit 2023-12-06T07:33:57.777581+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:33:59.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: audit 2023-12-06T07:33:57.782212+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:33:59.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: audit 2023-12-06T07:33:57.782532+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:33:59.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: audit 2023-12-06T07:33:57.782757+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:33:59.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: audit 2023-12-06T07:33:57.782966+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:33:59.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: audit 2023-12-06T07:33:57.783164+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:33:59.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: audit 2023-12-06T07:33:57.783407+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:33:59.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: audit 2023-12-06T07:33:57.783624+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:33:59.176 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: audit 2023-12-06T07:33:57.783859+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:33:59.177 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: audit 2023-12-06T07:33:57.784112+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:33:59.177 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: audit 2023-12-06T07:33:57.784351+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:33:59.177 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: audit 2023-12-06T07:33:57.784814+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:33:59.177 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: cluster 2023-12-06T07:33:57.833261+0000 mon.a (mon.0) 965 : cluster [INF] Manager daemon y is now available 2023-12-06T07:33:59.177 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: audit 2023-12-06T07:33:57.882494+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:33:59.177 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: audit 2023-12-06T07:33:57.929335+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:33:59.177 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: audit 2023-12-06T07:33:57.950120+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:33:59.177 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:58 smithi172 bash[30529]: audit 2023-12-06T07:33:57.985533+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:33:59.386 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:59 smithi195 bash[45463]: debug 2023-12-06T07:33:59.116+0000 7f95e733d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:33:59.742 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:59 smithi195 bash[45463]: debug 2023-12-06T07:33:59.380+0000 7f95e733d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:33:59.742 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:59 smithi195 bash[45463]: debug 2023-12-06T07:33:59.736+0000 7f95e733d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:34:00.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:33:59 smithi195 bash[45463]: debug 2023-12-06T07:33:59.900+0000 7f95e733d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:34:00.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:59 smithi195 bash[25052]: cephadm 2023-12-06T07:33:58.741612+0000 mgr.y (mgr.25351) 1 : cephadm [INF] [06/Dec/2023:07:33:58] ENGINE Bus STARTING 2023-12-06T07:34:00.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:59 smithi195 bash[25052]: cluster 2023-12-06T07:33:58.843023+0000 mon.a (mon.0) 970 : cluster [DBG] mgrmap e29: y(active, since 2s) 2023-12-06T07:34:00.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:59 smithi195 bash[25052]: cephadm 2023-12-06T07:33:58.866012+0000 mgr.y (mgr.25351) 2 : cephadm [INF] [06/Dec/2023:07:33:58] ENGINE Serving on https://172.21.15.172:7150 2023-12-06T07:34:00.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:59 smithi195 bash[25052]: cluster 2023-12-06T07:33:58.878560+0000 mgr.y (mgr.25351) 3 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:34:00.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:59 smithi195 bash[25052]: cephadm 2023-12-06T07:33:58.968976+0000 mgr.y (mgr.25351) 4 : cephadm [INF] [06/Dec/2023:07:33:58] ENGINE Serving on http://172.21.15.172:8765 2023-12-06T07:34:00.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:33:59 smithi195 bash[25052]: cephadm 2023-12-06T07:33:58.969520+0000 mgr.y (mgr.25351) 5 : cephadm [INF] [06/Dec/2023:07:33:58] ENGINE Bus STARTED 2023-12-06T07:34:00.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:59 smithi172 bash[25094]: cephadm 2023-12-06T07:33:58.741612+0000 mgr.y (mgr.25351) 1 : cephadm [INF] [06/Dec/2023:07:33:58] ENGINE Bus STARTING 2023-12-06T07:34:00.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:59 smithi172 bash[25094]: cluster 2023-12-06T07:33:58.843023+0000 mon.a (mon.0) 970 : cluster [DBG] mgrmap e29: y(active, since 2s) 2023-12-06T07:34:00.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:59 smithi172 bash[25094]: cephadm 2023-12-06T07:33:58.866012+0000 mgr.y (mgr.25351) 2 : cephadm [INF] [06/Dec/2023:07:33:58] ENGINE Serving on https://172.21.15.172:7150 2023-12-06T07:34:00.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:59 smithi172 bash[25094]: cluster 2023-12-06T07:33:58.878560+0000 mgr.y (mgr.25351) 3 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:34:00.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:59 smithi172 bash[25094]: cephadm 2023-12-06T07:33:58.968976+0000 mgr.y (mgr.25351) 4 : cephadm [INF] [06/Dec/2023:07:33:58] ENGINE Serving on http://172.21.15.172:8765 2023-12-06T07:34:00.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:33:59 smithi172 bash[25094]: cephadm 2023-12-06T07:33:58.969520+0000 mgr.y (mgr.25351) 5 : cephadm [INF] [06/Dec/2023:07:33:58] ENGINE Bus STARTED 2023-12-06T07:34:00.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:59 smithi172 bash[30529]: cephadm 2023-12-06T07:33:58.741612+0000 mgr.y (mgr.25351) 1 : cephadm [INF] [06/Dec/2023:07:33:58] ENGINE Bus STARTING 2023-12-06T07:34:00.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:59 smithi172 bash[30529]: cluster 2023-12-06T07:33:58.843023+0000 mon.a (mon.0) 970 : cluster [DBG] mgrmap e29: y(active, since 2s) 2023-12-06T07:34:00.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:59 smithi172 bash[30529]: cephadm 2023-12-06T07:33:58.866012+0000 mgr.y (mgr.25351) 2 : cephadm [INF] [06/Dec/2023:07:33:58] ENGINE Serving on https://172.21.15.172:7150 2023-12-06T07:34:00.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:59 smithi172 bash[30529]: cluster 2023-12-06T07:33:58.878560+0000 mgr.y (mgr.25351) 3 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:34:00.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:59 smithi172 bash[30529]: cephadm 2023-12-06T07:33:58.968976+0000 mgr.y (mgr.25351) 4 : cephadm [INF] [06/Dec/2023:07:33:58] ENGINE Serving on http://172.21.15.172:8765 2023-12-06T07:34:00.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:33:59 smithi172 bash[30529]: cephadm 2023-12-06T07:33:58.969520+0000 mgr.y (mgr.25351) 5 : cephadm [INF] [06/Dec/2023:07:33:58] ENGINE Bus STARTED 2023-12-06T07:34:00.595 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:00 smithi195 bash[45463]: debug 2023-12-06T07:34:00.120+0000 7f95e733d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:34:01.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:00 smithi195 bash[25052]: cluster 2023-12-06T07:33:59.780002+0000 mgr.y (mgr.25351) 6 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:34:01.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:00 smithi172 bash[25094]: cluster 2023-12-06T07:33:59.780002+0000 mgr.y (mgr.25351) 6 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:34:01.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:00 smithi172 bash[30529]: cluster 2023-12-06T07:33:59.780002+0000 mgr.y (mgr.25351) 6 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:34:01.595 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:01 smithi195 bash[45463]: debug 2023-12-06T07:34:01.124+0000 7f95e733d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:34:01.595 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:01 smithi195 bash[45463]: debug 2023-12-06T07:34:01.236+0000 7f95e733d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:34:01.595 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:01 smithi195 bash[45463]: debug 2023-12-06T07:34:01.356+0000 7f95e733d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:34:02.345 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:01 smithi195 bash[45463]: debug 2023-12-06T07:34:01.840+0000 7f95e733d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:34:02.345 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:02 smithi195 bash[45463]: debug 2023-12-06T07:34:02.060+0000 7f95e733d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:34:02.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:02 smithi195 bash[25052]: cluster 2023-12-06T07:34:01.678511+0000 mon.a (mon.0) 971 : cluster [DBG] mgrmap e30: y(active, since 4s) 2023-12-06T07:34:02.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:02 smithi195 bash[25052]: cluster 2023-12-06T07:34:01.780720+0000 mgr.y (mgr.25351) 7 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:34:02.846 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:02 smithi195 bash[45463]: debug 2023-12-06T07:34:02.508+0000 7f95e733d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:34:03.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:02 smithi172 bash[25094]: cluster 2023-12-06T07:34:01.678511+0000 mon.a (mon.0) 971 : cluster [DBG] mgrmap e30: y(active, since 4s) 2023-12-06T07:34:03.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:02 smithi172 bash[25094]: cluster 2023-12-06T07:34:01.780720+0000 mgr.y (mgr.25351) 7 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:34:03.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:02 smithi172 bash[30529]: cluster 2023-12-06T07:34:01.678511+0000 mon.a (mon.0) 971 : cluster [DBG] mgrmap e30: y(active, since 4s) 2023-12-06T07:34:03.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:02 smithi172 bash[30529]: cluster 2023-12-06T07:34:01.780720+0000 mgr.y (mgr.25351) 7 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:34:03.345 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:03 smithi195 bash[45463]: debug 2023-12-06T07:34:03.008+0000 7f95e733d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:34:03.845 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:03 smithi195 bash[45463]: debug 2023-12-06T07:34:03.576+0000 7f95e733d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:34:03.845 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:03 smithi195 bash[45463]: debug 2023-12-06T07:34:03.708+0000 7f95e733d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:34:04.345 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:04 smithi195 bash[45463]: debug 2023-12-06T07:34:04.084+0000 7f95e733d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:34:04.346 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:04 smithi195 bash[45463]: debug 2023-12-06T07:34:04.216+0000 7f95e733d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:34:04.641 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:04 smithi195 bash[45463]: debug 2023-12-06T07:34:04.368+0000 7f95e733d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:34:04.642 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:04 smithi195 bash[45463]: debug 2023-12-06T07:34:04.500+0000 7f95e733d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:34:04.993 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:04 smithi195 bash[25052]: cluster 2023-12-06T07:34:03.781532+0000 mgr.y (mgr.25351) 8 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:34:04.993 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:04 smithi195 bash[25052]: audit 2023-12-06T07:34:04.189390+0000 mgr.y (mgr.25351) 9 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:34:04.993 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:04 smithi195 bash[25052]: audit 2023-12-06T07:34:04.627198+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:04.993 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:04 smithi195 bash[25052]: audit 2023-12-06T07:34:04.636726+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:04.993 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:04 smithi195 bash[45463]: debug 2023-12-06T07:34:04.636+0000 7f95e733d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:34:04.993 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:04 smithi195 bash[45463]: debug 2023-12-06T07:34:04.848+0000 7f95e733d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:34:05.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:04 smithi172 bash[25094]: cluster 2023-12-06T07:34:03.781532+0000 mgr.y (mgr.25351) 8 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:34:05.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:04 smithi172 bash[25094]: audit 2023-12-06T07:34:04.189390+0000 mgr.y (mgr.25351) 9 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:34:05.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:04 smithi172 bash[25094]: audit 2023-12-06T07:34:04.627198+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:05.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:04 smithi172 bash[25094]: audit 2023-12-06T07:34:04.636726+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:05.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:04 smithi172 bash[30529]: cluster 2023-12-06T07:34:03.781532+0000 mgr.y (mgr.25351) 8 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:34:05.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:04 smithi172 bash[30529]: audit 2023-12-06T07:34:04.189390+0000 mgr.y (mgr.25351) 9 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:34:05.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:04 smithi172 bash[30529]: audit 2023-12-06T07:34:04.627198+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:05.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:04 smithi172 bash[30529]: audit 2023-12-06T07:34:04.636726+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:05.345 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:04 smithi195 bash[45463]: debug 2023-12-06T07:34:04.988+0000 7f95e733d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:34:06.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:05 smithi172 bash[30529]: audit 2023-12-06T07:34:04.874805+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:06.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:05 smithi172 bash[30529]: audit 2023-12-06T07:34:04.882399+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:06.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:05 smithi172 bash[30529]: audit 2023-12-06T07:34:05.631249+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:06.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:05 smithi172 bash[30529]: audit 2023-12-06T07:34:05.639772+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:06.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:05 smithi172 bash[25094]: audit 2023-12-06T07:34:04.874805+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:06.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:05 smithi172 bash[25094]: audit 2023-12-06T07:34:04.882399+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:06.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:05 smithi172 bash[25094]: audit 2023-12-06T07:34:05.631249+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:06.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:05 smithi172 bash[25094]: audit 2023-12-06T07:34:05.639772+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:06.268 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:05 smithi195 bash[25052]: audit 2023-12-06T07:34:04.874805+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:06.268 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:05 smithi195 bash[25052]: audit 2023-12-06T07:34:04.882399+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:06.268 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:05 smithi195 bash[25052]: audit 2023-12-06T07:34:05.631249+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:06.268 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:05 smithi195 bash[25052]: audit 2023-12-06T07:34:05.639772+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:06.595 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:06 smithi195 bash[45463]: debug 2023-12-06T07:34:06.260+0000 7f95e733d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:34:06.596 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:06 smithi195 bash[45463]: [06/Dec/2023:07:34:06] ENGINE Bus STARTING 2023-12-06T07:34:06.596 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:06 smithi195 bash[45463]: CherryPy Checker: 2023-12-06T07:34:06.596 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:06 smithi195 bash[45463]: The Application mounted at '' has an empty config. 2023-12-06T07:34:06.596 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:06 smithi195 bash[45463]: [06/Dec/2023:07:34:06] ENGINE Serving on http://:::9283 2023-12-06T07:34:06.596 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:06 smithi195 bash[45463]: [06/Dec/2023:07:34:06] ENGINE Bus STARTED 2023-12-06T07:34:07.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:06 smithi172 bash[25094]: cluster 2023-12-06T07:34:05.783233+0000 mgr.y (mgr.25351) 10 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T07:34:07.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:06 smithi172 bash[25094]: audit 2023-12-06T07:34:05.887328+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:07.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:06 smithi172 bash[25094]: audit 2023-12-06T07:34:05.896759+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:07.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:06 smithi172 bash[25094]: cluster 2023-12-06T07:34:06.291767+0000 mon.a (mon.0) 980 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:34:07.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:06 smithi172 bash[25094]: audit 2023-12-06T07:34:06.293798+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.? 172.21.15.195:0/3317169633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:34:07.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:06 smithi172 bash[25094]: audit 2023-12-06T07:34:06.295537+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.? 172.21.15.195:0/3317169633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:34:07.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:06 smithi172 bash[25094]: audit 2023-12-06T07:34:06.301215+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.? 172.21.15.195:0/3317169633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:34:07.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:06 smithi172 bash[25094]: audit 2023-12-06T07:34:06.301989+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.? 172.21.15.195:0/3317169633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:34:07.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:06 smithi172 bash[30529]: cluster 2023-12-06T07:34:05.783233+0000 mgr.y (mgr.25351) 10 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T07:34:07.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:06 smithi172 bash[30529]: audit 2023-12-06T07:34:05.887328+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:07.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:06 smithi172 bash[30529]: audit 2023-12-06T07:34:05.896759+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:07.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:06 smithi172 bash[30529]: cluster 2023-12-06T07:34:06.291767+0000 mon.a (mon.0) 980 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:34:07.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:06 smithi172 bash[30529]: audit 2023-12-06T07:34:06.293798+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.? 172.21.15.195:0/3317169633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:34:07.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:06 smithi172 bash[30529]: audit 2023-12-06T07:34:06.295537+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.? 172.21.15.195:0/3317169633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:34:07.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:06 smithi172 bash[30529]: audit 2023-12-06T07:34:06.301215+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.? 172.21.15.195:0/3317169633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:34:07.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:06 smithi172 bash[30529]: audit 2023-12-06T07:34:06.301989+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.? 172.21.15.195:0/3317169633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:34:07.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:06 smithi195 bash[25052]: cluster 2023-12-06T07:34:05.783233+0000 mgr.y (mgr.25351) 10 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T07:34:07.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:06 smithi195 bash[25052]: audit 2023-12-06T07:34:05.887328+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:07.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:06 smithi195 bash[25052]: audit 2023-12-06T07:34:05.896759+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:07.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:06 smithi195 bash[25052]: cluster 2023-12-06T07:34:06.291767+0000 mon.a (mon.0) 980 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:34:07.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:06 smithi195 bash[25052]: audit 2023-12-06T07:34:06.293798+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.? 172.21.15.195:0/3317169633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:34:07.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:06 smithi195 bash[25052]: audit 2023-12-06T07:34:06.295537+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.? 172.21.15.195:0/3317169633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:34:07.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:06 smithi195 bash[25052]: audit 2023-12-06T07:34:06.301215+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.? 172.21.15.195:0/3317169633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:34:07.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:06 smithi195 bash[25052]: audit 2023-12-06T07:34:06.301989+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.? 172.21.15.195:0/3317169633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:34:08.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:07 smithi195 bash[45463]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:34:07] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:34:08.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:07 smithi195 bash[25052]: cluster 2023-12-06T07:34:06.914885+0000 mon.a (mon.0) 981 : cluster [DBG] mgrmap e31: y(active, since 10s), standbys: x 2023-12-06T07:34:08.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:07 smithi195 bash[25052]: audit 2023-12-06T07:34:06.915205+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:34:08.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:07 smithi172 bash[25094]: cluster 2023-12-06T07:34:06.914885+0000 mon.a (mon.0) 981 : cluster [DBG] mgrmap e31: y(active, since 10s), standbys: x 2023-12-06T07:34:08.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:07 smithi172 bash[25094]: audit 2023-12-06T07:34:06.915205+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:34:08.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:07 smithi172 bash[30529]: cluster 2023-12-06T07:34:06.914885+0000 mon.a (mon.0) 981 : cluster [DBG] mgrmap e31: y(active, since 10s), standbys: x 2023-12-06T07:34:08.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:07 smithi172 bash[30529]: audit 2023-12-06T07:34:06.915205+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:34:08.916 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:08 smithi195 bash[47509]: ts=2023-12-06T07:34:08.651Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.195:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.195:8765: connect: connection refused" 2023-12-06T07:34:08.916 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:08 smithi195 bash[47509]: ts=2023-12-06T07:34:08.650Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.195:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.195:8765: connect: connection refused" 2023-12-06T07:34:08.916 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:08 smithi195 bash[47509]: ts=2023-12-06T07:34:08.654Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.195:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.195:8765: connect: connection refused" 2023-12-06T07:34:08.916 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:08 smithi195 bash[47509]: ts=2023-12-06T07:34:08.658Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.195:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.195:8765: connect: connection refused" 2023-12-06T07:34:09.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:08 smithi172 bash[25094]: cluster 2023-12-06T07:34:07.784011+0000 mgr.y (mgr.25351) 11 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T07:34:09.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:08 smithi172 bash[30529]: cluster 2023-12-06T07:34:07.784011+0000 mgr.y (mgr.25351) 11 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T07:34:09.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:08 smithi195 bash[25052]: cluster 2023-12-06T07:34:07.784011+0000 mgr.y (mgr.25351) 11 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T07:34:11.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:10 smithi172 bash[25094]: cluster 2023-12-06T07:34:09.786053+0000 mgr.y (mgr.25351) 12 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T07:34:11.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:10 smithi172 bash[30529]: cluster 2023-12-06T07:34:09.786053+0000 mgr.y (mgr.25351) 12 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T07:34:11.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:10 smithi195 bash[25052]: cluster 2023-12-06T07:34:09.786053+0000 mgr.y (mgr.25351) 12 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T07:34:13.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:12 smithi172 bash[30529]: cluster 2023-12-06T07:34:11.786979+0000 mgr.y (mgr.25351) 13 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T07:34:13.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:12 smithi172 bash[25094]: cluster 2023-12-06T07:34:11.786979+0000 mgr.y (mgr.25351) 13 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T07:34:13.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:12 smithi195 bash[25052]: cluster 2023-12-06T07:34:11.786979+0000 mgr.y (mgr.25351) 13 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T07:34:14.200 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:13 smithi172 bash[25094]: audit 2023-12-06T07:34:12.930850+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:34:14.201 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:13 smithi172 bash[30529]: audit 2023-12-06T07:34:12.930850+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:34:14.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:13 smithi195 bash[25052]: audit 2023-12-06T07:34:12.930850+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:34:15.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:14 smithi195 bash[25052]: cluster 2023-12-06T07:34:13.787619+0000 mgr.y (mgr.25351) 14 : 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-06T07:34:15.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:14 smithi195 bash[25052]: audit 2023-12-06T07:34:14.199572+0000 mgr.y (mgr.25351) 15 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:34:15.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:14 smithi172 bash[25094]: cluster 2023-12-06T07:34:13.787619+0000 mgr.y (mgr.25351) 14 : 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-06T07:34:15.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:14 smithi172 bash[25094]: audit 2023-12-06T07:34:14.199572+0000 mgr.y (mgr.25351) 15 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:34:15.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:14 smithi172 bash[30529]: cluster 2023-12-06T07:34:13.787619+0000 mgr.y (mgr.25351) 14 : 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-06T07:34:15.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:14 smithi172 bash[30529]: audit 2023-12-06T07:34:14.199572+0000 mgr.y (mgr.25351) 15 : audit [DBG] from='client.25258 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:34:17.072 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[25094]: cluster 2023-12-06T07:34:15.789309+0000 mgr.y (mgr.25351) 16 : 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-06T07:34:17.072 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[25094]: audit 2023-12-06T07:34:15.798166+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:17.072 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[25094]: audit 2023-12-06T07:34:15.807377+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:17.072 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[25094]: audit 2023-12-06T07:34:15.810152+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:34:17.072 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[25094]: audit 2023-12-06T07:34:15.811928+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:34:17.072 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[25094]: cephadm 2023-12-06T07:34:15.814463+0000 mgr.y (mgr.25351) 17 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-06T07:34:17.072 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[25094]: cephadm 2023-12-06T07:34:15.814792+0000 mgr.y (mgr.25351) 18 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2023-12-06T07:34:17.072 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[25094]: cephadm 2023-12-06T07:34:16.029478+0000 mgr.y (mgr.25351) 19 : cephadm [INF] Updating smithi172:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:34:17.072 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[25094]: cephadm 2023-12-06T07:34:16.030712+0000 mgr.y (mgr.25351) 20 : cephadm [INF] Updating smithi195:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:34:17.072 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[25094]: cephadm 2023-12-06T07:34:16.194054+0000 mgr.y (mgr.25351) 21 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:34:17.072 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[25094]: cephadm 2023-12-06T07:34:16.196204+0000 mgr.y (mgr.25351) 22 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:34:17.072 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[25094]: audit 2023-12-06T07:34:16.531611+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:17.073 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[25094]: audit 2023-12-06T07:34:16.538966+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:17.073 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[25094]: audit 2023-12-06T07:34:16.545318+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:17.073 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[25094]: audit 2023-12-06T07:34:16.551621+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:17.073 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[25094]: audit 2023-12-06T07:34:16.560211+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:17.073 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[25094]: audit 2023-12-06T07:34:16.635602+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi172.imjphn", "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-06T07:34:17.073 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[25094]: audit 2023-12-06T07:34:16.654120+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:34:17.073 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[30529]: cluster 2023-12-06T07:34:15.789309+0000 mgr.y (mgr.25351) 16 : 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-06T07:34:17.073 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[30529]: audit 2023-12-06T07:34:15.798166+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:17.073 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[30529]: audit 2023-12-06T07:34:15.807377+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:17.073 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[30529]: audit 2023-12-06T07:34:15.810152+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:34:17.073 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[30529]: audit 2023-12-06T07:34:15.811928+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:34:17.074 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[30529]: cephadm 2023-12-06T07:34:15.814463+0000 mgr.y (mgr.25351) 17 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-06T07:34:17.074 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[30529]: cephadm 2023-12-06T07:34:15.814792+0000 mgr.y (mgr.25351) 18 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2023-12-06T07:34:17.074 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[30529]: cephadm 2023-12-06T07:34:16.029478+0000 mgr.y (mgr.25351) 19 : cephadm [INF] Updating smithi172:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:34:17.074 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[30529]: cephadm 2023-12-06T07:34:16.030712+0000 mgr.y (mgr.25351) 20 : cephadm [INF] Updating smithi195:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:34:17.074 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[30529]: cephadm 2023-12-06T07:34:16.194054+0000 mgr.y (mgr.25351) 21 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:34:17.074 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[30529]: cephadm 2023-12-06T07:34:16.196204+0000 mgr.y (mgr.25351) 22 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:34:17.074 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[30529]: audit 2023-12-06T07:34:16.531611+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:17.074 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[30529]: audit 2023-12-06T07:34:16.538966+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:17.074 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[30529]: audit 2023-12-06T07:34:16.545318+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:17.074 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[30529]: audit 2023-12-06T07:34:16.551621+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:17.074 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[30529]: audit 2023-12-06T07:34:16.560211+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:17.074 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[30529]: audit 2023-12-06T07:34:16.635602+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi172.imjphn", "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-06T07:34:17.074 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:16 smithi172 bash[30529]: audit 2023-12-06T07:34:16.654120+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:34:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:16 smithi195 bash[25052]: cluster 2023-12-06T07:34:15.789309+0000 mgr.y (mgr.25351) 16 : 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-06T07:34:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:16 smithi195 bash[25052]: audit 2023-12-06T07:34:15.798166+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:16 smithi195 bash[25052]: audit 2023-12-06T07:34:15.807377+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:16 smithi195 bash[25052]: audit 2023-12-06T07:34:15.810152+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:34:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:16 smithi195 bash[25052]: audit 2023-12-06T07:34:15.811928+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:34:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:16 smithi195 bash[25052]: cephadm 2023-12-06T07:34:15.814463+0000 mgr.y (mgr.25351) 17 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-06T07:34:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:16 smithi195 bash[25052]: cephadm 2023-12-06T07:34:15.814792+0000 mgr.y (mgr.25351) 18 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2023-12-06T07:34:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:16 smithi195 bash[25052]: cephadm 2023-12-06T07:34:16.029478+0000 mgr.y (mgr.25351) 19 : cephadm [INF] Updating smithi172:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:34:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:16 smithi195 bash[25052]: cephadm 2023-12-06T07:34:16.030712+0000 mgr.y (mgr.25351) 20 : cephadm [INF] Updating smithi195:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:34:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:16 smithi195 bash[25052]: cephadm 2023-12-06T07:34:16.194054+0000 mgr.y (mgr.25351) 21 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:34:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:16 smithi195 bash[25052]: cephadm 2023-12-06T07:34:16.196204+0000 mgr.y (mgr.25351) 22 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:34:17.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:16 smithi195 bash[25052]: audit 2023-12-06T07:34:16.531611+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:17.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:16 smithi195 bash[25052]: audit 2023-12-06T07:34:16.538966+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:17.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:16 smithi195 bash[25052]: audit 2023-12-06T07:34:16.545318+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:17.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:16 smithi195 bash[25052]: audit 2023-12-06T07:34:16.551621+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:17.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:16 smithi195 bash[25052]: audit 2023-12-06T07:34:16.560211+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:17.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:16 smithi195 bash[25052]: audit 2023-12-06T07:34:16.635602+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi172.imjphn", "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-06T07:34:17.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:16 smithi195 bash[25052]: audit 2023-12-06T07:34:16.654120+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:34:18.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:17 smithi195 bash[45463]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:34:17] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T07:34:18.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:17 smithi195 bash[25052]: cephadm 2023-12-06T07:34:16.358358+0000 mgr.y (mgr.25351) 23 : cephadm [INF] Updating smithi172:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:34:18.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:17 smithi195 bash[25052]: cephadm 2023-12-06T07:34:16.362302+0000 mgr.y (mgr.25351) 24 : cephadm [INF] Updating smithi195:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:34:18.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:17 smithi195 bash[25052]: cephadm 2023-12-06T07:34:16.634748+0000 mgr.y (mgr.25351) 25 : cephadm [INF] Reconfiguring iscsi.foo.smithi172.imjphn (dependencies changed)... 2023-12-06T07:34:18.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:17 smithi195 bash[25052]: cephadm 2023-12-06T07:34:16.656226+0000 mgr.y (mgr.25351) 26 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi172.imjphn on smithi172 2023-12-06T07:34:18.139 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:17 smithi172 bash[25094]: cephadm 2023-12-06T07:34:16.358358+0000 mgr.y (mgr.25351) 23 : cephadm [INF] Updating smithi172:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:34:18.139 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:17 smithi172 bash[25094]: cephadm 2023-12-06T07:34:16.362302+0000 mgr.y (mgr.25351) 24 : cephadm [INF] Updating smithi195:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:34:18.139 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:17 smithi172 bash[25094]: cephadm 2023-12-06T07:34:16.634748+0000 mgr.y (mgr.25351) 25 : cephadm [INF] Reconfiguring iscsi.foo.smithi172.imjphn (dependencies changed)... 2023-12-06T07:34:18.139 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:17 smithi172 bash[25094]: cephadm 2023-12-06T07:34:16.656226+0000 mgr.y (mgr.25351) 26 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi172.imjphn on smithi172 2023-12-06T07:34:18.139 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:17 smithi172 bash[30529]: cephadm 2023-12-06T07:34:16.358358+0000 mgr.y (mgr.25351) 23 : cephadm [INF] Updating smithi172:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:34:18.140 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:17 smithi172 bash[30529]: cephadm 2023-12-06T07:34:16.362302+0000 mgr.y (mgr.25351) 24 : cephadm [INF] Updating smithi195:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:34:18.140 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:17 smithi172 bash[30529]: cephadm 2023-12-06T07:34:16.634748+0000 mgr.y (mgr.25351) 25 : cephadm [INF] Reconfiguring iscsi.foo.smithi172.imjphn (dependencies changed)... 2023-12-06T07:34:18.140 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:17 smithi172 bash[30529]: cephadm 2023-12-06T07:34:16.656226+0000 mgr.y (mgr.25351) 26 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi172.imjphn on smithi172 2023-12-06T07:34:19.064 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:18 smithi172 bash[30529]: cluster 2023-12-06T07:34:17.790202+0000 mgr.y (mgr.25351) 27 : 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-06T07:34:19.065 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:18 smithi172 bash[25094]: cluster 2023-12-06T07:34:17.790202+0000 mgr.y (mgr.25351) 27 : 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-06T07:34:19.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:18 smithi195 bash[25052]: cluster 2023-12-06T07:34:17.790202+0000 mgr.y (mgr.25351) 27 : 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-06T07:34:21.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:20 smithi195 bash[25052]: cluster 2023-12-06T07:34:19.791557+0000 mgr.y (mgr.25351) 28 : 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-06T07:34:21.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:20 smithi195 bash[25052]: audit 2023-12-06T07:34:20.280389+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:21.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:20 smithi195 bash[25052]: audit 2023-12-06T07:34:20.287581+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:21.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:20 smithi172 bash[30529]: cluster 2023-12-06T07:34:19.791557+0000 mgr.y (mgr.25351) 28 : 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-06T07:34:21.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:20 smithi172 bash[30529]: audit 2023-12-06T07:34:20.280389+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:21.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:20 smithi172 bash[30529]: audit 2023-12-06T07:34:20.287581+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:21.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:20 smithi172 bash[25094]: cluster 2023-12-06T07:34:19.791557+0000 mgr.y (mgr.25351) 28 : 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-06T07:34:21.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:20 smithi172 bash[25094]: audit 2023-12-06T07:34:20.280389+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:21.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:20 smithi172 bash[25094]: audit 2023-12-06T07:34:20.287581+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:22.087 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:21 smithi172 bash[30529]: cephadm 2023-12-06T07:34:20.330923+0000 mgr.y (mgr.25351) 29 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T07:34:22.087 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:21 smithi172 bash[30529]: cephadm 2023-12-06T07:34:20.575255+0000 mgr.y (mgr.25351) 30 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi195 2023-12-06T07:34:22.087 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:21 smithi172 bash[25094]: cephadm 2023-12-06T07:34:20.330923+0000 mgr.y (mgr.25351) 29 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T07:34:22.087 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:21 smithi172 bash[25094]: cephadm 2023-12-06T07:34:20.575255+0000 mgr.y (mgr.25351) 30 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi195 2023-12-06T07:34:22.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:21 smithi195 bash[25052]: cephadm 2023-12-06T07:34:20.330923+0000 mgr.y (mgr.25351) 29 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T07:34:22.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:21 smithi195 bash[25052]: cephadm 2023-12-06T07:34:20.575255+0000 mgr.y (mgr.25351) 30 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi195 2023-12-06T07:34:23.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:22 smithi195 bash[25052]: cluster 2023-12-06T07:34:21.792106+0000 mgr.y (mgr.25351) 31 : 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-06T07:34:23.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:22 smithi195 bash[25052]: audit 2023-12-06T07:34:22.452002+0000 mon.c (mon.1) 158 : audit [DBG] from='client.? 172.21.15.172:0/2924010198' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T07:34:23.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:22 smithi172 bash[25094]: cluster 2023-12-06T07:34:21.792106+0000 mgr.y (mgr.25351) 31 : 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-06T07:34:23.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:22 smithi172 bash[25094]: audit 2023-12-06T07:34:22.452002+0000 mon.c (mon.1) 158 : audit [DBG] from='client.? 172.21.15.172:0/2924010198' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T07:34:23.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:22 smithi172 bash[30529]: cluster 2023-12-06T07:34:21.792106+0000 mgr.y (mgr.25351) 31 : 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-06T07:34:23.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:22 smithi172 bash[30529]: audit 2023-12-06T07:34:22.452002+0000 mon.c (mon.1) 158 : audit [DBG] from='client.? 172.21.15.172:0/2924010198' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T07:34:23.209 INFO:teuthology.orchestra.run.smithi172.stdout:true 2023-12-06T07:34:23.964 INFO:teuthology.orchestra.run.smithi172.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:34:23.965 INFO:teuthology.orchestra.run.smithi172.stdout:alertmanager.a smithi172 *:9093,9094 running (95s) 19s ago 8m 16.2M - 0.23.0 ba2b418f427c 834724028b79 2023-12-06T07:34:23.965 INFO:teuthology.orchestra.run.smithi172.stdout:grafana.a smithi195 *:3000 running (51s) 19s ago 8m 42.0M - 8.3.5 dad864ee21e9 c0abf90c662f 2023-12-06T07:34:23.965 INFO:teuthology.orchestra.run.smithi172.stdout:iscsi.foo.smithi172.imjphn smithi172 starting - - - - 2023-12-06T07:34:23.965 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.x smithi195 *:8443,9283 running (2m) 19s ago 14m 175M - 19.0.0-26-g0482646f 26bb7d89db2e 5c988e603eda 2023-12-06T07:34:23.965 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.y smithi172 *:8443,9283,8765 running (44s) 19s ago 16m 467M - 19.0.0-26-g0482646f 26bb7d89db2e 5594cbd599cc 2023-12-06T07:34:23.965 INFO:teuthology.orchestra.run.smithi172.stdout:mon.a smithi172 running (16m) 19s ago 16m 65.2M 2048M 17.2.0 e1d6a67b021e a98f6943ccd1 2023-12-06T07:34:23.965 INFO:teuthology.orchestra.run.smithi172.stdout:mon.b smithi195 running (14m) 19s ago 14m 57.9M 2048M 17.2.0 e1d6a67b021e 696ba54e207e 2023-12-06T07:34:23.965 INFO:teuthology.orchestra.run.smithi172.stdout:mon.c smithi172 running (15m) 19s ago 15m 54.3M 2048M 17.2.0 e1d6a67b021e d3e5645df5a7 2023-12-06T07:34:23.965 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.a smithi172 *:9100 running (105s) 19s ago 9m 11.2M - 1.3.1 1dbe0e931976 4171378093cf 2023-12-06T07:34:23.965 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.b smithi195 *:9100 running (75s) 19s ago 9m 10.1M - 1.3.1 1dbe0e931976 3f1c42cbb0e4 2023-12-06T07:34:23.965 INFO:teuthology.orchestra.run.smithi172.stdout:osd.0 smithi172 running (14m) 19s ago 14m 57.8M 2781M 17.2.0 e1d6a67b021e d65620e34baf 2023-12-06T07:34:23.965 INFO:teuthology.orchestra.run.smithi172.stdout:osd.1 smithi172 running (13m) 19s ago 13m 58.8M 2781M 17.2.0 e1d6a67b021e 7522680f974d 2023-12-06T07:34:23.965 INFO:teuthology.orchestra.run.smithi172.stdout:osd.2 smithi172 running (12m) 19s ago 13m 54.6M 2781M 17.2.0 e1d6a67b021e 52ca8f6db2e7 2023-12-06T07:34:23.965 INFO:teuthology.orchestra.run.smithi172.stdout:osd.3 smithi172 running (12m) 19s ago 12m 56.8M 2781M 17.2.0 e1d6a67b021e 1c2477b9ceb7 2023-12-06T07:34:23.966 INFO:teuthology.orchestra.run.smithi172.stdout:osd.4 smithi195 running (11m) 19s ago 11m 58.6M 3037M 17.2.0 e1d6a67b021e eaea9514cd4a 2023-12-06T07:34:23.966 INFO:teuthology.orchestra.run.smithi172.stdout:osd.5 smithi195 running (11m) 19s ago 11m 55.1M 3037M 17.2.0 e1d6a67b021e 51eedee8fdd8 2023-12-06T07:34:23.966 INFO:teuthology.orchestra.run.smithi172.stdout:osd.6 smithi195 running (10m) 19s ago 10m 53.1M 3037M 17.2.0 e1d6a67b021e 3bdaad441af1 2023-12-06T07:34:23.966 INFO:teuthology.orchestra.run.smithi172.stdout:osd.7 smithi195 running (10m) 19s ago 10m 56.0M 3037M 17.2.0 e1d6a67b021e 33c403e0a340 2023-12-06T07:34:23.966 INFO:teuthology.orchestra.run.smithi172.stdout:prometheus.a smithi195 *:9095 running (77s) 19s ago 9m 52.4M - 2.33.4 514e6a882f6e daa08a137787 2023-12-06T07:34:23.966 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi172.fmdqeg smithi172 *:8000 running (7m) 19s ago 7m 86.2M - 17.2.0 e1d6a67b021e f5f3949b1de8 2023-12-06T07:34:23.966 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi195.hycrot smithi195 *:8000 running (7m) 19s ago 7m 86.6M - 17.2.0 e1d6a67b021e 9c5f08c98b32 2023-12-06T07:34:23.966 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi172.woscxg smithi172 *:80 running (6m) 19s ago 6m 86.5M - 17.2.0 e1d6a67b021e 0c4c84135665 2023-12-06T07:34:23.966 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi195.imqeni smithi195 *:80 running (6m) 19s ago 6m 86.9M - 17.2.0 e1d6a67b021e ca4b88c28560 2023-12-06T07:34:24.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:23 smithi195 bash[25052]: audit 2023-12-06T07:34:23.192990+0000 mgr.y (mgr.25351) 32 : audit [DBG] from='client.15531 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:34:24.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:23 smithi172 bash[25094]: audit 2023-12-06T07:34:23.192990+0000 mgr.y (mgr.25351) 32 : audit [DBG] from='client.15531 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:34:24.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:23 smithi172 bash[30529]: audit 2023-12-06T07:34:23.192990+0000 mgr.y (mgr.25351) 32 : audit [DBG] from='client.15531 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:34:24.408 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:34:24.408 INFO:teuthology.orchestra.run.smithi172.stdout: "mon": { 2023-12-06T07:34:24.408 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T07:34:24.409 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:34:24.409 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr": { 2023-12-06T07:34:24.409 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:34:24.409 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:34:24.409 INFO:teuthology.orchestra.run.smithi172.stdout: "osd": { 2023-12-06T07:34:24.409 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:34:24.409 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:34:24.409 INFO:teuthology.orchestra.run.smithi172.stdout: "mds": {}, 2023-12-06T07:34:24.409 INFO:teuthology.orchestra.run.smithi172.stdout: "rgw": { 2023-12-06T07:34:24.409 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:34:24.409 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:34:24.409 INFO:teuthology.orchestra.run.smithi172.stdout: "overall": { 2023-12-06T07:34:24.409 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2023-12-06T07:34:24.409 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:34:24.409 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:34:24.410 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:34:24.790 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:34:24.790 INFO:teuthology.orchestra.run.smithi172.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:34:24.790 INFO:teuthology.orchestra.run.smithi172.stdout: "in_progress": true, 2023-12-06T07:34:24.791 INFO:teuthology.orchestra.run.smithi172.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:34:24.791 INFO:teuthology.orchestra.run.smithi172.stdout: "services_complete": [ 2023-12-06T07:34:24.791 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr" 2023-12-06T07:34:24.791 INFO:teuthology.orchestra.run.smithi172.stdout: ], 2023-12-06T07:34:24.791 INFO:teuthology.orchestra.run.smithi172.stdout: "progress": "2/23 daemons upgraded", 2023-12-06T07:34:24.791 INFO:teuthology.orchestra.run.smithi172.stdout: "message": "", 2023-12-06T07:34:24.791 INFO:teuthology.orchestra.run.smithi172.stdout: "is_paused": false 2023-12-06T07:34:24.791 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:34:25.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:24 smithi195 bash[25052]: audit 2023-12-06T07:34:23.572083+0000 mgr.y (mgr.25351) 33 : audit [DBG] from='client.25453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:34:25.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:24 smithi195 bash[25052]: cluster 2023-12-06T07:34:23.792832+0000 mgr.y (mgr.25351) 34 : 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-06T07:34:25.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:24 smithi195 bash[25052]: audit 2023-12-06T07:34:23.940962+0000 mgr.y (mgr.25351) 35 : audit [DBG] from='client.15543 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:34:25.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:24 smithi195 bash[25052]: audit 2023-12-06T07:34:24.407695+0000 mon.c (mon.1) 159 : audit [DBG] from='client.? 172.21.15.172:0/847967087' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:34:25.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:24 smithi195 systemd[1]: Stopping Ceph prometheus.a for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:34:25.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:24 smithi195 bash[49341]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T07:34:25.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:24 smithi195 bash[47509]: ts=2023-12-06T07:34:24.924Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-06T07:34:25.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:24 smithi195 bash[47509]: ts=2023-12-06T07:34:24.924Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-06T07:34:25.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:24 smithi195 bash[47509]: ts=2023-12-06T07:34:24.924Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-06T07:34:25.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:24 smithi195 bash[47509]: ts=2023-12-06T07:34:24.924Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-06T07:34:25.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:24 smithi195 bash[47509]: ts=2023-12-06T07:34:24.924Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-06T07:34:25.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:24 smithi195 bash[47509]: ts=2023-12-06T07:34:24.924Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-06T07:34:25.097 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:24 smithi195 bash[47509]: ts=2023-12-06T07:34:24.924Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-06T07:34:25.097 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:24 smithi195 bash[47509]: ts=2023-12-06T07:34:24.924Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-06T07:34:25.097 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:24 smithi195 bash[47509]: ts=2023-12-06T07:34:24.925Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-06T07:34:25.097 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:24 smithi195 bash[47509]: ts=2023-12-06T07:34:24.925Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-06T07:34:25.097 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:24 smithi195 bash[47509]: ts=2023-12-06T07:34:24.925Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-06T07:34:25.097 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:24 smithi195 bash[47509]: ts=2023-12-06T07:34:24.925Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-06T07:34:25.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:24 smithi172 bash[30529]: audit 2023-12-06T07:34:23.572083+0000 mgr.y (mgr.25351) 33 : audit [DBG] from='client.25453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:34:25.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:24 smithi172 bash[30529]: cluster 2023-12-06T07:34:23.792832+0000 mgr.y (mgr.25351) 34 : 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-06T07:34:25.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:24 smithi172 bash[30529]: audit 2023-12-06T07:34:23.940962+0000 mgr.y (mgr.25351) 35 : audit [DBG] from='client.15543 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:34:25.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:24 smithi172 bash[30529]: audit 2023-12-06T07:34:24.407695+0000 mon.c (mon.1) 159 : audit [DBG] from='client.? 172.21.15.172:0/847967087' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:34:25.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:24 smithi172 bash[25094]: audit 2023-12-06T07:34:23.572083+0000 mgr.y (mgr.25351) 33 : audit [DBG] from='client.25453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:34:25.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:24 smithi172 bash[25094]: cluster 2023-12-06T07:34:23.792832+0000 mgr.y (mgr.25351) 34 : 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-06T07:34:25.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:24 smithi172 bash[25094]: audit 2023-12-06T07:34:23.940962+0000 mgr.y (mgr.25351) 35 : audit [DBG] from='client.15543 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:34:25.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:24 smithi172 bash[25094]: audit 2023-12-06T07:34:24.407695+0000 mon.c (mon.1) 159 : audit [DBG] from='client.? 172.21.15.172:0/847967087' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:34:25.224 INFO:teuthology.orchestra.run.smithi172.stdout:HEALTH_OK 2023-12-06T07:34:25.740 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:25 smithi195 bash[49352]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-prometheus-a 2023-12-06T07:34:25.740 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:25 smithi195 bash[49388]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T07:34:26.095 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:25 smithi195 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-06T07:34:26.095 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:25 smithi195 systemd[1]: Stopped Ceph prometheus.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:34:26.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:25 smithi195 systemd[1]: Started Ceph prometheus.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:34:26.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:25 smithi195 bash[25052]: audit 2023-12-06T07:34:24.789554+0000 mgr.y (mgr.25351) 36 : audit [DBG] from='client.15555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:34:26.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:25 smithi195 bash[25052]: audit 2023-12-06T07:34:25.223977+0000 mon.c (mon.1) 160 : audit [DBG] from='client.? 172.21.15.172:0/3442844845' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:34:26.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:25 smithi195 bash[25052]: audit 2023-12-06T07:34:25.794780+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:26.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:25 smithi195 bash[25052]: audit 2023-12-06T07:34:25.805535+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:26.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:25 smithi195 bash[25052]: audit 2023-12-06T07:34:25.813678+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:34:26.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:25 smithi195 bash[25052]: audit 2023-12-06T07:34:25.832416+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:26.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:25 smithi172 bash[25094]: audit 2023-12-06T07:34:24.789554+0000 mgr.y (mgr.25351) 36 : audit [DBG] from='client.15555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:34:26.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:25 smithi172 bash[25094]: audit 2023-12-06T07:34:25.223977+0000 mon.c (mon.1) 160 : audit [DBG] from='client.? 172.21.15.172:0/3442844845' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:34:26.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:25 smithi172 bash[25094]: audit 2023-12-06T07:34:25.794780+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:26.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:25 smithi172 bash[25094]: audit 2023-12-06T07:34:25.805535+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:26.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:25 smithi172 bash[25094]: audit 2023-12-06T07:34:25.813678+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:34:26.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:25 smithi172 bash[25094]: audit 2023-12-06T07:34:25.832416+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:26.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:25 smithi172 bash[30529]: audit 2023-12-06T07:34:24.789554+0000 mgr.y (mgr.25351) 36 : audit [DBG] from='client.15555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:34:26.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:25 smithi172 bash[30529]: audit 2023-12-06T07:34:25.223977+0000 mon.c (mon.1) 160 : audit [DBG] from='client.? 172.21.15.172:0/3442844845' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:34:26.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:25 smithi172 bash[30529]: audit 2023-12-06T07:34:25.794780+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:26.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:25 smithi172 bash[30529]: audit 2023-12-06T07:34:25.805535+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:26.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:25 smithi172 bash[30529]: audit 2023-12-06T07:34:25.813678+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:34:26.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:25 smithi172 bash[30529]: audit 2023-12-06T07:34:25.832416+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:27.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:26 smithi195 bash[25052]: cluster 2023-12-06T07:34:25.794700+0000 mgr.y (mgr.25351) 37 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:34:27.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:26 smithi195 bash[25052]: audit 2023-12-06T07:34:25.814806+0000 mgr.y (mgr.25351) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:34:27.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:26 smithi195 bash[25052]: cephadm 2023-12-06T07:34:25.834289+0000 mgr.y (mgr.25351) 39 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.172:5000 to Dashboard 2023-12-06T07:34:27.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:26 smithi195 bash[25052]: audit 2023-12-06T07:34:25.834984+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:34:27.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:26 smithi195 bash[25052]: audit 2023-12-06T07:34:25.835752+0000 mgr.y (mgr.25351) 40 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:34:27.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:26 smithi195 bash[25052]: audit 2023-12-06T07:34:25.844758+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi172"}]: dispatch 2023-12-06T07:34:27.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:26 smithi195 bash[25052]: audit 2023-12-06T07:34:25.845488+0000 mgr.y (mgr.25351) 41 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi172"}]: dispatch 2023-12-06T07:34:27.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:26 smithi195 bash[25052]: audit 2023-12-06T07:34:25.852658+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:27.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:26 smithi195 bash[25052]: audit 2023-12-06T07:34:25.860304+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:34:27.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:26 smithi195 bash[25052]: audit 2023-12-06T07:34:25.861076+0000 mgr.y (mgr.25351) 42 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:34:27.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:26 smithi195 bash[25052]: audit 2023-12-06T07:34:25.870945+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:34:27.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:26 smithi172 bash[25094]: cluster 2023-12-06T07:34:25.794700+0000 mgr.y (mgr.25351) 37 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:34:27.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:26 smithi172 bash[25094]: audit 2023-12-06T07:34:25.814806+0000 mgr.y (mgr.25351) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:34:27.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:26 smithi172 bash[25094]: cephadm 2023-12-06T07:34:25.834289+0000 mgr.y (mgr.25351) 39 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.172:5000 to Dashboard 2023-12-06T07:34:27.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:26 smithi172 bash[25094]: audit 2023-12-06T07:34:25.834984+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:34:27.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:26 smithi172 bash[25094]: audit 2023-12-06T07:34:25.835752+0000 mgr.y (mgr.25351) 40 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:34:27.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:26 smithi172 bash[25094]: audit 2023-12-06T07:34:25.844758+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi172"}]: dispatch 2023-12-06T07:34:27.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:26 smithi172 bash[25094]: audit 2023-12-06T07:34:25.845488+0000 mgr.y (mgr.25351) 41 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi172"}]: dispatch 2023-12-06T07:34:27.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:26 smithi172 bash[25094]: audit 2023-12-06T07:34:25.852658+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:27.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:26 smithi172 bash[25094]: audit 2023-12-06T07:34:25.860304+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:34:27.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:26 smithi172 bash[25094]: audit 2023-12-06T07:34:25.861076+0000 mgr.y (mgr.25351) 42 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:34:27.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:26 smithi172 bash[25094]: audit 2023-12-06T07:34:25.870945+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:34:27.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:26 smithi172 bash[30529]: cluster 2023-12-06T07:34:25.794700+0000 mgr.y (mgr.25351) 37 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:34:27.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:26 smithi172 bash[30529]: audit 2023-12-06T07:34:25.814806+0000 mgr.y (mgr.25351) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T07:34:27.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:26 smithi172 bash[30529]: cephadm 2023-12-06T07:34:25.834289+0000 mgr.y (mgr.25351) 39 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.172:5000 to Dashboard 2023-12-06T07:34:27.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:26 smithi172 bash[30529]: audit 2023-12-06T07:34:25.834984+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:34:27.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:26 smithi172 bash[30529]: audit 2023-12-06T07:34:25.835752+0000 mgr.y (mgr.25351) 40 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T07:34:27.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:26 smithi172 bash[30529]: audit 2023-12-06T07:34:25.844758+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi172"}]: dispatch 2023-12-06T07:34:27.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:26 smithi172 bash[30529]: audit 2023-12-06T07:34:25.845488+0000 mgr.y (mgr.25351) 41 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi172"}]: dispatch 2023-12-06T07:34:27.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:26 smithi172 bash[30529]: audit 2023-12-06T07:34:25.852658+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:27.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:26 smithi172 bash[30529]: audit 2023-12-06T07:34:25.860304+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:34:27.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:26 smithi172 bash[30529]: audit 2023-12-06T07:34:25.861076+0000 mgr.y (mgr.25351) 42 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T07:34:27.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:26 smithi172 bash[30529]: audit 2023-12-06T07:34:25.870945+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:34:27.746 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:27 smithi195 bash[49416]: ts=2023-12-06T07:34:27.558Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-06T07:34:27.746 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:27 smithi195 bash[49416]: ts=2023-12-06T07:34:27.559Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-06T07:34:27.746 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:27 smithi195 bash[49416]: ts=2023-12-06T07:34:27.559Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-06T07:34:27.746 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:27 smithi195 bash[49416]: ts=2023-12-06T07:34:27.559Z 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 smithi195 (none))" 2023-12-06T07:34:27.746 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:27 smithi195 bash[49416]: ts=2023-12-06T07:34:27.559Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-06T07:34:27.746 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:27 smithi195 bash[49416]: ts=2023-12-06T07:34:27.559Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-06T07:34:27.746 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:27 smithi195 bash[49416]: ts=2023-12-06T07:34:27.561Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-06T07:34:27.746 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:27 smithi195 bash[49416]: ts=2023-12-06T07:34:27.562Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-06T07:34:27.746 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:27 smithi195 bash[49416]: ts=2023-12-06T07:34:27.563Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-06T07:34:27.746 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:27 smithi195 bash[49416]: ts=2023-12-06T07:34:27.568Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-06T07:34:27.747 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:27 smithi195 bash[49416]: ts=2023-12-06T07:34:27.568Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.499µs 2023-12-06T07:34:27.747 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:27 smithi195 bash[49416]: ts=2023-12-06T07:34:27.568Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-06T07:34:27.747 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:27 smithi195 bash[49416]: ts=2023-12-06T07:34:27.743Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2023-12-06T07:34:28.042 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:27 smithi195 bash[49416]: ts=2023-12-06T07:34:27.992Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2023-12-06T07:34:28.345 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:28 smithi195 bash[49416]: ts=2023-12-06T07:34:28.046Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2023-12-06T07:34:28.346 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:28 smithi195 bash[49416]: ts=2023-12-06T07:34:28.047Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2023-12-06T07:34:28.346 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:28 smithi195 bash[49416]: ts=2023-12-06T07:34:28.047Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=72.429µs wal_replay_duration=478.836737ms total_replay_duration=478.929591ms 2023-12-06T07:34:28.346 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:28 smithi195 bash[49416]: ts=2023-12-06T07:34:28.053Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-06T07:34:28.346 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:28 smithi195 bash[49416]: ts=2023-12-06T07:34:28.053Z caller=main.go:947 level=info msg="TSDB started" 2023-12-06T07:34:28.346 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:28 smithi195 bash[49416]: ts=2023-12-06T07:34:28.053Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-06T07:34:28.346 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:28 smithi195 bash[49416]: ts=2023-12-06T07:34:28.076Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=23.758257ms db_storage=1.106µs remote_storage=1.926µs web_handler=440ns query_engine=1.065µs scrape=359.244µs scrape_sd=109.654µs notify=14.357µs notify_sd=12.591µs rules=22.935721ms 2023-12-06T07:34:28.346 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:28 smithi195 bash[49416]: ts=2023-12-06T07:34:28.076Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-06T07:34:29.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:28 smithi172 bash[30529]: cluster 2023-12-06T07:34:27.795454+0000 mgr.y (mgr.25351) 43 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T07:34:29.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:28 smithi172 bash[30529]: audit 2023-12-06T07:34:27.930808+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:34:29.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:28 smithi172 bash[30529]: audit 2023-12-06T07:34:28.650372+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:34:29.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:28 smithi172 bash[30529]: audit 2023-12-06T07:34:28.652565+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:34:29.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:28 smithi172 bash[30529]: audit 2023-12-06T07:34:28.654715+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:34:29.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:28 smithi172 bash[25094]: cluster 2023-12-06T07:34:27.795454+0000 mgr.y (mgr.25351) 43 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T07:34:29.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:28 smithi172 bash[25094]: audit 2023-12-06T07:34:27.930808+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:34:29.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:28 smithi172 bash[25094]: audit 2023-12-06T07:34:28.650372+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:34:29.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:28 smithi172 bash[25094]: audit 2023-12-06T07:34:28.652565+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:34:29.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:28 smithi172 bash[25094]: audit 2023-12-06T07:34:28.654715+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:34:29.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:28 smithi195 bash[25052]: cluster 2023-12-06T07:34:27.795454+0000 mgr.y (mgr.25351) 43 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T07:34:29.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:28 smithi195 bash[25052]: audit 2023-12-06T07:34:27.930808+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:34:29.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:28 smithi195 bash[25052]: audit 2023-12-06T07:34:28.650372+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:34:29.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:28 smithi195 bash[25052]: audit 2023-12-06T07:34:28.652565+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:34:29.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:28 smithi195 bash[25052]: audit 2023-12-06T07:34:28.654715+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:34:30.116 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:29 smithi195 bash[25052]: cephadm 2023-12-06T07:34:28.649549+0000 mgr.y (mgr.25351) 44 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T07:34:30.116 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:29 smithi195 bash[25052]: cephadm 2023-12-06T07:34:28.656974+0000 mgr.y (mgr.25351) 45 : cephadm [INF] Deploying daemon mgr.x on smithi195 2023-12-06T07:34:30.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:29 smithi172 bash[25094]: cephadm 2023-12-06T07:34:28.649549+0000 mgr.y (mgr.25351) 44 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T07:34:30.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:29 smithi172 bash[25094]: cephadm 2023-12-06T07:34:28.656974+0000 mgr.y (mgr.25351) 45 : cephadm [INF] Deploying daemon mgr.x on smithi195 2023-12-06T07:34:30.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:29 smithi172 bash[30529]: cephadm 2023-12-06T07:34:28.649549+0000 mgr.y (mgr.25351) 44 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T07:34:30.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:29 smithi172 bash[30529]: cephadm 2023-12-06T07:34:28.656974+0000 mgr.y (mgr.25351) 45 : cephadm [INF] Deploying daemon mgr.x on smithi195 2023-12-06T07:34:31.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:30 smithi172 bash[25094]: cluster 2023-12-06T07:34:29.797188+0000 mgr.y (mgr.25351) 46 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:34:31.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:30 smithi172 bash[30529]: cluster 2023-12-06T07:34:29.797188+0000 mgr.y (mgr.25351) 46 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:34:31.301 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:30 smithi195 bash[25052]: cluster 2023-12-06T07:34:29.797188+0000 mgr.y (mgr.25351) 46 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:34:31.302 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:31 smithi195 systemd[1]: Stopping Ceph mgr.x for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:34:31.845 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:31 smithi195 bash[49710]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-mgr-x 2023-12-06T07:34:31.971 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:31 smithi195 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-06T07:34:31.971 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:31 smithi195 bash[49784]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-mgr-x 2023-12-06T07:34:31.971 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:31 smithi195 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-06T07:34:31.971 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:31 smithi195 systemd[1]: Stopped Ceph mgr.x for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:34:32.232 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:32 smithi195 systemd[1]: Started Ceph mgr.x for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:34:33.163 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:32 smithi195 bash[25052]: cluster 2023-12-06T07:34:31.797991+0000 mgr.y (mgr.25351) 47 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T07:34:33.163 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:32 smithi195 bash[25052]: audit 2023-12-06T07:34:32.117307+0000 mgr.y (mgr.25351) 48 : audit [DBG] from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:34:33.163 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:32 smithi195 bash[25052]: audit 2023-12-06T07:34:32.284847+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:33.163 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:32 smithi195 bash[25052]: audit 2023-12-06T07:34:32.294204+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:33.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:32 smithi172 bash[30529]: cluster 2023-12-06T07:34:31.797991+0000 mgr.y (mgr.25351) 47 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T07:34:33.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:32 smithi172 bash[30529]: audit 2023-12-06T07:34:32.117307+0000 mgr.y (mgr.25351) 48 : audit [DBG] from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:34:33.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:32 smithi172 bash[30529]: audit 2023-12-06T07:34:32.284847+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:33.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:32 smithi172 bash[30529]: audit 2023-12-06T07:34:32.294204+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:33.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:32 smithi172 bash[25094]: cluster 2023-12-06T07:34:31.797991+0000 mgr.y (mgr.25351) 47 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T07:34:33.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:32 smithi172 bash[25094]: audit 2023-12-06T07:34:32.117307+0000 mgr.y (mgr.25351) 48 : audit [DBG] from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:34:33.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:32 smithi172 bash[25094]: audit 2023-12-06T07:34:32.284847+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:33.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:32 smithi172 bash[25094]: audit 2023-12-06T07:34:32.294204+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:33.465 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:33 smithi195 bash[49849]: debug 2023-12-06T07:34:33.299+0000 7f680f6d5700 1 -- 172.21.15.195:0/31153643 <== mon.2 v2:172.21.15.195:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56385f7801a0 con 0x563860500400 2023-12-06T07:34:33.845 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:33 smithi195 bash[49849]: debug 2023-12-06T07:34:33.459+0000 7f681987b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:34:34.845 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:34 smithi195 bash[49849]: debug 2023-12-06T07:34:34.375+0000 7f681987b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T07:34:34.846 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:34 smithi195 bash[49849]: debug 2023-12-06T07:34:34.475+0000 7f681987b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:34:34.846 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:34 smithi195 bash[49849]: debug 2023-12-06T07:34:34.571+0000 7f681987b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:34:35.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:34 smithi172 bash[25094]: cluster 2023-12-06T07:34:33.798774+0000 mgr.y (mgr.25351) 49 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T07:34:35.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:34 smithi172 bash[30529]: cluster 2023-12-06T07:34:33.798774+0000 mgr.y (mgr.25351) 49 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T07:34:35.200 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:34 smithi195 bash[49849]: debug 2023-12-06T07:34:34.839+0000 7f681987b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:34:35.200 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:34 smithi195 bash[25052]: cluster 2023-12-06T07:34:33.798774+0000 mgr.y (mgr.25351) 49 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T07:34:35.570 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:35 smithi195 bash[49849]: debug 2023-12-06T07:34:35.191+0000 7f681987b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:34:35.571 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:35 smithi195 bash[49849]: debug 2023-12-06T07:34:35.351+0000 7f681987b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:34:35.845 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:35 smithi195 bash[49849]: debug 2023-12-06T07:34:35.563+0000 7f681987b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:34:36.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:36 smithi195 bash[25052]: cluster 2023-12-06T07:34:35.800731+0000 mgr.y (mgr.25351) 50 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:34:36.845 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:36 smithi195 bash[49849]: debug 2023-12-06T07:34:36.567+0000 7f681987b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:34:36.846 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:36 smithi195 bash[49849]: debug 2023-12-06T07:34:36.679+0000 7f681987b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:34:36.846 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:36 smithi195 bash[49849]: debug 2023-12-06T07:34:36.795+0000 7f681987b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:34:37.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:36 smithi172 bash[25094]: cluster 2023-12-06T07:34:35.800731+0000 mgr.y (mgr.25351) 50 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:34:37.193 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:36 smithi172 bash[30529]: cluster 2023-12-06T07:34:35.800731+0000 mgr.y (mgr.25351) 50 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:34:37.595 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:37 smithi195 bash[49849]: debug 2023-12-06T07:34:37.267+0000 7f681987b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:34:37.595 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:37 smithi195 bash[49849]: debug 2023-12-06T07:34:37.511+0000 7f681987b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:34:38.345 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:38 smithi195 bash[49849]: debug 2023-12-06T07:34:38.011+0000 7f681987b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:34:38.845 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:38 smithi195 bash[49849]: debug 2023-12-06T07:34:38.583+0000 7f681987b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:34:39.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:38 smithi172 bash[25094]: cluster 2023-12-06T07:34:37.801612+0000 mgr.y (mgr.25351) 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-06T07:34:39.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:38 smithi172 bash[25094]: audit 2023-12-06T07:34:38.627641+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:39.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:38 smithi172 bash[25094]: audit 2023-12-06T07:34:38.635933+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:39.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:38 smithi172 bash[25094]: audit 2023-12-06T07:34:38.830998+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:39.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:38 smithi172 bash[25094]: audit 2023-12-06T07:34:38.840303+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:39.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:38 smithi172 bash[30529]: cluster 2023-12-06T07:34:37.801612+0000 mgr.y (mgr.25351) 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-06T07:34:39.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:38 smithi172 bash[30529]: audit 2023-12-06T07:34:38.627641+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:39.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:38 smithi172 bash[30529]: audit 2023-12-06T07:34:38.635933+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:39.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:38 smithi172 bash[30529]: audit 2023-12-06T07:34:38.830998+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:39.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:38 smithi172 bash[30529]: audit 2023-12-06T07:34:38.840303+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:39.197 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:38 smithi195 bash[25052]: cluster 2023-12-06T07:34:37.801612+0000 mgr.y (mgr.25351) 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-06T07:34:39.197 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:38 smithi195 bash[25052]: audit 2023-12-06T07:34:38.627641+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:39.197 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:38 smithi195 bash[25052]: audit 2023-12-06T07:34:38.635933+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:39.197 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:38 smithi195 bash[25052]: audit 2023-12-06T07:34:38.830998+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:39.197 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:38 smithi195 bash[25052]: audit 2023-12-06T07:34:38.840303+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:39.595 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:39 smithi195 bash[49849]: debug 2023-12-06T07:34:39.191+0000 7f681987b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:34:39.595 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:39 smithi195 bash[49849]: debug 2023-12-06T07:34:39.315+0000 7f681987b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:34:39.964 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:39 smithi195 bash[49849]: debug 2023-12-06T07:34:39.695+0000 7f681987b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:34:39.964 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:39 smithi195 bash[49849]: debug 2023-12-06T07:34:39.815+0000 7f681987b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:34:40.345 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:39 smithi195 bash[49849]: debug 2023-12-06T07:34:39.955+0000 7f681987b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:34:40.345 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:40 smithi195 bash[49849]: debug 2023-12-06T07:34:40.075+0000 7f681987b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:34:40.345 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:40 smithi195 bash[49849]: debug 2023-12-06T07:34:40.195+0000 7f681987b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:34:40.690 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:40 smithi195 bash[49849]: debug 2023-12-06T07:34:40.383+0000 7f681987b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:34:40.691 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:40 smithi195 bash[49849]: debug 2023-12-06T07:34:40.507+0000 7f681987b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:34:41.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:40 smithi195 bash[25052]: audit 2023-12-06T07:34:39.680281+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:41.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:40 smithi195 bash[25052]: audit 2023-12-06T07:34:39.690746+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:41.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:40 smithi195 bash[25052]: cluster 2023-12-06T07:34:39.803343+0000 mgr.y (mgr.25351) 52 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:34:41.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:40 smithi172 bash[30529]: audit 2023-12-06T07:34:39.680281+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:41.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:40 smithi172 bash[30529]: audit 2023-12-06T07:34:39.690746+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:41.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:40 smithi172 bash[30529]: cluster 2023-12-06T07:34:39.803343+0000 mgr.y (mgr.25351) 52 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:34:41.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:40 smithi172 bash[25094]: audit 2023-12-06T07:34:39.680281+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:41.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:40 smithi172 bash[25094]: audit 2023-12-06T07:34:39.690746+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:41.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:40 smithi172 bash[25094]: cluster 2023-12-06T07:34:39.803343+0000 mgr.y (mgr.25351) 52 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:34:41.840 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:34:41 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:34:41] "GET /metrics HTTP/1.1" 200 38166 "" "Prometheus/2.33.4" 2023-12-06T07:34:42.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:41 smithi195 bash[25052]: cluster 2023-12-06T07:34:41.767982+0000 mon.a (mon.0) 1018 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:34:42.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:41 smithi195 bash[25052]: cluster 2023-12-06T07:34:41.768264+0000 mon.a (mon.0) 1019 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:34:42.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:41 smithi195 bash[25052]: audit 2023-12-06T07:34:41.770764+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.? 172.21.15.195:0/4129465260' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:34:42.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:41 smithi195 bash[25052]: audit 2023-12-06T07:34:41.772093+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.? 172.21.15.195:0/4129465260' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:34:42.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:41 smithi195 bash[25052]: audit 2023-12-06T07:34:41.776606+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.? 172.21.15.195:0/4129465260' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:34:42.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:41 smithi195 bash[25052]: audit 2023-12-06T07:34:41.778031+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.? 172.21.15.195:0/4129465260' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:34:42.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:41 smithi195 bash[49849]: debug 2023-12-06T07:34:41.739+0000 7f681987b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:34:42.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:41 smithi195 bash[49849]: [06/Dec/2023:07:34:41] ENGINE Bus STARTING 2023-12-06T07:34:42.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:41 smithi195 bash[49849]: CherryPy Checker: 2023-12-06T07:34:42.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:41 smithi195 bash[49849]: The Application mounted at '' has an empty config. 2023-12-06T07:34:42.096 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:41 smithi195 bash[49849]: [06/Dec/2023:07:34:41] ENGINE Serving on http://:::9283 2023-12-06T07:34:42.097 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:41 smithi195 bash[49849]: [06/Dec/2023:07:34:41] ENGINE Bus STARTED 2023-12-06T07:34:42.127 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:41 smithi172 bash[25094]: cluster 2023-12-06T07:34:41.767982+0000 mon.a (mon.0) 1018 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:34:42.128 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:41 smithi172 bash[25094]: cluster 2023-12-06T07:34:41.768264+0000 mon.a (mon.0) 1019 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:34:42.128 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:41 smithi172 bash[25094]: audit 2023-12-06T07:34:41.770764+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.? 172.21.15.195:0/4129465260' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:34:42.128 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:41 smithi172 bash[25094]: audit 2023-12-06T07:34:41.772093+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.? 172.21.15.195:0/4129465260' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:34:42.128 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:41 smithi172 bash[25094]: audit 2023-12-06T07:34:41.776606+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.? 172.21.15.195:0/4129465260' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:34:42.128 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:41 smithi172 bash[25094]: audit 2023-12-06T07:34:41.778031+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.? 172.21.15.195:0/4129465260' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:34:42.128 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:41 smithi172 bash[30529]: cluster 2023-12-06T07:34:41.767982+0000 mon.a (mon.0) 1018 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:34:42.128 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:41 smithi172 bash[30529]: cluster 2023-12-06T07:34:41.768264+0000 mon.a (mon.0) 1019 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:34:42.128 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:41 smithi172 bash[30529]: audit 2023-12-06T07:34:41.770764+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.? 172.21.15.195:0/4129465260' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:34:42.128 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:41 smithi172 bash[30529]: audit 2023-12-06T07:34:41.772093+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.? 172.21.15.195:0/4129465260' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:34:42.128 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:41 smithi172 bash[30529]: audit 2023-12-06T07:34:41.776606+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.? 172.21.15.195:0/4129465260' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:34:42.128 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:41 smithi172 bash[30529]: audit 2023-12-06T07:34:41.778031+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.? 172.21.15.195:0/4129465260' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:34:43.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:42 smithi195 bash[25052]: cluster 2023-12-06T07:34:41.804090+0000 mgr.y (mgr.25351) 53 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:34:43.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:42 smithi195 bash[25052]: cluster 2023-12-06T07:34:41.838771+0000 mon.a (mon.0) 1020 : cluster [DBG] mgrmap e32: y(active, since 45s), standbys: x 2023-12-06T07:34:43.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:42 smithi195 bash[25052]: audit 2023-12-06T07:34:42.126353+0000 mgr.y (mgr.25351) 54 : audit [DBG] from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:34:43.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:42 smithi172 bash[25094]: cluster 2023-12-06T07:34:41.804090+0000 mgr.y (mgr.25351) 53 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:34:43.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:42 smithi172 bash[25094]: cluster 2023-12-06T07:34:41.838771+0000 mon.a (mon.0) 1020 : cluster [DBG] mgrmap e32: y(active, since 45s), standbys: x 2023-12-06T07:34:43.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:42 smithi172 bash[25094]: audit 2023-12-06T07:34:42.126353+0000 mgr.y (mgr.25351) 54 : audit [DBG] from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:34:43.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:42 smithi172 bash[30529]: cluster 2023-12-06T07:34:41.804090+0000 mgr.y (mgr.25351) 53 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:34:43.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:42 smithi172 bash[30529]: cluster 2023-12-06T07:34:41.838771+0000 mon.a (mon.0) 1020 : cluster [DBG] mgrmap e32: y(active, since 45s), standbys: x 2023-12-06T07:34:43.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:42 smithi172 bash[30529]: audit 2023-12-06T07:34:42.126353+0000 mgr.y (mgr.25351) 54 : audit [DBG] from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:34:44.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:43 smithi172 bash[25094]: audit 2023-12-06T07:34:42.932441+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:34:44.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:43 smithi172 bash[30529]: audit 2023-12-06T07:34:42.932441+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:34:44.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:43 smithi195 bash[25052]: audit 2023-12-06T07:34:42.932441+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:34:45.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:44 smithi172 bash[25094]: cluster 2023-12-06T07:34:43.804903+0000 mgr.y (mgr.25351) 55 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:34:45.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:44 smithi172 bash[30529]: cluster 2023-12-06T07:34:43.804903+0000 mgr.y (mgr.25351) 55 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:34:45.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:44 smithi195 bash[25052]: cluster 2023-12-06T07:34:43.804903+0000 mgr.y (mgr.25351) 55 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:34:47.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:46 smithi195 bash[25052]: cluster 2023-12-06T07:34:45.806555+0000 mgr.y (mgr.25351) 56 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:34:47.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:46 smithi172 bash[30529]: cluster 2023-12-06T07:34:45.806555+0000 mgr.y (mgr.25351) 56 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:34:47.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:46 smithi172 bash[25094]: cluster 2023-12-06T07:34:45.806555+0000 mgr.y (mgr.25351) 56 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:34:48.865 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:48 smithi195 bash[49416]: ts=2023-12-06T07:34: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.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:34:49.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:48 smithi195 bash[25052]: cluster 2023-12-06T07:34:47.807373+0000 mgr.y (mgr.25351) 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-06T07:34:49.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:48 smithi172 bash[25094]: cluster 2023-12-06T07:34:47.807373+0000 mgr.y (mgr.25351) 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-06T07:34:49.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:48 smithi172 bash[30529]: cluster 2023-12-06T07:34:47.807373+0000 mgr.y (mgr.25351) 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-06T07:34:50.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[25094]: audit 2023-12-06T07:34:49.393227+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:50.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[25094]: audit 2023-12-06T07:34:49.402088+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:50.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[25094]: audit 2023-12-06T07:34:49.403909+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:34:50.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[25094]: audit 2023-12-06T07:34:49.405421+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:34:50.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[25094]: audit 2023-12-06T07:34:49.413974+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:50.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[25094]: audit 2023-12-06T07:34:49.500589+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:34:50.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[25094]: audit 2023-12-06T07:34:49.505285+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:34:50.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[25094]: cephadm 2023-12-06T07:34:49.506492+0000 mgr.y (mgr.25351) 58 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-06T07:34:50.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[25094]: audit 2023-12-06T07:34:49.512227+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:50.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[25094]: audit 2023-12-06T07:34:49.513454+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T07:34:50.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[25094]: audit 2023-12-06T07:34:49.518278+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-06T07:34:50.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[25094]: audit 2023-12-06T07:34:49.519422+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-06T07:34:50.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[25094]: audit 2023-12-06T07:34:49.524560+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-06T07:34:50.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[25094]: audit 2023-12-06T07:34:49.526468+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T07:34:50.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[25094]: audit 2023-12-06T07:34:49.527602+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-06T07:34:50.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[25094]: cephadm 2023-12-06T07:34:49.528452+0000 mgr.y (mgr.25351) 59 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-06T07:34:50.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[25094]: cluster 2023-12-06T07:34:49.809204+0000 mgr.y (mgr.25351) 60 : 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-06T07:34:50.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[30529]: audit 2023-12-06T07:34:49.393227+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:50.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[30529]: audit 2023-12-06T07:34:49.402088+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:50.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[30529]: audit 2023-12-06T07:34:49.403909+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:34:50.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[30529]: audit 2023-12-06T07:34:49.405421+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:34:50.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[30529]: audit 2023-12-06T07:34:49.413974+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:50.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[30529]: audit 2023-12-06T07:34:49.500589+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:34:50.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[30529]: audit 2023-12-06T07:34:49.505285+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:34:50.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[30529]: cephadm 2023-12-06T07:34:49.506492+0000 mgr.y (mgr.25351) 58 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-06T07:34:50.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[30529]: audit 2023-12-06T07:34:49.512227+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:50.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[30529]: audit 2023-12-06T07:34:49.513454+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T07:34:50.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[30529]: audit 2023-12-06T07:34:49.518278+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-06T07:34:50.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[30529]: audit 2023-12-06T07:34:49.519422+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-06T07:34:50.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[30529]: audit 2023-12-06T07:34:49.524560+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-06T07:34:50.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[30529]: audit 2023-12-06T07:34:49.526468+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T07:34:50.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[30529]: audit 2023-12-06T07:34:49.527602+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-06T07:34:50.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[30529]: cephadm 2023-12-06T07:34:49.528452+0000 mgr.y (mgr.25351) 59 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-06T07:34:50.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:50 smithi172 bash[30529]: cluster 2023-12-06T07:34:49.809204+0000 mgr.y (mgr.25351) 60 : 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-06T07:34:50.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:50 smithi195 bash[25052]: audit 2023-12-06T07:34:49.393227+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:50.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:50 smithi195 bash[25052]: audit 2023-12-06T07:34:49.402088+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:50.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:50 smithi195 bash[25052]: audit 2023-12-06T07:34:49.403909+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:34:50.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:50 smithi195 bash[25052]: audit 2023-12-06T07:34:49.405421+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:34:50.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:50 smithi195 bash[25052]: audit 2023-12-06T07:34:49.413974+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:50.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:50 smithi195 bash[25052]: audit 2023-12-06T07:34:49.500589+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:34:50.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:50 smithi195 bash[25052]: audit 2023-12-06T07:34:49.505285+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:34:50.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:50 smithi195 bash[25052]: cephadm 2023-12-06T07:34:49.506492+0000 mgr.y (mgr.25351) 58 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-06T07:34:50.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:50 smithi195 bash[25052]: audit 2023-12-06T07:34:49.512227+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:50.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:50 smithi195 bash[25052]: audit 2023-12-06T07:34:49.513454+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T07:34:50.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:50 smithi195 bash[25052]: audit 2023-12-06T07:34:49.518278+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-06T07:34:50.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:50 smithi195 bash[25052]: audit 2023-12-06T07:34:49.519422+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-06T07:34:50.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:50 smithi195 bash[25052]: audit 2023-12-06T07:34:49.524560+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-06T07:34:50.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:50 smithi195 bash[25052]: audit 2023-12-06T07:34:49.526468+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T07:34:50.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:50 smithi195 bash[25052]: audit 2023-12-06T07:34:49.527602+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-06T07:34:50.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:50 smithi195 bash[25052]: cephadm 2023-12-06T07:34:49.528452+0000 mgr.y (mgr.25351) 59 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-06T07:34:50.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:50 smithi195 bash[25052]: cluster 2023-12-06T07:34:49.809204+0000 mgr.y (mgr.25351) 60 : 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-06T07:34:51.926 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:34:51 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:34:51] "GET /metrics HTTP/1.1" 200 38161 "" "Prometheus/2.33.4" 2023-12-06T07:34:53.260 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:52 smithi172 bash[25094]: cluster 2023-12-06T07:34:51.809952+0000 mgr.y (mgr.25351) 61 : 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-06T07:34:53.261 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:52 smithi172 bash[25094]: cephadm 2023-12-06T07:34:51.949103+0000 mgr.y (mgr.25351) 62 : cephadm [INF] Upgrade: Updating mon.a 2023-12-06T07:34:53.261 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:52 smithi172 bash[25094]: audit 2023-12-06T07:34:51.958967+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:53.261 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:52 smithi172 bash[25094]: audit 2023-12-06T07:34:51.960455+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:34:53.261 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:52 smithi172 bash[25094]: audit 2023-12-06T07:34:51.961779+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:34:53.261 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:52 smithi172 bash[25094]: audit 2023-12-06T07:34:51.963096+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:34:53.261 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:52 smithi172 bash[25094]: cephadm 2023-12-06T07:34:51.964823+0000 mgr.y (mgr.25351) 63 : cephadm [INF] Deploying daemon mon.a on smithi172 2023-12-06T07:34:53.261 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:52 smithi172 bash[25094]: audit 2023-12-06T07:34:52.133545+0000 mgr.y (mgr.25351) 64 : audit [DBG] from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:34:53.261 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:52 smithi172 bash[30529]: cluster 2023-12-06T07:34:51.809952+0000 mgr.y (mgr.25351) 61 : 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-06T07:34:53.261 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:52 smithi172 bash[30529]: cephadm 2023-12-06T07:34:51.949103+0000 mgr.y (mgr.25351) 62 : cephadm [INF] Upgrade: Updating mon.a 2023-12-06T07:34:53.261 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:52 smithi172 bash[30529]: audit 2023-12-06T07:34:51.958967+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:53.261 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:52 smithi172 bash[30529]: audit 2023-12-06T07:34:51.960455+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:34:53.262 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:52 smithi172 bash[30529]: audit 2023-12-06T07:34:51.961779+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:34:53.262 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:52 smithi172 bash[30529]: audit 2023-12-06T07:34:51.963096+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:34:53.262 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:52 smithi172 bash[30529]: cephadm 2023-12-06T07:34:51.964823+0000 mgr.y (mgr.25351) 63 : cephadm [INF] Deploying daemon mon.a on smithi172 2023-12-06T07:34:53.262 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:52 smithi172 bash[30529]: audit 2023-12-06T07:34:52.133545+0000 mgr.y (mgr.25351) 64 : audit [DBG] from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:34:53.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:52 smithi195 bash[25052]: cluster 2023-12-06T07:34:51.809952+0000 mgr.y (mgr.25351) 61 : 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-06T07:34:53.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:52 smithi195 bash[25052]: cephadm 2023-12-06T07:34:51.949103+0000 mgr.y (mgr.25351) 62 : cephadm [INF] Upgrade: Updating mon.a 2023-12-06T07:34:53.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:52 smithi195 bash[25052]: audit 2023-12-06T07:34:51.958967+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' 2023-12-06T07:34:53.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:52 smithi195 bash[25052]: audit 2023-12-06T07:34:51.960455+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:34:53.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:52 smithi195 bash[25052]: audit 2023-12-06T07:34:51.961779+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:34:53.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:52 smithi195 bash[25052]: audit 2023-12-06T07:34:51.963096+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:34:53.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:52 smithi195 bash[25052]: cephadm 2023-12-06T07:34:51.964823+0000 mgr.y (mgr.25351) 63 : cephadm [INF] Deploying daemon mon.a on smithi172 2023-12-06T07:34:53.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:52 smithi195 bash[25052]: audit 2023-12-06T07:34:52.133545+0000 mgr.y (mgr.25351) 64 : audit [DBG] from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:34:54.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:54 smithi172 systemd[1]: Stopping Ceph mon.a for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:34:54.764 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:54 smithi172 bash[25094]: debug 2023-12-06T07:34:54.509+0000 7ff10fad4700 -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-06T07:34:54.764 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:54 smithi172 bash[25094]: debug 2023-12-06T07:34:54.509+0000 7ff10fad4700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-12-06T07:34:54.764 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:34:54 smithi172 bash[61365]: [06/Dec/2023:07:34:54] ENGINE Bus STOPPING 2023-12-06T07:34:54.765 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:34:54 smithi172 bash[61365]: [06/Dec/2023:07:34:54] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T07:34:54.765 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:34:54 smithi172 bash[61365]: [06/Dec/2023:07:34:54] ENGINE Bus STOPPED 2023-12-06T07:34:54.765 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:34:54 smithi172 bash[61365]: [06/Dec/2023:07:34:54] ENGINE Bus STARTING 2023-12-06T07:34:54.765 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:34:54 smithi172 bash[61365]: [06/Dec/2023:07:34:54] ENGINE Serving on http://:::9283 2023-12-06T07:34:54.765 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:34:54 smithi172 bash[61365]: [06/Dec/2023:07:34:54] ENGINE Bus STARTED 2023-12-06T07:34:55.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:55 smithi172 bash[64436]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-mon-a 2023-12-06T07:34:55.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:55 smithi172 bash[64533]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-mon-a 2023-12-06T07:34:55.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:55 smithi172 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-06T07:34:55.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:55 smithi172 systemd[1]: Stopped Ceph mon.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:34:55.660 INFO:teuthology.orchestra.run.smithi172.stdout:true 2023-12-06T07:34:55.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:55 smithi172 systemd[1]: Started Ceph mon.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:34:56.425 INFO:teuthology.orchestra.run.smithi172.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:34:56.425 INFO:teuthology.orchestra.run.smithi172.stdout:alertmanager.a smithi172 *:9093,9094 running (2m) 17s ago 9m 16.7M - 0.23.0 ba2b418f427c 834724028b79 2023-12-06T07:34:56.425 INFO:teuthology.orchestra.run.smithi172.stdout:grafana.a smithi195 *:3000 running (83s) 17s ago 9m 42.9M - 8.3.5 dad864ee21e9 c0abf90c662f 2023-12-06T07:34:56.425 INFO:teuthology.orchestra.run.smithi172.stdout:iscsi.foo.smithi172.imjphn smithi172 running (35s) 17s ago 7m 44.0M - 3.5 e1d6a67b021e d65a8ea57779 2023-12-06T07:34:56.425 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.x smithi195 *:8443,9283,8765 running (24s) 17s ago 15m 90.1M - 19.0.0-26-g0482646f 26bb7d89db2e e5647ee16c48 2023-12-06T07:34:56.425 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.y smithi172 *:8443,9283,8765 running (77s) 17s ago 17m 481M - 19.0.0-26-g0482646f 26bb7d89db2e 5594cbd599cc 2023-12-06T07:34:56.426 INFO:teuthology.orchestra.run.smithi172.stdout:mon.a smithi172 starting - - - 2048M 2023-12-06T07:34:56.426 INFO:teuthology.orchestra.run.smithi172.stdout:mon.b smithi195 running (15m) 17s ago 15m 58.9M 2048M 17.2.0 e1d6a67b021e 696ba54e207e 2023-12-06T07:34:56.426 INFO:teuthology.orchestra.run.smithi172.stdout:mon.c smithi172 running (15m) 17s ago 15m 55.8M 2048M 17.2.0 e1d6a67b021e d3e5645df5a7 2023-12-06T07:34:56.426 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.a smithi172 *:9100 running (2m) 17s ago 9m 14.9M - 1.3.1 1dbe0e931976 4171378093cf 2023-12-06T07:34:56.426 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.b smithi195 *:9100 running (108s) 17s ago 9m 10.6M - 1.3.1 1dbe0e931976 3f1c42cbb0e4 2023-12-06T07:34:56.426 INFO:teuthology.orchestra.run.smithi172.stdout:osd.0 smithi172 running (14m) 17s ago 14m 58.0M 2781M 17.2.0 e1d6a67b021e d65620e34baf 2023-12-06T07:34:56.426 INFO:teuthology.orchestra.run.smithi172.stdout:osd.1 smithi172 running (14m) 17s ago 14m 58.7M 2781M 17.2.0 e1d6a67b021e 7522680f974d 2023-12-06T07:34:56.426 INFO:teuthology.orchestra.run.smithi172.stdout:osd.2 smithi172 running (13m) 17s ago 13m 54.7M 2781M 17.2.0 e1d6a67b021e 52ca8f6db2e7 2023-12-06T07:34:56.426 INFO:teuthology.orchestra.run.smithi172.stdout:osd.3 smithi172 running (12m) 17s ago 12m 57.1M 2781M 17.2.0 e1d6a67b021e 1c2477b9ceb7 2023-12-06T07:34:56.426 INFO:teuthology.orchestra.run.smithi172.stdout:osd.4 smithi195 running (12m) 17s ago 12m 58.9M 3037M 17.2.0 e1d6a67b021e eaea9514cd4a 2023-12-06T07:34:56.426 INFO:teuthology.orchestra.run.smithi172.stdout:osd.5 smithi195 running (11m) 17s ago 11m 55.5M 3037M 17.2.0 e1d6a67b021e 51eedee8fdd8 2023-12-06T07:34:56.426 INFO:teuthology.orchestra.run.smithi172.stdout:osd.6 smithi195 running (11m) 17s ago 11m 53.7M 3037M 17.2.0 e1d6a67b021e 3bdaad441af1 2023-12-06T07:34:56.426 INFO:teuthology.orchestra.run.smithi172.stdout:osd.7 smithi195 running (10m) 17s ago 10m 56.3M 3037M 17.2.0 e1d6a67b021e 33c403e0a340 2023-12-06T07:34:56.426 INFO:teuthology.orchestra.run.smithi172.stdout:prometheus.a smithi195 *:9095 running (30s) 17s ago 9m 48.0M - 2.33.4 514e6a882f6e 15fc5d42d7a7 2023-12-06T07:34:56.427 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi172.fmdqeg smithi172 *:8000 running (7m) 17s ago 7m 86.5M - 17.2.0 e1d6a67b021e f5f3949b1de8 2023-12-06T07:34:56.427 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi195.hycrot smithi195 *:8000 running (7m) 17s ago 7m 87.0M - 17.2.0 e1d6a67b021e 9c5f08c98b32 2023-12-06T07:34:56.427 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi172.woscxg smithi172 *:80 running (7m) 17s ago 7m 86.8M - 17.2.0 e1d6a67b021e 0c4c84135665 2023-12-06T07:34:56.427 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi195.imqeni smithi195 *:80 running (7m) 17s ago 7m 87.3M - 17.2.0 e1d6a67b021e ca4b88c28560 2023-12-06T07:34:56.889 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:34:56.889 INFO:teuthology.orchestra.run.smithi172.stdout: "mon": { 2023-12-06T07:34:56.889 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T07:34:56.889 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:34:56.890 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr": { 2023-12-06T07:34:56.890 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:34:56.890 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:34:56.890 INFO:teuthology.orchestra.run.smithi172.stdout: "osd": { 2023-12-06T07:34:56.890 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:34:56.890 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:34:56.890 INFO:teuthology.orchestra.run.smithi172.stdout: "mds": {}, 2023-12-06T07:34:56.890 INFO:teuthology.orchestra.run.smithi172.stdout: "rgw": { 2023-12-06T07:34:56.890 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:34:56.890 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:34:56.890 INFO:teuthology.orchestra.run.smithi172.stdout: "overall": { 2023-12-06T07:34:56.890 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2023-12-06T07:34:56.890 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:34:56.890 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:34:56.891 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:34:56.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.661+0000 7f2351336c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T07:34:56.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.661+0000 7f2351336c80 0 ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev), process ceph-mon, pid 6 2023-12-06T07:34:56.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.661+0000 7f2351336c80 0 pidfile_write: ignore empty --pid-file 2023-12-06T07:34:56.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.665+0000 7f2351336c80 0 load: jerasure load: lrc 2023-12-06T07:34:56.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-06T07:34:56.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Git sha 0 2023-12-06T07:34:56.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Compile date 2023-12-06 02:25:46 2023-12-06T07:34:56.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: DB SUMMARY 2023-12-06T07:34:56.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: DB Session ID: QIIUVCWZUD7XFESUA6CW 2023-12-06T07:34:56.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: CURRENT file: CURRENT 2023-12-06T07:34:56.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T07:34:56.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: MANIFEST file: MANIFEST-000015 size: 1334 Bytes 2023-12-06T07:34:56.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000036.sst 2023-12-06T07:34:56.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000034.log size: 209738 ; 2023-12-06T07:34:56.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.error_if_exists: 0 2023-12-06T07:34:56.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.create_if_missing: 0 2023-12-06T07:34:56.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T07:34:56.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-06T07:34:56.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T07:34:56.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-06T07:34:56.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.env: 0x5632da13fa60 2023-12-06T07:34:56.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-06T07:34:56.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.info_log: 0x5632dbf3d760 2023-12-06T07:34:56.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T07:34:56.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.statistics: (nil) 2023-12-06T07:34:56.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.use_fsync: 0 2023-12-06T07:34:56.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T07:34:56.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T07:34:56.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T07:34:56.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T07:34:56.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T07:34:56.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T07:34:56.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T07:34:56.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T07:34:56.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T07:34:56.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T07:34:56.926 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T07:34:56.926 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.db_log_dir: 2023-12-06T07:34:56.926 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.wal_dir: 2023-12-06T07:34:56.926 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T07:34:56.926 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T07:34:56.926 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T07:34:56.926 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T07:34:56.926 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T07:34:56.926 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T07:34:56.926 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T07:34:56.926 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T07:34:56.926 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.write_buffer_manager: 0x5632dbf10f00 2023-12-06T07:34:56.927 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T07:34:56.927 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T07:34:56.927 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T07:34:56.927 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T07:34:56.927 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T07:34:56.927 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T07:34:56.928 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T07:34:56.928 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T07:34:56.928 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.unordered_write: 0 2023-12-06T07:34:56.929 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T07:34:56.929 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T07:34:56.929 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T07:34:56.929 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T07:34:56.929 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.row_cache: None 2023-12-06T07:34:56.929 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.wal_filter: None 2023-12-06T07:34:56.929 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T07:34:56.929 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T07:34:56.929 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.two_write_queues: 0 2023-12-06T07:34:56.929 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T07:34:56.929 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.wal_compression: 0 2023-12-06T07:34:56.929 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.atomic_flush: 0 2023-12-06T07:34:56.929 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T07:34:56.929 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T07:34:56.930 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T07:34:56.930 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T07:34:56.930 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T07:34:56.930 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T07:34:56.930 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T07:34:56.930 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T07:34:56.930 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T07:34:56.931 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T07:34:56.931 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-06T07:34:56.931 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T07:34:56.931 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T07:34:56.931 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T07:34:56.931 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T07:34:56.931 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T07:34:56.931 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T07:34:56.931 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T07:34:56.931 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T07:34:56.931 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T07:34:56.931 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T07:34:56.931 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T07:34:56.932 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_open_files: -1 2023-12-06T07:34:56.932 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T07:34:56.932 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T07:34:56.932 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T07:34:56.932 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T07:34:56.932 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T07:34:56.932 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Compression algorithms supported: 2023-12-06T07:34:56.932 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T07:34:56.932 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: kZSTD supported: 0 2023-12-06T07:34:56.932 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: kXpressCompression supported: 0 2023-12-06T07:34:56.932 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T07:34:56.932 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: kZlibCompression supported: 1 2023-12-06T07:34:56.932 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T07:34:56.932 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T07:34:56.933 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T07:34:56.933 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T07:34:56.933 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-06T07:34:56.933 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2023-12-06T07:34:56.933 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-06T07:34:56.933 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T07:34:56.933 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.merge_operator: 2023-12-06T07:34:56.933 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compaction_filter: None 2023-12-06T07:34:56.933 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T07:34:56.933 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T07:34:56.933 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T07:34:56.933 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T07:34:56.933 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5632dbf3d8a0) 2023-12-06T07:34:56.934 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: cache_index_and_filter_blocks: 1 2023-12-06T07:34:56.934 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T07:34:56.934 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T07:34:56.934 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: pin_top_level_index_and_filter: 1 2023-12-06T07:34:56.934 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: index_type: 0 2023-12-06T07:34:56.934 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: data_block_index_type: 0 2023-12-06T07:34:56.934 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: index_shortening: 1 2023-12-06T07:34:56.934 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T07:34:56.935 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: checksum: 4 2023-12-06T07:34:56.935 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: no_block_cache: 0 2023-12-06T07:34:56.935 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: block_cache: 0x5632dbf91090 2023-12-06T07:34:56.935 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: block_cache_name: BinnedLRUCache 2023-12-06T07:34:56.935 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: block_cache_options: 2023-12-06T07:34:56.935 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: capacity : 536870912 2023-12-06T07:34:56.935 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: num_shard_bits : 4 2023-12-06T07:34:56.935 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: strict_capacity_limit : 0 2023-12-06T07:34:56.935 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: high_pri_pool_ratio: 0.000 2023-12-06T07:34:56.935 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: block_cache_compressed: (nil) 2023-12-06T07:34:56.935 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: persistent_cache: (nil) 2023-12-06T07:34:56.935 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: block_size: 4096 2023-12-06T07:34:56.935 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: block_size_deviation: 10 2023-12-06T07:34:56.936 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: block_restart_interval: 16 2023-12-06T07:34:56.936 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: index_block_restart_interval: 1 2023-12-06T07:34:56.936 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: metadata_block_size: 4096 2023-12-06T07:34:56.936 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: partition_filters: 0 2023-12-06T07:34:56.936 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: use_delta_encoding: 1 2023-12-06T07:34:56.936 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: filter_policy: bloomfilter 2023-12-06T07:34:56.936 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: whole_key_filtering: 1 2023-12-06T07:34:56.936 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: verify_compression: 0 2023-12-06T07:34:56.936 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: read_amp_bytes_per_bit: 0 2023-12-06T07:34:56.936 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: format_version: 5 2023-12-06T07:34:56.936 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: enable_index_compression: 1 2023-12-06T07:34:56.936 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: block_align: 0 2023-12-06T07:34:56.936 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: max_auto_readahead_size: 262144 2023-12-06T07:34:56.936 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: prepopulate_block_cache: 0 2023-12-06T07:34:56.936 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: initial_auto_readahead_size: 8192 2023-12-06T07:34:56.937 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: num_file_reads_for_auto_readahead: 2 2023-12-06T07:34:56.937 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T07:34:56.937 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T07:34:56.937 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compression: NoCompression 2023-12-06T07:34:56.937 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T07:34:56.937 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T07:34:56.937 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T07:34:56.937 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.num_levels: 7 2023-12-06T07:34:56.937 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T07:34:56.937 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T07:34:56.937 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T07:34:56.937 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T07:34:56.937 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T07:34:56.937 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T07:34:56.938 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T07:34:56.938 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T07:34:56.938 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T07:34:56.938 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T07:34:56.938 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-06T07:34:56.938 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-06T07:34:56.938 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T07:34:56.938 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T07:34:56.938 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T07:34:56.938 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T07:34:56.938 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T07:34:56.938 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-06T07:34:56.938 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T07:34:56.938 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T07:34:56.938 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-06T07:34:56.939 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T07:34:56.939 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T07:34:56.939 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T07:34:56.939 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T07:34:56.939 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T07:34:56.939 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T07:34:56.939 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T07:34:56.939 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T07:34:56.939 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T07:34:56.939 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T07:34:56.939 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T07:34:56.939 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T07:34:56.939 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T07:34:56.939 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T07:34:56.939 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T07:34:56.940 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T07:34:56.940 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T07:34:56.940 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-06T07:34:56.940 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-06T07:34:56.940 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T07:34:56.940 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T07:34:56.940 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T07:34:56.940 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T07:34:56.940 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T07:34:56.940 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T07:34:56.940 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T07:34:56.940 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T07:34:56.940 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T07:34:56.940 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T07:34:56.940 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T07:34:56.940 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T07:34:56.941 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T07:34:56.941 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.table_properties_collectors: 2023-12-06T07:34:56.941 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T07:34:56.941 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T07:34:56.941 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T07:34:56.941 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T07:34:56.941 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T07:34:56.941 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.bloom_locality: 0 2023-12-06T07:34:56.941 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T07:34:56.941 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T07:34:56.941 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T07:34:56.941 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T07:34:56.941 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T07:34:56.941 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.ttl: 2592000 2023-12-06T07:34:56.941 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T07:34:56.942 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-06T07:34:56.942 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-06T07:34:56.942 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.enable_blob_files: false 2023-12-06T07:34:56.942 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.min_blob_size: 0 2023-12-06T07:34:56.942 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T07:34:56.942 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T07:34:56.942 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T07:34:56.942 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T07:34:56.942 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-06T07:34:56.942 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-06T07:34:56.942 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-06T07:34:56.942 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-06T07:34:56.942 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f23422f6700 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-06T07:34:56.942 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 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-06T07:34:56.942 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 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 16918, log_number is 34,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-06T07:34:56.943 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 34 2023-12-06T07:34:56.943 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b9274ba2-d0e9-468b-8537-36b1859e22cb 2023-12-06T07:34:56.943 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701848096676545, "job": 1, "event": "recovery_started", "wal_files": [34]} 2023-12-06T07:34:56.943 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.669+0000 7f2351336c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #34 mode 2 2023-12-06T07:34:56.943 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.673+0000 7f2351336c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701848096678105, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 39, "file_size": 208303, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 16920, "largest_seqno": 17087, "table_properties": {"data_size": 206562, "index_size": 473, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 261, "raw_key_size": 2501, "raw_average_key_size": 27, "raw_value_size": 204423, "raw_average_value_size": 2221, "num_data_blocks": 20, "num_entries": 92, "num_filter_entries": 92, "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": 1701848096, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "b9274ba2-d0e9-468b-8537-36b1859e22cb", "db_session_id": "QIIUVCWZUD7XFESUA6CW", "orig_file_number": 39, "seqno_to_time_mapping": "N/A"}} 2023-12-06T07:34:56.943 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.673+0000 7f2351336c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701848096678350, "job": 1, "event": "recovery_finished"} 2023-12-06T07:34:56.943 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.673+0000 7f2351336c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 41 2023-12-06T07:34:56.943 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.673+0000 7f2351336c80 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-06T07:34:56.943 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.677+0000 7f2351336c80 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-06T07:34:56.943 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.677+0000 7f2351336c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5632dc030000 2023-12-06T07:34:56.943 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.677+0000 7f2351336c80 4 rocksdb: DB pointer 0x5632dc01e000 2023-12-06T07:34:56.943 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.677+0000 7f233faf1700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-06T07:34:56.943 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.677+0000 7f233faf1700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-06T07:34:56.943 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: ** DB Stats ** 2023-12-06T07:34:56.943 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:34:56.944 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: 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-06T07:34:56.944 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T07:34:56.944 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T07:34:56.944 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: 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-06T07:34:56.944 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T07:34:56.944 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T07:34:56.944 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: ** Compaction Stats [default] ** 2023-12-06T07:34:56.944 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: 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-06T07:34:56.944 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-06T07:34:56.944 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: L0 1/0 203.42 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 183.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-06T07:34:56.944 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: L6 1/0 10.23 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2023-12-06T07:34:56.944 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: Sum 2/0 10.43 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 183.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-06T07:34:56.944 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 183.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-06T07:34:56.944 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: ** Compaction Stats [default] ** 2023-12-06T07:34:56.944 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: 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-06T07:34:56.944 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T07:34:56.945 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 183.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-06T07:34:56.945 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-06T07:34:56.945 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:34:56.945 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T07:34:56.945 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T07:34:56.945 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T07:34:56.945 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T07:34:56.945 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T07:34:56.945 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: Cumulative compaction: 0.00 GB write, 25.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T07:34:56.945 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: Interval compaction: 0.00 GB write, 25.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T07:34:56.945 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: 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-06T07:34:56.945 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: Block cache BinnedLRUCache@0x5632dbf91090#6 capacity: 512.00 MB usage: 0.86 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.7e-05 secs_since: 0 2023-12-06T07:34:56.945 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: Block cache entry stats(count,size,portion): FilterBlock(1,0.31 KB,5.96046e-05%) IndexBlock(1,0.55 KB,0.000104308%) Misc(1,0.00 KB,0%) 2023-12-06T07:34:56.945 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T07:34:56.945 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.677+0000 7f2351336c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] at bind addrs [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:34:56.946 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.677+0000 7f2351336c80 1 mon.a@-1(???) e3 preinit fsid 6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:34:56.946 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.681+0000 7f2351336c80 0 mon.a@-1(???).mds e1 new map 2023-12-06T07:34:56.946 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.681+0000 7f2351336c80 0 mon.a@-1(???).mds e1 print_map 2023-12-06T07:34:56.946 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: e1 2023-12-06T07:34:56.946 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T07:34:56.946 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: 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-06T07:34:56.946 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: legacy client fscid: -1 2023-12-06T07:34:56.946 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: 2023-12-06T07:34:56.946 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: No filesystems configured 2023-12-06T07:34:56.946 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.681+0000 7f2351336c80 0 mon.a@-1(???).osd e102 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-06T07:34:56.946 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.681+0000 7f2351336c80 0 mon.a@-1(???).osd e102 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T07:34:56.946 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.681+0000 7f2351336c80 0 mon.a@-1(???).osd e102 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T07:34:56.946 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.681+0000 7f2351336c80 0 mon.a@-1(???).osd e102 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T07:34:56.947 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:56 smithi172 bash[64618]: debug 2023-12-06T07:34:56.681+0000 7f2351336c80 1 mon.a@-1(???).paxosservice(auth 1..23) refresh upgraded, format 0 -> 3 2023-12-06T07:34:57.274 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:34:57.274 INFO:teuthology.orchestra.run.smithi172.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:34:57.275 INFO:teuthology.orchestra.run.smithi172.stdout: "in_progress": true, 2023-12-06T07:34:57.275 INFO:teuthology.orchestra.run.smithi172.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:34:57.275 INFO:teuthology.orchestra.run.smithi172.stdout: "services_complete": [ 2023-12-06T07:34:57.275 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr" 2023-12-06T07:34:57.275 INFO:teuthology.orchestra.run.smithi172.stdout: ], 2023-12-06T07:34:57.275 INFO:teuthology.orchestra.run.smithi172.stdout: "progress": "2/23 daemons upgraded", 2023-12-06T07:34:57.276 INFO:teuthology.orchestra.run.smithi172.stdout: "message": "Currently upgrading mon daemons", 2023-12-06T07:34:57.276 INFO:teuthology.orchestra.run.smithi172.stdout: "is_paused": false 2023-12-06T07:34:57.276 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:34:57.724 INFO:teuthology.orchestra.run.smithi172.stdout:HEALTH_OK 2023-12-06T07:34:58.595 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[49849]: ignoring --setuser ceph since I am not root 2023-12-06T07:34:58.596 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[49849]: ignoring --setgroup ceph since I am not root 2023-12-06T07:34:58.596 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[49849]: debug 2023-12-06T07:34:58.215+0000 7fb35fc82700 1 -- 172.21.15.195:0/213927554 <== mon.2 v2:172.21.15.195:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559cfe70a1a0 con 0x559cff486c00 2023-12-06T07:34:58.596 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[49849]: debug 2023-12-06T07:34:58.379+0000 7fb369a0a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:34:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[25052]: audit 2023-12-06T07:34:54.525965+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:34:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[25052]: audit 2023-12-06T07:34:54.527773+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:34:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[25052]: audit 2023-12-06T07:34:54.527999+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:34:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[25052]: audit 2023-12-06T07:34:55.640072+0000 mgr.y (mgr.25351) 66 : audit [DBG] from='client.25486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:34:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[25052]: cluster 2023-12-06T07:34:55.812048+0000 mgr.y (mgr.25351) 67 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:34:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[25052]: audit 2023-12-06T07:34:56.036565+0000 mgr.y (mgr.25351) 68 : audit [DBG] from='client.25492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:34:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[25052]: audit 2023-12-06T07:34:56.406213+0000 mgr.y (mgr.25351) 69 : audit [DBG] from='client.25498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:34:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[25052]: audit 2023-12-06T07:34:56.888537+0000 mon.c (mon.1) 164 : audit [DBG] from='client.? 172.21.15.172:0/1943247228' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:34:58.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[25052]: audit 2023-12-06T07:34:57.723474+0000 mon.c (mon.1) 165 : audit [DBG] from='client.? 172.21.15.172:0/2138349035' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:34:58.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[25052]: audit 2023-12-06T07:34:57.939527+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:34:58.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[25052]: cluster 2023-12-06T07:34:58.106745+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-06T07:34:58.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[25052]: cluster 2023-12-06T07:34:58.126716+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-06T07:34:58.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[25052]: cluster 2023-12-06T07:34:58.137710+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],b=[v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0],c=[v2:172.21.15.172:3301/0,v1:172.21.15.172:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T07:34:58.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[25052]: cluster 2023-12-06T07:34:58.138641+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-06T07:34:58.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[25052]: cluster 2023-12-06T07:34:58.138727+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-06T07:34:58.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[25052]: cluster 2023-12-06T07:34:58.140586+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e32: y(active, since 61s), standbys: x 2023-12-06T07:34:58.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[25052]: audit 2023-12-06T07:34:58.158231+0000 mon.a (mon.0) 7 : audit [INF] from='mgr.25351 ' entity='' 2023-12-06T07:34:58.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[25052]: cluster 2023-12-06T07:34:58.159079+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e33: y(active, since 61s), standbys: x 2023-12-06T07:34:58.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[25052]: cluster 2023-12-06T07:34:58.159130+0000 mon.a (mon.0) 9 : cluster [INF] overall HEALTH_OK 2023-12-06T07:34:58.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[61365]: ignoring --setuser ceph since I am not root 2023-12-06T07:34:58.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[61365]: ignoring --setgroup ceph since I am not root 2023-12-06T07:34:58.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[61365]: debug 2023-12-06T07:34:58.221+0000 7fd92bdfe700 1 -- 172.21.15.172:0/1374970483 <== mon.0 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563ee7d841a0 con 0x563ee7e8a800 2023-12-06T07:34:58.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[61365]: debug 2023-12-06T07:34:58.377+0000 7fd935b86200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T07:34:58.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[64618]: audit 2023-12-06T07:34:54.525965+0000 mon.c (mon.1) 161 : audit 0 from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:34:58.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[64618]: audit 2023-12-06T07:34:54.527773+0000 mon.c (mon.1) 162 : audit 0 from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:34:58.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[64618]: audit 2023-12-06T07:34:54.527999+0000 mon.c (mon.1) 163 : audit 0 from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:34:58.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[64618]: audit 2023-12-06T07:34:55.640072+0000 mgr.y (mgr.25351) 66 : audit 0 from='client.25486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:34:58.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[64618]: cluster 2023-12-06T07:34:55.812048+0000 mgr.y (mgr.25351) 67 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:34:58.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[64618]: audit 2023-12-06T07:34:56.036565+0000 mgr.y (mgr.25351) 68 : audit 0 from='client.25492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:34:58.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[64618]: audit 2023-12-06T07:34:56.406213+0000 mgr.y (mgr.25351) 69 : audit 0 from='client.25498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:34:58.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[64618]: audit 2023-12-06T07:34:56.888537+0000 mon.c (mon.1) 164 : audit 0 from='client.? 172.21.15.172:0/1943247228' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:34:58.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[64618]: audit 2023-12-06T07:34:57.723474+0000 mon.c (mon.1) 165 : audit 0 from='client.? 172.21.15.172:0/2138349035' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:34:58.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[64618]: audit 2023-12-06T07:34:57.939527+0000 mon.c (mon.1) 166 : audit 0 from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:34:58.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[64618]: cluster 2023-12-06T07:34:58.106745+0000 mon.a (mon.0) 1 : cluster 1 mon.a calling monitor election 2023-12-06T07:34:58.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[64618]: cluster 2023-12-06T07:34:58.126716+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-06T07:34:58.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[64618]: cluster 2023-12-06T07:34:58.137710+0000 mon.a (mon.0) 3 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],b=[v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0],c=[v2:172.21.15.172:3301/0,v1:172.21.15.172:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T07:34:58.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[64618]: cluster 2023-12-06T07:34:58.138641+0000 mon.a (mon.0) 4 : cluster 0 fsmap 2023-12-06T07:34:58.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[64618]: cluster 2023-12-06T07:34:58.138727+0000 mon.a (mon.0) 5 : cluster 0 osdmap e102: 8 total, 8 up, 8 in 2023-12-06T07:34:58.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[64618]: cluster 2023-12-06T07:34:58.140586+0000 mon.a (mon.0) 6 : cluster 0 mgrmap e32: y(active, since 61s), standbys: x 2023-12-06T07:34:58.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[64618]: audit 2023-12-06T07:34:58.158231+0000 mon.a (mon.0) 7 : audit 1 from='mgr.25351 ' entity='' 2023-12-06T07:34:58.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[64618]: cluster 2023-12-06T07:34:58.159079+0000 mon.a (mon.0) 8 : cluster 0 mgrmap e33: y(active, since 61s), standbys: x 2023-12-06T07:34:58.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[64618]: cluster 2023-12-06T07:34:58.159130+0000 mon.a (mon.0) 9 : cluster 1 overall HEALTH_OK 2023-12-06T07:34:58.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[30529]: audit 2023-12-06T07:34:54.525965+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:34:58.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[30529]: audit 2023-12-06T07:34:54.527773+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:34:58.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[30529]: audit 2023-12-06T07:34:54.527999+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:34:58.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[30529]: audit 2023-12-06T07:34:55.640072+0000 mgr.y (mgr.25351) 66 : audit [DBG] from='client.25486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:34:58.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[30529]: cluster 2023-12-06T07:34:55.812048+0000 mgr.y (mgr.25351) 67 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:34:58.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[30529]: audit 2023-12-06T07:34:56.036565+0000 mgr.y (mgr.25351) 68 : audit [DBG] from='client.25492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:34:58.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[30529]: audit 2023-12-06T07:34:56.406213+0000 mgr.y (mgr.25351) 69 : audit [DBG] from='client.25498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:34:58.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[30529]: audit 2023-12-06T07:34:56.888537+0000 mon.c (mon.1) 164 : audit [DBG] from='client.? 172.21.15.172:0/1943247228' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:34:58.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[30529]: audit 2023-12-06T07:34:57.723474+0000 mon.c (mon.1) 165 : audit [DBG] from='client.? 172.21.15.172:0/2138349035' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:34:58.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[30529]: audit 2023-12-06T07:34:57.939527+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.25351 172.21.15.172:0/2081610807' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:34:58.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[30529]: cluster 2023-12-06T07:34:58.106745+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-06T07:34:58.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[30529]: cluster 2023-12-06T07:34:58.126716+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-06T07:34:58.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[30529]: cluster 2023-12-06T07:34:58.137710+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],b=[v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0],c=[v2:172.21.15.172:3301/0,v1:172.21.15.172:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T07:34:58.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[30529]: cluster 2023-12-06T07:34:58.138641+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-06T07:34:58.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[30529]: cluster 2023-12-06T07:34:58.138727+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-06T07:34:58.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[30529]: cluster 2023-12-06T07:34:58.140586+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e32: y(active, since 61s), standbys: x 2023-12-06T07:34:58.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[30529]: audit 2023-12-06T07:34:58.158231+0000 mon.a (mon.0) 7 : audit [INF] from='mgr.25351 ' entity='' 2023-12-06T07:34:58.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[30529]: cluster 2023-12-06T07:34:58.159079+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e33: y(active, since 61s), standbys: x 2023-12-06T07:34:58.678 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:34:58 smithi172 bash[30529]: cluster 2023-12-06T07:34:58.159130+0000 mon.a (mon.0) 9 : cluster [INF] overall HEALTH_OK 2023-12-06T07:34:59.095 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:34:58 smithi195 bash[49416]: ts=2023-12-06T07:34: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.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:34:59.595 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:59 smithi195 bash[49849]: debug 2023-12-06T07:34:59.275+0000 7fb369a0a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T07:34:59.595 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:59 smithi195 bash[49849]: debug 2023-12-06T07:34:59.379+0000 7fb369a0a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:34:59.595 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:59 smithi195 bash[49849]: debug 2023-12-06T07:34:59.479+0000 7fb369a0a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:34:59.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:34:59 smithi172 bash[61365]: debug 2023-12-06T07:34:59.273+0000 7fd935b86200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T07:34:59.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:34:59 smithi172 bash[61365]: debug 2023-12-06T07:34:59.373+0000 7fd935b86200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T07:34:59.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:34:59 smithi172 bash[61365]: debug 2023-12-06T07:34:59.473+0000 7fd935b86200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T07:35:00.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:34:59 smithi195 bash[49849]: debug 2023-12-06T07:34:59.747+0000 7fb369a0a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:35:00.103 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:34:59 smithi172 bash[61365]: debug 2023-12-06T07:34:59.741+0000 7fd935b86200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:35:00.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:00 smithi172 bash[64618]: cluster 2023-12-06T07:34:59.166675+0000 mon.a (mon.0) 10 : cluster 0 mgrmap e34: y(active, since 62s), standbys: x 2023-12-06T07:35:00.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:00 smithi172 bash[30529]: cluster 2023-12-06T07:34:59.166675+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e34: y(active, since 62s), standbys: x 2023-12-06T07:35:00.423 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:00 smithi172 bash[61365]: debug 2023-12-06T07:35:00.097+0000 7fd935b86200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:35:00.423 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:00 smithi172 bash[61365]: debug 2023-12-06T07:35:00.261+0000 7fd935b86200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:35:00.485 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:00 smithi195 bash[25052]: cluster 2023-12-06T07:34:59.166675+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e34: y(active, since 62s), standbys: x 2023-12-06T07:35:00.486 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:00 smithi195 bash[49849]: debug 2023-12-06T07:35:00.103+0000 7fb369a0a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T07:35:00.486 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:00 smithi195 bash[49849]: debug 2023-12-06T07:35:00.267+0000 7fb369a0a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T07:35:00.845 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:00 smithi195 bash[49849]: debug 2023-12-06T07:35:00.479+0000 7fb369a0a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:35:00.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:00 smithi172 bash[61365]: debug 2023-12-06T07:35:00.469+0000 7fd935b86200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T07:35:01.846 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:01 smithi195 bash[49849]: debug 2023-12-06T07:35:01.487+0000 7fb369a0a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:35:01.846 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:01 smithi195 bash[49849]: debug 2023-12-06T07:35:01.599+0000 7fb369a0a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:35:01.846 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:01 smithi195 bash[49849]: debug 2023-12-06T07:35:01.715+0000 7fb369a0a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:35:01.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:01 smithi172 bash[61365]: debug 2023-12-06T07:35:01.469+0000 7fd935b86200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T07:35:01.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:01 smithi172 bash[61365]: debug 2023-12-06T07:35:01.585+0000 7fd935b86200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T07:35:01.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:01 smithi172 bash[61365]: debug 2023-12-06T07:35:01.700+0000 7fd935b86200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T07:35:02.595 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:02 smithi195 bash[49849]: debug 2023-12-06T07:35:02.191+0000 7fb369a0a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:35:02.595 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:02 smithi195 bash[49849]: debug 2023-12-06T07:35:02.415+0000 7fb369a0a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:35:02.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:02 smithi172 bash[61365]: debug 2023-12-06T07:35:02.176+0000 7fd935b86200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T07:35:02.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:02 smithi172 bash[61365]: debug 2023-12-06T07:35:02.400+0000 7fd935b86200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T07:35:03.172 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:02 smithi172 bash[61365]: debug 2023-12-06T07:35:02.844+0000 7fd935b86200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:35:03.345 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:02 smithi195 bash[49849]: debug 2023-12-06T07:35:02.867+0000 7fb369a0a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T07:35:03.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:03 smithi172 bash[61365]: debug 2023-12-06T07:35:03.340+0000 7fd935b86200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:35:03.845 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:03 smithi195 bash[49849]: debug 2023-12-06T07:35:03.371+0000 7fb369a0a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T07:35:04.172 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:03 smithi172 bash[61365]: debug 2023-12-06T07:35:03.888+0000 7fd935b86200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:35:04.172 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:04 smithi172 bash[61365]: debug 2023-12-06T07:35:04.000+0000 7fd935b86200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:35:04.345 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:03 smithi195 bash[49849]: debug 2023-12-06T07:35:03.939+0000 7fb369a0a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T07:35:04.345 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:04 smithi195 bash[49849]: debug 2023-12-06T07:35:04.051+0000 7fb369a0a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T07:35:04.612 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:04 smithi172 bash[61365]: debug 2023-12-06T07:35:04.348+0000 7fd935b86200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:35:04.612 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:04 smithi172 bash[61365]: debug 2023-12-06T07:35:04.464+0000 7fd935b86200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:35:04.678 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:04 smithi195 bash[49849]: debug 2023-12-06T07:35:04.411+0000 7fb369a0a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T07:35:04.678 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:04 smithi195 bash[49849]: debug 2023-12-06T07:35:04.527+0000 7fb369a0a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T07:35:04.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:04 smithi172 bash[61365]: debug 2023-12-06T07:35:04.604+0000 7fd935b86200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:35:04.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:04 smithi172 bash[61365]: debug 2023-12-06T07:35:04.724+0000 7fd935b86200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:35:04.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:04 smithi172 bash[61365]: debug 2023-12-06T07:35:04.848+0000 7fd935b86200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:35:05.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:04 smithi195 bash[49849]: debug 2023-12-06T07:35:04.671+0000 7fb369a0a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T07:35:05.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:04 smithi195 bash[49849]: debug 2023-12-06T07:35:04.787+0000 7fb369a0a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T07:35:05.095 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:04 smithi195 bash[49849]: debug 2023-12-06T07:35:04.915+0000 7fb369a0a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T07:35:05.422 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:05 smithi172 bash[61365]: debug 2023-12-06T07:35:05.036+0000 7fd935b86200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:35:05.422 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:05 smithi172 bash[61365]: debug 2023-12-06T07:35:05.160+0000 7fd935b86200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:35:05.595 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:05 smithi195 bash[49849]: debug 2023-12-06T07:35:05.107+0000 7fb369a0a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T07:35:05.595 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:05 smithi195 bash[49849]: debug 2023-12-06T07:35:05.231+0000 7fb369a0a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T07:35:06.670 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[61365]: debug 2023-12-06T07:35:06.396+0000 7fd935b86200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:35:06.670 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[61365]: [06/Dec/2023:07:35:06] ENGINE Bus STARTING 2023-12-06T07:35:06.671 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: debug 2023-12-06T07:35:06.428+0000 7fcf3140a700 -1 mon.c@1(peon).osd e103 update_from_paxos full map CRC mismatch, resetting to canonical 2023-12-06T07:35:06.671 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: cluster 2023-12-06T07:35:06.424395+0000 mon.a (mon.0) 11 : cluster [INF] Active manager daemon y restarted 2023-12-06T07:35:06.671 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: cluster 2023-12-06T07:35:06.425251+0000 mon.a (mon.0) 12 : cluster [INF] Activating manager daemon y 2023-12-06T07:35:06.671 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: cluster 2023-12-06T07:35:06.435318+0000 mon.a (mon.0) 13 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-06T07:35:06.671 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: cluster 2023-12-06T07:35:06.435729+0000 mon.a (mon.0) 14 : cluster [DBG] mgrmap e35: y(active, starting, since 0.0106588s), standbys: x 2023-12-06T07:35:06.671 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: cluster 2023-12-06T07:35:06.439993+0000 osd.2 (osd.2) 3 : cluster [WRN] failed to encode map e103 with expected crc 2023-12-06T07:35:06.671 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: audit 2023-12-06T07:35:06.451083+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:35:06.671 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: audit 2023-12-06T07:35:06.451228+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:35:06.671 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: audit 2023-12-06T07:35:06.451310+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:35:06.671 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: audit 2023-12-06T07:35:06.453809+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:35:06.671 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: audit 2023-12-06T07:35:06.454073+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:35:06.671 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: audit 2023-12-06T07:35:06.454350+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:35:06.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: audit 2023-12-06T07:35:06.454633+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:35:06.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: audit 2023-12-06T07:35:06.454904+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:35:06.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: audit 2023-12-06T07:35:06.455220+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:35:06.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: audit 2023-12-06T07:35:06.455489+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:35:06.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: audit 2023-12-06T07:35:06.455752+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:35:06.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: audit 2023-12-06T07:35:06.455991+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:35:06.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: audit 2023-12-06T07:35:06.456259+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:35:06.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: audit 2023-12-06T07:35:06.456532+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:35:06.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: audit 2023-12-06T07:35:06.456751+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:35:06.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: audit 2023-12-06T07:35:06.457307+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:35:06.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[30529]: cluster 2023-12-06T07:35:06.465649+0000 mon.a (mon.0) 31 : cluster [INF] Manager daemon y is now available 2023-12-06T07:35:06.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[64618]: cluster 2023-12-06T07:35:06.424395+0000 mon.a (mon.0) 11 : cluster 1 Active manager daemon y restarted 2023-12-06T07:35:06.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[64618]: cluster 2023-12-06T07:35:06.425251+0000 mon.a (mon.0) 12 : cluster 1 Activating manager daemon y 2023-12-06T07:35:06.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[64618]: cluster 2023-12-06T07:35:06.435318+0000 mon.a (mon.0) 13 : cluster 0 osdmap e103: 8 total, 8 up, 8 in 2023-12-06T07:35:06.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[64618]: cluster 2023-12-06T07:35:06.435729+0000 mon.a (mon.0) 14 : cluster 0 mgrmap e35: y(active, starting, since 0.0106588s), standbys: x 2023-12-06T07:35:06.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[64618]: cluster 2023-12-06T07:35:06.439993+0000 osd.2 (osd.2) 3 : cluster 3 failed to encode map e103 with expected crc 2023-12-06T07:35:06.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[64618]: audit 2023-12-06T07:35:06.451083+0000 mon.a (mon.0) 15 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:35:06.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[64618]: audit 2023-12-06T07:35:06.451228+0000 mon.a (mon.0) 16 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:35:06.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[64618]: audit 2023-12-06T07:35:06.451310+0000 mon.a (mon.0) 17 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:35:06.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[64618]: audit 2023-12-06T07:35:06.453809+0000 mon.a (mon.0) 18 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:35:06.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[64618]: audit 2023-12-06T07:35:06.454073+0000 mon.a (mon.0) 19 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:35:06.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[64618]: audit 2023-12-06T07:35:06.454350+0000 mon.a (mon.0) 20 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:35:06.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[64618]: audit 2023-12-06T07:35:06.454633+0000 mon.a (mon.0) 21 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:35:06.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[64618]: audit 2023-12-06T07:35:06.454904+0000 mon.a (mon.0) 22 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:35:06.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[64618]: audit 2023-12-06T07:35:06.455220+0000 mon.a (mon.0) 23 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:35:06.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[64618]: audit 2023-12-06T07:35:06.455489+0000 mon.a (mon.0) 24 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:35:06.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[64618]: audit 2023-12-06T07:35:06.455752+0000 mon.a (mon.0) 25 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:35:06.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[64618]: audit 2023-12-06T07:35:06.455991+0000 mon.a (mon.0) 26 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:35:06.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[64618]: audit 2023-12-06T07:35:06.456259+0000 mon.a (mon.0) 27 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:35:06.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[64618]: audit 2023-12-06T07:35:06.456532+0000 mon.a (mon.0) 28 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:35:06.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[64618]: audit 2023-12-06T07:35:06.456751+0000 mon.a (mon.0) 29 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:35:06.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[64618]: audit 2023-12-06T07:35:06.457307+0000 mon.a (mon.0) 30 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:35:06.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[64618]: cluster 2023-12-06T07:35:06.465649+0000 mon.a (mon.0) 31 : cluster 1 Manager daemon y is now available 2023-12-06T07:35:06.734 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[49849]: debug 2023-12-06T07:35:06.479+0000 7fb369a0a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T07:35:06.734 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[49849]: [06/Dec/2023:07:35:06] ENGINE Bus STARTING 2023-12-06T07:35:06.734 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[49849]: CherryPy Checker: 2023-12-06T07:35:06.734 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[49849]: The Application mounted at '' has an empty config. 2023-12-06T07:35:06.734 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[49849]: [06/Dec/2023:07:35:06] ENGINE Serving on http://:::9283 2023-12-06T07:35:06.734 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[49849]: [06/Dec/2023:07:35:06] ENGINE Bus STARTED 2023-12-06T07:35:06.735 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: debug 2023-12-06T07:35:06.427+0000 7ff0709d0700 -1 mon.b@2(peon).osd e103 update_from_paxos full map CRC mismatch, resetting to canonical 2023-12-06T07:35:06.735 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: cluster 2023-12-06T07:35:06.424395+0000 mon.a (mon.0) 11 : cluster [INF] Active manager daemon y restarted 2023-12-06T07:35:06.735 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: cluster 2023-12-06T07:35:06.425251+0000 mon.a (mon.0) 12 : cluster [INF] Activating manager daemon y 2023-12-06T07:35:06.735 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: cluster 2023-12-06T07:35:06.435318+0000 mon.a (mon.0) 13 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-06T07:35:06.735 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: cluster 2023-12-06T07:35:06.435729+0000 mon.a (mon.0) 14 : cluster [DBG] mgrmap e35: y(active, starting, since 0.0106588s), standbys: x 2023-12-06T07:35:06.735 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: cluster 2023-12-06T07:35:06.439993+0000 osd.2 (osd.2) 3 : cluster [WRN] failed to encode map e103 with expected crc 2023-12-06T07:35:06.735 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: audit 2023-12-06T07:35:06.451083+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:35:06.735 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: audit 2023-12-06T07:35:06.451228+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:35:06.735 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: audit 2023-12-06T07:35:06.451310+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:35:06.735 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: audit 2023-12-06T07:35:06.453809+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T07:35:06.736 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: audit 2023-12-06T07:35:06.454073+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T07:35:06.736 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: audit 2023-12-06T07:35:06.454350+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:35:06.736 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: audit 2023-12-06T07:35:06.454633+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:35:06.736 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: audit 2023-12-06T07:35:06.454904+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:35:06.736 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: audit 2023-12-06T07:35:06.455220+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:35:06.736 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: audit 2023-12-06T07:35:06.455489+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:35:06.736 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: audit 2023-12-06T07:35:06.455752+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:35:06.736 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: audit 2023-12-06T07:35:06.455991+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:35:06.736 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: audit 2023-12-06T07:35:06.456259+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:35:06.736 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: audit 2023-12-06T07:35:06.456532+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T07:35:06.736 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: audit 2023-12-06T07:35:06.456751+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T07:35:06.736 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: audit 2023-12-06T07:35:06.457307+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T07:35:06.736 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:06 smithi195 bash[25052]: cluster 2023-12-06T07:35:06.465649+0000 mon.a (mon.0) 31 : cluster [INF] Manager daemon y is now available 2023-12-06T07:35:06.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[61365]: CherryPy Checker: 2023-12-06T07:35:06.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[61365]: The Application mounted at '' has an empty config. 2023-12-06T07:35:06.923 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[61365]: [06/Dec/2023:07:35:06] ENGINE Serving on http://:::9283 2023-12-06T07:35:06.923 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:06 smithi172 bash[61365]: [06/Dec/2023:07:35:06] ENGINE Bus STARTED 2023-12-06T07:35:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:07 smithi195 bash[25052]: cluster 2023-12-06T07:35:06.440467+0000 osd.4 (osd.4) 3 : cluster [WRN] failed to encode map e103 with expected crc 2023-12-06T07:35:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:07 smithi195 bash[25052]: audit 2023-12-06T07:35:06.506208+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:35:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:07 smithi195 bash[25052]: cluster 2023-12-06T07:35:06.507332+0000 mon.a (mon.0) 33 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:35:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:07 smithi195 bash[25052]: cluster 2023-12-06T07:35:06.507427+0000 mon.a (mon.0) 34 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:35:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:07 smithi195 bash[25052]: audit 2023-12-06T07:35:06.509602+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.? 172.21.15.195:0/1788710948' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:35:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:07 smithi195 bash[25052]: audit 2023-12-06T07:35:06.510503+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.? 172.21.15.195:0/1788710948' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:35:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:07 smithi195 bash[25052]: audit 2023-12-06T07:35:06.516029+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.? 172.21.15.195:0/1788710948' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:35:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:07 smithi195 bash[25052]: audit 2023-12-06T07:35:06.517444+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.? 172.21.15.195:0/1788710948' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:35:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:07 smithi195 bash[25052]: audit 2023-12-06T07:35:06.560396+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:35:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:07 smithi195 bash[25052]: audit 2023-12-06T07:35:06.566319+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:35:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:07 smithi195 bash[25052]: cluster 2023-12-06T07:35:06.570657+0000 osd.7 (osd.7) 3 : cluster [WRN] failed to encode map e103 with expected crc 2023-12-06T07:35:07.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:07 smithi195 bash[25052]: cluster 2023-12-06T07:35:06.588941+0000 osd.0 (osd.0) 3 : cluster [WRN] failed to encode map e103 with expected crc 2023-12-06T07:35:07.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:07 smithi195 bash[25052]: cluster 2023-12-06T07:35:06.599946+0000 osd.3 (osd.3) 3 : cluster [WRN] failed to encode map e103 with expected crc 2023-12-06T07:35:07.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:07 smithi195 bash[25052]: audit 2023-12-06T07:35:06.618803+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:35:07.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:07 smithi195 bash[25052]: cephadm 2023-12-06T07:35:07.029044+0000 mgr.y (mgr.25528) 1 : cephadm [INF] [06/Dec/2023:07:35:07] ENGINE Bus STARTING 2023-12-06T07:35:07.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:07 smithi195 bash[25052]: cephadm 2023-12-06T07:35:07.140034+0000 mgr.y (mgr.25528) 2 : cephadm [INF] [06/Dec/2023:07:35:07] ENGINE Serving on http://172.21.15.172:8765 2023-12-06T07:35:07.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:07 smithi195 bash[25052]: cluster 2023-12-06T07:35:07.444417+0000 mon.a (mon.0) 38 : cluster [DBG] mgrmap e36: y(active, since 1.01935s), standbys: x 2023-12-06T07:35:07.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[61365]: debug 2023-12-06T07:35:07.448+0000 7fd8ed9e6700 -1 mgr.server handle_report got status from non-daemon mon.a 2023-12-06T07:35:07.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[64618]: cluster 2023-12-06T07:35:06.440467+0000 osd.4 (osd.4) 3 : cluster 3 failed to encode map e103 with expected crc 2023-12-06T07:35:07.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[64618]: audit 2023-12-06T07:35:06.506208+0000 mon.a (mon.0) 32 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:35:07.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[64618]: cluster 2023-12-06T07:35:06.507332+0000 mon.a (mon.0) 33 : cluster 0 Standby manager daemon x restarted 2023-12-06T07:35:07.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[64618]: cluster 2023-12-06T07:35:06.507427+0000 mon.a (mon.0) 34 : cluster 0 Standby manager daemon x started 2023-12-06T07:35:07.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[64618]: audit 2023-12-06T07:35:06.509602+0000 mon.b (mon.2) 99 : audit 0 from='mgr.? 172.21.15.195:0/1788710948' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:35:07.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[64618]: audit 2023-12-06T07:35:06.510503+0000 mon.b (mon.2) 100 : audit 0 from='mgr.? 172.21.15.195:0/1788710948' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:35:07.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[64618]: audit 2023-12-06T07:35:06.516029+0000 mon.b (mon.2) 101 : audit 0 from='mgr.? 172.21.15.195:0/1788710948' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:35:07.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[64618]: audit 2023-12-06T07:35:06.517444+0000 mon.b (mon.2) 102 : audit 0 from='mgr.? 172.21.15.195:0/1788710948' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:35:07.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[64618]: audit 2023-12-06T07:35:06.560396+0000 mon.a (mon.0) 35 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:35:07.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[64618]: audit 2023-12-06T07:35:06.566319+0000 mon.a (mon.0) 36 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:35:07.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[64618]: cluster 2023-12-06T07:35:06.570657+0000 osd.7 (osd.7) 3 : cluster 3 failed to encode map e103 with expected crc 2023-12-06T07:35:07.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[64618]: cluster 2023-12-06T07:35:06.588941+0000 osd.0 (osd.0) 3 : cluster 3 failed to encode map e103 with expected crc 2023-12-06T07:35:07.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[64618]: cluster 2023-12-06T07:35:06.599946+0000 osd.3 (osd.3) 3 : cluster 3 failed to encode map e103 with expected crc 2023-12-06T07:35:07.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[64618]: audit 2023-12-06T07:35:06.618803+0000 mon.a (mon.0) 37 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:35:07.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[64618]: cephadm 2023-12-06T07:35:07.029044+0000 mgr.y (mgr.25528) 1 : cephadm 1 [06/Dec/2023:07:35:07] ENGINE Bus STARTING 2023-12-06T07:35:07.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[64618]: cephadm 2023-12-06T07:35:07.140034+0000 mgr.y (mgr.25528) 2 : cephadm 1 [06/Dec/2023:07:35:07] ENGINE Serving on http://172.21.15.172:8765 2023-12-06T07:35:07.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[64618]: cluster 2023-12-06T07:35:07.444417+0000 mon.a (mon.0) 38 : cluster 0 mgrmap e36: y(active, since 1.01935s), standbys: x 2023-12-06T07:35:07.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[30529]: cluster 2023-12-06T07:35:06.440467+0000 osd.4 (osd.4) 3 : cluster [WRN] failed to encode map e103 with expected crc 2023-12-06T07:35:07.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[30529]: audit 2023-12-06T07:35:06.506208+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:35:07.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[30529]: cluster 2023-12-06T07:35:06.507332+0000 mon.a (mon.0) 33 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T07:35:07.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[30529]: cluster 2023-12-06T07:35:06.507427+0000 mon.a (mon.0) 34 : cluster [DBG] Standby manager daemon x started 2023-12-06T07:35:07.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[30529]: audit 2023-12-06T07:35:06.509602+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.? 172.21.15.195:0/1788710948' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T07:35:07.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[30529]: audit 2023-12-06T07:35:06.510503+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.? 172.21.15.195:0/1788710948' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T07:35:07.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[30529]: audit 2023-12-06T07:35:06.516029+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.? 172.21.15.195:0/1788710948' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T07:35:07.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[30529]: audit 2023-12-06T07:35:06.517444+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.? 172.21.15.195:0/1788710948' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T07:35:07.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[30529]: audit 2023-12-06T07:35:06.560396+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:35:07.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[30529]: audit 2023-12-06T07:35:06.566319+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T07:35:07.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[30529]: cluster 2023-12-06T07:35:06.570657+0000 osd.7 (osd.7) 3 : cluster [WRN] failed to encode map e103 with expected crc 2023-12-06T07:35:07.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[30529]: cluster 2023-12-06T07:35:06.588941+0000 osd.0 (osd.0) 3 : cluster [WRN] failed to encode map e103 with expected crc 2023-12-06T07:35:07.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[30529]: cluster 2023-12-06T07:35:06.599946+0000 osd.3 (osd.3) 3 : cluster [WRN] failed to encode map e103 with expected crc 2023-12-06T07:35:07.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[30529]: audit 2023-12-06T07:35:06.618803+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T07:35:07.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[30529]: cephadm 2023-12-06T07:35:07.029044+0000 mgr.y (mgr.25528) 1 : cephadm [INF] [06/Dec/2023:07:35:07] ENGINE Bus STARTING 2023-12-06T07:35:07.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[30529]: cephadm 2023-12-06T07:35:07.140034+0000 mgr.y (mgr.25528) 2 : cephadm [INF] [06/Dec/2023:07:35:07] ENGINE Serving on http://172.21.15.172:8765 2023-12-06T07:35:07.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:07 smithi172 bash[30529]: cluster 2023-12-06T07:35:07.444417+0000 mon.a (mon.0) 38 : cluster [DBG] mgrmap e36: y(active, since 1.01935s), standbys: x 2023-12-06T07:35:08.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:08 smithi195 bash[25052]: cephadm 2023-12-06T07:35:07.268377+0000 mgr.y (mgr.25528) 3 : cephadm [INF] [06/Dec/2023:07:35:07] ENGINE Serving on https://172.21.15.172:7150 2023-12-06T07:35:08.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:08 smithi195 bash[25052]: cephadm 2023-12-06T07:35:07.268917+0000 mgr.y (mgr.25528) 4 : cephadm [INF] [06/Dec/2023:07:35:07] ENGINE Bus STARTED 2023-12-06T07:35:08.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:08 smithi195 bash[25052]: audit 2023-12-06T07:35:07.456275+0000 mgr.y (mgr.25528) 5 : audit [DBG] from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:35:08.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:08 smithi195 bash[25052]: cluster 2023-12-06T07:35:07.458206+0000 mgr.y (mgr.25528) 6 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:35:08.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:08 smithi172 bash[64618]: cephadm 2023-12-06T07:35:07.268377+0000 mgr.y (mgr.25528) 3 : cephadm 1 [06/Dec/2023:07:35:07] ENGINE Serving on https://172.21.15.172:7150 2023-12-06T07:35:08.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:08 smithi172 bash[64618]: cephadm 2023-12-06T07:35:07.268917+0000 mgr.y (mgr.25528) 4 : cephadm 1 [06/Dec/2023:07:35:07] ENGINE Bus STARTED 2023-12-06T07:35:08.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:08 smithi172 bash[64618]: audit 2023-12-06T07:35:07.456275+0000 mgr.y (mgr.25528) 5 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:35:08.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:08 smithi172 bash[64618]: cluster 2023-12-06T07:35:07.458206+0000 mgr.y (mgr.25528) 6 : cluster 0 pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:35:08.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:08 smithi172 bash[30529]: cephadm 2023-12-06T07:35:07.268377+0000 mgr.y (mgr.25528) 3 : cephadm [INF] [06/Dec/2023:07:35:07] ENGINE Serving on https://172.21.15.172:7150 2023-12-06T07:35:08.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:08 smithi172 bash[30529]: cephadm 2023-12-06T07:35:07.268917+0000 mgr.y (mgr.25528) 4 : cephadm [INF] [06/Dec/2023:07:35:07] ENGINE Bus STARTED 2023-12-06T07:35:08.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:08 smithi172 bash[30529]: audit 2023-12-06T07:35:07.456275+0000 mgr.y (mgr.25528) 5 : audit [DBG] from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:35:08.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:08 smithi172 bash[30529]: cluster 2023-12-06T07:35:07.458206+0000 mgr.y (mgr.25528) 6 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:35:09.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:09 smithi195 bash[25052]: cluster 2023-12-06T07:35:08.455727+0000 mgr.y (mgr.25528) 7 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:35:09.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:09 smithi195 bash[25052]: cluster 2023-12-06T07:35:09.452970+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e37: y(active, since 3s), standbys: x 2023-12-06T07:35:09.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:09 smithi172 bash[30529]: cluster 2023-12-06T07:35:08.455727+0000 mgr.y (mgr.25528) 7 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:35:09.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:09 smithi172 bash[30529]: cluster 2023-12-06T07:35:09.452970+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e37: y(active, since 3s), standbys: x 2023-12-06T07:35:09.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:09 smithi172 bash[64618]: cluster 2023-12-06T07:35:08.455727+0000 mgr.y (mgr.25528) 7 : cluster 0 pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:35:09.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:09 smithi172 bash[64618]: cluster 2023-12-06T07:35:09.452970+0000 mon.a (mon.0) 39 : cluster 0 mgrmap e37: y(active, since 3s), standbys: x 2023-12-06T07:35:11.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:11 smithi195 bash[25052]: cluster 2023-12-06T07:35:10.456625+0000 mgr.y (mgr.25528) 8 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:35:11.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:11 smithi195 bash[25052]: cluster 2023-12-06T07:35:10.505881+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e38: y(active, since 4s), standbys: x 2023-12-06T07:35:11.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:11 smithi172 bash[64618]: cluster 2023-12-06T07:35:10.456625+0000 mgr.y (mgr.25528) 8 : cluster 0 pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:35:11.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:11 smithi172 bash[64618]: cluster 2023-12-06T07:35:10.505881+0000 mon.a (mon.0) 40 : cluster 0 mgrmap e38: y(active, since 4s), standbys: x 2023-12-06T07:35:11.923 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:11 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:35:11] "GET /metrics HTTP/1.1" 200 35374 "" "Prometheus/2.33.4" 2023-12-06T07:35:11.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:11 smithi172 bash[30529]: cluster 2023-12-06T07:35:10.456625+0000 mgr.y (mgr.25528) 8 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:35:11.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:11 smithi172 bash[30529]: cluster 2023-12-06T07:35:10.505881+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e38: y(active, since 4s), standbys: x 2023-12-06T07:35:14.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:13 smithi195 bash[25052]: cluster 2023-12-06T07:35:12.458184+0000 mgr.y (mgr.25528) 9 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1 KiB/s rd, 1 op/s 2023-12-06T07:35:14.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:13 smithi195 bash[25052]: audit 2023-12-06T07:35:13.459763+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:14.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:13 smithi195 bash[25052]: audit 2023-12-06T07:35:13.467176+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:14.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:13 smithi195 bash[25052]: audit 2023-12-06T07:35:13.547309+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:14.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:13 smithi195 bash[25052]: audit 2023-12-06T07:35:13.557666+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:14.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:13 smithi172 bash[64618]: cluster 2023-12-06T07:35:12.458184+0000 mgr.y (mgr.25528) 9 : cluster 0 pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1 KiB/s rd, 1 op/s 2023-12-06T07:35:14.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:13 smithi172 bash[64618]: audit 2023-12-06T07:35:13.459763+0000 mon.a (mon.0) 41 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:14.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:13 smithi172 bash[64618]: audit 2023-12-06T07:35:13.467176+0000 mon.a (mon.0) 42 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:14.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:13 smithi172 bash[64618]: audit 2023-12-06T07:35:13.547309+0000 mon.a (mon.0) 43 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:14.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:13 smithi172 bash[64618]: audit 2023-12-06T07:35:13.557666+0000 mon.a (mon.0) 44 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:14.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:13 smithi172 bash[30529]: cluster 2023-12-06T07:35:12.458184+0000 mgr.y (mgr.25528) 9 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1 KiB/s rd, 1 op/s 2023-12-06T07:35:14.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:13 smithi172 bash[30529]: audit 2023-12-06T07:35:13.459763+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:14.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:13 smithi172 bash[30529]: audit 2023-12-06T07:35:13.467176+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:14.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:13 smithi172 bash[30529]: audit 2023-12-06T07:35:13.547309+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:14.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:13 smithi172 bash[30529]: audit 2023-12-06T07:35:13.557666+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:15.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:15 smithi195 bash[25052]: cluster 2023-12-06T07:35:14.459209+0000 mgr.y (mgr.25528) 10 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T07:35:15.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:15 smithi195 bash[25052]: audit 2023-12-06T07:35:14.557963+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:15.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:15 smithi195 bash[25052]: audit 2023-12-06T07:35:14.568940+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:15.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:15 smithi195 bash[25052]: audit 2023-12-06T07:35:14.574424+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:15.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:15 smithi195 bash[25052]: audit 2023-12-06T07:35:14.581473+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:15.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:15 smithi172 bash[64618]: cluster 2023-12-06T07:35:14.459209+0000 mgr.y (mgr.25528) 10 : cluster 0 pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T07:35:15.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:15 smithi172 bash[64618]: audit 2023-12-06T07:35:14.557963+0000 mon.a (mon.0) 45 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:15.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:15 smithi172 bash[64618]: audit 2023-12-06T07:35:14.568940+0000 mon.a (mon.0) 46 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:15.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:15 smithi172 bash[64618]: audit 2023-12-06T07:35:14.574424+0000 mon.a (mon.0) 47 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:15.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:15 smithi172 bash[64618]: audit 2023-12-06T07:35:14.581473+0000 mon.a (mon.0) 48 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:15.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:15 smithi172 bash[30529]: cluster 2023-12-06T07:35:14.459209+0000 mgr.y (mgr.25528) 10 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T07:35:15.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:15 smithi172 bash[30529]: audit 2023-12-06T07:35:14.557963+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:15.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:15 smithi172 bash[30529]: audit 2023-12-06T07:35:14.568940+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:15.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:15 smithi172 bash[30529]: audit 2023-12-06T07:35:14.574424+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:15.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:15 smithi172 bash[30529]: audit 2023-12-06T07:35:14.581473+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:17.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:17 smithi172 bash[64618]: cluster 2023-12-06T07:35:16.459988+0000 mgr.y (mgr.25528) 11 : cluster 0 pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T07:35:17.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:17 smithi172 bash[30529]: cluster 2023-12-06T07:35:16.459988+0000 mgr.y (mgr.25528) 11 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T07:35:18.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:17 smithi195 bash[25052]: cluster 2023-12-06T07:35:16.459988+0000 mgr.y (mgr.25528) 11 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T07:35:19.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:18 smithi195 bash[25052]: audit 2023-12-06T07:35:17.466430+0000 mgr.y (mgr.25528) 12 : audit [DBG] from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:35:19.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:35:18 smithi195 bash[49416]: ts=2023-12-06T07:35: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.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:35:19.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:18 smithi172 bash[64618]: audit 2023-12-06T07:35:17.466430+0000 mgr.y (mgr.25528) 12 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:35:19.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:18 smithi172 bash[30529]: audit 2023-12-06T07:35:17.466430+0000 mgr.y (mgr.25528) 12 : audit [DBG] from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:35:19.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:19 smithi195 bash[25052]: cluster 2023-12-06T07:35:18.461796+0000 mgr.y (mgr.25528) 13 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T07:35:20.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:19 smithi172 bash[64618]: cluster 2023-12-06T07:35:18.461796+0000 mgr.y (mgr.25528) 13 : cluster 0 pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T07:35:20.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:19 smithi172 bash[30529]: cluster 2023-12-06T07:35:18.461796+0000 mgr.y (mgr.25528) 13 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T07:35:21.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:21 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:35:21] "GET /metrics HTTP/1.1" 200 35374 "" "Prometheus/2.33.4" 2023-12-06T07:35:21.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:21 smithi172 bash[30529]: cluster 2023-12-06T07:35:20.462569+0000 mgr.y (mgr.25528) 14 : 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-06T07:35:21.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:21 smithi172 bash[30529]: audit 2023-12-06T07:35:21.560455+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:35:21.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:21 smithi172 bash[64618]: cluster 2023-12-06T07:35:20.462569+0000 mgr.y (mgr.25528) 14 : 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-06T07:35:21.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:21 smithi172 bash[64618]: audit 2023-12-06T07:35:21.560455+0000 mon.a (mon.0) 49 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:35:22.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:21 smithi195 bash[25052]: cluster 2023-12-06T07:35:20.462569+0000 mgr.y (mgr.25528) 14 : 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-06T07:35:22.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:21 smithi195 bash[25052]: audit 2023-12-06T07:35:21.560455+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:35:24.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:23 smithi195 bash[25052]: cluster 2023-12-06T07:35:22.464275+0000 mgr.y (mgr.25528) 15 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T07:35:24.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:23 smithi172 bash[64618]: cluster 2023-12-06T07:35:22.464275+0000 mgr.y (mgr.25528) 15 : 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-06T07:35:24.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:23 smithi172 bash[30529]: cluster 2023-12-06T07:35:22.464275+0000 mgr.y (mgr.25528) 15 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T07:35:25.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:25 smithi195 bash[25052]: cluster 2023-12-06T07:35:24.465026+0000 mgr.y (mgr.25528) 16 : 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-06T07:35:25.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:25 smithi195 bash[25052]: audit 2023-12-06T07:35:24.483358+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:25.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:25 smithi195 bash[25052]: audit 2023-12-06T07:35:24.494211+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:25.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:25 smithi195 bash[25052]: audit 2023-12-06T07:35:24.496631+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:35:25.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:25 smithi195 bash[25052]: audit 2023-12-06T07:35:24.497975+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:35:25.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:25 smithi195 bash[25052]: cephadm 2023-12-06T07:35:24.499983+0000 mgr.y (mgr.25528) 17 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-06T07:35:25.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:25 smithi195 bash[25052]: cephadm 2023-12-06T07:35:24.500319+0000 mgr.y (mgr.25528) 18 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2023-12-06T07:35:25.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:25 smithi195 bash[25052]: cephadm 2023-12-06T07:35:24.664801+0000 mgr.y (mgr.25528) 19 : cephadm [INF] Updating smithi172:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:35:25.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:25 smithi195 bash[25052]: cephadm 2023-12-06T07:35:24.665628+0000 mgr.y (mgr.25528) 20 : cephadm [INF] Updating smithi195:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:35:25.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:25 smithi195 bash[25052]: cephadm 2023-12-06T07:35:24.829693+0000 mgr.y (mgr.25528) 21 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:35:25.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:25 smithi195 bash[25052]: cephadm 2023-12-06T07:35:24.830857+0000 mgr.y (mgr.25528) 22 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:35:25.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:25 smithi195 bash[25052]: cephadm 2023-12-06T07:35:24.994605+0000 mgr.y (mgr.25528) 23 : cephadm [INF] Updating smithi172:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:35:25.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:25 smithi195 bash[25052]: cephadm 2023-12-06T07:35:24.996582+0000 mgr.y (mgr.25528) 24 : cephadm [INF] Updating smithi195:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:35:25.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:25 smithi195 bash[25052]: audit 2023-12-06T07:35:25.167937+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:25.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:25 smithi195 bash[25052]: audit 2023-12-06T07:35:25.173959+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:25.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:25 smithi195 bash[25052]: audit 2023-12-06T07:35:25.188267+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:25.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:25 smithi195 bash[25052]: audit 2023-12-06T07:35:25.198322+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:25.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:25 smithi195 bash[25052]: audit 2023-12-06T07:35:25.206660+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:25.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:25 smithi195 bash[25052]: audit 2023-12-06T07:35:25.293629+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:35:25.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:25 smithi195 bash[25052]: audit 2023-12-06T07:35:25.297276+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:35:25.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:25 smithi195 bash[25052]: audit 2023-12-06T07:35:25.299566+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T07:35:25.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:25 smithi195 bash[25052]: audit 2023-12-06T07:35:25.300964+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-06T07:35:26.077 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[64618]: cluster 2023-12-06T07:35:24.465026+0000 mgr.y (mgr.25528) 16 : 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-06T07:35:26.077 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[64618]: audit 2023-12-06T07:35:24.483358+0000 mon.a (mon.0) 50 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:26.077 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[64618]: audit 2023-12-06T07:35:24.494211+0000 mon.a (mon.0) 51 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:26.077 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[64618]: audit 2023-12-06T07:35:24.496631+0000 mon.a (mon.0) 52 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:35:26.077 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[64618]: audit 2023-12-06T07:35:24.497975+0000 mon.a (mon.0) 53 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:35:26.077 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[64618]: cephadm 2023-12-06T07:35:24.499983+0000 mgr.y (mgr.25528) 17 : cephadm 1 Updating smithi172:/etc/ceph/ceph.conf 2023-12-06T07:35:26.078 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[64618]: cephadm 2023-12-06T07:35:24.500319+0000 mgr.y (mgr.25528) 18 : cephadm 1 Updating smithi195:/etc/ceph/ceph.conf 2023-12-06T07:35:26.078 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[64618]: cephadm 2023-12-06T07:35:24.664801+0000 mgr.y (mgr.25528) 19 : cephadm 1 Updating smithi172:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:35:26.078 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[64618]: cephadm 2023-12-06T07:35:24.665628+0000 mgr.y (mgr.25528) 20 : cephadm 1 Updating smithi195:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:35:26.078 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[64618]: cephadm 2023-12-06T07:35:24.829693+0000 mgr.y (mgr.25528) 21 : cephadm 1 Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:35:26.078 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[64618]: cephadm 2023-12-06T07:35:24.830857+0000 mgr.y (mgr.25528) 22 : cephadm 1 Updating smithi195:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:35:26.078 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[64618]: cephadm 2023-12-06T07:35:24.994605+0000 mgr.y (mgr.25528) 23 : cephadm 1 Updating smithi172:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:35:26.078 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[64618]: cephadm 2023-12-06T07:35:24.996582+0000 mgr.y (mgr.25528) 24 : cephadm 1 Updating smithi195:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:35:26.078 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[64618]: audit 2023-12-06T07:35:25.167937+0000 mon.a (mon.0) 54 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:26.078 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[64618]: audit 2023-12-06T07:35:25.173959+0000 mon.a (mon.0) 55 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:26.078 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[64618]: audit 2023-12-06T07:35:25.188267+0000 mon.a (mon.0) 56 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:26.078 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[64618]: audit 2023-12-06T07:35:25.198322+0000 mon.a (mon.0) 57 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:26.078 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[64618]: audit 2023-12-06T07:35:25.206660+0000 mon.a (mon.0) 58 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:26.078 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[64618]: audit 2023-12-06T07:35:25.293629+0000 mon.a (mon.0) 59 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:35:26.079 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[64618]: audit 2023-12-06T07:35:25.297276+0000 mon.a (mon.0) 60 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:35:26.079 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[64618]: audit 2023-12-06T07:35:25.299566+0000 mon.a (mon.0) 61 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T07:35:26.079 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[64618]: audit 2023-12-06T07:35:25.300964+0000 mon.a (mon.0) 62 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-06T07:35:26.079 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[30529]: cluster 2023-12-06T07:35:24.465026+0000 mgr.y (mgr.25528) 16 : 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-06T07:35:26.079 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[30529]: audit 2023-12-06T07:35:24.483358+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:26.079 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[30529]: audit 2023-12-06T07:35:24.494211+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:26.079 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[30529]: audit 2023-12-06T07:35:24.496631+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:35:26.079 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[30529]: audit 2023-12-06T07:35:24.497975+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:35:26.079 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[30529]: cephadm 2023-12-06T07:35:24.499983+0000 mgr.y (mgr.25528) 17 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-06T07:35:26.079 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[30529]: cephadm 2023-12-06T07:35:24.500319+0000 mgr.y (mgr.25528) 18 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2023-12-06T07:35:26.079 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[30529]: cephadm 2023-12-06T07:35:24.664801+0000 mgr.y (mgr.25528) 19 : cephadm [INF] Updating smithi172:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:35:26.079 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[30529]: cephadm 2023-12-06T07:35:24.665628+0000 mgr.y (mgr.25528) 20 : cephadm [INF] Updating smithi195:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T07:35:26.079 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[30529]: cephadm 2023-12-06T07:35:24.829693+0000 mgr.y (mgr.25528) 21 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:35:26.080 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[30529]: cephadm 2023-12-06T07:35:24.830857+0000 mgr.y (mgr.25528) 22 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.client.admin.keyring 2023-12-06T07:35:26.080 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[30529]: cephadm 2023-12-06T07:35:24.994605+0000 mgr.y (mgr.25528) 23 : cephadm [INF] Updating smithi172:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:35:26.080 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[30529]: cephadm 2023-12-06T07:35:24.996582+0000 mgr.y (mgr.25528) 24 : cephadm [INF] Updating smithi195:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T07:35:26.080 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[30529]: audit 2023-12-06T07:35:25.167937+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:26.080 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[30529]: audit 2023-12-06T07:35:25.173959+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:26.080 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[30529]: audit 2023-12-06T07:35:25.188267+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:26.080 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[30529]: audit 2023-12-06T07:35:25.198322+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:26.080 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[30529]: audit 2023-12-06T07:35:25.206660+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:26.080 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[30529]: audit 2023-12-06T07:35:25.293629+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:35:26.080 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[30529]: audit 2023-12-06T07:35:25.297276+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:35:26.080 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[30529]: audit 2023-12-06T07:35:25.299566+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T07:35:26.080 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:25 smithi172 bash[30529]: audit 2023-12-06T07:35:25.300964+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-06T07:35:26.794 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:26 smithi172 bash[64618]: cephadm 2023-12-06T07:35:25.302030+0000 mgr.y (mgr.25528) 25 : cephadm 1 Upgrade: It appears safe to stop mon.c 2023-12-06T07:35:26.795 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:26 smithi172 bash[30529]: cephadm 2023-12-06T07:35:25.302030+0000 mgr.y (mgr.25528) 25 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-06T07:35:26.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:26 smithi195 bash[25052]: cephadm 2023-12-06T07:35:25.302030+0000 mgr.y (mgr.25528) 25 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-06T07:35:27.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:27 smithi172 bash[30529]: cluster 2023-12-06T07:35:26.465785+0000 mgr.y (mgr.25528) 26 : 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-06T07:35:27.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:27 smithi172 bash[64618]: cluster 2023-12-06T07:35:26.465785+0000 mgr.y (mgr.25528) 26 : 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-06T07:35:28.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:27 smithi195 bash[25052]: cluster 2023-12-06T07:35:26.465785+0000 mgr.y (mgr.25528) 26 : 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-06T07:35:28.138 INFO:teuthology.orchestra.run.smithi172.stdout:true 2023-12-06T07:35:28.882 INFO:teuthology.orchestra.run.smithi172.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:35:28.882 INFO:teuthology.orchestra.run.smithi172.stdout:alertmanager.a smithi172 *:9093,9094 running (2m) 15s ago 9m 16.7M - 0.23.0 ba2b418f427c 834724028b79 2023-12-06T07:35:28.882 INFO:teuthology.orchestra.run.smithi172.stdout:grafana.a smithi195 *:3000 running (116s) 15s ago 9m 43.5M - 8.3.5 dad864ee21e9 c0abf90c662f 2023-12-06T07:35:28.882 INFO:teuthology.orchestra.run.smithi172.stdout:iscsi.foo.smithi172.imjphn smithi172 running (68s) 15s ago 7m 45.0M - 3.5 e1d6a67b021e d65a8ea57779 2023-12-06T07:35:28.882 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.x smithi195 *:8443,9283,8765 running (56s) 15s ago 15m 433M - 19.0.0-26-g0482646f 26bb7d89db2e e5647ee16c48 2023-12-06T07:35:28.882 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.y smithi172 *:8443,9283,8765 running (109s) 15s ago 17m 470M - 19.0.0-26-g0482646f 26bb7d89db2e 5594cbd599cc 2023-12-06T07:35:28.882 INFO:teuthology.orchestra.run.smithi172.stdout:mon.a smithi172 running (33s) 15s ago 17m 31.8M 2048M 19.0.0-26-g0482646f 26bb7d89db2e b9309f43e92c 2023-12-06T07:35:28.883 INFO:teuthology.orchestra.run.smithi172.stdout:mon.b smithi195 running (16m) 15s ago 16m 55.3M 2048M 17.2.0 e1d6a67b021e 696ba54e207e 2023-12-06T07:35:28.883 INFO:teuthology.orchestra.run.smithi172.stdout:mon.c smithi172 running (16m) 15s ago 16m 50.9M 2048M 17.2.0 e1d6a67b021e d3e5645df5a7 2023-12-06T07:35:28.883 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.a smithi172 *:9100 running (2m) 15s ago 10m 14.7M - 1.3.1 1dbe0e931976 4171378093cf 2023-12-06T07:35:28.883 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.b smithi195 *:9100 running (2m) 15s ago 10m 10.8M - 1.3.1 1dbe0e931976 3f1c42cbb0e4 2023-12-06T07:35:28.883 INFO:teuthology.orchestra.run.smithi172.stdout:osd.0 smithi172 running (15m) 15s ago 15m 58.5M 2781M 17.2.0 e1d6a67b021e d65620e34baf 2023-12-06T07:35:28.883 INFO:teuthology.orchestra.run.smithi172.stdout:osd.1 smithi172 running (14m) 15s ago 14m 59.1M 2781M 17.2.0 e1d6a67b021e 7522680f974d 2023-12-06T07:35:28.883 INFO:teuthology.orchestra.run.smithi172.stdout:osd.2 smithi172 running (14m) 15s ago 14m 55.0M 2781M 17.2.0 e1d6a67b021e 52ca8f6db2e7 2023-12-06T07:35:28.883 INFO:teuthology.orchestra.run.smithi172.stdout:osd.3 smithi172 running (13m) 15s ago 13m 57.2M 2781M 17.2.0 e1d6a67b021e 1c2477b9ceb7 2023-12-06T07:35:28.883 INFO:teuthology.orchestra.run.smithi172.stdout:osd.4 smithi195 running (12m) 15s ago 12m 59.4M 3037M 17.2.0 e1d6a67b021e eaea9514cd4a 2023-12-06T07:35:28.883 INFO:teuthology.orchestra.run.smithi172.stdout:osd.5 smithi195 running (12m) 15s ago 12m 56.0M 3037M 17.2.0 e1d6a67b021e 51eedee8fdd8 2023-12-06T07:35:28.883 INFO:teuthology.orchestra.run.smithi172.stdout:osd.6 smithi195 running (11m) 15s ago 11m 53.5M 3037M 17.2.0 e1d6a67b021e 3bdaad441af1 2023-12-06T07:35:28.883 INFO:teuthology.orchestra.run.smithi172.stdout:osd.7 smithi195 running (11m) 15s ago 11m 56.7M 3037M 17.2.0 e1d6a67b021e 33c403e0a340 2023-12-06T07:35:28.883 INFO:teuthology.orchestra.run.smithi172.stdout:prometheus.a smithi195 *:9095 running (63s) 15s ago 10m 55.2M - 2.33.4 514e6a882f6e 15fc5d42d7a7 2023-12-06T07:35:28.883 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi172.fmdqeg smithi172 *:8000 running (8m) 15s ago 8m 87.2M - 17.2.0 e1d6a67b021e f5f3949b1de8 2023-12-06T07:35:28.883 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi195.hycrot smithi195 *:8000 running (8m) 15s ago 8m 87.3M - 17.2.0 e1d6a67b021e 9c5f08c98b32 2023-12-06T07:35:28.884 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi172.woscxg smithi172 *:80 running (7m) 15s ago 7m 87.3M - 17.2.0 e1d6a67b021e 0c4c84135665 2023-12-06T07:35:28.884 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi195.imqeni smithi195 *:80 running (7m) 15s ago 7m 87.7M - 17.2.0 e1d6a67b021e ca4b88c28560 2023-12-06T07:35:29.067 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:28 smithi172 bash[64618]: audit 2023-12-06T07:35:27.477220+0000 mgr.y (mgr.25528) 27 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:35:29.067 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:28 smithi172 bash[64618]: cephadm 2023-12-06T07:35:27.771848+0000 mgr.y (mgr.25528) 28 : cephadm 1 Upgrade: Updating mon.c 2023-12-06T07:35:29.067 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:28 smithi172 bash[64618]: audit 2023-12-06T07:35:27.778955+0000 mon.a (mon.0) 63 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:29.067 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:28 smithi172 bash[64618]: audit 2023-12-06T07:35:27.783331+0000 mon.a (mon.0) 64 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:35:29.067 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:28 smithi172 bash[64618]: audit 2023-12-06T07:35:27.784414+0000 mon.a (mon.0) 65 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:35:29.067 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:28 smithi172 bash[64618]: audit 2023-12-06T07:35:27.785447+0000 mon.a (mon.0) 66 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:35:29.067 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:28 smithi172 bash[64618]: cephadm 2023-12-06T07:35:27.786423+0000 mgr.y (mgr.25528) 29 : cephadm 1 Deploying daemon mon.c on smithi172 2023-12-06T07:35:29.067 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:28 smithi172 bash[64618]: audit 2023-12-06T07:35:28.122112+0000 mgr.y (mgr.25528) 30 : audit 0 from='client.25558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:35:29.067 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:28 smithi172 bash[30529]: audit 2023-12-06T07:35:27.477220+0000 mgr.y (mgr.25528) 27 : audit [DBG] from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:35:29.067 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:28 smithi172 bash[30529]: cephadm 2023-12-06T07:35:27.771848+0000 mgr.y (mgr.25528) 28 : cephadm [INF] Upgrade: Updating mon.c 2023-12-06T07:35:29.068 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:28 smithi172 bash[30529]: audit 2023-12-06T07:35:27.778955+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:29.068 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:28 smithi172 bash[30529]: audit 2023-12-06T07:35:27.783331+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:35:29.068 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:28 smithi172 bash[30529]: audit 2023-12-06T07:35:27.784414+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:35:29.068 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:28 smithi172 bash[30529]: audit 2023-12-06T07:35:27.785447+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:35:29.068 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:28 smithi172 bash[30529]: cephadm 2023-12-06T07:35:27.786423+0000 mgr.y (mgr.25528) 29 : cephadm [INF] Deploying daemon mon.c on smithi172 2023-12-06T07:35:29.068 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:28 smithi172 bash[30529]: audit 2023-12-06T07:35:28.122112+0000 mgr.y (mgr.25528) 30 : audit [DBG] from='client.25558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:35:29.095 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:35:28 smithi195 bash[49416]: ts=2023-12-06T07:35:28.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:35:29.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:28 smithi195 bash[25052]: audit 2023-12-06T07:35:27.477220+0000 mgr.y (mgr.25528) 27 : audit [DBG] from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:35:29.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:28 smithi195 bash[25052]: cephadm 2023-12-06T07:35:27.771848+0000 mgr.y (mgr.25528) 28 : cephadm [INF] Upgrade: Updating mon.c 2023-12-06T07:35:29.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:28 smithi195 bash[25052]: audit 2023-12-06T07:35:27.778955+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:29.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:28 smithi195 bash[25052]: audit 2023-12-06T07:35:27.783331+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:35:29.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:28 smithi195 bash[25052]: audit 2023-12-06T07:35:27.784414+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:35:29.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:28 smithi195 bash[25052]: audit 2023-12-06T07:35:27.785447+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:35:29.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:28 smithi195 bash[25052]: cephadm 2023-12-06T07:35:27.786423+0000 mgr.y (mgr.25528) 29 : cephadm [INF] Deploying daemon mon.c on smithi172 2023-12-06T07:35:29.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:28 smithi195 bash[25052]: audit 2023-12-06T07:35:28.122112+0000 mgr.y (mgr.25528) 30 : audit [DBG] from='client.25558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:35:29.335 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:35:29.335 INFO:teuthology.orchestra.run.smithi172.stdout: "mon": { 2023-12-06T07:35:29.335 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2023-12-06T07:35:29.335 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T07:35:29.335 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:35:29.335 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr": { 2023-12-06T07:35:29.336 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:35:29.336 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:35:29.336 INFO:teuthology.orchestra.run.smithi172.stdout: "osd": { 2023-12-06T07:35:29.336 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:35:29.336 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:35:29.336 INFO:teuthology.orchestra.run.smithi172.stdout: "rgw": { 2023-12-06T07:35:29.336 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:35:29.336 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:35:29.336 INFO:teuthology.orchestra.run.smithi172.stdout: "overall": { 2023-12-06T07:35:29.336 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14, 2023-12-06T07:35:29.336 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:35:29.336 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:35:29.336 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:35:29.697 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:35:29.697 INFO:teuthology.orchestra.run.smithi172.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:35:29.697 INFO:teuthology.orchestra.run.smithi172.stdout: "in_progress": true, 2023-12-06T07:35:29.698 INFO:teuthology.orchestra.run.smithi172.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:35:29.698 INFO:teuthology.orchestra.run.smithi172.stdout: "services_complete": [ 2023-12-06T07:35:29.698 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr" 2023-12-06T07:35:29.698 INFO:teuthology.orchestra.run.smithi172.stdout: ], 2023-12-06T07:35:29.698 INFO:teuthology.orchestra.run.smithi172.stdout: "progress": "3/23 daemons upgraded", 2023-12-06T07:35:29.698 INFO:teuthology.orchestra.run.smithi172.stdout: "message": "Currently upgrading mon daemons", 2023-12-06T07:35:29.698 INFO:teuthology.orchestra.run.smithi172.stdout: "is_paused": false 2023-12-06T07:35:29.698 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:35:30.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:29 smithi195 bash[25052]: cluster 2023-12-06T07:35:28.467362+0000 mgr.y (mgr.25528) 31 : 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-06T07:35:30.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:29 smithi195 bash[25052]: audit 2023-12-06T07:35:28.506504+0000 mgr.y (mgr.25528) 32 : audit [DBG] from='client.34143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:35:30.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:29 smithi195 bash[25052]: audit 2023-12-06T07:35:28.866443+0000 mgr.y (mgr.25528) 33 : audit [DBG] from='client.25570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:35:30.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:29 smithi195 bash[25052]: audit 2023-12-06T07:35:29.334532+0000 mon.a (mon.0) 67 : audit [DBG] from='client.? 172.21.15.172:0/3904104281' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:35:30.158 INFO:teuthology.orchestra.run.smithi172.stdout:HEALTH_OK 2023-12-06T07:35:30.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:29 smithi172 bash[30529]: cluster 2023-12-06T07:35:28.467362+0000 mgr.y (mgr.25528) 31 : 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-06T07:35:30.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:29 smithi172 bash[30529]: audit 2023-12-06T07:35:28.506504+0000 mgr.y (mgr.25528) 32 : audit [DBG] from='client.34143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:35:30.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:29 smithi172 bash[30529]: audit 2023-12-06T07:35:28.866443+0000 mgr.y (mgr.25528) 33 : audit [DBG] from='client.25570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:35:30.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:29 smithi172 bash[30529]: audit 2023-12-06T07:35:29.334532+0000 mon.a (mon.0) 67 : audit [DBG] from='client.? 172.21.15.172:0/3904104281' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:35:30.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:29 smithi172 bash[64618]: cluster 2023-12-06T07:35:28.467362+0000 mgr.y (mgr.25528) 31 : 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-06T07:35:30.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:29 smithi172 bash[64618]: audit 2023-12-06T07:35:28.506504+0000 mgr.y (mgr.25528) 32 : audit 0 from='client.34143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:35:30.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:29 smithi172 bash[64618]: audit 2023-12-06T07:35:28.866443+0000 mgr.y (mgr.25528) 33 : audit 0 from='client.25570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:35:30.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:29 smithi172 bash[64618]: audit 2023-12-06T07:35:29.334532+0000 mon.a (mon.0) 67 : audit 0 from='client.? 172.21.15.172:0/3904104281' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:35:30.571 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:30 smithi172 systemd[1]: Stopping Ceph mon.c for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:35:30.571 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:30 smithi172 bash[30529]: debug 2023-12-06T07:35:30.356+0000 7fcf36c15700 -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-06T07:35:30.571 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:30 smithi172 bash[30529]: debug 2023-12-06T07:35:30.356+0000 7fcf36c15700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-12-06T07:35:31.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:31 smithi172 bash[65968]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-mon-c 2023-12-06T07:35:31.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:31 smithi172 bash[66042]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-mon-c 2023-12-06T07:35:31.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:31 smithi172 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mon.c.service: Succeeded. 2023-12-06T07:35:31.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:31 smithi172 systemd[1]: Stopped Ceph mon.c for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:35:31.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:31 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:35:31] "GET /metrics HTTP/1.1" 200 38172 "" "Prometheus/2.33.4" 2023-12-06T07:35:31.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:31 smithi172 systemd[1]: Started Ceph mon.c for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:35:32.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.660+0000 7f93874d9c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T07:35:32.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.660+0000 7f93874d9c80 0 ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev), process ceph-mon, pid 7 2023-12-06T07:35:32.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.660+0000 7f93874d9c80 0 pidfile_write: ignore empty --pid-file 2023-12-06T07:35:32.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.664+0000 7f93874d9c80 0 load: jerasure load: lrc 2023-12-06T07:35:32.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-06T07:35:32.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Git sha 0 2023-12-06T07:35:32.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Compile date 2023-12-06 02:25:46 2023-12-06T07:35:32.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: DB SUMMARY 2023-12-06T07:35:32.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: DB Session ID: RFIV7B3OUA4XFMGMKV2Q 2023-12-06T07:35:32.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: CURRENT file: CURRENT 2023-12-06T07:35:32.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T07:35:32.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 1259 Bytes 2023-12-06T07:35:32.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000030.sst 2023-12-06T07:35:32.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000028.log size: 3493428 ; 2023-12-06T07:35:32.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.error_if_exists: 0 2023-12-06T07:35:32.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.create_if_missing: 0 2023-12-06T07:35:32.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T07:35:32.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-06T07:35:32.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T07:35:32.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-06T07:35:32.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.env: 0x558fa83fda60 2023-12-06T07:35:32.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-06T07:35:32.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.info_log: 0x558fa9e35780 2023-12-06T07:35:32.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T07:35:32.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.statistics: (nil) 2023-12-06T07:35:32.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.use_fsync: 0 2023-12-06T07:35:32.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T07:35:32.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T07:35:32.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T07:35:32.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T07:35:32.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T07:35:32.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T07:35:32.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T07:35:32.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T07:35:32.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T07:35:32.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T07:35:32.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T07:35:32.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.db_log_dir: 2023-12-06T07:35:32.926 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.wal_dir: 2023-12-06T07:35:32.927 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T07:35:32.927 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T07:35:32.927 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T07:35:32.927 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T07:35:32.927 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T07:35:32.927 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T07:35:32.927 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T07:35:32.927 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T07:35:32.927 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.write_buffer_manager: 0x558fa9e08f00 2023-12-06T07:35:32.927 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T07:35:32.927 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T07:35:32.927 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T07:35:32.927 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T07:35:32.928 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T07:35:32.928 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T07:35:32.928 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T07:35:32.928 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T07:35:32.928 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.unordered_write: 0 2023-12-06T07:35:32.928 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T07:35:32.928 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T07:35:32.928 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T07:35:32.928 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T07:35:32.928 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.row_cache: None 2023-12-06T07:35:32.928 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.wal_filter: None 2023-12-06T07:35:32.928 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T07:35:32.928 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T07:35:32.928 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.two_write_queues: 0 2023-12-06T07:35:32.929 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T07:35:32.929 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.wal_compression: 0 2023-12-06T07:35:32.929 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.atomic_flush: 0 2023-12-06T07:35:32.929 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T07:35:32.929 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T07:35:32.929 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T07:35:32.929 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T07:35:32.929 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T07:35:32.929 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T07:35:32.929 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T07:35:32.929 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T07:35:32.929 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T07:35:32.929 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T07:35:32.929 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-06T07:35:32.929 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T07:35:32.930 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T07:35:32.930 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T07:35:32.930 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T07:35:32.930 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T07:35:32.930 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T07:35:32.930 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T07:35:32.930 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T07:35:32.930 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T07:35:32.930 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T07:35:32.930 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T07:35:32.930 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_open_files: -1 2023-12-06T07:35:32.930 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T07:35:32.930 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T07:35:32.930 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T07:35:32.931 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T07:35:32.931 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T07:35:32.931 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Compression algorithms supported: 2023-12-06T07:35:32.931 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T07:35:32.931 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: kZSTD supported: 0 2023-12-06T07:35:32.931 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: kXpressCompression supported: 0 2023-12-06T07:35:32.931 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T07:35:32.931 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: kZlibCompression supported: 1 2023-12-06T07:35:32.931 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T07:35:32.931 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T07:35:32.931 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T07:35:32.931 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T07:35:32.931 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-06T07:35:32.931 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 2023-12-06T07:35:32.931 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-06T07:35:32.932 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T07:35:32.932 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.merge_operator: 2023-12-06T07:35:32.932 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compaction_filter: None 2023-12-06T07:35:32.932 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T07:35:32.932 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T07:35:32.932 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T07:35:32.932 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T07:35:32.932 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558fa9e358a0) 2023-12-06T07:35:32.932 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: cache_index_and_filter_blocks: 1 2023-12-06T07:35:32.932 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T07:35:32.932 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T07:35:32.932 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: pin_top_level_index_and_filter: 1 2023-12-06T07:35:32.932 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: index_type: 0 2023-12-06T07:35:32.932 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: data_block_index_type: 0 2023-12-06T07:35:32.932 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: index_shortening: 1 2023-12-06T07:35:32.932 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T07:35:32.933 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: checksum: 4 2023-12-06T07:35:32.933 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: no_block_cache: 0 2023-12-06T07:35:32.933 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: block_cache: 0x558fa9e89090 2023-12-06T07:35:32.933 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: block_cache_name: BinnedLRUCache 2023-12-06T07:35:32.933 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: block_cache_options: 2023-12-06T07:35:32.933 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: capacity : 536870912 2023-12-06T07:35:32.933 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: num_shard_bits : 4 2023-12-06T07:35:32.933 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: strict_capacity_limit : 0 2023-12-06T07:35:32.933 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: high_pri_pool_ratio: 0.000 2023-12-06T07:35:32.933 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: block_cache_compressed: (nil) 2023-12-06T07:35:32.933 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: persistent_cache: (nil) 2023-12-06T07:35:32.933 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: block_size: 4096 2023-12-06T07:35:32.933 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: block_size_deviation: 10 2023-12-06T07:35:32.933 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: block_restart_interval: 16 2023-12-06T07:35:32.933 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: index_block_restart_interval: 1 2023-12-06T07:35:32.934 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: metadata_block_size: 4096 2023-12-06T07:35:32.934 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: partition_filters: 0 2023-12-06T07:35:32.934 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: use_delta_encoding: 1 2023-12-06T07:35:32.934 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: filter_policy: bloomfilter 2023-12-06T07:35:32.934 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: whole_key_filtering: 1 2023-12-06T07:35:32.934 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: verify_compression: 0 2023-12-06T07:35:32.934 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: read_amp_bytes_per_bit: 0 2023-12-06T07:35:32.934 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: format_version: 5 2023-12-06T07:35:32.934 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: enable_index_compression: 1 2023-12-06T07:35:32.934 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: block_align: 0 2023-12-06T07:35:32.934 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: max_auto_readahead_size: 262144 2023-12-06T07:35:32.934 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: prepopulate_block_cache: 0 2023-12-06T07:35:32.934 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: initial_auto_readahead_size: 8192 2023-12-06T07:35:32.934 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: num_file_reads_for_auto_readahead: 2 2023-12-06T07:35:32.935 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T07:35:32.935 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T07:35:32.935 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compression: NoCompression 2023-12-06T07:35:32.935 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T07:35:32.935 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T07:35:32.935 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T07:35:32.935 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.num_levels: 7 2023-12-06T07:35:32.935 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T07:35:32.935 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T07:35:32.935 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T07:35:32.935 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T07:35:32.935 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T07:35:32.935 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T07:35:32.935 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T07:35:32.935 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T07:35:32.936 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T07:35:32.936 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T07:35:32.936 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-06T07:35:32.936 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-06T07:35:32.936 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T07:35:32.936 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T07:35:32.936 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T07:35:32.936 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T07:35:32.936 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T07:35:32.936 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-06T07:35:32.936 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T07:35:32.936 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T07:35:32.936 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-06T07:35:32.937 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T07:35:32.937 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T07:35:32.937 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T07:35:32.937 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T07:35:32.937 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T07:35:32.937 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T07:35:32.938 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T07:35:32.938 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T07:35:32.938 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T07:35:32.938 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T07:35:32.938 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T07:35:32.938 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T07:35:32.938 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T07:35:32.938 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T07:35:32.938 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T07:35:32.938 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T07:35:32.938 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T07:35:32.938 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-06T07:35:32.938 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-06T07:35:32.938 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T07:35:32.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T07:35:32.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T07:35:32.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T07:35:32.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T07:35:32.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T07:35:32.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T07:35:32.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T07:35:32.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T07:35:32.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T07:35:32.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T07:35:32.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T07:35:32.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T07:35:32.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.table_properties_collectors: 2023-12-06T07:35:32.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T07:35:32.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T07:35:32.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T07:35:32.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T07:35:32.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T07:35:32.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.bloom_locality: 0 2023-12-06T07:35:32.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T07:35:32.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T07:35:32.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T07:35:32.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T07:35:32.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T07:35:32.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.ttl: 2592000 2023-12-06T07:35:32.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T07:35:32.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-06T07:35:32.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-06T07:35:32.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.enable_blob_files: false 2023-12-06T07:35:32.941 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.min_blob_size: 0 2023-12-06T07:35:32.941 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T07:35:32.941 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T07:35:32.941 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T07:35:32.941 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T07:35:32.941 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-06T07:35:32.941 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-06T07:35:32.941 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-06T07:35:32.941 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-06T07:35:32.941 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f937ac9e700 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-06T07:35:32.941 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 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-06T07:35:32.941 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 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 18046, log_number is 28,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-06T07:35:32.941 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 28 2023-12-06T07:35:32.941 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 58515f5a-2c38-4843-bd61-2e34efb2e487 2023-12-06T07:35:32.941 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701848132671570, "job": 1, "event": "recovery_started", "wal_files": [28]} 2023-12-06T07:35:32.942 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.668+0000 7f93874d9c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #28 mode 2 2023-12-06T07:35:32.942 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.684+0000 7f93874d9c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701848132686200, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 33, "file_size": 2237377, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 18052, "largest_seqno": 18873, "table_properties": {"data_size": 2233225, "index_size": 2238, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 901, "raw_key_size": 8524, "raw_average_key_size": 24, "raw_value_size": 2225532, "raw_average_value_size": 6340, "num_data_blocks": 102, "num_entries": 351, "num_filter_entries": 351, "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": 1701848132, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "58515f5a-2c38-4843-bd61-2e34efb2e487", "db_session_id": "RFIV7B3OUA4XFMGMKV2Q", "orig_file_number": 33, "seqno_to_time_mapping": "N/A"}} 2023-12-06T07:35:32.942 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.684+0000 7f93874d9c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701848132686318, "job": 1, "event": "recovery_finished"} 2023-12-06T07:35:32.942 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.684+0000 7f93874d9c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 35 2023-12-06T07:35:32.942 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.684+0000 7f93874d9c80 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-06T07:35:32.942 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.688+0000 7f93874d9c80 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-06T07:35:32.942 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.688+0000 7f93874d9c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558fa9f28000 2023-12-06T07:35:32.942 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.688+0000 7f93874d9c80 4 rocksdb: DB pointer 0x558fa9f16000 2023-12-06T07:35:32.942 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.688+0000 7f9375c94700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-06T07:35:32.942 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.688+0000 7f9375c94700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-06T07:35:32.942 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: ** DB Stats ** 2023-12-06T07:35:32.942 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:35:32.942 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: 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-06T07:35:32.942 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T07:35:32.943 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T07:35:32.943 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: 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-06T07:35:32.943 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T07:35:32.943 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T07:35:32.943 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: ** Compaction Stats [default] ** 2023-12-06T07:35:32.943 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: 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-06T07:35:32.943 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-06T07:35:32.943 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: L0 1/0 2.13 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 510.2 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-12-06T07:35:32.943 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: L6 1/0 10.23 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2023-12-06T07:35:32.943 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: Sum 2/0 12.36 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 510.2 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-12-06T07:35:32.943 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 510.2 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-12-06T07:35:32.943 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: ** Compaction Stats [default] ** 2023-12-06T07:35:32.943 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: 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-06T07:35:32.943 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T07:35:32.943 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 510.2 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-12-06T07:35:32.944 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-06T07:35:32.944 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:35:32.944 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: Flush(GB): cumulative 0.002, interval 0.002 2023-12-06T07:35:32.944 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T07:35:32.944 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T07:35:32.944 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T07:35:32.944 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T07:35:32.944 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: Cumulative compaction: 0.00 GB write, 110.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T07:35:32.944 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: Interval compaction: 0.00 GB write, 110.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T07:35:32.944 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: 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-06T07:35:32.944 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: Block cache BinnedLRUCache@0x558fa9e89090#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-06T07:35:32.944 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: 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-06T07:35:32.944 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T07:35:32.944 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.688+0000 7f93874d9c80 0 starting mon.c rank 1 at public addrs [v2:172.21.15.172:3301/0,v1:172.21.15.172:6790/0] at bind addrs [v2:172.21.15.172:3301/0,v1:172.21.15.172:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:35:32.944 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.688+0000 7f93874d9c80 1 mon.c@-1(???) e3 preinit fsid 6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:35:32.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.688+0000 7f93874d9c80 0 mon.c@-1(???).mds e1 new map 2023-12-06T07:35:32.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.688+0000 7f93874d9c80 0 mon.c@-1(???).mds e1 print_map 2023-12-06T07:35:32.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: e1 2023-12-06T07:35:32.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T07:35:32.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: 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-06T07:35:32.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: legacy client fscid: -1 2023-12-06T07:35:32.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: 2023-12-06T07:35:32.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: No filesystems configured 2023-12-06T07:35:32.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.688+0000 7f93874d9c80 0 mon.c@-1(???).osd e103 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-06T07:35:32.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.688+0000 7f93874d9c80 0 mon.c@-1(???).osd e103 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T07:35:32.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.688+0000 7f93874d9c80 0 mon.c@-1(???).osd e103 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T07:35:32.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.688+0000 7f93874d9c80 0 mon.c@-1(???).osd e103 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T07:35:32.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:32 smithi172 bash[66109]: debug 2023-12-06T07:35:32.688+0000 7f93874d9c80 1 mon.c@-1(???).paxosservice(auth 1..24) refresh upgraded, format 0 -> 3 2023-12-06T07:35:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:34 smithi195 bash[25052]: cluster 2023-12-06T07:35:30.468119+0000 mgr.y (mgr.25528) 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-06T07:35:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:34 smithi195 bash[25052]: cluster 2023-12-06T07:35:32.469622+0000 mgr.y (mgr.25528) 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-06T07:35:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:34 smithi195 bash[25052]: cluster 2023-12-06T07:35:32.902987+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-06T07:35:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:34 smithi195 bash[25052]: cluster 2023-12-06T07:35:33.803849+0000 mon.a (mon.0) 68 : cluster [INF] mon.a calling monitor election 2023-12-06T07:35:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:34 smithi195 bash[25052]: cluster 2023-12-06T07:35:33.811775+0000 mon.a (mon.0) 69 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T07:35:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:34 smithi195 bash[25052]: cluster 2023-12-06T07:35:33.821905+0000 mon.a (mon.0) 70 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],b=[v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0],c=[v2:172.21.15.172:3301/0,v1:172.21.15.172:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T07:35:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:34 smithi195 bash[25052]: cluster 2023-12-06T07:35:33.822709+0000 mon.a (mon.0) 71 : cluster [DBG] fsmap 2023-12-06T07:35:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:34 smithi195 bash[25052]: cluster 2023-12-06T07:35:33.822769+0000 mon.a (mon.0) 72 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-06T07:35:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:34 smithi195 bash[25052]: cluster 2023-12-06T07:35:33.823403+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e38: y(active, since 27s), standbys: x 2023-12-06T07:35:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:34 smithi195 bash[25052]: cluster 2023-12-06T07:35:33.832088+0000 mon.a (mon.0) 74 : cluster [INF] overall HEALTH_OK 2023-12-06T07:35:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:34 smithi195 bash[25052]: audit 2023-12-06T07:35:33.836719+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:34 smithi195 bash[25052]: audit 2023-12-06T07:35:33.844536+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:35.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[64618]: cluster 2023-12-06T07:35:30.468119+0000 mgr.y (mgr.25528) 35 : cluster 0 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-06T07:35:35.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[64618]: cluster 2023-12-06T07:35:32.469622+0000 mgr.y (mgr.25528) 36 : cluster 0 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-06T07:35:35.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[64618]: cluster 2023-12-06T07:35:32.902987+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-06T07:35:35.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[64618]: cluster 2023-12-06T07:35:33.803849+0000 mon.a (mon.0) 68 : cluster 1 mon.a calling monitor election 2023-12-06T07:35:35.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[64618]: cluster 2023-12-06T07:35:33.811775+0000 mon.a (mon.0) 69 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T07:35:35.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[64618]: cluster 2023-12-06T07:35:33.821905+0000 mon.a (mon.0) 70 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],b=[v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0],c=[v2:172.21.15.172:3301/0,v1:172.21.15.172:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T07:35:35.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[64618]: cluster 2023-12-06T07:35:33.822709+0000 mon.a (mon.0) 71 : cluster 0 fsmap 2023-12-06T07:35:35.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[64618]: cluster 2023-12-06T07:35:33.822769+0000 mon.a (mon.0) 72 : cluster 0 osdmap e103: 8 total, 8 up, 8 in 2023-12-06T07:35:35.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[64618]: cluster 2023-12-06T07:35:33.823403+0000 mon.a (mon.0) 73 : cluster 0 mgrmap e38: y(active, since 27s), standbys: x 2023-12-06T07:35:35.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[64618]: cluster 2023-12-06T07:35:33.832088+0000 mon.a (mon.0) 74 : cluster 1 overall HEALTH_OK 2023-12-06T07:35:35.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[64618]: audit 2023-12-06T07:35:33.836719+0000 mon.a (mon.0) 75 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:35.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[64618]: audit 2023-12-06T07:35:33.844536+0000 mon.a (mon.0) 76 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:35.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[66109]: cluster 2023-12-06T07:35:30.468119+0000 mgr.y (mgr.25528) 35 : cluster 0 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-06T07:35:35.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[66109]: cluster 2023-12-06T07:35:32.469622+0000 mgr.y (mgr.25528) 36 : cluster 0 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-06T07:35:35.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[66109]: cluster 2023-12-06T07:35:32.902987+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-06T07:35:35.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[66109]: cluster 2023-12-06T07:35:33.803849+0000 mon.a (mon.0) 68 : cluster 1 mon.a calling monitor election 2023-12-06T07:35:35.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[66109]: cluster 2023-12-06T07:35:33.811775+0000 mon.a (mon.0) 69 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T07:35:35.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[66109]: cluster 2023-12-06T07:35:33.821905+0000 mon.a (mon.0) 70 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],b=[v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0],c=[v2:172.21.15.172:3301/0,v1:172.21.15.172:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T07:35:35.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[66109]: cluster 2023-12-06T07:35:33.822709+0000 mon.a (mon.0) 71 : cluster 0 fsmap 2023-12-06T07:35:35.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[66109]: cluster 2023-12-06T07:35:33.822769+0000 mon.a (mon.0) 72 : cluster 0 osdmap e103: 8 total, 8 up, 8 in 2023-12-06T07:35:35.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[66109]: cluster 2023-12-06T07:35:33.823403+0000 mon.a (mon.0) 73 : cluster 0 mgrmap e38: y(active, since 27s), standbys: x 2023-12-06T07:35:35.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[66109]: cluster 2023-12-06T07:35:33.832088+0000 mon.a (mon.0) 74 : cluster 1 overall HEALTH_OK 2023-12-06T07:35:35.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[66109]: audit 2023-12-06T07:35:33.836719+0000 mon.a (mon.0) 75 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:35.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:34 smithi172 bash[66109]: audit 2023-12-06T07:35:33.844536+0000 mon.a (mon.0) 76 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:36.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:35 smithi195 bash[25052]: cluster 2023-12-06T07:35:34.470372+0000 mgr.y (mgr.25528) 37 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:35:36.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:35 smithi172 bash[64618]: cluster 2023-12-06T07:35:34.470372+0000 mgr.y (mgr.25528) 37 : cluster 0 pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:35:36.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:35 smithi172 bash[66109]: cluster 2023-12-06T07:35:34.470372+0000 mgr.y (mgr.25528) 37 : cluster 0 pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:35:37.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:36 smithi172 bash[64618]: audit 2023-12-06T07:35:36.561003+0000 mon.a (mon.0) 77 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:35:37.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:36 smithi172 bash[66109]: audit 2023-12-06T07:35:36.561003+0000 mon.a (mon.0) 77 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:35:37.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:36 smithi195 bash[25052]: audit 2023-12-06T07:35:36.561003+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:35:37.852 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:37 smithi172 bash[61365]: debug 2023-12-06T07:35:37.696+0000 7fd8ed9e6700 -1 mgr.server handle_report got status from non-daemon mon.c 2023-12-06T07:35:38.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:37 smithi172 bash[64618]: cluster 2023-12-06T07:35:36.471134+0000 mgr.y (mgr.25528) 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-06T07:35:38.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:37 smithi172 bash[66109]: cluster 2023-12-06T07:35:36.471134+0000 mgr.y (mgr.25528) 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-06T07:35:38.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:37 smithi195 bash[25052]: cluster 2023-12-06T07:35:36.471134+0000 mgr.y (mgr.25528) 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-06T07:35:39.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:38 smithi195 bash[25052]: audit 2023-12-06T07:35:37.485274+0000 mgr.y (mgr.25528) 39 : audit [DBG] from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:35:39.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:35:38 smithi195 bash[49416]: ts=2023-12-06T07:35:38.663Z 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.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:35:39.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:38 smithi172 bash[64618]: audit 2023-12-06T07:35:37.485274+0000 mgr.y (mgr.25528) 39 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:35:39.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:38 smithi172 bash[66109]: audit 2023-12-06T07:35:37.485274+0000 mgr.y (mgr.25528) 39 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:35:40.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:39 smithi172 bash[64618]: cluster 2023-12-06T07:35:38.472818+0000 mgr.y (mgr.25528) 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-06T07:35:40.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:39 smithi172 bash[66109]: cluster 2023-12-06T07:35:38.472818+0000 mgr.y (mgr.25528) 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-06T07:35:40.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:39 smithi195 bash[25052]: cluster 2023-12-06T07:35:38.472818+0000 mgr.y (mgr.25528) 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-06T07:35:41.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:41 smithi172 bash[64618]: audit 2023-12-06T07:35:40.364199+0000 mon.a (mon.0) 78 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:41.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:41 smithi172 bash[64618]: audit 2023-12-06T07:35:40.375484+0000 mon.a (mon.0) 79 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:41.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:41 smithi172 bash[64618]: cluster 2023-12-06T07:35:40.473567+0000 mgr.y (mgr.25528) 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-06T07:35:41.673 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:41 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:35:41] "GET /metrics HTTP/1.1" 200 38112 "" "Prometheus/2.33.4" 2023-12-06T07:35:41.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:41 smithi172 bash[66109]: audit 2023-12-06T07:35:40.364199+0000 mon.a (mon.0) 78 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:41.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:41 smithi172 bash[66109]: audit 2023-12-06T07:35:40.375484+0000 mon.a (mon.0) 79 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:41.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:41 smithi172 bash[66109]: cluster 2023-12-06T07:35:40.473567+0000 mgr.y (mgr.25528) 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-06T07:35:41.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:41 smithi195 bash[25052]: audit 2023-12-06T07:35:40.364199+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:41.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:41 smithi195 bash[25052]: audit 2023-12-06T07:35:40.375484+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:41.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:41 smithi195 bash[25052]: cluster 2023-12-06T07:35:40.473567+0000 mgr.y (mgr.25528) 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-06T07:35:42.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:42 smithi195 bash[25052]: audit 2023-12-06T07:35:41.423385+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:42.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:42 smithi195 bash[25052]: audit 2023-12-06T07:35:41.434208+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:42.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:42 smithi172 bash[64618]: audit 2023-12-06T07:35:41.423385+0000 mon.a (mon.0) 80 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:42.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:42 smithi172 bash[64618]: audit 2023-12-06T07:35:41.434208+0000 mon.a (mon.0) 81 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:42.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:42 smithi172 bash[66109]: audit 2023-12-06T07:35:41.423385+0000 mon.a (mon.0) 80 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:42.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:42 smithi172 bash[66109]: audit 2023-12-06T07:35:41.434208+0000 mon.a (mon.0) 81 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:43.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:43 smithi195 bash[25052]: cluster 2023-12-06T07:35:42.475163+0000 mgr.y (mgr.25528) 42 : 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-06T07:35:43.925 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:43 smithi172 bash[64618]: cluster 2023-12-06T07:35:42.475163+0000 mgr.y (mgr.25528) 42 : cluster 0 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-06T07:35:43.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:43 smithi172 bash[66109]: cluster 2023-12-06T07:35:42.475163+0000 mgr.y (mgr.25528) 42 : cluster 0 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-06T07:35:45.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:45 smithi195 bash[25052]: cluster 2023-12-06T07:35:44.476079+0000 mgr.y (mgr.25528) 43 : 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-06T07:35:45.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:45 smithi172 bash[64618]: cluster 2023-12-06T07:35:44.476079+0000 mgr.y (mgr.25528) 43 : cluster 0 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-06T07:35:45.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:45 smithi172 bash[66109]: cluster 2023-12-06T07:35:44.476079+0000 mgr.y (mgr.25528) 43 : cluster 0 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-06T07:35:48.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:47 smithi195 bash[25052]: cluster 2023-12-06T07:35:46.476873+0000 mgr.y (mgr.25528) 44 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:35:48.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:47 smithi172 bash[64618]: cluster 2023-12-06T07:35:46.476873+0000 mgr.y (mgr.25528) 44 : cluster 0 pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:35:48.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:47 smithi172 bash[66109]: cluster 2023-12-06T07:35:46.476873+0000 mgr.y (mgr.25528) 44 : cluster 0 pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:35:49.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:48 smithi195 bash[25052]: audit 2023-12-06T07:35:47.494317+0000 mgr.y (mgr.25528) 45 : audit [DBG] from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:35:49.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:35:48 smithi195 bash[49416]: ts=2023-12-06T07:35: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.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:35:49.168 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:48 smithi172 bash[64618]: audit 2023-12-06T07:35:47.494317+0000 mgr.y (mgr.25528) 45 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:35:49.169 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:48 smithi172 bash[66109]: audit 2023-12-06T07:35:47.494317+0000 mgr.y (mgr.25528) 45 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:35:50.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:49 smithi195 bash[25052]: cluster 2023-12-06T07:35:48.478820+0000 mgr.y (mgr.25528) 46 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:35:50.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:49 smithi172 bash[66109]: cluster 2023-12-06T07:35:48.478820+0000 mgr.y (mgr.25528) 46 : cluster 0 pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:35:50.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:49 smithi172 bash[64618]: cluster 2023-12-06T07:35:48.478820+0000 mgr.y (mgr.25528) 46 : cluster 0 pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:35:51.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:35:51] "GET /metrics HTTP/1.1" 200 38112 "" "Prometheus/2.33.4" 2023-12-06T07:35:51.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[66109]: cluster 2023-12-06T07:35:50.479678+0000 mgr.y (mgr.25528) 47 : cluster 0 pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:35:51.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[66109]: audit 2023-12-06T07:35:51.282929+0000 mon.a (mon.0) 82 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:51.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[66109]: audit 2023-12-06T07:35:51.293084+0000 mon.a (mon.0) 83 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:51.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[66109]: audit 2023-12-06T07:35:51.294900+0000 mon.a (mon.0) 84 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:35:51.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[66109]: audit 2023-12-06T07:35:51.296286+0000 mon.a (mon.0) 85 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:35:51.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[66109]: audit 2023-12-06T07:35:51.305902+0000 mon.a (mon.0) 86 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:51.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[66109]: audit 2023-12-06T07:35:51.394063+0000 mon.a (mon.0) 87 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:35:51.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[66109]: audit 2023-12-06T07:35:51.397107+0000 mon.a (mon.0) 88 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:35:51.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[66109]: audit 2023-12-06T07:35:51.399343+0000 mon.a (mon.0) 89 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T07:35:51.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[66109]: audit 2023-12-06T07:35:51.400570+0000 mon.a (mon.0) 90 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-06T07:35:51.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[66109]: audit 2023-12-06T07:35:51.561279+0000 mon.a (mon.0) 91 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:35:51.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[64618]: cluster 2023-12-06T07:35:50.479678+0000 mgr.y (mgr.25528) 47 : cluster 0 pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:35:51.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[64618]: audit 2023-12-06T07:35:51.282929+0000 mon.a (mon.0) 82 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:51.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[64618]: audit 2023-12-06T07:35:51.293084+0000 mon.a (mon.0) 83 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:51.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[64618]: audit 2023-12-06T07:35:51.294900+0000 mon.a (mon.0) 84 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:35:51.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[64618]: audit 2023-12-06T07:35:51.296286+0000 mon.a (mon.0) 85 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:35:51.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[64618]: audit 2023-12-06T07:35:51.305902+0000 mon.a (mon.0) 86 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:51.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[64618]: audit 2023-12-06T07:35:51.394063+0000 mon.a (mon.0) 87 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:35:51.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[64618]: audit 2023-12-06T07:35:51.397107+0000 mon.a (mon.0) 88 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:35:51.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[64618]: audit 2023-12-06T07:35:51.399343+0000 mon.a (mon.0) 89 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T07:35:51.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[64618]: audit 2023-12-06T07:35:51.400570+0000 mon.a (mon.0) 90 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-06T07:35:51.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:51 smithi172 bash[64618]: audit 2023-12-06T07:35:51.561279+0000 mon.a (mon.0) 91 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:35:52.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:51 smithi195 bash[25052]: cluster 2023-12-06T07:35:50.479678+0000 mgr.y (mgr.25528) 47 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:35:52.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:51 smithi195 bash[25052]: audit 2023-12-06T07:35:51.282929+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:52.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:51 smithi195 bash[25052]: audit 2023-12-06T07:35:51.293084+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:52.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:51 smithi195 bash[25052]: audit 2023-12-06T07:35:51.294900+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:35:52.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:51 smithi195 bash[25052]: audit 2023-12-06T07:35:51.296286+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:35:52.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:51 smithi195 bash[25052]: audit 2023-12-06T07:35:51.305902+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:52.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:51 smithi195 bash[25052]: audit 2023-12-06T07:35:51.394063+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:35:52.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:51 smithi195 bash[25052]: audit 2023-12-06T07:35:51.397107+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:35:52.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:51 smithi195 bash[25052]: audit 2023-12-06T07:35:51.399343+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T07:35:52.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:51 smithi195 bash[25052]: audit 2023-12-06T07:35:51.400570+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-06T07:35:52.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:51 smithi195 bash[25052]: audit 2023-12-06T07:35:51.561279+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:35:53.011 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:52 smithi195 bash[25052]: cephadm 2023-12-06T07:35:51.401368+0000 mgr.y (mgr.25528) 48 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2023-12-06T07:35:53.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:52 smithi172 bash[66109]: cephadm 2023-12-06T07:35:51.401368+0000 mgr.y (mgr.25528) 48 : cephadm 1 Upgrade: It appears safe to stop mon.b 2023-12-06T07:35:53.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:52 smithi172 bash[64618]: cephadm 2023-12-06T07:35:51.401368+0000 mgr.y (mgr.25528) 48 : cephadm 1 Upgrade: It appears safe to stop mon.b 2023-12-06T07:35:54.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:53 smithi195 bash[25052]: cluster 2023-12-06T07:35:52.481478+0000 mgr.y (mgr.25528) 49 : 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-06T07:35:54.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:53 smithi195 bash[25052]: audit 2023-12-06T07:35:53.733376+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:54.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:53 smithi195 bash[25052]: audit 2023-12-06T07:35:53.738033+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:35:54.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:53 smithi172 bash[64618]: cluster 2023-12-06T07:35:52.481478+0000 mgr.y (mgr.25528) 49 : cluster 0 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-06T07:35:54.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:53 smithi172 bash[64618]: audit 2023-12-06T07:35:53.733376+0000 mon.a (mon.0) 92 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:54.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:53 smithi172 bash[64618]: audit 2023-12-06T07:35:53.738033+0000 mon.a (mon.0) 93 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:35:54.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:53 smithi172 bash[66109]: cluster 2023-12-06T07:35:52.481478+0000 mgr.y (mgr.25528) 49 : cluster 0 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-06T07:35:54.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:53 smithi172 bash[66109]: audit 2023-12-06T07:35:53.733376+0000 mon.a (mon.0) 92 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:35:54.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:53 smithi172 bash[66109]: audit 2023-12-06T07:35:53.738033+0000 mon.a (mon.0) 93 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:35:55.058 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:54 smithi195 bash[25052]: cephadm 2023-12-06T07:35:53.725719+0000 mgr.y (mgr.25528) 50 : cephadm [INF] Upgrade: Updating mon.b 2023-12-06T07:35:55.058 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:54 smithi195 bash[25052]: audit 2023-12-06T07:35:53.740204+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:35:55.058 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:54 smithi195 bash[25052]: audit 2023-12-06T07:35:53.741583+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:35:55.058 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:54 smithi195 bash[25052]: cephadm 2023-12-06T07:35:53.747334+0000 mgr.y (mgr.25528) 51 : cephadm [INF] Deploying daemon mon.b on smithi195 2023-12-06T07:35:55.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:54 smithi172 bash[66109]: cephadm 2023-12-06T07:35:53.725719+0000 mgr.y (mgr.25528) 50 : cephadm 1 Upgrade: Updating mon.b 2023-12-06T07:35:55.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:54 smithi172 bash[66109]: audit 2023-12-06T07:35:53.740204+0000 mon.a (mon.0) 94 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:35:55.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:54 smithi172 bash[66109]: audit 2023-12-06T07:35:53.741583+0000 mon.a (mon.0) 95 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:35:55.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:54 smithi172 bash[66109]: cephadm 2023-12-06T07:35:53.747334+0000 mgr.y (mgr.25528) 51 : cephadm 1 Deploying daemon mon.b on smithi195 2023-12-06T07:35:55.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:54 smithi172 bash[64618]: cephadm 2023-12-06T07:35:53.725719+0000 mgr.y (mgr.25528) 50 : cephadm 1 Upgrade: Updating mon.b 2023-12-06T07:35:55.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:54 smithi172 bash[64618]: audit 2023-12-06T07:35:53.740204+0000 mon.a (mon.0) 94 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:35:55.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:54 smithi172 bash[64618]: audit 2023-12-06T07:35:53.741583+0000 mon.a (mon.0) 95 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:35:55.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:54 smithi172 bash[64618]: cephadm 2023-12-06T07:35:53.747334+0000 mgr.y (mgr.25528) 51 : cephadm 1 Deploying daemon mon.b on smithi195 2023-12-06T07:35:56.016 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:55 smithi195 bash[25052]: cluster 2023-12-06T07:35:54.482379+0000 mgr.y (mgr.25528) 52 : 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-06T07:35:56.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:35:55 smithi172 bash[64618]: cluster 2023-12-06T07:35:54.482379+0000 mgr.y (mgr.25528) 52 : cluster 0 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-06T07:35:56.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:35:55 smithi172 bash[66109]: cluster 2023-12-06T07:35:54.482379+0000 mgr.y (mgr.25528) 52 : cluster 0 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-06T07:35:56.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:56 smithi195 systemd[1]: Stopping Ceph mon.b for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:35:56.662 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:56 smithi195 bash[25052]: debug 2023-12-06T07:35:56.386+0000 7ff0761db700 -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-06T07:35:56.662 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:56 smithi195 bash[25052]: debug 2023-12-06T07:35:56.386+0000 7ff0761db700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-12-06T07:35:57.572 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:57 smithi195 bash[51816]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-mon-b 2023-12-06T07:35:57.572 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:57 smithi195 bash[51892]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-mon-b 2023-12-06T07:35:57.572 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:57 smithi195 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mon.b.service: Succeeded. 2023-12-06T07:35:57.572 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:57 smithi195 systemd[1]: Stopped Ceph mon.b for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:35:57.572 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:57 smithi195 systemd[1]: Started Ceph mon.b for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:35:58.845 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[49416]: ts=2023-12-06T07:35:58.663Z 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.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:35:58.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.554+0000 7f1f4656cc80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T07:35:58.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.554+0000 7f1f4656cc80 0 ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev), process ceph-mon, pid 7 2023-12-06T07:35:58.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.554+0000 7f1f4656cc80 0 pidfile_write: ignore empty --pid-file 2023-12-06T07:35:58.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.558+0000 7f1f4656cc80 0 load: jerasure load: lrc 2023-12-06T07:35:58.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: RocksDB version: 7.9.2 2023-12-06T07:35:58.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Git sha 0 2023-12-06T07:35:58.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Compile date 2023-12-06 02:25:46 2023-12-06T07:35:58.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: DB SUMMARY 2023-12-06T07:35:58.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: DB Session ID: 26WJIKRWYEOKO11LNM3E 2023-12-06T07:35:58.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: CURRENT file: CURRENT 2023-12-06T07:35:58.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T07:35:58.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 1259 Bytes 2023-12-06T07:35:58.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000030.sst 2023-12-06T07:35:58.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000028.log size: 4358690 ; 2023-12-06T07:35:58.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.error_if_exists: 0 2023-12-06T07:35:58.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.create_if_missing: 0 2023-12-06T07:35:58.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T07:35:58.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-06T07:35:58.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T07:35:58.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-06T07:35:58.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.env: 0x55ed0c614a60 2023-12-06T07:35:58.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-06T07:35:58.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.info_log: 0x55ed0ea73780 2023-12-06T07:35:58.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T07:35:58.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.statistics: (nil) 2023-12-06T07:35:58.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.use_fsync: 0 2023-12-06T07:35:58.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T07:35:58.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T07:35:58.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T07:35:58.848 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T07:35:58.849 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T07:35:58.849 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T07:35:58.849 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T07:35:58.849 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T07:35:58.849 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T07:35:58.849 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T07:35:58.849 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T07:35:58.849 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.db_log_dir: 2023-12-06T07:35:58.849 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.wal_dir: 2023-12-06T07:35:58.849 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T07:35:58.849 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T07:35:58.849 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T07:35:58.849 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T07:35:58.849 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T07:35:58.849 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T07:35:58.850 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T07:35:58.850 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T07:35:58.850 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.write_buffer_manager: 0x55ed0ea46f00 2023-12-06T07:35:58.850 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T07:35:58.850 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T07:35:58.850 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T07:35:58.850 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T07:35:58.850 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T07:35:58.850 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T07:35:58.850 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T07:35:58.850 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T07:35:58.850 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.unordered_write: 0 2023-12-06T07:35:58.850 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T07:35:58.850 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T07:35:58.851 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T07:35:58.851 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T07:35:58.851 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.row_cache: None 2023-12-06T07:35:58.851 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.wal_filter: None 2023-12-06T07:35:58.851 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T07:35:58.851 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T07:35:58.851 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.two_write_queues: 0 2023-12-06T07:35:58.851 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T07:35:58.851 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.wal_compression: 0 2023-12-06T07:35:58.851 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.atomic_flush: 0 2023-12-06T07:35:58.851 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T07:35:58.851 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T07:35:58.851 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T07:35:58.851 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T07:35:58.851 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T07:35:58.851 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T07:35:58.852 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T07:35:58.852 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T07:35:58.852 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T07:35:58.852 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T07:35:58.852 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-06T07:35:58.852 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T07:35:58.852 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T07:35:58.852 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T07:35:58.852 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T07:35:58.852 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T07:35:58.852 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T07:35:58.852 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T07:35:58.852 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T07:35:58.852 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T07:35:58.852 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T07:35:58.853 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T07:35:58.853 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_open_files: -1 2023-12-06T07:35:58.853 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T07:35:58.853 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T07:35:58.853 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T07:35:58.853 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T07:35:58.853 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T07:35:58.853 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Compression algorithms supported: 2023-12-06T07:35:58.853 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T07:35:58.853 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: kZSTD supported: 0 2023-12-06T07:35:58.853 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: kXpressCompression supported: 0 2023-12-06T07:35:58.853 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T07:35:58.853 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: kZlibCompression supported: 1 2023-12-06T07:35:58.853 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T07:35:58.853 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T07:35:58.853 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T07:35:58.854 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T07:35:58.854 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-06T07:35:58.854 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 2023-12-06T07:35:58.854 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-06T07:35:58.854 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T07:35:58.854 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.merge_operator: 2023-12-06T07:35:58.854 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compaction_filter: None 2023-12-06T07:35:58.854 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T07:35:58.854 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T07:35:58.854 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T07:35:58.854 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T07:35:58.854 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ed0ea738a0) 2023-12-06T07:35:58.854 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: cache_index_and_filter_blocks: 1 2023-12-06T07:35:58.854 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T07:35:58.854 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T07:35:58.855 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: pin_top_level_index_and_filter: 1 2023-12-06T07:35:58.855 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: index_type: 0 2023-12-06T07:35:58.855 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: data_block_index_type: 0 2023-12-06T07:35:58.855 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: index_shortening: 1 2023-12-06T07:35:58.855 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T07:35:58.855 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: checksum: 4 2023-12-06T07:35:58.855 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: no_block_cache: 0 2023-12-06T07:35:58.855 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: block_cache: 0x55ed0eac7090 2023-12-06T07:35:58.855 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: block_cache_name: BinnedLRUCache 2023-12-06T07:35:58.855 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: block_cache_options: 2023-12-06T07:35:58.855 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: capacity : 536870912 2023-12-06T07:35:58.855 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: num_shard_bits : 4 2023-12-06T07:35:58.855 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: strict_capacity_limit : 0 2023-12-06T07:35:58.856 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: high_pri_pool_ratio: 0.000 2023-12-06T07:35:58.856 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: block_cache_compressed: (nil) 2023-12-06T07:35:58.856 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: persistent_cache: (nil) 2023-12-06T07:35:58.856 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: block_size: 4096 2023-12-06T07:35:58.856 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: block_size_deviation: 10 2023-12-06T07:35:58.856 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: block_restart_interval: 16 2023-12-06T07:35:58.856 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: index_block_restart_interval: 1 2023-12-06T07:35:58.856 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: metadata_block_size: 4096 2023-12-06T07:35:58.856 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: partition_filters: 0 2023-12-06T07:35:58.856 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: use_delta_encoding: 1 2023-12-06T07:35:58.856 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: filter_policy: bloomfilter 2023-12-06T07:35:58.856 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: whole_key_filtering: 1 2023-12-06T07:35:58.856 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: verify_compression: 0 2023-12-06T07:35:58.856 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: read_amp_bytes_per_bit: 0 2023-12-06T07:35:58.856 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: format_version: 5 2023-12-06T07:35:58.857 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: enable_index_compression: 1 2023-12-06T07:35:58.857 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: block_align: 0 2023-12-06T07:35:58.857 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: max_auto_readahead_size: 262144 2023-12-06T07:35:58.857 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: prepopulate_block_cache: 0 2023-12-06T07:35:58.857 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: initial_auto_readahead_size: 8192 2023-12-06T07:35:58.857 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: num_file_reads_for_auto_readahead: 2 2023-12-06T07:35:58.857 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T07:35:58.857 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T07:35:58.858 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compression: NoCompression 2023-12-06T07:35:58.858 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T07:35:58.858 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T07:35:58.858 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T07:35:58.858 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.num_levels: 7 2023-12-06T07:35:58.858 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T07:35:58.858 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T07:35:58.859 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T07:35:58.859 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T07:35:58.859 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T07:35:58.859 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T07:35:58.859 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T07:35:58.859 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T07:35:58.859 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T07:35:58.859 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T07:35:58.859 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-06T07:35:58.859 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-06T07:35:58.859 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T07:35:58.859 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T07:35:58.859 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T07:35:58.859 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T07:35:58.859 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T07:35:58.860 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-06T07:35:58.860 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T07:35:58.860 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T07:35:58.860 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-06T07:35:58.860 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T07:35:58.860 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T07:35:58.860 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T07:35:58.860 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T07:35:58.860 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T07:35:58.860 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T07:35:58.860 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T07:35:58.860 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T07:35:58.860 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T07:35:58.860 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T07:35:58.860 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T07:35:58.861 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T07:35:58.861 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T07:35:58.861 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T07:35:58.861 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T07:35:58.861 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T07:35:58.861 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T07:35:58.861 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-06T07:35:58.861 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-06T07:35:58.861 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T07:35:58.861 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T07:35:58.861 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T07:35:58.861 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T07:35:58.861 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T07:35:58.861 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T07:35:58.861 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T07:35:58.861 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T07:35:58.862 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T07:35:58.862 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T07:35:58.862 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T07:35:58.862 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T07:35:58.862 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T07:35:58.862 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.table_properties_collectors: 2023-12-06T07:35:58.862 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T07:35:58.862 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T07:35:58.862 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T07:35:58.862 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T07:35:58.862 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T07:35:58.862 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.bloom_locality: 0 2023-12-06T07:35:58.862 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T07:35:58.863 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T07:35:58.863 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T07:35:58.863 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T07:35:58.863 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T07:35:58.863 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.ttl: 2592000 2023-12-06T07:35:58.863 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T07:35:58.863 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-06T07:35:58.863 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-06T07:35:58.863 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.enable_blob_files: false 2023-12-06T07:35:58.863 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.min_blob_size: 0 2023-12-06T07:35:58.863 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T07:35:58.863 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T07:35:58.863 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T07:35:58.863 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T07:35:58.863 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-06T07:35:58.863 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-06T07:35:58.864 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-06T07:35:58.864 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-06T07:35:58.864 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f3b534700 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-06T07:35:58.864 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 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-06T07:35:58.864 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 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 17976, log_number is 28,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-06T07:35:58.864 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 28 2023-12-06T07:35:58.864 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c2361ca6-37aa-4784-b003-5093f8c3c841 2023-12-06T07:35:58.864 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701848158566045, "job": 1, "event": "recovery_started", "wal_files": [28]} 2023-12-06T07:35:58.864 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.562+0000 7f1f4656cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #28 mode 2 2023-12-06T07:35:58.864 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.582+0000 7f1f4656cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701848158583316, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 33, "file_size": 2741764, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 17981, "largest_seqno": 19228, "table_properties": {"data_size": 2736274, "index_size": 3191, "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": 11495, "raw_average_key_size": 23, "raw_value_size": 2725743, "raw_average_value_size": 5585, "num_data_blocks": 145, "num_entries": 488, "num_filter_entries": 488, "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": 1701848158, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "c2361ca6-37aa-4784-b003-5093f8c3c841", "db_session_id": "26WJIKRWYEOKO11LNM3E", "orig_file_number": 33, "seqno_to_time_mapping": "N/A"}} 2023-12-06T07:35:58.864 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.582+0000 7f1f4656cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701848158583484, "job": 1, "event": "recovery_finished"} 2023-12-06T07:35:58.864 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.582+0000 7f1f4656cc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 35 2023-12-06T07:35:58.864 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.582+0000 7f1f4656cc80 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-06T07:35:58.864 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.582+0000 7f1f4656cc80 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-06T07:35:58.865 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.582+0000 7f1f4656cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55ed0eb66000 2023-12-06T07:35:58.865 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.582+0000 7f1f4656cc80 4 rocksdb: DB pointer 0x55ed0eb54000 2023-12-06T07:35:58.865 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.586+0000 7f1f34d27700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-06T07:35:58.865 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.586+0000 7f1f34d27700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-06T07:35:58.865 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: ** DB Stats ** 2023-12-06T07:35:58.865 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:35:58.865 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: 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-06T07:35:58.865 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T07:35:58.865 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T07:35:58.865 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: 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-06T07:35:58.865 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T07:35:58.865 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T07:35:58.865 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: ** Compaction Stats [default] ** 2023-12-06T07:35:58.865 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: 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-06T07:35:58.865 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-06T07:35:58.866 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: L0 1/0 2.61 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 494.8 0.01 0.00 1 0.005 0 0 0.0 0.0 2023-12-06T07:35:58.866 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: L6 1/0 10.23 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2023-12-06T07:35:58.866 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: Sum 2/0 12.85 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 494.8 0.01 0.00 1 0.005 0 0 0.0 0.0 2023-12-06T07:35:58.866 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 494.8 0.01 0.00 1 0.005 0 0 0.0 0.0 2023-12-06T07:35:58.866 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: ** Compaction Stats [default] ** 2023-12-06T07:35:58.866 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: 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-06T07:35:58.866 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T07:35:58.866 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 494.8 0.01 0.00 1 0.005 0 0 0.0 0.0 2023-12-06T07:35:58.866 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-06T07:35:58.866 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T07:35:58.866 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: Flush(GB): cumulative 0.003, interval 0.003 2023-12-06T07:35:58.866 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T07:35:58.866 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T07:35:58.866 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T07:35:58.866 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T07:35:58.867 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: Cumulative compaction: 0.00 GB write, 117.76 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T07:35:58.867 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: Interval compaction: 0.00 GB write, 117.76 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T07:35:58.867 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: 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-06T07:35:58.867 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: Block cache BinnedLRUCache@0x55ed0eac7090#7 capacity: 512.00 MB usage: 4.73 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.7e-05 secs_since: 0 2023-12-06T07:35:58.867 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: 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-06T07:35:58.867 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T07:35:58.867 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.586+0000 7f1f4656cc80 0 starting mon.b rank 2 at public addrs [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] at bind addrs [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:35:58.867 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.586+0000 7f1f4656cc80 1 mon.b@-1(???) e3 preinit fsid 6c6e2358-9407-11ee-95a2-87774f69a715 2023-12-06T07:35:58.867 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.586+0000 7f1f4656cc80 0 mon.b@-1(???).mds e1 new map 2023-12-06T07:35:58.867 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.586+0000 7f1f4656cc80 0 mon.b@-1(???).mds e1 print_map 2023-12-06T07:35:58.867 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: e1 2023-12-06T07:35:58.867 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T07:35:58.867 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: 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-06T07:35:58.867 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: legacy client fscid: -1 2023-12-06T07:35:58.867 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: 2023-12-06T07:35:58.867 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: No filesystems configured 2023-12-06T07:35:58.868 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.586+0000 7f1f4656cc80 0 mon.b@-1(???).osd e103 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-06T07:35:58.868 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.586+0000 7f1f4656cc80 0 mon.b@-1(???).osd e103 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T07:35:58.868 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.586+0000 7f1f4656cc80 0 mon.b@-1(???).osd e103 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T07:35:58.868 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.586+0000 7f1f4656cc80 0 mon.b@-1(???).osd e103 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T07:35:58.868 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:35:58 smithi195 bash[51959]: debug 2023-12-06T07:35:58.586+0000 7f1f4656cc80 1 mon.b@-1(???).paxosservice(auth 1..25) refresh upgraded, format 0 -> 3 2023-12-06T07:36:01.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:36:01 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:36:01] "GET /metrics HTTP/1.1" 200 38180 "" "Prometheus/2.33.4" 2023-12-06T07:36:03.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:36:03 smithi172 bash[61365]: debug 2023-12-06T07:36:03.595+0000 7fd8ed9e6700 -1 mgr.server handle_report got status from non-daemon mon.b 2023-12-06T07:36:05.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[66109]: cluster 2023-12-06T07:35:59.780376+0000 mon.a (mon.0) 102 : cluster 1 overall HEALTH_OK 2023-12-06T07:36:05.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[66109]: cluster 2023-12-06T07:35:59.780838+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-06T07:36:05.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[66109]: audit 2023-12-06T07:35:59.780918+0000 mon.a (mon.0) 103 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:36:05.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[66109]: audit 2023-12-06T07:35:59.781507+0000 mon.a (mon.0) 104 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:36:05.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[66109]: audit 2023-12-06T07:35:59.781803+0000 mon.a (mon.0) 105 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:36:05.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[66109]: cluster 2023-12-06T07:35:59.782289+0000 mon.a (mon.0) 106 : cluster 1 mon.a calling monitor election 2023-12-06T07:36:05.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[66109]: cluster 2023-12-06T07:35:59.783756+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2023-12-06T07:36:05.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[66109]: cluster 2023-12-06T07:36:00.485686+0000 mgr.y (mgr.25528) 56 : cluster 0 pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:36:05.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[66109]: cluster 2023-12-06T07:36:02.487293+0000 mgr.y (mgr.25528) 57 : cluster 0 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-06T07:36:05.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[66109]: cluster 2023-12-06T07:36:04.784018+0000 mon.a (mon.0) 107 : cluster 1 mon.a is new leader, mons a,b in quorum (ranks 0,2) 2023-12-06T07:36:05.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[66109]: cluster 2023-12-06T07:36:04.785976+0000 mon.a (mon.0) 108 : cluster 1 overall HEALTH_OK 2023-12-06T07:36:05.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[66109]: cluster 2023-12-06T07:36:04.786113+0000 mon.a (mon.0) 109 : cluster 1 mon.a calling monitor election 2023-12-06T07:36:05.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[66109]: cluster 2023-12-06T07:36:04.807611+0000 mon.a (mon.0) 110 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T07:36:05.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[66109]: cluster 2023-12-06T07:36:04.814984+0000 mon.a (mon.0) 111 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],b=[v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0],c=[v2:172.21.15.172:3301/0,v1:172.21.15.172:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T07:36:05.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[66109]: cluster 2023-12-06T07:36:04.815732+0000 mon.a (mon.0) 112 : cluster 0 fsmap 2023-12-06T07:36:05.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[66109]: cluster 2023-12-06T07:36:04.815781+0000 mon.a (mon.0) 113 : cluster 0 osdmap e103: 8 total, 8 up, 8 in 2023-12-06T07:36:05.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[66109]: cluster 2023-12-06T07:36:04.816438+0000 mon.a (mon.0) 114 : cluster 0 mgrmap e38: y(active, since 58s), standbys: x 2023-12-06T07:36:05.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[66109]: cluster 2023-12-06T07:36:04.828282+0000 mon.a (mon.0) 115 : cluster 1 overall HEALTH_OK 2023-12-06T07:36:05.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[66109]: audit 2023-12-06T07:36:04.835136+0000 mon.a (mon.0) 116 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:05.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[66109]: audit 2023-12-06T07:36:04.845910+0000 mon.a (mon.0) 117 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:05.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[64618]: cluster 2023-12-06T07:35:59.780376+0000 mon.a (mon.0) 102 : cluster 1 overall HEALTH_OK 2023-12-06T07:36:05.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[64618]: cluster 2023-12-06T07:35:59.780838+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-06T07:36:05.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[64618]: audit 2023-12-06T07:35:59.780918+0000 mon.a (mon.0) 103 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:36:05.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[64618]: audit 2023-12-06T07:35:59.781507+0000 mon.a (mon.0) 104 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:36:05.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[64618]: audit 2023-12-06T07:35:59.781803+0000 mon.a (mon.0) 105 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:36:05.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[64618]: cluster 2023-12-06T07:35:59.782289+0000 mon.a (mon.0) 106 : cluster 1 mon.a calling monitor election 2023-12-06T07:36:05.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[64618]: cluster 2023-12-06T07:35:59.783756+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2023-12-06T07:36:05.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[64618]: cluster 2023-12-06T07:36:00.485686+0000 mgr.y (mgr.25528) 56 : cluster 0 pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:36:05.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[64618]: cluster 2023-12-06T07:36:02.487293+0000 mgr.y (mgr.25528) 57 : cluster 0 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-06T07:36:05.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[64618]: cluster 2023-12-06T07:36:04.784018+0000 mon.a (mon.0) 107 : cluster 1 mon.a is new leader, mons a,b in quorum (ranks 0,2) 2023-12-06T07:36:05.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[64618]: cluster 2023-12-06T07:36:04.785976+0000 mon.a (mon.0) 108 : cluster 1 overall HEALTH_OK 2023-12-06T07:36:05.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[64618]: cluster 2023-12-06T07:36:04.786113+0000 mon.a (mon.0) 109 : cluster 1 mon.a calling monitor election 2023-12-06T07:36:05.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[64618]: cluster 2023-12-06T07:36:04.807611+0000 mon.a (mon.0) 110 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T07:36:05.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[64618]: cluster 2023-12-06T07:36:04.814984+0000 mon.a (mon.0) 111 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],b=[v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0],c=[v2:172.21.15.172:3301/0,v1:172.21.15.172:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T07:36:05.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[64618]: cluster 2023-12-06T07:36:04.815732+0000 mon.a (mon.0) 112 : cluster 0 fsmap 2023-12-06T07:36:05.175 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[64618]: cluster 2023-12-06T07:36:04.815781+0000 mon.a (mon.0) 113 : cluster 0 osdmap e103: 8 total, 8 up, 8 in 2023-12-06T07:36:05.176 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[64618]: cluster 2023-12-06T07:36:04.816438+0000 mon.a (mon.0) 114 : cluster 0 mgrmap e38: y(active, since 58s), standbys: x 2023-12-06T07:36:05.176 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[64618]: cluster 2023-12-06T07:36:04.828282+0000 mon.a (mon.0) 115 : cluster 1 overall HEALTH_OK 2023-12-06T07:36:05.176 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[64618]: audit 2023-12-06T07:36:04.835136+0000 mon.a (mon.0) 116 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:05.176 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:04 smithi172 bash[64618]: audit 2023-12-06T07:36:04.845910+0000 mon.a (mon.0) 117 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:05.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:04 smithi195 bash[51959]: cluster 2023-12-06T07:35:59.780376+0000 mon.a (mon.0) 102 : cluster 1 overall HEALTH_OK 2023-12-06T07:36:05.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:04 smithi195 bash[51959]: cluster 2023-12-06T07:35:59.780838+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-06T07:36:05.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:04 smithi195 bash[51959]: audit 2023-12-06T07:35:59.780918+0000 mon.a (mon.0) 103 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T07:36:05.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:04 smithi195 bash[51959]: audit 2023-12-06T07:35:59.781507+0000 mon.a (mon.0) 104 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T07:36:05.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:04 smithi195 bash[51959]: audit 2023-12-06T07:35:59.781803+0000 mon.a (mon.0) 105 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T07:36:05.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:04 smithi195 bash[51959]: cluster 2023-12-06T07:35:59.782289+0000 mon.a (mon.0) 106 : cluster 1 mon.a calling monitor election 2023-12-06T07:36:05.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:04 smithi195 bash[51959]: cluster 2023-12-06T07:35:59.783756+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2023-12-06T07:36:05.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:04 smithi195 bash[51959]: cluster 2023-12-06T07:36:00.485686+0000 mgr.y (mgr.25528) 56 : cluster 0 pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:36:05.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:04 smithi195 bash[51959]: cluster 2023-12-06T07:36:02.487293+0000 mgr.y (mgr.25528) 57 : cluster 0 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-06T07:36:05.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:04 smithi195 bash[51959]: cluster 2023-12-06T07:36:04.784018+0000 mon.a (mon.0) 107 : cluster 1 mon.a is new leader, mons a,b in quorum (ranks 0,2) 2023-12-06T07:36:05.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:04 smithi195 bash[51959]: cluster 2023-12-06T07:36:04.785976+0000 mon.a (mon.0) 108 : cluster 1 overall HEALTH_OK 2023-12-06T07:36:05.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:04 smithi195 bash[51959]: cluster 2023-12-06T07:36:04.786113+0000 mon.a (mon.0) 109 : cluster 1 mon.a calling monitor election 2023-12-06T07:36:05.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:04 smithi195 bash[51959]: cluster 2023-12-06T07:36:04.807611+0000 mon.a (mon.0) 110 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T07:36:05.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:04 smithi195 bash[51959]: cluster 2023-12-06T07:36:04.814984+0000 mon.a (mon.0) 111 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],b=[v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0],c=[v2:172.21.15.172:3301/0,v1:172.21.15.172:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T07:36:05.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:04 smithi195 bash[51959]: cluster 2023-12-06T07:36:04.815732+0000 mon.a (mon.0) 112 : cluster 0 fsmap 2023-12-06T07:36:05.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:04 smithi195 bash[51959]: cluster 2023-12-06T07:36:04.815781+0000 mon.a (mon.0) 113 : cluster 0 osdmap e103: 8 total, 8 up, 8 in 2023-12-06T07:36:05.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:04 smithi195 bash[51959]: cluster 2023-12-06T07:36:04.816438+0000 mon.a (mon.0) 114 : cluster 0 mgrmap e38: y(active, since 58s), standbys: x 2023-12-06T07:36:05.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:04 smithi195 bash[51959]: cluster 2023-12-06T07:36:04.828282+0000 mon.a (mon.0) 115 : cluster 1 overall HEALTH_OK 2023-12-06T07:36:05.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:04 smithi195 bash[51959]: audit 2023-12-06T07:36:04.835136+0000 mon.a (mon.0) 116 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:05.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:04 smithi195 bash[51959]: audit 2023-12-06T07:36:04.845910+0000 mon.a (mon.0) 117 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:06.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:05 smithi172 bash[66109]: cluster 2023-12-06T07:36:04.488072+0000 mgr.y (mgr.25528) 58 : 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-06T07:36:06.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:05 smithi172 bash[64618]: cluster 2023-12-06T07:36:04.488072+0000 mgr.y (mgr.25528) 58 : 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-06T07:36:06.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:05 smithi195 bash[51959]: cluster 2023-12-06T07:36:04.488072+0000 mgr.y (mgr.25528) 58 : 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-06T07:36:06.564 INFO:teuthology.orchestra.run.smithi172.stdout:true 2023-12-06T07:36:07.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:06 smithi172 bash[64618]: audit 2023-12-06T07:36:06.561540+0000 mon.a (mon.0) 118 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:36:07.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:06 smithi172 bash[66109]: audit 2023-12-06T07:36:06.561540+0000 mon.a (mon.0) 118 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:36:07.335 INFO:teuthology.orchestra.run.smithi172.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:36:07.335 INFO:teuthology.orchestra.run.smithi172.stdout:alertmanager.a smithi172 *:9093,9094 running (3m) 26s ago 10m 16.0M - 0.23.0 ba2b418f427c 834724028b79 2023-12-06T07:36:07.336 INFO:teuthology.orchestra.run.smithi172.stdout:grafana.a smithi195 *:3000 running (2m) 53s ago 10m 43.5M - 8.3.5 dad864ee21e9 c0abf90c662f 2023-12-06T07:36:07.336 INFO:teuthology.orchestra.run.smithi172.stdout:iscsi.foo.smithi172.imjphn smithi172 running (106s) 26s ago 8m 45.3M - 3.5 e1d6a67b021e d65a8ea57779 2023-12-06T07:36:07.336 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.x smithi195 *:8443,9283,8765 running (95s) 53s ago 16m 433M - 19.0.0-26-g0482646f 26bb7d89db2e e5647ee16c48 2023-12-06T07:36:07.336 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.y smithi172 *:8443,9283,8765 running (2m) 26s ago 18m 479M - 19.0.0-26-g0482646f 26bb7d89db2e 5594cbd599cc 2023-12-06T07:36:07.336 INFO:teuthology.orchestra.run.smithi172.stdout:mon.a smithi172 running (71s) 26s ago 18m 39.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e b9309f43e92c 2023-12-06T07:36:07.336 INFO:teuthology.orchestra.run.smithi172.stdout:mon.b smithi195 starting - - - 2048M 2023-12-06T07:36:07.336 INFO:teuthology.orchestra.run.smithi172.stdout:mon.c smithi172 running (35s) 26s ago 16m 21.5M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 59a91fe7affc 2023-12-06T07:36:07.336 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.a smithi172 *:9100 running (3m) 26s ago 10m 11.4M - 1.3.1 1dbe0e931976 4171378093cf 2023-12-06T07:36:07.336 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.b smithi195 *:9100 running (2m) 53s ago 10m 10.8M - 1.3.1 1dbe0e931976 3f1c42cbb0e4 2023-12-06T07:36:07.336 INFO:teuthology.orchestra.run.smithi172.stdout:osd.0 smithi172 running (15m) 26s ago 15m 58.5M 2781M 17.2.0 e1d6a67b021e d65620e34baf 2023-12-06T07:36:07.336 INFO:teuthology.orchestra.run.smithi172.stdout:osd.1 smithi172 running (15m) 26s ago 15m 59.3M 2781M 17.2.0 e1d6a67b021e 7522680f974d 2023-12-06T07:36:07.336 INFO:teuthology.orchestra.run.smithi172.stdout:osd.2 smithi172 running (14m) 26s ago 14m 55.1M 2781M 17.2.0 e1d6a67b021e 52ca8f6db2e7 2023-12-06T07:36:07.336 INFO:teuthology.orchestra.run.smithi172.stdout:osd.3 smithi172 running (14m) 26s ago 14m 57.4M 2781M 17.2.0 e1d6a67b021e 1c2477b9ceb7 2023-12-06T07:36:07.337 INFO:teuthology.orchestra.run.smithi172.stdout:osd.4 smithi195 running (13m) 53s ago 13m 59.4M 3037M 17.2.0 e1d6a67b021e eaea9514cd4a 2023-12-06T07:36:07.337 INFO:teuthology.orchestra.run.smithi172.stdout:osd.5 smithi195 running (12m) 53s ago 12m 56.0M 3037M 17.2.0 e1d6a67b021e 51eedee8fdd8 2023-12-06T07:36:07.337 INFO:teuthology.orchestra.run.smithi172.stdout:osd.6 smithi195 running (12m) 53s ago 12m 53.5M 3037M 17.2.0 e1d6a67b021e 3bdaad441af1 2023-12-06T07:36:07.337 INFO:teuthology.orchestra.run.smithi172.stdout:osd.7 smithi195 running (11m) 53s ago 11m 56.7M 3037M 17.2.0 e1d6a67b021e 33c403e0a340 2023-12-06T07:36:07.337 INFO:teuthology.orchestra.run.smithi172.stdout:prometheus.a smithi195 *:9095 running (101s) 53s ago 10m 55.2M - 2.33.4 514e6a882f6e 15fc5d42d7a7 2023-12-06T07:36:07.337 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi172.fmdqeg smithi172 *:8000 running (8m) 26s ago 8m 87.3M - 17.2.0 e1d6a67b021e f5f3949b1de8 2023-12-06T07:36:07.337 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi195.hycrot smithi195 *:8000 running (8m) 53s ago 8m 87.3M - 17.2.0 e1d6a67b021e 9c5f08c98b32 2023-12-06T07:36:07.337 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi172.woscxg smithi172 *:80 running (8m) 26s ago 8m 87.5M - 17.2.0 e1d6a67b021e 0c4c84135665 2023-12-06T07:36:07.337 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi195.imqeni smithi195 *:80 running (8m) 53s ago 8m 87.7M - 17.2.0 e1d6a67b021e ca4b88c28560 2023-12-06T07:36:07.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:06 smithi195 bash[51959]: audit 2023-12-06T07:36:06.561540+0000 mon.a (mon.0) 118 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:36:07.771 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:36:07.771 INFO:teuthology.orchestra.run.smithi172.stdout: "mon": { 2023-12-06T07:36:07.771 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:36:07.771 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:36:07.771 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr": { 2023-12-06T07:36:07.771 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:36:07.771 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:36:07.772 INFO:teuthology.orchestra.run.smithi172.stdout: "osd": { 2023-12-06T07:36:07.772 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:36:07.772 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:36:07.772 INFO:teuthology.orchestra.run.smithi172.stdout: "rgw": { 2023-12-06T07:36:07.772 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:36:07.772 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:36:07.772 INFO:teuthology.orchestra.run.smithi172.stdout: "overall": { 2023-12-06T07:36:07.772 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-12-06T07:36:07.772 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 5 2023-12-06T07:36:07.772 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:36:07.772 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:36:08.147 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:36:08.147 INFO:teuthology.orchestra.run.smithi172.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:36:08.147 INFO:teuthology.orchestra.run.smithi172.stdout: "in_progress": true, 2023-12-06T07:36:08.147 INFO:teuthology.orchestra.run.smithi172.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:36:08.147 INFO:teuthology.orchestra.run.smithi172.stdout: "services_complete": [ 2023-12-06T07:36:08.147 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr" 2023-12-06T07:36:08.147 INFO:teuthology.orchestra.run.smithi172.stdout: ], 2023-12-06T07:36:08.147 INFO:teuthology.orchestra.run.smithi172.stdout: "progress": "4/23 daemons upgraded", 2023-12-06T07:36:08.147 INFO:teuthology.orchestra.run.smithi172.stdout: "message": "Currently upgrading mon daemons", 2023-12-06T07:36:08.147 INFO:teuthology.orchestra.run.smithi172.stdout: "is_paused": false 2023-12-06T07:36:08.147 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:36:08.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:07 smithi172 bash[64618]: cluster 2023-12-06T07:36:06.488790+0000 mgr.y (mgr.25528) 59 : 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-06T07:36:08.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:07 smithi172 bash[64618]: audit 2023-12-06T07:36:06.548154+0000 mgr.y (mgr.25528) 60 : audit 0 from='client.34173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:08.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:07 smithi172 bash[64618]: audit 2023-12-06T07:36:06.942716+0000 mgr.y (mgr.25528) 61 : audit 0 from='client.44107 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:08.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:07 smithi172 bash[64618]: audit 2023-12-06T07:36:07.770421+0000 mon.c (mon.1) 3 : audit 0 from='client.? 172.21.15.172:0/747460731' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:36:08.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:07 smithi172 bash[66109]: cluster 2023-12-06T07:36:06.488790+0000 mgr.y (mgr.25528) 59 : 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-06T07:36:08.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:07 smithi172 bash[66109]: audit 2023-12-06T07:36:06.548154+0000 mgr.y (mgr.25528) 60 : audit 0 from='client.34173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:08.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:07 smithi172 bash[66109]: audit 2023-12-06T07:36:06.942716+0000 mgr.y (mgr.25528) 61 : audit 0 from='client.44107 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:08.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:07 smithi172 bash[66109]: audit 2023-12-06T07:36:07.770421+0000 mon.c (mon.1) 3 : audit 0 from='client.? 172.21.15.172:0/747460731' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:36:08.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:07 smithi195 bash[51959]: cluster 2023-12-06T07:36:06.488790+0000 mgr.y (mgr.25528) 59 : 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-06T07:36:08.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:07 smithi195 bash[51959]: audit 2023-12-06T07:36:06.548154+0000 mgr.y (mgr.25528) 60 : audit 0 from='client.34173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:08.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:07 smithi195 bash[51959]: audit 2023-12-06T07:36:06.942716+0000 mgr.y (mgr.25528) 61 : audit 0 from='client.44107 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:08.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:07 smithi195 bash[51959]: audit 2023-12-06T07:36:07.770421+0000 mon.c (mon.1) 3 : audit 0 from='client.? 172.21.15.172:0/747460731' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:36:08.568 INFO:teuthology.orchestra.run.smithi172.stdout:HEALTH_OK 2023-12-06T07:36:09.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:08 smithi195 bash[51959]: audit 2023-12-06T07:36:07.309970+0000 mgr.y (mgr.25528) 62 : audit 0 from='client.34185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:09.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:08 smithi195 bash[51959]: audit 2023-12-06T07:36:07.505150+0000 mgr.y (mgr.25528) 63 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:36:09.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:08 smithi195 bash[51959]: audit 2023-12-06T07:36:08.145815+0000 mgr.y (mgr.25528) 64 : audit 0 from='client.34197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:09.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:08 smithi195 bash[51959]: audit 2023-12-06T07:36:08.568559+0000 mon.a (mon.0) 119 : audit 0 from='client.? 172.21.15.172:0/4125354917' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:36:09.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:36:08 smithi195 bash[49416]: ts=2023-12-06T07:36: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.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:36:09.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:08 smithi172 bash[66109]: audit 2023-12-06T07:36:07.309970+0000 mgr.y (mgr.25528) 62 : audit 0 from='client.34185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:09.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:08 smithi172 bash[66109]: audit 2023-12-06T07:36:07.505150+0000 mgr.y (mgr.25528) 63 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:36:09.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:08 smithi172 bash[66109]: audit 2023-12-06T07:36:08.145815+0000 mgr.y (mgr.25528) 64 : audit 0 from='client.34197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:09.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:08 smithi172 bash[66109]: audit 2023-12-06T07:36:08.568559+0000 mon.a (mon.0) 119 : audit 0 from='client.? 172.21.15.172:0/4125354917' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:36:09.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:08 smithi172 bash[64618]: audit 2023-12-06T07:36:07.309970+0000 mgr.y (mgr.25528) 62 : audit 0 from='client.34185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:09.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:08 smithi172 bash[64618]: audit 2023-12-06T07:36:07.505150+0000 mgr.y (mgr.25528) 63 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:36:09.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:08 smithi172 bash[64618]: audit 2023-12-06T07:36:08.145815+0000 mgr.y (mgr.25528) 64 : audit 0 from='client.34197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:09.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:08 smithi172 bash[64618]: audit 2023-12-06T07:36:08.568559+0000 mon.a (mon.0) 119 : audit 0 from='client.? 172.21.15.172:0/4125354917' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:36:10.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:09 smithi172 bash[64618]: cluster 2023-12-06T07:36:08.490499+0000 mgr.y (mgr.25528) 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-06T07:36:10.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:09 smithi172 bash[66109]: cluster 2023-12-06T07:36:08.490499+0000 mgr.y (mgr.25528) 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-06T07:36:10.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:09 smithi195 bash[51959]: cluster 2023-12-06T07:36:08.490499+0000 mgr.y (mgr.25528) 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-06T07:36:11.913 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:36:11 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:36:11] "GET /metrics HTTP/1.1" 200 38185 "" "Prometheus/2.33.4" 2023-12-06T07:36:12.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:11 smithi172 bash[64618]: cluster 2023-12-06T07:36:10.491247+0000 mgr.y (mgr.25528) 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-06T07:36:12.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:11 smithi172 bash[64618]: audit 2023-12-06T07:36:11.288721+0000 mon.a (mon.0) 120 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:12.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:11 smithi172 bash[64618]: audit 2023-12-06T07:36:11.298768+0000 mon.a (mon.0) 121 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:12.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:11 smithi172 bash[66109]: cluster 2023-12-06T07:36:10.491247+0000 mgr.y (mgr.25528) 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-06T07:36:12.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:11 smithi172 bash[66109]: audit 2023-12-06T07:36:11.288721+0000 mon.a (mon.0) 120 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:12.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:11 smithi172 bash[66109]: audit 2023-12-06T07:36:11.298768+0000 mon.a (mon.0) 121 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:12.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:11 smithi195 bash[51959]: cluster 2023-12-06T07:36:10.491247+0000 mgr.y (mgr.25528) 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-06T07:36:12.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:11 smithi195 bash[51959]: audit 2023-12-06T07:36:11.288721+0000 mon.a (mon.0) 120 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:12.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:11 smithi195 bash[51959]: audit 2023-12-06T07:36:11.298768+0000 mon.a (mon.0) 121 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:13.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:13 smithi195 bash[51959]: audit 2023-12-06T07:36:12.297044+0000 mon.a (mon.0) 122 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:13.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:13 smithi195 bash[51959]: audit 2023-12-06T07:36:12.309491+0000 mon.a (mon.0) 123 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:13.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:13 smithi195 bash[51959]: cluster 2023-12-06T07:36:12.492868+0000 mgr.y (mgr.25528) 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-06T07:36:13.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:13 smithi172 bash[66109]: audit 2023-12-06T07:36:12.297044+0000 mon.a (mon.0) 122 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:13.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:13 smithi172 bash[66109]: audit 2023-12-06T07:36:12.309491+0000 mon.a (mon.0) 123 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:13.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:13 smithi172 bash[66109]: cluster 2023-12-06T07:36:12.492868+0000 mgr.y (mgr.25528) 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-06T07:36:13.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:13 smithi172 bash[64618]: audit 2023-12-06T07:36:12.297044+0000 mon.a (mon.0) 122 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:13.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:13 smithi172 bash[64618]: audit 2023-12-06T07:36:12.309491+0000 mon.a (mon.0) 123 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:13.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:13 smithi172 bash[64618]: cluster 2023-12-06T07:36:12.492868+0000 mgr.y (mgr.25528) 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-06T07:36:15.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:15 smithi195 bash[51959]: cluster 2023-12-06T07:36:14.493619+0000 mgr.y (mgr.25528) 68 : cluster 0 pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:36:15.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:15 smithi172 bash[64618]: cluster 2023-12-06T07:36:14.493619+0000 mgr.y (mgr.25528) 68 : cluster 0 pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:36:15.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:15 smithi172 bash[66109]: cluster 2023-12-06T07:36:14.493619+0000 mgr.y (mgr.25528) 68 : cluster 0 pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:36:17.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:17 smithi172 bash[64618]: cluster 2023-12-06T07:36:16.494359+0000 mgr.y (mgr.25528) 69 : cluster 0 pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:36:17.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:17 smithi172 bash[66109]: cluster 2023-12-06T07:36:16.494359+0000 mgr.y (mgr.25528) 69 : cluster 0 pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:36:18.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:17 smithi195 bash[51959]: cluster 2023-12-06T07:36:16.494359+0000 mgr.y (mgr.25528) 69 : cluster 0 pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:36:19.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:18 smithi195 bash[51959]: audit 2023-12-06T07:36:17.513014+0000 mgr.y (mgr.25528) 70 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:36:19.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:36:18 smithi195 bash[49416]: ts=2023-12-06T07:36: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.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:36:19.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:18 smithi172 bash[64618]: audit 2023-12-06T07:36:17.513014+0000 mgr.y (mgr.25528) 70 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:36:19.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:18 smithi172 bash[66109]: audit 2023-12-06T07:36:17.513014+0000 mgr.y (mgr.25528) 70 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:36:20.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:19 smithi195 bash[51959]: cluster 2023-12-06T07:36:18.496012+0000 mgr.y (mgr.25528) 71 : 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-06T07:36:20.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:19 smithi172 bash[64618]: cluster 2023-12-06T07:36:18.496012+0000 mgr.y (mgr.25528) 71 : 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-06T07:36:20.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:19 smithi172 bash[66109]: cluster 2023-12-06T07:36:18.496012+0000 mgr.y (mgr.25528) 71 : 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-06T07:36:21.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:36:21 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:36:21] "GET /metrics HTTP/1.1" 200 38185 "" "Prometheus/2.33.4" 2023-12-06T07:36:21.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:21 smithi172 bash[64618]: cluster 2023-12-06T07:36:20.496770+0000 mgr.y (mgr.25528) 72 : 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-06T07:36:21.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:21 smithi172 bash[64618]: audit 2023-12-06T07:36:21.561426+0000 mon.a (mon.0) 124 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:36:21.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:21 smithi172 bash[66109]: cluster 2023-12-06T07:36:20.496770+0000 mgr.y (mgr.25528) 72 : 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-06T07:36:21.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:21 smithi172 bash[66109]: audit 2023-12-06T07:36:21.561426+0000 mon.a (mon.0) 124 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:36:22.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:21 smithi195 bash[51959]: cluster 2023-12-06T07:36:20.496770+0000 mgr.y (mgr.25528) 72 : 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-06T07:36:22.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:21 smithi195 bash[51959]: audit 2023-12-06T07:36:21.561426+0000 mon.a (mon.0) 124 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:36:23.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:23 smithi172 bash[66109]: audit 2023-12-06T07:36:22.111713+0000 mon.a (mon.0) 125 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:23.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:23 smithi172 bash[66109]: audit 2023-12-06T07:36:22.124522+0000 mon.a (mon.0) 126 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:23.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:23 smithi172 bash[66109]: audit 2023-12-06T07:36:22.126493+0000 mon.a (mon.0) 127 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:23.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:23 smithi172 bash[66109]: audit 2023-12-06T07:36:22.128037+0000 mon.a (mon.0) 128 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:36:23.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:23 smithi172 bash[66109]: audit 2023-12-06T07:36:22.137754+0000 mon.a (mon.0) 129 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:23.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:23 smithi172 bash[66109]: cephadm 2023-12-06T07:36:22.211384+0000 mgr.y (mgr.25528) 73 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-06T07:36:23.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:23 smithi172 bash[66109]: audit 2023-12-06T07:36:22.212124+0000 mon.a (mon.0) 130 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:36:23.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:23 smithi172 bash[66109]: audit 2023-12-06T07:36:22.213942+0000 mon.a (mon.0) 131 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:36:23.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:23 smithi172 bash[66109]: audit 2023-12-06T07:36:22.215650+0000 mon.a (mon.0) 132 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:23.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:23 smithi172 bash[66109]: cephadm 2023-12-06T07:36:22.217452+0000 mgr.y (mgr.25528) 74 : cephadm 1 Reconfiguring daemon mon.a on smithi172 2023-12-06T07:36:23.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:23 smithi172 bash[64618]: audit 2023-12-06T07:36:22.111713+0000 mon.a (mon.0) 125 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:23.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:23 smithi172 bash[64618]: audit 2023-12-06T07:36:22.124522+0000 mon.a (mon.0) 126 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:23.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:23 smithi172 bash[64618]: audit 2023-12-06T07:36:22.126493+0000 mon.a (mon.0) 127 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:23.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:23 smithi172 bash[64618]: audit 2023-12-06T07:36:22.128037+0000 mon.a (mon.0) 128 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:36:23.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:23 smithi172 bash[64618]: audit 2023-12-06T07:36:22.137754+0000 mon.a (mon.0) 129 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:23.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:23 smithi172 bash[64618]: cephadm 2023-12-06T07:36:22.211384+0000 mgr.y (mgr.25528) 73 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-06T07:36:23.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:23 smithi172 bash[64618]: audit 2023-12-06T07:36:22.212124+0000 mon.a (mon.0) 130 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:36:23.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:23 smithi172 bash[64618]: audit 2023-12-06T07:36:22.213942+0000 mon.a (mon.0) 131 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:36:23.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:23 smithi172 bash[64618]: audit 2023-12-06T07:36:22.215650+0000 mon.a (mon.0) 132 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:23.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:23 smithi172 bash[64618]: cephadm 2023-12-06T07:36:22.217452+0000 mgr.y (mgr.25528) 74 : cephadm 1 Reconfiguring daemon mon.a on smithi172 2023-12-06T07:36:23.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:23 smithi195 bash[51959]: audit 2023-12-06T07:36:22.111713+0000 mon.a (mon.0) 125 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:23.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:23 smithi195 bash[51959]: audit 2023-12-06T07:36:22.124522+0000 mon.a (mon.0) 126 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:23.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:23 smithi195 bash[51959]: audit 2023-12-06T07:36:22.126493+0000 mon.a (mon.0) 127 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:23.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:23 smithi195 bash[51959]: audit 2023-12-06T07:36:22.128037+0000 mon.a (mon.0) 128 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:36:23.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:23 smithi195 bash[51959]: audit 2023-12-06T07:36:22.137754+0000 mon.a (mon.0) 129 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:23.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:23 smithi195 bash[51959]: cephadm 2023-12-06T07:36:22.211384+0000 mgr.y (mgr.25528) 73 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-06T07:36:23.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:23 smithi195 bash[51959]: audit 2023-12-06T07:36:22.212124+0000 mon.a (mon.0) 130 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:36:23.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:23 smithi195 bash[51959]: audit 2023-12-06T07:36:22.213942+0000 mon.a (mon.0) 131 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:36:23.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:23 smithi195 bash[51959]: audit 2023-12-06T07:36:22.215650+0000 mon.a (mon.0) 132 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:23.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:23 smithi195 bash[51959]: cephadm 2023-12-06T07:36:22.217452+0000 mgr.y (mgr.25528) 74 : cephadm 1 Reconfiguring daemon mon.a on smithi172 2023-12-06T07:36:24.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:24 smithi172 bash[64618]: cluster 2023-12-06T07:36:22.498502+0000 mgr.y (mgr.25528) 75 : 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-06T07:36:24.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:24 smithi172 bash[66109]: cluster 2023-12-06T07:36:22.498502+0000 mgr.y (mgr.25528) 75 : 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-06T07:36:24.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:24 smithi195 bash[51959]: cluster 2023-12-06T07:36:22.498502+0000 mgr.y (mgr.25528) 75 : 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-06T07:36:25.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:25 smithi195 bash[51959]: audit 2023-12-06T07:36:24.319292+0000 mon.a (mon.0) 133 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:25.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:25 smithi195 bash[51959]: audit 2023-12-06T07:36:24.328386+0000 mon.a (mon.0) 134 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:25.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:25 smithi195 bash[51959]: cephadm 2023-12-06T07:36:24.337190+0000 mgr.y (mgr.25528) 76 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-06T07:36:25.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:25 smithi195 bash[51959]: audit 2023-12-06T07:36:24.337760+0000 mon.a (mon.0) 135 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:36:25.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:25 smithi195 bash[51959]: audit 2023-12-06T07:36:24.339437+0000 mon.a (mon.0) 136 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:36:25.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:25 smithi195 bash[51959]: audit 2023-12-06T07:36:24.340928+0000 mon.a (mon.0) 137 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:25.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:25 smithi195 bash[51959]: cephadm 2023-12-06T07:36:24.342822+0000 mgr.y (mgr.25528) 77 : cephadm 1 Reconfiguring daemon mgr.y on smithi172 2023-12-06T07:36:25.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:25 smithi195 bash[51959]: cluster 2023-12-06T07:36:24.499344+0000 mgr.y (mgr.25528) 78 : 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-06T07:36:25.626 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:25 smithi172 bash[64618]: audit 2023-12-06T07:36:24.319292+0000 mon.a (mon.0) 133 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:25.626 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:25 smithi172 bash[64618]: audit 2023-12-06T07:36:24.328386+0000 mon.a (mon.0) 134 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:25.627 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:25 smithi172 bash[64618]: cephadm 2023-12-06T07:36:24.337190+0000 mgr.y (mgr.25528) 76 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-06T07:36:25.627 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:25 smithi172 bash[64618]: audit 2023-12-06T07:36:24.337760+0000 mon.a (mon.0) 135 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:36:25.627 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:25 smithi172 bash[64618]: audit 2023-12-06T07:36:24.339437+0000 mon.a (mon.0) 136 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:36:25.627 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:25 smithi172 bash[64618]: audit 2023-12-06T07:36:24.340928+0000 mon.a (mon.0) 137 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:25.627 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:25 smithi172 bash[64618]: cephadm 2023-12-06T07:36:24.342822+0000 mgr.y (mgr.25528) 77 : cephadm 1 Reconfiguring daemon mgr.y on smithi172 2023-12-06T07:36:25.627 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:25 smithi172 bash[64618]: cluster 2023-12-06T07:36:24.499344+0000 mgr.y (mgr.25528) 78 : 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-06T07:36:25.627 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:25 smithi172 bash[66109]: audit 2023-12-06T07:36:24.319292+0000 mon.a (mon.0) 133 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:25.627 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:25 smithi172 bash[66109]: audit 2023-12-06T07:36:24.328386+0000 mon.a (mon.0) 134 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:25.627 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:25 smithi172 bash[66109]: cephadm 2023-12-06T07:36:24.337190+0000 mgr.y (mgr.25528) 76 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-06T07:36:25.627 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:25 smithi172 bash[66109]: audit 2023-12-06T07:36:24.337760+0000 mon.a (mon.0) 135 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:36:25.627 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:25 smithi172 bash[66109]: audit 2023-12-06T07:36:24.339437+0000 mon.a (mon.0) 136 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:36:25.628 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:25 smithi172 bash[66109]: audit 2023-12-06T07:36:24.340928+0000 mon.a (mon.0) 137 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:25.628 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:25 smithi172 bash[66109]: cephadm 2023-12-06T07:36:24.342822+0000 mgr.y (mgr.25528) 77 : cephadm 1 Reconfiguring daemon mgr.y on smithi172 2023-12-06T07:36:25.628 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:25 smithi172 bash[66109]: cluster 2023-12-06T07:36:24.499344+0000 mgr.y (mgr.25528) 78 : 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-06T07:36:27.796 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:27 smithi172 bash[64618]: cluster 2023-12-06T07:36:26.500022+0000 mgr.y (mgr.25528) 79 : 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-06T07:36:27.796 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:27 smithi172 bash[64618]: audit 2023-12-06T07:36:26.512826+0000 mon.a (mon.0) 138 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:27.796 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:27 smithi172 bash[64618]: audit 2023-12-06T07:36:26.523142+0000 mon.a (mon.0) 139 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:27.796 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:27 smithi172 bash[64618]: cephadm 2023-12-06T07:36:26.561907+0000 mgr.y (mgr.25528) 80 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-06T07:36:27.796 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:27 smithi172 bash[64618]: audit 2023-12-06T07:36:26.562591+0000 mon.a (mon.0) 140 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:36:27.796 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:27 smithi172 bash[64618]: audit 2023-12-06T07:36:26.564581+0000 mon.a (mon.0) 141 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:36:27.797 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:27 smithi172 bash[64618]: audit 2023-12-06T07:36:26.566437+0000 mon.a (mon.0) 142 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:27.797 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:27 smithi172 bash[64618]: cephadm 2023-12-06T07:36:26.568546+0000 mgr.y (mgr.25528) 81 : cephadm 1 Reconfiguring daemon mon.c on smithi172 2023-12-06T07:36:27.797 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:27 smithi172 bash[66109]: cluster 2023-12-06T07:36:26.500022+0000 mgr.y (mgr.25528) 79 : 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-06T07:36:27.797 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:27 smithi172 bash[66109]: audit 2023-12-06T07:36:26.512826+0000 mon.a (mon.0) 138 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:27.797 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:27 smithi172 bash[66109]: audit 2023-12-06T07:36:26.523142+0000 mon.a (mon.0) 139 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:27.797 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:27 smithi172 bash[66109]: cephadm 2023-12-06T07:36:26.561907+0000 mgr.y (mgr.25528) 80 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-06T07:36:27.797 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:27 smithi172 bash[66109]: audit 2023-12-06T07:36:26.562591+0000 mon.a (mon.0) 140 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:36:27.797 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:27 smithi172 bash[66109]: audit 2023-12-06T07:36:26.564581+0000 mon.a (mon.0) 141 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:36:27.797 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:27 smithi172 bash[66109]: audit 2023-12-06T07:36:26.566437+0000 mon.a (mon.0) 142 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:27.797 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:27 smithi172 bash[66109]: cephadm 2023-12-06T07:36:26.568546+0000 mgr.y (mgr.25528) 81 : cephadm 1 Reconfiguring daemon mon.c on smithi172 2023-12-06T07:36:27.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:27 smithi195 bash[51959]: cluster 2023-12-06T07:36:26.500022+0000 mgr.y (mgr.25528) 79 : 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-06T07:36:27.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:27 smithi195 bash[51959]: audit 2023-12-06T07:36:26.512826+0000 mon.a (mon.0) 138 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:27.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:27 smithi195 bash[51959]: audit 2023-12-06T07:36:26.523142+0000 mon.a (mon.0) 139 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:27.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:27 smithi195 bash[51959]: cephadm 2023-12-06T07:36:26.561907+0000 mgr.y (mgr.25528) 80 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-06T07:36:27.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:27 smithi195 bash[51959]: audit 2023-12-06T07:36:26.562591+0000 mon.a (mon.0) 140 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:36:27.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:27 smithi195 bash[51959]: audit 2023-12-06T07:36:26.564581+0000 mon.a (mon.0) 141 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:36:27.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:27 smithi195 bash[51959]: audit 2023-12-06T07:36:26.566437+0000 mon.a (mon.0) 142 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:27.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:27 smithi195 bash[51959]: cephadm 2023-12-06T07:36:26.568546+0000 mgr.y (mgr.25528) 81 : cephadm 1 Reconfiguring daemon mon.c on smithi172 2023-12-06T07:36:28.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:28 smithi195 bash[51959]: audit 2023-12-06T07:36:27.521225+0000 mgr.y (mgr.25528) 82 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:36:28.846 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:36:28 smithi195 bash[49416]: ts=2023-12-06T07:36: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.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:36:28.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:28 smithi172 bash[64618]: audit 2023-12-06T07:36:27.521225+0000 mgr.y (mgr.25528) 82 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:36:28.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:28 smithi172 bash[66109]: audit 2023-12-06T07:36:27.521225+0000 mgr.y (mgr.25528) 82 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:36:29.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:29 smithi172 bash[64618]: cluster 2023-12-06T07:36:28.501758+0000 mgr.y (mgr.25528) 83 : 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-06T07:36:29.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:29 smithi172 bash[64618]: audit 2023-12-06T07:36:28.653287+0000 mon.a (mon.0) 143 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:29.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:29 smithi172 bash[64618]: audit 2023-12-06T07:36:28.662084+0000 mon.a (mon.0) 144 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:29.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:29 smithi172 bash[64618]: cephadm 2023-12-06T07:36:28.688382+0000 mgr.y (mgr.25528) 84 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-06T07:36:29.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:29 smithi172 bash[64618]: audit 2023-12-06T07:36:28.689030+0000 mon.a (mon.0) 145 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T07:36:29.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:29 smithi172 bash[64618]: audit 2023-12-06T07:36:28.690855+0000 mon.a (mon.0) 146 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:29.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:29 smithi172 bash[64618]: cephadm 2023-12-06T07:36:28.696353+0000 mgr.y (mgr.25528) 85 : cephadm 1 Reconfiguring daemon osd.0 on smithi172 2023-12-06T07:36:29.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:29 smithi172 bash[66109]: cluster 2023-12-06T07:36:28.501758+0000 mgr.y (mgr.25528) 83 : 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-06T07:36:29.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:29 smithi172 bash[66109]: audit 2023-12-06T07:36:28.653287+0000 mon.a (mon.0) 143 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:29.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:29 smithi172 bash[66109]: audit 2023-12-06T07:36:28.662084+0000 mon.a (mon.0) 144 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:29.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:29 smithi172 bash[66109]: cephadm 2023-12-06T07:36:28.688382+0000 mgr.y (mgr.25528) 84 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-06T07:36:29.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:29 smithi172 bash[66109]: audit 2023-12-06T07:36:28.689030+0000 mon.a (mon.0) 145 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T07:36:29.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:29 smithi172 bash[66109]: audit 2023-12-06T07:36:28.690855+0000 mon.a (mon.0) 146 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:29.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:29 smithi172 bash[66109]: cephadm 2023-12-06T07:36:28.696353+0000 mgr.y (mgr.25528) 85 : cephadm 1 Reconfiguring daemon osd.0 on smithi172 2023-12-06T07:36:30.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:29 smithi195 bash[51959]: cluster 2023-12-06T07:36:28.501758+0000 mgr.y (mgr.25528) 83 : 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-06T07:36:30.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:29 smithi195 bash[51959]: audit 2023-12-06T07:36:28.653287+0000 mon.a (mon.0) 143 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:30.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:29 smithi195 bash[51959]: audit 2023-12-06T07:36:28.662084+0000 mon.a (mon.0) 144 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:30.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:29 smithi195 bash[51959]: cephadm 2023-12-06T07:36:28.688382+0000 mgr.y (mgr.25528) 84 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-06T07:36:30.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:29 smithi195 bash[51959]: audit 2023-12-06T07:36:28.689030+0000 mon.a (mon.0) 145 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T07:36:30.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:29 smithi195 bash[51959]: audit 2023-12-06T07:36:28.690855+0000 mon.a (mon.0) 146 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:30.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:29 smithi195 bash[51959]: cephadm 2023-12-06T07:36:28.696353+0000 mgr.y (mgr.25528) 85 : cephadm 1 Reconfiguring daemon osd.0 on smithi172 2023-12-06T07:36:31.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:36:31 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:36:31] "GET /metrics HTTP/1.1" 200 38184 "" "Prometheus/2.33.4" 2023-12-06T07:36:32.325 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:31 smithi172 bash[66109]: cluster 2023-12-06T07:36:30.502450+0000 mgr.y (mgr.25528) 86 : 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-06T07:36:32.325 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:31 smithi172 bash[66109]: audit 2023-12-06T07:36:30.989185+0000 mon.a (mon.0) 147 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:32.325 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:31 smithi172 bash[66109]: audit 2023-12-06T07:36:30.998229+0000 mon.a (mon.0) 148 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:32.325 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:31 smithi172 bash[66109]: cephadm 2023-12-06T07:36:31.015255+0000 mgr.y (mgr.25528) 87 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-06T07:36:32.325 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:31 smithi172 bash[66109]: audit 2023-12-06T07:36:31.015835+0000 mon.a (mon.0) 149 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T07:36:32.326 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:31 smithi172 bash[66109]: audit 2023-12-06T07:36:31.017549+0000 mon.a (mon.0) 150 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:32.326 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:31 smithi172 bash[66109]: cephadm 2023-12-06T07:36:31.022500+0000 mgr.y (mgr.25528) 88 : cephadm 1 Reconfiguring daemon osd.1 on smithi172 2023-12-06T07:36:32.326 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:31 smithi172 bash[64618]: cluster 2023-12-06T07:36:30.502450+0000 mgr.y (mgr.25528) 86 : 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-06T07:36:32.326 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:31 smithi172 bash[64618]: audit 2023-12-06T07:36:30.989185+0000 mon.a (mon.0) 147 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:32.326 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:31 smithi172 bash[64618]: audit 2023-12-06T07:36:30.998229+0000 mon.a (mon.0) 148 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:32.326 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:31 smithi172 bash[64618]: cephadm 2023-12-06T07:36:31.015255+0000 mgr.y (mgr.25528) 87 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-06T07:36:32.326 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:31 smithi172 bash[64618]: audit 2023-12-06T07:36:31.015835+0000 mon.a (mon.0) 149 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T07:36:32.326 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:31 smithi172 bash[64618]: audit 2023-12-06T07:36:31.017549+0000 mon.a (mon.0) 150 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:32.326 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:31 smithi172 bash[64618]: cephadm 2023-12-06T07:36:31.022500+0000 mgr.y (mgr.25528) 88 : cephadm 1 Reconfiguring daemon osd.1 on smithi172 2023-12-06T07:36:32.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:31 smithi195 bash[51959]: cluster 2023-12-06T07:36:30.502450+0000 mgr.y (mgr.25528) 86 : 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-06T07:36:32.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:31 smithi195 bash[51959]: audit 2023-12-06T07:36:30.989185+0000 mon.a (mon.0) 147 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:32.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:31 smithi195 bash[51959]: audit 2023-12-06T07:36:30.998229+0000 mon.a (mon.0) 148 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:32.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:31 smithi195 bash[51959]: cephadm 2023-12-06T07:36:31.015255+0000 mgr.y (mgr.25528) 87 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-06T07:36:32.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:31 smithi195 bash[51959]: audit 2023-12-06T07:36:31.015835+0000 mon.a (mon.0) 149 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T07:36:32.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:31 smithi195 bash[51959]: audit 2023-12-06T07:36:31.017549+0000 mon.a (mon.0) 150 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:32.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:31 smithi195 bash[51959]: cephadm 2023-12-06T07:36:31.022500+0000 mgr.y (mgr.25528) 88 : cephadm 1 Reconfiguring daemon osd.1 on smithi172 2023-12-06T07:36:34.534 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:34 smithi172 bash[66109]: cluster 2023-12-06T07:36:32.504196+0000 mgr.y (mgr.25528) 89 : 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-06T07:36:34.534 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:34 smithi172 bash[66109]: audit 2023-12-06T07:36:33.235654+0000 mon.a (mon.0) 151 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:34.535 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:34 smithi172 bash[66109]: audit 2023-12-06T07:36:33.242928+0000 mon.a (mon.0) 152 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:34.535 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:34 smithi172 bash[66109]: audit 2023-12-06T07:36:33.291625+0000 mon.a (mon.0) 153 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T07:36:34.535 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:34 smithi172 bash[66109]: audit 2023-12-06T07:36:33.293496+0000 mon.a (mon.0) 154 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:34.535 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:34 smithi172 bash[64618]: cluster 2023-12-06T07:36:32.504196+0000 mgr.y (mgr.25528) 89 : 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-06T07:36:34.535 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:34 smithi172 bash[64618]: audit 2023-12-06T07:36:33.235654+0000 mon.a (mon.0) 151 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:34.535 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:34 smithi172 bash[64618]: audit 2023-12-06T07:36:33.242928+0000 mon.a (mon.0) 152 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:34.535 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:34 smithi172 bash[64618]: audit 2023-12-06T07:36:33.291625+0000 mon.a (mon.0) 153 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T07:36:34.535 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:34 smithi172 bash[64618]: audit 2023-12-06T07:36:33.293496+0000 mon.a (mon.0) 154 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:34.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:34 smithi195 bash[51959]: cluster 2023-12-06T07:36:32.504196+0000 mgr.y (mgr.25528) 89 : 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-06T07:36:34.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:34 smithi195 bash[51959]: audit 2023-12-06T07:36:33.235654+0000 mon.a (mon.0) 151 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:34.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:34 smithi195 bash[51959]: audit 2023-12-06T07:36:33.242928+0000 mon.a (mon.0) 152 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:34.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:34 smithi195 bash[51959]: audit 2023-12-06T07:36:33.291625+0000 mon.a (mon.0) 153 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T07:36:34.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:34 smithi195 bash[51959]: audit 2023-12-06T07:36:33.293496+0000 mon.a (mon.0) 154 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:35.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:35 smithi195 bash[51959]: cephadm 2023-12-06T07:36:33.290971+0000 mgr.y (mgr.25528) 90 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-06T07:36:35.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:35 smithi195 bash[51959]: cephadm 2023-12-06T07:36:33.299087+0000 mgr.y (mgr.25528) 91 : cephadm 1 Reconfiguring daemon osd.2 on smithi172 2023-12-06T07:36:35.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:35 smithi172 bash[66109]: cephadm 2023-12-06T07:36:33.290971+0000 mgr.y (mgr.25528) 90 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-06T07:36:35.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:35 smithi172 bash[66109]: cephadm 2023-12-06T07:36:33.299087+0000 mgr.y (mgr.25528) 91 : cephadm 1 Reconfiguring daemon osd.2 on smithi172 2023-12-06T07:36:35.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:35 smithi172 bash[64618]: cephadm 2023-12-06T07:36:33.290971+0000 mgr.y (mgr.25528) 90 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-06T07:36:35.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:35 smithi172 bash[64618]: cephadm 2023-12-06T07:36:33.299087+0000 mgr.y (mgr.25528) 91 : cephadm 1 Reconfiguring daemon osd.2 on smithi172 2023-12-06T07:36:36.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:36 smithi195 bash[51959]: cluster 2023-12-06T07:36:34.505122+0000 mgr.y (mgr.25528) 92 : 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-06T07:36:36.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:36 smithi195 bash[51959]: audit 2023-12-06T07:36:35.387424+0000 mon.a (mon.0) 155 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:36.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:36 smithi195 bash[51959]: audit 2023-12-06T07:36:35.396925+0000 mon.a (mon.0) 156 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:36.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:36 smithi195 bash[51959]: audit 2023-12-06T07:36:35.418125+0000 mon.a (mon.0) 157 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T07:36:36.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:36 smithi195 bash[51959]: audit 2023-12-06T07:36:35.419948+0000 mon.a (mon.0) 158 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:36.633 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:36 smithi172 bash[64618]: cluster 2023-12-06T07:36:34.505122+0000 mgr.y (mgr.25528) 92 : 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-06T07:36:36.633 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:36 smithi172 bash[64618]: audit 2023-12-06T07:36:35.387424+0000 mon.a (mon.0) 155 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:36.633 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:36 smithi172 bash[64618]: audit 2023-12-06T07:36:35.396925+0000 mon.a (mon.0) 156 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:36.633 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:36 smithi172 bash[64618]: audit 2023-12-06T07:36:35.418125+0000 mon.a (mon.0) 157 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T07:36:36.633 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:36 smithi172 bash[64618]: audit 2023-12-06T07:36:35.419948+0000 mon.a (mon.0) 158 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:36.633 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:36 smithi172 bash[66109]: cluster 2023-12-06T07:36:34.505122+0000 mgr.y (mgr.25528) 92 : 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-06T07:36:36.634 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:36 smithi172 bash[66109]: audit 2023-12-06T07:36:35.387424+0000 mon.a (mon.0) 155 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:36.634 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:36 smithi172 bash[66109]: audit 2023-12-06T07:36:35.396925+0000 mon.a (mon.0) 156 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:36.634 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:36 smithi172 bash[66109]: audit 2023-12-06T07:36:35.418125+0000 mon.a (mon.0) 157 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T07:36:36.634 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:36 smithi172 bash[66109]: audit 2023-12-06T07:36:35.419948+0000 mon.a (mon.0) 158 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:37.530 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:37 smithi172 bash[66109]: cephadm 2023-12-06T07:36:35.417388+0000 mgr.y (mgr.25528) 93 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-06T07:36:37.530 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:37 smithi172 bash[66109]: cephadm 2023-12-06T07:36:35.425360+0000 mgr.y (mgr.25528) 94 : cephadm 1 Reconfiguring daemon osd.3 on smithi172 2023-12-06T07:36:37.530 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:37 smithi172 bash[66109]: audit 2023-12-06T07:36:36.562419+0000 mon.a (mon.0) 159 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:36:37.530 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:37 smithi172 bash[64618]: cephadm 2023-12-06T07:36:35.417388+0000 mgr.y (mgr.25528) 93 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-06T07:36:37.530 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:37 smithi172 bash[64618]: cephadm 2023-12-06T07:36:35.425360+0000 mgr.y (mgr.25528) 94 : cephadm 1 Reconfiguring daemon osd.3 on smithi172 2023-12-06T07:36:37.530 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:37 smithi172 bash[64618]: audit 2023-12-06T07:36:36.562419+0000 mon.a (mon.0) 159 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:36:37.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:37 smithi195 bash[51959]: cephadm 2023-12-06T07:36:35.417388+0000 mgr.y (mgr.25528) 93 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-06T07:36:37.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:37 smithi195 bash[51959]: cephadm 2023-12-06T07:36:35.425360+0000 mgr.y (mgr.25528) 94 : cephadm 1 Reconfiguring daemon osd.3 on smithi172 2023-12-06T07:36:37.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:37 smithi195 bash[51959]: audit 2023-12-06T07:36:36.562419+0000 mon.a (mon.0) 159 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:36:38.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:38 smithi172 bash[64618]: cluster 2023-12-06T07:36:36.505912+0000 mgr.y (mgr.25528) 95 : 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-06T07:36:38.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:38 smithi172 bash[64618]: audit 2023-12-06T07:36:37.529164+0000 mgr.y (mgr.25528) 96 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:36:38.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:38 smithi172 bash[64618]: audit 2023-12-06T07:36:37.623520+0000 mon.a (mon.0) 160 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:38.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:38 smithi172 bash[64618]: audit 2023-12-06T07:36:37.635683+0000 mon.a (mon.0) 161 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:38.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:38 smithi172 bash[64618]: cephadm 2023-12-06T07:36:37.646355+0000 mgr.y (mgr.25528) 97 : cephadm 1 Reconfiguring rgw.foo.smithi172.fmdqeg (monmap changed)... 2023-12-06T07:36:38.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:38 smithi172 bash[64618]: audit 2023-12-06T07:36:37.647004+0000 mon.a (mon.0) 162 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.fmdqeg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:36:38.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:38 smithi172 bash[64618]: audit 2023-12-06T07:36:37.650293+0000 mon.a (mon.0) 163 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:38.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:38 smithi172 bash[64618]: cephadm 2023-12-06T07:36:37.652099+0000 mgr.y (mgr.25528) 98 : cephadm 1 Reconfiguring daemon rgw.foo.smithi172.fmdqeg on smithi172 2023-12-06T07:36:38.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:38 smithi172 bash[66109]: cluster 2023-12-06T07:36:36.505912+0000 mgr.y (mgr.25528) 95 : 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-06T07:36:38.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:38 smithi172 bash[66109]: audit 2023-12-06T07:36:37.529164+0000 mgr.y (mgr.25528) 96 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:36:38.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:38 smithi172 bash[66109]: audit 2023-12-06T07:36:37.623520+0000 mon.a (mon.0) 160 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:38.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:38 smithi172 bash[66109]: audit 2023-12-06T07:36:37.635683+0000 mon.a (mon.0) 161 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:38.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:38 smithi172 bash[66109]: cephadm 2023-12-06T07:36:37.646355+0000 mgr.y (mgr.25528) 97 : cephadm 1 Reconfiguring rgw.foo.smithi172.fmdqeg (monmap changed)... 2023-12-06T07:36:38.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:38 smithi172 bash[66109]: audit 2023-12-06T07:36:37.647004+0000 mon.a (mon.0) 162 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.fmdqeg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:36:38.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:38 smithi172 bash[66109]: audit 2023-12-06T07:36:37.650293+0000 mon.a (mon.0) 163 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:38.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:38 smithi172 bash[66109]: cephadm 2023-12-06T07:36:37.652099+0000 mgr.y (mgr.25528) 98 : cephadm 1 Reconfiguring daemon rgw.foo.smithi172.fmdqeg on smithi172 2023-12-06T07:36:38.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:38 smithi195 bash[51959]: cluster 2023-12-06T07:36:36.505912+0000 mgr.y (mgr.25528) 95 : 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-06T07:36:38.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:38 smithi195 bash[51959]: audit 2023-12-06T07:36:37.529164+0000 mgr.y (mgr.25528) 96 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:36:38.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:38 smithi195 bash[51959]: audit 2023-12-06T07:36:37.623520+0000 mon.a (mon.0) 160 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:38.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:38 smithi195 bash[51959]: audit 2023-12-06T07:36:37.635683+0000 mon.a (mon.0) 161 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:38.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:38 smithi195 bash[51959]: cephadm 2023-12-06T07:36:37.646355+0000 mgr.y (mgr.25528) 97 : cephadm 1 Reconfiguring rgw.foo.smithi172.fmdqeg (monmap changed)... 2023-12-06T07:36:38.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:38 smithi195 bash[51959]: audit 2023-12-06T07:36:37.647004+0000 mon.a (mon.0) 162 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.fmdqeg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:36:38.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:38 smithi195 bash[51959]: audit 2023-12-06T07:36:37.650293+0000 mon.a (mon.0) 163 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:38.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:38 smithi195 bash[51959]: cephadm 2023-12-06T07:36:37.652099+0000 mgr.y (mgr.25528) 98 : cephadm 1 Reconfiguring daemon rgw.foo.smithi172.fmdqeg on smithi172 2023-12-06T07:36:38.975 INFO:teuthology.orchestra.run.smithi172.stdout:true 2023-12-06T07:36:39.095 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:36:38 smithi195 bash[49416]: ts=2023-12-06T07:36: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.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:36:39.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:39 smithi195 bash[51959]: cluster 2023-12-06T07:36:38.507671+0000 mgr.y (mgr.25528) 99 : 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-06T07:36:39.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:39 smithi195 bash[51959]: audit 2023-12-06T07:36:38.960708+0000 mgr.y (mgr.25528) 100 : audit 0 from='client.34209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:39.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:39 smithi172 bash[64618]: cluster 2023-12-06T07:36:38.507671+0000 mgr.y (mgr.25528) 99 : 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-06T07:36:39.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:39 smithi172 bash[64618]: audit 2023-12-06T07:36:38.960708+0000 mgr.y (mgr.25528) 100 : audit 0 from='client.34209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:39.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:39 smithi172 bash[66109]: cluster 2023-12-06T07:36:38.507671+0000 mgr.y (mgr.25528) 99 : 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-06T07:36:39.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:39 smithi172 bash[66109]: audit 2023-12-06T07:36:38.960708+0000 mgr.y (mgr.25528) 100 : audit 0 from='client.34209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:39.750 INFO:teuthology.orchestra.run.smithi172.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:36:39.750 INFO:teuthology.orchestra.run.smithi172.stdout:alertmanager.a smithi172 *:9093,9094 running (3m) 59s ago 11m 16.0M - 0.23.0 ba2b418f427c 834724028b79 2023-12-06T07:36:39.750 INFO:teuthology.orchestra.run.smithi172.stdout:grafana.a smithi195 *:3000 running (3m) 28s ago 10m 43.9M - 8.3.5 dad864ee21e9 c0abf90c662f 2023-12-06T07:36:39.750 INFO:teuthology.orchestra.run.smithi172.stdout:iscsi.foo.smithi172.imjphn smithi172 running (2m) 59s ago 8m 45.3M - 3.5 e1d6a67b021e d65a8ea57779 2023-12-06T07:36:39.750 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.x smithi195 *:8443,9283,8765 running (2m) 28s ago 16m 435M - 19.0.0-26-g0482646f 26bb7d89db2e e5647ee16c48 2023-12-06T07:36:39.750 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.y smithi172 *:8443,9283,8765 running (3m) 59s ago 18m 479M - 19.0.0-26-g0482646f 26bb7d89db2e 5594cbd599cc 2023-12-06T07:36:39.750 INFO:teuthology.orchestra.run.smithi172.stdout:mon.a smithi172 running (104s) 59s ago 19m 39.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e b9309f43e92c 2023-12-06T07:36:39.750 INFO:teuthology.orchestra.run.smithi172.stdout:mon.b smithi195 running (42s) 28s ago 17m 23.8M 2048M 19.0.0-26-g0482646f 26bb7d89db2e da852bc4d7be 2023-12-06T07:36:39.750 INFO:teuthology.orchestra.run.smithi172.stdout:mon.c smithi172 running (68s) 59s ago 17m 21.5M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 59a91fe7affc 2023-12-06T07:36:39.751 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.a smithi172 *:9100 running (4m) 59s ago 11m 11.4M - 1.3.1 1dbe0e931976 4171378093cf 2023-12-06T07:36:39.751 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.b smithi195 *:9100 running (3m) 28s ago 11m 11.2M - 1.3.1 1dbe0e931976 3f1c42cbb0e4 2023-12-06T07:36:39.751 INFO:teuthology.orchestra.run.smithi172.stdout:osd.0 smithi172 running (16m) 59s ago 16m 58.5M 2781M 17.2.0 e1d6a67b021e d65620e34baf 2023-12-06T07:36:39.751 INFO:teuthology.orchestra.run.smithi172.stdout:osd.1 smithi172 running (15m) 59s ago 15m 59.3M 2781M 17.2.0 e1d6a67b021e 7522680f974d 2023-12-06T07:36:39.751 INFO:teuthology.orchestra.run.smithi172.stdout:osd.2 smithi172 running (15m) 59s ago 15m 55.1M 2781M 17.2.0 e1d6a67b021e 52ca8f6db2e7 2023-12-06T07:36:39.751 INFO:teuthology.orchestra.run.smithi172.stdout:osd.3 smithi172 running (14m) 59s ago 14m 57.4M 2781M 17.2.0 e1d6a67b021e 1c2477b9ceb7 2023-12-06T07:36:39.751 INFO:teuthology.orchestra.run.smithi172.stdout:osd.4 smithi195 running (14m) 28s ago 14m 59.6M 3037M 17.2.0 e1d6a67b021e eaea9514cd4a 2023-12-06T07:36:39.751 INFO:teuthology.orchestra.run.smithi172.stdout:osd.5 smithi195 running (13m) 28s ago 13m 56.1M 3037M 17.2.0 e1d6a67b021e 51eedee8fdd8 2023-12-06T07:36:39.751 INFO:teuthology.orchestra.run.smithi172.stdout:osd.6 smithi195 running (12m) 28s ago 12m 54.3M 3037M 17.2.0 e1d6a67b021e 3bdaad441af1 2023-12-06T07:36:39.751 INFO:teuthology.orchestra.run.smithi172.stdout:osd.7 smithi195 running (12m) 28s ago 12m 57.3M 3037M 17.2.0 e1d6a67b021e 33c403e0a340 2023-12-06T07:36:39.751 INFO:teuthology.orchestra.run.smithi172.stdout:prometheus.a smithi195 *:9095 running (2m) 28s ago 11m 59.0M - 2.33.4 514e6a882f6e 15fc5d42d7a7 2023-12-06T07:36:39.751 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi172.fmdqeg smithi172 *:8000 running (9m) 59s ago 9m 87.3M - 17.2.0 e1d6a67b021e f5f3949b1de8 2023-12-06T07:36:39.751 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi195.hycrot smithi195 *:8000 running (9m) 28s ago 9m 87.7M - 17.2.0 e1d6a67b021e 9c5f08c98b32 2023-12-06T07:36:39.751 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi172.woscxg smithi172 *:80 running (9m) 59s ago 9m 87.5M - 17.2.0 e1d6a67b021e 0c4c84135665 2023-12-06T07:36:39.751 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi195.imqeni smithi195 *:80 running (9m) 28s ago 9m 88.0M - 17.2.0 e1d6a67b021e ca4b88c28560 2023-12-06T07:36:40.206 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:36:40.206 INFO:teuthology.orchestra.run.smithi172.stdout: "mon": { 2023-12-06T07:36:40.206 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:36:40.206 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:36:40.206 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr": { 2023-12-06T07:36:40.206 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:36:40.206 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:36:40.206 INFO:teuthology.orchestra.run.smithi172.stdout: "osd": { 2023-12-06T07:36:40.206 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T07:36:40.206 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:36:40.206 INFO:teuthology.orchestra.run.smithi172.stdout: "rgw": { 2023-12-06T07:36:40.207 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:36:40.207 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:36:40.207 INFO:teuthology.orchestra.run.smithi172.stdout: "overall": { 2023-12-06T07:36:40.207 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-12-06T07:36:40.207 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 5 2023-12-06T07:36:40.207 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:36:40.207 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:36:40.588 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:36:40.588 INFO:teuthology.orchestra.run.smithi172.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:36:40.588 INFO:teuthology.orchestra.run.smithi172.stdout: "in_progress": true, 2023-12-06T07:36:40.588 INFO:teuthology.orchestra.run.smithi172.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:36:40.588 INFO:teuthology.orchestra.run.smithi172.stdout: "services_complete": [ 2023-12-06T07:36:40.588 INFO:teuthology.orchestra.run.smithi172.stdout: "mon", 2023-12-06T07:36:40.588 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr" 2023-12-06T07:36:40.589 INFO:teuthology.orchestra.run.smithi172.stdout: ], 2023-12-06T07:36:40.589 INFO:teuthology.orchestra.run.smithi172.stdout: "progress": "5/23 daemons upgraded", 2023-12-06T07:36:40.589 INFO:teuthology.orchestra.run.smithi172.stdout: "message": "Currently upgrading mon daemons", 2023-12-06T07:36:40.589 INFO:teuthology.orchestra.run.smithi172.stdout: "is_paused": false 2023-12-06T07:36:40.589 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:36:41.045 INFO:teuthology.orchestra.run.smithi172.stdout:HEALTH_OK 2023-12-06T07:36:41.164 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:40 smithi172 bash[66109]: audit 2023-12-06T07:36:39.353739+0000 mgr.y (mgr.25528) 101 : audit 0 from='client.44140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:41.164 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:40 smithi172 bash[66109]: audit 2023-12-06T07:36:39.727385+0000 mgr.y (mgr.25528) 102 : audit 0 from='client.34221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:41.164 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:40 smithi172 bash[66109]: audit 2023-12-06T07:36:39.860552+0000 mon.a (mon.0) 164 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:41.164 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:40 smithi172 bash[66109]: audit 2023-12-06T07:36:39.868708+0000 mon.a (mon.0) 165 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:41.164 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:40 smithi172 bash[66109]: cephadm 2023-12-06T07:36:39.870634+0000 mgr.y (mgr.25528) 103 : cephadm 1 Reconfiguring rgw.smpl.smithi172.woscxg (monmap changed)... 2023-12-06T07:36:41.164 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:40 smithi172 bash[66109]: audit 2023-12-06T07:36:39.871082+0000 mon.a (mon.0) 166 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.woscxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:36:41.164 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:40 smithi172 bash[66109]: audit 2023-12-06T07:36:39.873286+0000 mon.a (mon.0) 167 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:41.164 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:40 smithi172 bash[66109]: cephadm 2023-12-06T07:36:39.874452+0000 mgr.y (mgr.25528) 104 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi172.woscxg on smithi172 2023-12-06T07:36:41.164 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:40 smithi172 bash[66109]: audit 2023-12-06T07:36:40.205533+0000 mon.a (mon.0) 168 : audit 0 from='client.? 172.21.15.172:0/2172101690' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:36:41.164 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:40 smithi172 bash[64618]: audit 2023-12-06T07:36:39.353739+0000 mgr.y (mgr.25528) 101 : audit 0 from='client.44140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:41.165 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:40 smithi172 bash[64618]: audit 2023-12-06T07:36:39.727385+0000 mgr.y (mgr.25528) 102 : audit 0 from='client.34221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:41.165 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:40 smithi172 bash[64618]: audit 2023-12-06T07:36:39.860552+0000 mon.a (mon.0) 164 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:41.165 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:40 smithi172 bash[64618]: audit 2023-12-06T07:36:39.868708+0000 mon.a (mon.0) 165 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:41.165 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:40 smithi172 bash[64618]: cephadm 2023-12-06T07:36:39.870634+0000 mgr.y (mgr.25528) 103 : cephadm 1 Reconfiguring rgw.smpl.smithi172.woscxg (monmap changed)... 2023-12-06T07:36:41.165 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:40 smithi172 bash[64618]: audit 2023-12-06T07:36:39.871082+0000 mon.a (mon.0) 166 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.woscxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:36:41.165 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:40 smithi172 bash[64618]: audit 2023-12-06T07:36:39.873286+0000 mon.a (mon.0) 167 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:41.165 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:40 smithi172 bash[64618]: cephadm 2023-12-06T07:36:39.874452+0000 mgr.y (mgr.25528) 104 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi172.woscxg on smithi172 2023-12-06T07:36:41.165 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:40 smithi172 bash[64618]: audit 2023-12-06T07:36:40.205533+0000 mon.a (mon.0) 168 : audit 0 from='client.? 172.21.15.172:0/2172101690' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:36:41.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:40 smithi195 bash[51959]: audit 2023-12-06T07:36:39.353739+0000 mgr.y (mgr.25528) 101 : audit 0 from='client.44140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:41.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:40 smithi195 bash[51959]: audit 2023-12-06T07:36:39.727385+0000 mgr.y (mgr.25528) 102 : audit 0 from='client.34221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:41.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:40 smithi195 bash[51959]: audit 2023-12-06T07:36:39.860552+0000 mon.a (mon.0) 164 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:41.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:40 smithi195 bash[51959]: audit 2023-12-06T07:36:39.868708+0000 mon.a (mon.0) 165 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:41.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:40 smithi195 bash[51959]: cephadm 2023-12-06T07:36:39.870634+0000 mgr.y (mgr.25528) 103 : cephadm 1 Reconfiguring rgw.smpl.smithi172.woscxg (monmap changed)... 2023-12-06T07:36:41.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:40 smithi195 bash[51959]: audit 2023-12-06T07:36:39.871082+0000 mon.a (mon.0) 166 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.woscxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:36:41.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:40 smithi195 bash[51959]: audit 2023-12-06T07:36:39.873286+0000 mon.a (mon.0) 167 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:41.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:40 smithi195 bash[51959]: cephadm 2023-12-06T07:36:39.874452+0000 mgr.y (mgr.25528) 104 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi172.woscxg on smithi172 2023-12-06T07:36:41.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:40 smithi195 bash[51959]: audit 2023-12-06T07:36:40.205533+0000 mon.a (mon.0) 168 : audit 0 from='client.? 172.21.15.172:0/2172101690' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:36:41.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:36:41 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:36:41] "GET /metrics HTTP/1.1" 200 38186 "" "Prometheus/2.33.4" 2023-12-06T07:36:41.873 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:41 smithi172 bash[64618]: cluster 2023-12-06T07:36:40.508441+0000 mgr.y (mgr.25528) 105 : 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-06T07:36:41.873 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:41 smithi172 bash[64618]: audit 2023-12-06T07:36:40.587100+0000 mgr.y (mgr.25528) 106 : audit 0 from='client.34233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:41.873 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:41 smithi172 bash[64618]: audit 2023-12-06T07:36:41.045189+0000 mon.c (mon.1) 4 : audit 0 from='client.? 172.21.15.172:0/1521798796' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:36:42.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:41 smithi172 bash[66109]: cluster 2023-12-06T07:36:40.508441+0000 mgr.y (mgr.25528) 105 : 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-06T07:36:42.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:41 smithi172 bash[66109]: audit 2023-12-06T07:36:40.587100+0000 mgr.y (mgr.25528) 106 : audit 0 from='client.34233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:42.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:41 smithi172 bash[66109]: audit 2023-12-06T07:36:41.045189+0000 mon.c (mon.1) 4 : audit 0 from='client.? 172.21.15.172:0/1521798796' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:36:42.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:41 smithi195 bash[51959]: cluster 2023-12-06T07:36:40.508441+0000 mgr.y (mgr.25528) 105 : 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-06T07:36:42.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:41 smithi195 bash[51959]: audit 2023-12-06T07:36:40.587100+0000 mgr.y (mgr.25528) 106 : audit 0 from='client.34233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:36:42.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:41 smithi195 bash[51959]: audit 2023-12-06T07:36:41.045189+0000 mon.c (mon.1) 4 : audit 0 from='client.? 172.21.15.172:0/1521798796' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:36:43.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:42 smithi172 bash[64618]: audit 2023-12-06T07:36:41.884768+0000 mon.a (mon.0) 169 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:43.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:42 smithi172 bash[64618]: audit 2023-12-06T07:36:41.894006+0000 mon.a (mon.0) 170 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:43.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:42 smithi172 bash[64618]: cephadm 2023-12-06T07:36:41.943722+0000 mgr.y (mgr.25528) 107 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-06T07:36:43.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:42 smithi172 bash[64618]: audit 2023-12-06T07:36:41.944381+0000 mon.a (mon.0) 171 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:36:43.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:42 smithi172 bash[64618]: audit 2023-12-06T07:36:41.946157+0000 mon.a (mon.0) 172 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:36:43.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:42 smithi172 bash[64618]: audit 2023-12-06T07:36:41.947934+0000 mon.a (mon.0) 173 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:43.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:42 smithi172 bash[64618]: cephadm 2023-12-06T07:36:41.950087+0000 mgr.y (mgr.25528) 108 : cephadm 1 Reconfiguring daemon mon.b on smithi195 2023-12-06T07:36:43.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:42 smithi172 bash[66109]: audit 2023-12-06T07:36:41.884768+0000 mon.a (mon.0) 169 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:43.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:42 smithi172 bash[66109]: audit 2023-12-06T07:36:41.894006+0000 mon.a (mon.0) 170 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:43.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:42 smithi172 bash[66109]: cephadm 2023-12-06T07:36:41.943722+0000 mgr.y (mgr.25528) 107 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-06T07:36:43.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:42 smithi172 bash[66109]: audit 2023-12-06T07:36:41.944381+0000 mon.a (mon.0) 171 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:36:43.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:42 smithi172 bash[66109]: audit 2023-12-06T07:36:41.946157+0000 mon.a (mon.0) 172 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:36:43.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:42 smithi172 bash[66109]: audit 2023-12-06T07:36:41.947934+0000 mon.a (mon.0) 173 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:43.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:42 smithi172 bash[66109]: cephadm 2023-12-06T07:36:41.950087+0000 mgr.y (mgr.25528) 108 : cephadm 1 Reconfiguring daemon mon.b on smithi195 2023-12-06T07:36:43.242 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:42 smithi195 bash[51959]: audit 2023-12-06T07:36:41.884768+0000 mon.a (mon.0) 169 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:43.243 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:42 smithi195 bash[51959]: audit 2023-12-06T07:36:41.894006+0000 mon.a (mon.0) 170 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:43.243 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:42 smithi195 bash[51959]: cephadm 2023-12-06T07:36:41.943722+0000 mgr.y (mgr.25528) 107 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-06T07:36:43.243 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:42 smithi195 bash[51959]: audit 2023-12-06T07:36:41.944381+0000 mon.a (mon.0) 171 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T07:36:43.243 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:42 smithi195 bash[51959]: audit 2023-12-06T07:36:41.946157+0000 mon.a (mon.0) 172 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T07:36:43.243 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:42 smithi195 bash[51959]: audit 2023-12-06T07:36:41.947934+0000 mon.a (mon.0) 173 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:43.243 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:42 smithi195 bash[51959]: cephadm 2023-12-06T07:36:41.950087+0000 mgr.y (mgr.25528) 108 : cephadm 1 Reconfiguring daemon mon.b on smithi195 2023-12-06T07:36:44.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:43 smithi172 bash[64618]: cluster 2023-12-06T07:36:42.510070+0000 mgr.y (mgr.25528) 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-06T07:36:44.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:43 smithi172 bash[66109]: cluster 2023-12-06T07:36:42.510070+0000 mgr.y (mgr.25528) 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-06T07:36:44.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:43 smithi195 bash[51959]: cluster 2023-12-06T07:36:42.510070+0000 mgr.y (mgr.25528) 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-06T07:36:45.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:45 smithi172 bash[64618]: audit 2023-12-06T07:36:44.137215+0000 mon.a (mon.0) 174 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:45.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:45 smithi172 bash[64618]: audit 2023-12-06T07:36:44.148343+0000 mon.a (mon.0) 175 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:45.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:45 smithi172 bash[64618]: cephadm 2023-12-06T07:36:44.169787+0000 mgr.y (mgr.25528) 110 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-06T07:36:45.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:45 smithi172 bash[64618]: audit 2023-12-06T07:36:44.170505+0000 mon.a (mon.0) 176 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:36:45.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:45 smithi172 bash[64618]: audit 2023-12-06T07:36:44.172761+0000 mon.a (mon.0) 177 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:36:45.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:45 smithi172 bash[64618]: audit 2023-12-06T07:36:44.174605+0000 mon.a (mon.0) 178 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:45.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:45 smithi172 bash[64618]: cephadm 2023-12-06T07:36:44.176531+0000 mgr.y (mgr.25528) 111 : cephadm 1 Reconfiguring daemon mgr.x on smithi195 2023-12-06T07:36:45.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:45 smithi172 bash[66109]: audit 2023-12-06T07:36:44.137215+0000 mon.a (mon.0) 174 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:45.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:45 smithi172 bash[66109]: audit 2023-12-06T07:36:44.148343+0000 mon.a (mon.0) 175 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:45.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:45 smithi172 bash[66109]: cephadm 2023-12-06T07:36:44.169787+0000 mgr.y (mgr.25528) 110 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-06T07:36:45.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:45 smithi172 bash[66109]: audit 2023-12-06T07:36:44.170505+0000 mon.a (mon.0) 176 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:36:45.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:45 smithi172 bash[66109]: audit 2023-12-06T07:36:44.172761+0000 mon.a (mon.0) 177 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:36:45.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:45 smithi172 bash[66109]: audit 2023-12-06T07:36:44.174605+0000 mon.a (mon.0) 178 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:45.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:45 smithi172 bash[66109]: cephadm 2023-12-06T07:36:44.176531+0000 mgr.y (mgr.25528) 111 : cephadm 1 Reconfiguring daemon mgr.x on smithi195 2023-12-06T07:36:45.442 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:45 smithi195 bash[51959]: audit 2023-12-06T07:36:44.137215+0000 mon.a (mon.0) 174 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:45.442 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:45 smithi195 bash[51959]: audit 2023-12-06T07:36:44.148343+0000 mon.a (mon.0) 175 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:45.442 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:45 smithi195 bash[51959]: cephadm 2023-12-06T07:36:44.169787+0000 mgr.y (mgr.25528) 110 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-06T07:36:45.442 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:45 smithi195 bash[51959]: audit 2023-12-06T07:36:44.170505+0000 mon.a (mon.0) 176 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T07:36:45.442 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:45 smithi195 bash[51959]: audit 2023-12-06T07:36:44.172761+0000 mon.a (mon.0) 177 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T07:36:45.442 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:45 smithi195 bash[51959]: audit 2023-12-06T07:36:44.174605+0000 mon.a (mon.0) 178 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:45.442 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:45 smithi195 bash[51959]: cephadm 2023-12-06T07:36:44.176531+0000 mgr.y (mgr.25528) 111 : cephadm 1 Reconfiguring daemon mgr.x on smithi195 2023-12-06T07:36:46.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:46 smithi172 bash[64618]: cluster 2023-12-06T07:36:44.510759+0000 mgr.y (mgr.25528) 112 : 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-06T07:36:46.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:46 smithi172 bash[66109]: cluster 2023-12-06T07:36:44.510759+0000 mgr.y (mgr.25528) 112 : 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-06T07:36:46.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:46 smithi195 bash[51959]: cluster 2023-12-06T07:36:44.510759+0000 mgr.y (mgr.25528) 112 : 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-06T07:36:47.671 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:47 smithi195 bash[51959]: audit 2023-12-06T07:36:46.383624+0000 mon.a (mon.0) 179 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:47.671 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:47 smithi195 bash[51959]: audit 2023-12-06T07:36:46.394974+0000 mon.a (mon.0) 180 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:47.671 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:47 smithi195 bash[51959]: cephadm 2023-12-06T07:36:46.397435+0000 mgr.y (mgr.25528) 113 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-06T07:36:47.672 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:47 smithi195 bash[51959]: audit 2023-12-06T07:36:46.398097+0000 mon.a (mon.0) 181 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T07:36:47.672 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:47 smithi195 bash[51959]: audit 2023-12-06T07:36:46.399572+0000 mon.a (mon.0) 182 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:47.672 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:47 smithi195 bash[51959]: cephadm 2023-12-06T07:36:46.404848+0000 mgr.y (mgr.25528) 114 : cephadm 1 Reconfiguring daemon osd.4 on smithi195 2023-12-06T07:36:47.672 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:47 smithi195 bash[51959]: cluster 2023-12-06T07:36:46.511491+0000 mgr.y (mgr.25528) 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-06T07:36:47.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:47 smithi172 bash[64618]: audit 2023-12-06T07:36:46.383624+0000 mon.a (mon.0) 179 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:47.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:47 smithi172 bash[64618]: audit 2023-12-06T07:36:46.394974+0000 mon.a (mon.0) 180 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:47.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:47 smithi172 bash[64618]: cephadm 2023-12-06T07:36:46.397435+0000 mgr.y (mgr.25528) 113 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-06T07:36:47.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:47 smithi172 bash[64618]: audit 2023-12-06T07:36:46.398097+0000 mon.a (mon.0) 181 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T07:36:47.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:47 smithi172 bash[64618]: audit 2023-12-06T07:36:46.399572+0000 mon.a (mon.0) 182 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:47.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:47 smithi172 bash[64618]: cephadm 2023-12-06T07:36:46.404848+0000 mgr.y (mgr.25528) 114 : cephadm 1 Reconfiguring daemon osd.4 on smithi195 2023-12-06T07:36:47.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:47 smithi172 bash[64618]: cluster 2023-12-06T07:36:46.511491+0000 mgr.y (mgr.25528) 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-06T07:36:47.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:47 smithi172 bash[66109]: audit 2023-12-06T07:36:46.383624+0000 mon.a (mon.0) 179 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:47.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:47 smithi172 bash[66109]: audit 2023-12-06T07:36:46.394974+0000 mon.a (mon.0) 180 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:47.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:47 smithi172 bash[66109]: cephadm 2023-12-06T07:36:46.397435+0000 mgr.y (mgr.25528) 113 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-06T07:36:47.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:47 smithi172 bash[66109]: audit 2023-12-06T07:36:46.398097+0000 mon.a (mon.0) 181 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T07:36:47.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:47 smithi172 bash[66109]: audit 2023-12-06T07:36:46.399572+0000 mon.a (mon.0) 182 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:47.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:47 smithi172 bash[66109]: cephadm 2023-12-06T07:36:46.404848+0000 mgr.y (mgr.25528) 114 : cephadm 1 Reconfiguring daemon osd.4 on smithi195 2023-12-06T07:36:47.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:47 smithi172 bash[66109]: cluster 2023-12-06T07:36:46.511491+0000 mgr.y (mgr.25528) 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-06T07:36:48.665 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:48 smithi195 bash[51959]: audit 2023-12-06T07:36:47.539908+0000 mgr.y (mgr.25528) 116 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:36:48.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:48 smithi172 bash[66109]: audit 2023-12-06T07:36:47.539908+0000 mgr.y (mgr.25528) 116 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:36:48.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:48 smithi172 bash[64618]: audit 2023-12-06T07:36:47.539908+0000 mgr.y (mgr.25528) 116 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:36:49.054 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:36:48 smithi195 bash[49416]: ts=2023-12-06T07:36: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.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:36:49.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:49 smithi195 bash[51959]: cluster 2023-12-06T07:36:48.513203+0000 mgr.y (mgr.25528) 117 : 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-06T07:36:49.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:49 smithi195 bash[51959]: audit 2023-12-06T07:36:48.593922+0000 mon.a (mon.0) 183 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:49.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:49 smithi195 bash[51959]: audit 2023-12-06T07:36:48.602790+0000 mon.a (mon.0) 184 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:49.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:49 smithi195 bash[51959]: cephadm 2023-12-06T07:36:48.625026+0000 mgr.y (mgr.25528) 118 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-06T07:36:49.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:49 smithi195 bash[51959]: audit 2023-12-06T07:36:48.625643+0000 mon.a (mon.0) 185 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T07:36:49.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:49 smithi195 bash[51959]: audit 2023-12-06T07:36:48.627164+0000 mon.a (mon.0) 186 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:49.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:49 smithi195 bash[51959]: cephadm 2023-12-06T07:36:48.632283+0000 mgr.y (mgr.25528) 119 : cephadm 1 Reconfiguring daemon osd.5 on smithi195 2023-12-06T07:36:49.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:49 smithi172 bash[64618]: cluster 2023-12-06T07:36:48.513203+0000 mgr.y (mgr.25528) 117 : 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-06T07:36:49.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:49 smithi172 bash[64618]: audit 2023-12-06T07:36:48.593922+0000 mon.a (mon.0) 183 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:49.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:49 smithi172 bash[64618]: audit 2023-12-06T07:36:48.602790+0000 mon.a (mon.0) 184 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:49.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:49 smithi172 bash[64618]: cephadm 2023-12-06T07:36:48.625026+0000 mgr.y (mgr.25528) 118 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-06T07:36:49.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:49 smithi172 bash[64618]: audit 2023-12-06T07:36:48.625643+0000 mon.a (mon.0) 185 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T07:36:49.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:49 smithi172 bash[64618]: audit 2023-12-06T07:36:48.627164+0000 mon.a (mon.0) 186 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:49.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:49 smithi172 bash[64618]: cephadm 2023-12-06T07:36:48.632283+0000 mgr.y (mgr.25528) 119 : cephadm 1 Reconfiguring daemon osd.5 on smithi195 2023-12-06T07:36:49.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:49 smithi172 bash[66109]: cluster 2023-12-06T07:36:48.513203+0000 mgr.y (mgr.25528) 117 : 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-06T07:36:49.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:49 smithi172 bash[66109]: audit 2023-12-06T07:36:48.593922+0000 mon.a (mon.0) 183 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:49.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:49 smithi172 bash[66109]: audit 2023-12-06T07:36:48.602790+0000 mon.a (mon.0) 184 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:49.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:49 smithi172 bash[66109]: cephadm 2023-12-06T07:36:48.625026+0000 mgr.y (mgr.25528) 118 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-06T07:36:49.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:49 smithi172 bash[66109]: audit 2023-12-06T07:36:48.625643+0000 mon.a (mon.0) 185 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T07:36:49.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:49 smithi172 bash[66109]: audit 2023-12-06T07:36:48.627164+0000 mon.a (mon.0) 186 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:49.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:49 smithi172 bash[66109]: cephadm 2023-12-06T07:36:48.632283+0000 mgr.y (mgr.25528) 119 : cephadm 1 Reconfiguring daemon osd.5 on smithi195 2023-12-06T07:36:51.819 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:36:51 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:36:51] "GET /metrics HTTP/1.1" 200 38186 "" "Prometheus/2.33.4" 2023-12-06T07:36:52.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:51 smithi195 bash[51959]: cluster 2023-12-06T07:36:50.513936+0000 mgr.y (mgr.25528) 120 : 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-06T07:36:52.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:51 smithi195 bash[51959]: audit 2023-12-06T07:36:50.817502+0000 mon.a (mon.0) 187 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:52.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:51 smithi195 bash[51959]: audit 2023-12-06T07:36:50.829027+0000 mon.a (mon.0) 188 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:52.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:51 smithi195 bash[51959]: cephadm 2023-12-06T07:36:50.851419+0000 mgr.y (mgr.25528) 121 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-06T07:36:52.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:51 smithi195 bash[51959]: audit 2023-12-06T07:36:50.852068+0000 mon.a (mon.0) 189 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T07:36:52.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:51 smithi195 bash[51959]: audit 2023-12-06T07:36:50.853818+0000 mon.a (mon.0) 190 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:52.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:51 smithi195 bash[51959]: cephadm 2023-12-06T07:36:50.859345+0000 mgr.y (mgr.25528) 122 : cephadm 1 Reconfiguring daemon osd.6 on smithi195 2023-12-06T07:36:52.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:51 smithi195 bash[51959]: audit 2023-12-06T07:36:51.562781+0000 mon.a (mon.0) 191 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:36:52.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:51 smithi172 bash[66109]: cluster 2023-12-06T07:36:50.513936+0000 mgr.y (mgr.25528) 120 : 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-06T07:36:52.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:51 smithi172 bash[66109]: audit 2023-12-06T07:36:50.817502+0000 mon.a (mon.0) 187 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:52.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:51 smithi172 bash[66109]: audit 2023-12-06T07:36:50.829027+0000 mon.a (mon.0) 188 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:52.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:51 smithi172 bash[66109]: cephadm 2023-12-06T07:36:50.851419+0000 mgr.y (mgr.25528) 121 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-06T07:36:52.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:51 smithi172 bash[66109]: audit 2023-12-06T07:36:50.852068+0000 mon.a (mon.0) 189 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T07:36:52.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:51 smithi172 bash[66109]: audit 2023-12-06T07:36:50.853818+0000 mon.a (mon.0) 190 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:52.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:51 smithi172 bash[66109]: cephadm 2023-12-06T07:36:50.859345+0000 mgr.y (mgr.25528) 122 : cephadm 1 Reconfiguring daemon osd.6 on smithi195 2023-12-06T07:36:52.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:51 smithi172 bash[66109]: audit 2023-12-06T07:36:51.562781+0000 mon.a (mon.0) 191 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:36:52.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:51 smithi172 bash[64618]: cluster 2023-12-06T07:36:50.513936+0000 mgr.y (mgr.25528) 120 : 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-06T07:36:52.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:51 smithi172 bash[64618]: audit 2023-12-06T07:36:50.817502+0000 mon.a (mon.0) 187 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:52.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:51 smithi172 bash[64618]: audit 2023-12-06T07:36:50.829027+0000 mon.a (mon.0) 188 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:52.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:51 smithi172 bash[64618]: cephadm 2023-12-06T07:36:50.851419+0000 mgr.y (mgr.25528) 121 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-06T07:36:52.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:51 smithi172 bash[64618]: audit 2023-12-06T07:36:50.852068+0000 mon.a (mon.0) 189 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T07:36:52.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:51 smithi172 bash[64618]: audit 2023-12-06T07:36:50.853818+0000 mon.a (mon.0) 190 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:52.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:51 smithi172 bash[64618]: cephadm 2023-12-06T07:36:50.859345+0000 mgr.y (mgr.25528) 122 : cephadm 1 Reconfiguring daemon osd.6 on smithi195 2023-12-06T07:36:52.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:51 smithi172 bash[64618]: audit 2023-12-06T07:36:51.562781+0000 mon.a (mon.0) 191 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:36:54.265 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:53 smithi195 bash[51959]: cluster 2023-12-06T07:36:52.515551+0000 mgr.y (mgr.25528) 123 : 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-06T07:36:54.265 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:53 smithi195 bash[51959]: audit 2023-12-06T07:36:52.965517+0000 mon.a (mon.0) 192 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:54.265 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:53 smithi195 bash[51959]: audit 2023-12-06T07:36:52.978337+0000 mon.a (mon.0) 193 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:54.265 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:53 smithi195 bash[51959]: cephadm 2023-12-06T07:36:53.029560+0000 mgr.y (mgr.25528) 124 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-06T07:36:54.265 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:53 smithi195 bash[51959]: audit 2023-12-06T07:36:53.030248+0000 mon.a (mon.0) 194 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T07:36:54.266 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:53 smithi195 bash[51959]: audit 2023-12-06T07:36:53.032068+0000 mon.a (mon.0) 195 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:54.266 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:53 smithi195 bash[51959]: cephadm 2023-12-06T07:36:53.037681+0000 mgr.y (mgr.25528) 125 : cephadm 1 Reconfiguring daemon osd.7 on smithi195 2023-12-06T07:36:54.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:53 smithi172 bash[66109]: cluster 2023-12-06T07:36:52.515551+0000 mgr.y (mgr.25528) 123 : 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-06T07:36:54.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:53 smithi172 bash[66109]: audit 2023-12-06T07:36:52.965517+0000 mon.a (mon.0) 192 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:54.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:53 smithi172 bash[66109]: audit 2023-12-06T07:36:52.978337+0000 mon.a (mon.0) 193 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:54.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:53 smithi172 bash[66109]: cephadm 2023-12-06T07:36:53.029560+0000 mgr.y (mgr.25528) 124 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-06T07:36:54.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:53 smithi172 bash[66109]: audit 2023-12-06T07:36:53.030248+0000 mon.a (mon.0) 194 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T07:36:54.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:53 smithi172 bash[66109]: audit 2023-12-06T07:36:53.032068+0000 mon.a (mon.0) 195 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:54.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:53 smithi172 bash[66109]: cephadm 2023-12-06T07:36:53.037681+0000 mgr.y (mgr.25528) 125 : cephadm 1 Reconfiguring daemon osd.7 on smithi195 2023-12-06T07:36:54.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:53 smithi172 bash[64618]: cluster 2023-12-06T07:36:52.515551+0000 mgr.y (mgr.25528) 123 : 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-06T07:36:54.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:53 smithi172 bash[64618]: audit 2023-12-06T07:36:52.965517+0000 mon.a (mon.0) 192 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:54.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:53 smithi172 bash[64618]: audit 2023-12-06T07:36:52.978337+0000 mon.a (mon.0) 193 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:54.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:53 smithi172 bash[64618]: cephadm 2023-12-06T07:36:53.029560+0000 mgr.y (mgr.25528) 124 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-06T07:36:54.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:53 smithi172 bash[64618]: audit 2023-12-06T07:36:53.030248+0000 mon.a (mon.0) 194 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T07:36:54.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:53 smithi172 bash[64618]: audit 2023-12-06T07:36:53.032068+0000 mon.a (mon.0) 195 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:54.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:53 smithi172 bash[64618]: cephadm 2023-12-06T07:36:53.037681+0000 mgr.y (mgr.25528) 125 : cephadm 1 Reconfiguring daemon osd.7 on smithi195 2023-12-06T07:36:56.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:56 smithi172 bash[64618]: cluster 2023-12-06T07:36:54.516279+0000 mgr.y (mgr.25528) 126 : 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-06T07:36:56.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:56 smithi172 bash[64618]: audit 2023-12-06T07:36:55.159748+0000 mon.a (mon.0) 196 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:56.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:56 smithi172 bash[64618]: audit 2023-12-06T07:36:55.171220+0000 mon.a (mon.0) 197 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:56.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:56 smithi172 bash[64618]: cephadm 2023-12-06T07:36:55.210382+0000 mgr.y (mgr.25528) 127 : cephadm 1 Reconfiguring rgw.foo.smithi195.hycrot (monmap changed)... 2023-12-06T07:36:56.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:56 smithi172 bash[64618]: audit 2023-12-06T07:36:55.211038+0000 mon.a (mon.0) 198 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi195.hycrot", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:36:56.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:56 smithi172 bash[64618]: audit 2023-12-06T07:36:55.214607+0000 mon.a (mon.0) 199 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:56.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:56 smithi172 bash[64618]: cephadm 2023-12-06T07:36:55.216564+0000 mgr.y (mgr.25528) 128 : cephadm 1 Reconfiguring daemon rgw.foo.smithi195.hycrot on smithi195 2023-12-06T07:36:56.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:56 smithi172 bash[66109]: cluster 2023-12-06T07:36:54.516279+0000 mgr.y (mgr.25528) 126 : 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-06T07:36:56.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:56 smithi172 bash[66109]: audit 2023-12-06T07:36:55.159748+0000 mon.a (mon.0) 196 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:56.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:56 smithi172 bash[66109]: audit 2023-12-06T07:36:55.171220+0000 mon.a (mon.0) 197 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:56.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:56 smithi172 bash[66109]: cephadm 2023-12-06T07:36:55.210382+0000 mgr.y (mgr.25528) 127 : cephadm 1 Reconfiguring rgw.foo.smithi195.hycrot (monmap changed)... 2023-12-06T07:36:56.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:56 smithi172 bash[66109]: audit 2023-12-06T07:36:55.211038+0000 mon.a (mon.0) 198 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi195.hycrot", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:36:56.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:56 smithi172 bash[66109]: audit 2023-12-06T07:36:55.214607+0000 mon.a (mon.0) 199 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:56.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:56 smithi172 bash[66109]: cephadm 2023-12-06T07:36:55.216564+0000 mgr.y (mgr.25528) 128 : cephadm 1 Reconfiguring daemon rgw.foo.smithi195.hycrot on smithi195 2023-12-06T07:36:56.439 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:56 smithi195 bash[51959]: cluster 2023-12-06T07:36:54.516279+0000 mgr.y (mgr.25528) 126 : 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-06T07:36:56.439 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:56 smithi195 bash[51959]: audit 2023-12-06T07:36:55.159748+0000 mon.a (mon.0) 196 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:56.439 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:56 smithi195 bash[51959]: audit 2023-12-06T07:36:55.171220+0000 mon.a (mon.0) 197 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:56.439 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:56 smithi195 bash[51959]: cephadm 2023-12-06T07:36:55.210382+0000 mgr.y (mgr.25528) 127 : cephadm 1 Reconfiguring rgw.foo.smithi195.hycrot (monmap changed)... 2023-12-06T07:36:56.439 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:56 smithi195 bash[51959]: audit 2023-12-06T07:36:55.211038+0000 mon.a (mon.0) 198 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi195.hycrot", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:36:56.439 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:56 smithi195 bash[51959]: audit 2023-12-06T07:36:55.214607+0000 mon.a (mon.0) 199 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:56.439 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:56 smithi195 bash[51959]: cephadm 2023-12-06T07:36:55.216564+0000 mgr.y (mgr.25528) 128 : cephadm 1 Reconfiguring daemon rgw.foo.smithi195.hycrot on smithi195 2023-12-06T07:36:58.498 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:58 smithi195 bash[51959]: cluster 2023-12-06T07:36:56.517042+0000 mgr.y (mgr.25528) 129 : 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-06T07:36:58.498 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:58 smithi195 bash[51959]: audit 2023-12-06T07:36:57.232521+0000 mon.a (mon.0) 200 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:58.498 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:58 smithi195 bash[51959]: audit 2023-12-06T07:36:57.245807+0000 mon.a (mon.0) 201 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:58.498 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:58 smithi195 bash[51959]: audit 2023-12-06T07:36:57.287091+0000 mon.a (mon.0) 202 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi195.imqeni", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:36:58.499 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:58 smithi195 bash[51959]: audit 2023-12-06T07:36:57.291602+0000 mon.a (mon.0) 203 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:58.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:58 smithi172 bash[66109]: cluster 2023-12-06T07:36:56.517042+0000 mgr.y (mgr.25528) 129 : 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-06T07:36:58.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:58 smithi172 bash[66109]: audit 2023-12-06T07:36:57.232521+0000 mon.a (mon.0) 200 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:58.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:58 smithi172 bash[66109]: audit 2023-12-06T07:36:57.245807+0000 mon.a (mon.0) 201 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:58.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:58 smithi172 bash[66109]: audit 2023-12-06T07:36:57.287091+0000 mon.a (mon.0) 202 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi195.imqeni", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:36:58.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:58 smithi172 bash[66109]: audit 2023-12-06T07:36:57.291602+0000 mon.a (mon.0) 203 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:58.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:58 smithi172 bash[64618]: cluster 2023-12-06T07:36:56.517042+0000 mgr.y (mgr.25528) 129 : 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-06T07:36:58.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:58 smithi172 bash[64618]: audit 2023-12-06T07:36:57.232521+0000 mon.a (mon.0) 200 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:58.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:58 smithi172 bash[64618]: audit 2023-12-06T07:36:57.245807+0000 mon.a (mon.0) 201 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:36:58.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:58 smithi172 bash[64618]: audit 2023-12-06T07:36:57.287091+0000 mon.a (mon.0) 202 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi195.imqeni", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T07:36:58.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:58 smithi172 bash[64618]: audit 2023-12-06T07:36:57.291602+0000 mon.a (mon.0) 203 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:36:59.095 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:36:58 smithi195 bash[49416]: ts=2023-12-06T07:36: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.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:36:59.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:59 smithi195 bash[51959]: cephadm 2023-12-06T07:36:57.286230+0000 mgr.y (mgr.25528) 130 : cephadm 1 Reconfiguring rgw.smpl.smithi195.imqeni (monmap changed)... 2023-12-06T07:36:59.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:59 smithi195 bash[51959]: cephadm 2023-12-06T07:36:57.293757+0000 mgr.y (mgr.25528) 131 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi195.imqeni on smithi195 2023-12-06T07:36:59.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:36:59 smithi195 bash[51959]: audit 2023-12-06T07:36:57.551197+0000 mgr.y (mgr.25528) 132 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:36:59.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:59 smithi172 bash[66109]: cephadm 2023-12-06T07:36:57.286230+0000 mgr.y (mgr.25528) 130 : cephadm 1 Reconfiguring rgw.smpl.smithi195.imqeni (monmap changed)... 2023-12-06T07:36:59.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:59 smithi172 bash[66109]: cephadm 2023-12-06T07:36:57.293757+0000 mgr.y (mgr.25528) 131 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi195.imqeni on smithi195 2023-12-06T07:36:59.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:36:59 smithi172 bash[66109]: audit 2023-12-06T07:36:57.551197+0000 mgr.y (mgr.25528) 132 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:36:59.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:59 smithi172 bash[64618]: cephadm 2023-12-06T07:36:57.286230+0000 mgr.y (mgr.25528) 130 : cephadm 1 Reconfiguring rgw.smpl.smithi195.imqeni (monmap changed)... 2023-12-06T07:36:59.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:59 smithi172 bash[64618]: cephadm 2023-12-06T07:36:57.293757+0000 mgr.y (mgr.25528) 131 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi195.imqeni on smithi195 2023-12-06T07:36:59.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:36:59 smithi172 bash[64618]: audit 2023-12-06T07:36:57.551197+0000 mgr.y (mgr.25528) 132 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:37:00.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:00 smithi195 bash[51959]: cluster 2023-12-06T07:36:58.518679+0000 mgr.y (mgr.25528) 133 : 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-06T07:37:00.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:00 smithi195 bash[51959]: audit 2023-12-06T07:36:59.369521+0000 mon.a (mon.0) 204 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:00.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:00 smithi195 bash[51959]: audit 2023-12-06T07:36:59.384354+0000 mon.a (mon.0) 205 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:00.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:00 smithi195 bash[51959]: audit 2023-12-06T07:36:59.426562+0000 mon.a (mon.0) 206 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:37:00.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:00 smithi195 bash[51959]: audit 2023-12-06T07:36:59.429711+0000 mon.a (mon.0) 207 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:00.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:00 smithi195 bash[51959]: audit 2023-12-06T07:36:59.431912+0000 mon.a (mon.0) 208 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:00.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:00 smithi195 bash[51959]: audit 2023-12-06T07:36:59.441835+0000 mon.a (mon.0) 209 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:00.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:00 smithi195 bash[51959]: audit 2023-12-06T07:36:59.445934+0000 mon.a (mon.0) 210 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-06T07:37:00.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:00 smithi195 bash[51959]: audit 2023-12-06T07:36:59.453890+0000 mon.a (mon.0) 211 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-06T07:37:00.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:00 smithi195 bash[51959]: audit 2023-12-06T07:36:59.457365+0000 mon.a (mon.0) 212 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-06T07:37:00.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:00 smithi195 bash[51959]: audit 2023-12-06T07:36:59.463878+0000 mon.a (mon.0) 213 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-06T07:37:00.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:00 smithi195 bash[51959]: audit 2023-12-06T07:36:59.467394+0000 mon.a (mon.0) 214 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-06T07:37:00.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:00 smithi195 bash[51959]: audit 2023-12-06T07:36:59.472099+0000 mon.a (mon.0) 215 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-06T07:37:00.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:00 smithi195 bash[51959]: audit 2023-12-06T07:36:59.475883+0000 mon.a (mon.0) 216 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:00.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:00 smithi195 bash[51959]: audit 2023-12-06T07:36:59.482354+0000 mon.a (mon.0) 217 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:00.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:00 smithi195 bash[51959]: audit 2023-12-06T07:36:59.486698+0000 mon.a (mon.0) 218 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T07:37:00.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[64618]: cluster 2023-12-06T07:36:58.518679+0000 mgr.y (mgr.25528) 133 : 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-06T07:37:00.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[64618]: audit 2023-12-06T07:36:59.369521+0000 mon.a (mon.0) 204 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:00.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[64618]: audit 2023-12-06T07:36:59.384354+0000 mon.a (mon.0) 205 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:00.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[64618]: audit 2023-12-06T07:36:59.426562+0000 mon.a (mon.0) 206 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:37:00.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[64618]: audit 2023-12-06T07:36:59.429711+0000 mon.a (mon.0) 207 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:00.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[64618]: audit 2023-12-06T07:36:59.431912+0000 mon.a (mon.0) 208 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:00.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[64618]: audit 2023-12-06T07:36:59.441835+0000 mon.a (mon.0) 209 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:00.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[64618]: audit 2023-12-06T07:36:59.445934+0000 mon.a (mon.0) 210 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-06T07:37:00.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[64618]: audit 2023-12-06T07:36:59.453890+0000 mon.a (mon.0) 211 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-06T07:37:00.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[64618]: audit 2023-12-06T07:36:59.457365+0000 mon.a (mon.0) 212 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-06T07:37:00.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[64618]: audit 2023-12-06T07:36:59.463878+0000 mon.a (mon.0) 213 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-06T07:37:00.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[64618]: audit 2023-12-06T07:36:59.467394+0000 mon.a (mon.0) 214 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-06T07:37:00.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[64618]: audit 2023-12-06T07:36:59.472099+0000 mon.a (mon.0) 215 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-06T07:37:00.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[64618]: audit 2023-12-06T07:36:59.475883+0000 mon.a (mon.0) 216 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:00.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[64618]: audit 2023-12-06T07:36:59.482354+0000 mon.a (mon.0) 217 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:00.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[64618]: audit 2023-12-06T07:36:59.486698+0000 mon.a (mon.0) 218 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T07:37:00.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[66109]: cluster 2023-12-06T07:36:58.518679+0000 mgr.y (mgr.25528) 133 : 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-06T07:37:00.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[66109]: audit 2023-12-06T07:36:59.369521+0000 mon.a (mon.0) 204 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:00.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[66109]: audit 2023-12-06T07:36:59.384354+0000 mon.a (mon.0) 205 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:00.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[66109]: audit 2023-12-06T07:36:59.426562+0000 mon.a (mon.0) 206 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:37:00.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[66109]: audit 2023-12-06T07:36:59.429711+0000 mon.a (mon.0) 207 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:00.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[66109]: audit 2023-12-06T07:36:59.431912+0000 mon.a (mon.0) 208 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:00.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[66109]: audit 2023-12-06T07:36:59.441835+0000 mon.a (mon.0) 209 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:00.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[66109]: audit 2023-12-06T07:36:59.445934+0000 mon.a (mon.0) 210 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-06T07:37:00.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[66109]: audit 2023-12-06T07:36:59.453890+0000 mon.a (mon.0) 211 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-06T07:37:00.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[66109]: audit 2023-12-06T07:36:59.457365+0000 mon.a (mon.0) 212 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-06T07:37:00.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[66109]: audit 2023-12-06T07:36:59.463878+0000 mon.a (mon.0) 213 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-06T07:37:00.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[66109]: audit 2023-12-06T07:36:59.467394+0000 mon.a (mon.0) 214 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-06T07:37:00.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[66109]: audit 2023-12-06T07:36:59.472099+0000 mon.a (mon.0) 215 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-06T07:37:00.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[66109]: audit 2023-12-06T07:36:59.475883+0000 mon.a (mon.0) 216 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:00.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[66109]: audit 2023-12-06T07:36:59.482354+0000 mon.a (mon.0) 217 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:00.677 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:00 smithi172 bash[66109]: audit 2023-12-06T07:36:59.486698+0000 mon.a (mon.0) 218 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T07:37:01.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:01 smithi172 bash[64618]: cephadm 2023-12-06T07:36:59.432832+0000 mgr.y (mgr.25528) 134 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-06T07:37:01.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:01 smithi172 bash[64618]: cephadm 2023-12-06T07:36:59.477172+0000 mgr.y (mgr.25528) 135 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-06T07:37:01.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:01 smithi172 bash[64618]: audit 2023-12-06T07:36:59.487034+0000 mgr.y (mgr.25528) 136 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T07:37:01.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:01 smithi172 bash[64618]: cephadm 2023-12-06T07:36:59.488874+0000 mgr.y (mgr.25528) 137 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-06T07:37:01.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:01 smithi172 bash[66109]: cephadm 2023-12-06T07:36:59.432832+0000 mgr.y (mgr.25528) 134 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-06T07:37:01.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:01 smithi172 bash[66109]: cephadm 2023-12-06T07:36:59.477172+0000 mgr.y (mgr.25528) 135 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-06T07:37:01.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:01 smithi172 bash[66109]: audit 2023-12-06T07:36:59.487034+0000 mgr.y (mgr.25528) 136 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T07:37:01.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:01 smithi172 bash[66109]: cephadm 2023-12-06T07:36:59.488874+0000 mgr.y (mgr.25528) 137 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-06T07:37:01.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:01 smithi195 bash[51959]: cephadm 2023-12-06T07:36:59.432832+0000 mgr.y (mgr.25528) 134 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-06T07:37:01.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:01 smithi195 bash[51959]: cephadm 2023-12-06T07:36:59.477172+0000 mgr.y (mgr.25528) 135 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-06T07:37:01.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:01 smithi195 bash[51959]: audit 2023-12-06T07:36:59.487034+0000 mgr.y (mgr.25528) 136 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T07:37:01.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:01 smithi195 bash[51959]: cephadm 2023-12-06T07:36:59.488874+0000 mgr.y (mgr.25528) 137 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-06T07:37:01.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:37:01 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:37:01] "GET /metrics HTTP/1.1" 200 38184 "" "Prometheus/2.33.4" 2023-12-06T07:37:02.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:02 smithi195 bash[51959]: cluster 2023-12-06T07:37:00.519472+0000 mgr.y (mgr.25528) 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-06T07:37:02.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:02 smithi195 bash[51959]: audit 2023-12-06T07:37:01.766681+0000 mon.a (mon.0) 219 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:02.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:02 smithi195 bash[51959]: audit 2023-12-06T07:37:01.770391+0000 mon.a (mon.0) 220 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T07:37:02.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:02 smithi195 bash[51959]: audit 2023-12-06T07:37:01.771957+0000 mon.a (mon.0) 221 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:37:02.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:02 smithi172 bash[64618]: cluster 2023-12-06T07:37:00.519472+0000 mgr.y (mgr.25528) 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-06T07:37:02.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:02 smithi172 bash[64618]: audit 2023-12-06T07:37:01.766681+0000 mon.a (mon.0) 219 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:02.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:02 smithi172 bash[64618]: audit 2023-12-06T07:37:01.770391+0000 mon.a (mon.0) 220 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T07:37:02.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:02 smithi172 bash[64618]: audit 2023-12-06T07:37:01.771957+0000 mon.a (mon.0) 221 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:37:02.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:02 smithi172 bash[66109]: cluster 2023-12-06T07:37:00.519472+0000 mgr.y (mgr.25528) 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-06T07:37:02.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:02 smithi172 bash[66109]: audit 2023-12-06T07:37:01.766681+0000 mon.a (mon.0) 219 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:02.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:02 smithi172 bash[66109]: audit 2023-12-06T07:37:01.770391+0000 mon.a (mon.0) 220 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T07:37:02.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:02 smithi172 bash[66109]: audit 2023-12-06T07:37:01.771957+0000 mon.a (mon.0) 221 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:37:03.557 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:03 smithi172 bash[66109]: cephadm 2023-12-06T07:37:01.758545+0000 mgr.y (mgr.25528) 139 : cephadm 1 Upgrade: Updating osd.0 2023-12-06T07:37:03.557 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:03 smithi172 bash[66109]: cephadm 2023-12-06T07:37:01.777584+0000 mgr.y (mgr.25528) 140 : cephadm 1 Deploying daemon osd.0 on smithi172 2023-12-06T07:37:03.558 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:03 smithi172 bash[64618]: cephadm 2023-12-06T07:37:01.758545+0000 mgr.y (mgr.25528) 139 : cephadm 1 Upgrade: Updating osd.0 2023-12-06T07:37:03.558 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:03 smithi172 bash[64618]: cephadm 2023-12-06T07:37:01.777584+0000 mgr.y (mgr.25528) 140 : cephadm 1 Deploying daemon osd.0 on smithi172 2023-12-06T07:37:03.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:03 smithi195 bash[51959]: cephadm 2023-12-06T07:37:01.758545+0000 mgr.y (mgr.25528) 139 : cephadm 1 Upgrade: Updating osd.0 2023-12-06T07:37:03.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:03 smithi195 bash[51959]: cephadm 2023-12-06T07:37:01.777584+0000 mgr.y (mgr.25528) 140 : cephadm 1 Deploying daemon osd.0 on smithi172 2023-12-06T07:37:04.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:04 smithi195 bash[51959]: cluster 2023-12-06T07:37:02.521194+0000 mgr.y (mgr.25528) 141 : 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-06T07:37:04.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:04 smithi172 bash[64618]: cluster 2023-12-06T07:37:02.521194+0000 mgr.y (mgr.25528) 141 : 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-06T07:37:04.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:04 smithi172 bash[66109]: cluster 2023-12-06T07:37:02.521194+0000 mgr.y (mgr.25528) 141 : 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-06T07:37:05.397 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:05 smithi172 bash[66109]: cluster 2023-12-06T07:37:04.522026+0000 mgr.y (mgr.25528) 142 : 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-06T07:37:05.398 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:05 smithi172 bash[64618]: cluster 2023-12-06T07:37:04.522026+0000 mgr.y (mgr.25528) 142 : 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-06T07:37:05.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:05 smithi195 bash[51959]: cluster 2023-12-06T07:37:04.522026+0000 mgr.y (mgr.25528) 142 : 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-06T07:37:06.615 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:37:06 smithi172 systemd[1]: Stopping Ceph osd.0 for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:37:06.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:06 smithi172 bash[64618]: audit 2023-12-06T07:37:06.563071+0000 mon.a (mon.0) 222 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:37:06.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:06 smithi172 bash[66109]: audit 2023-12-06T07:37:06.563071+0000 mon.a (mon.0) 222 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:37:06.923 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:37:06 smithi172 bash[33317]: debug 2023-12-06T07:37:06.609+0000 7f91e6696700 -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-06T07:37:06.923 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:37:06 smithi172 bash[33317]: debug 2023-12-06T07:37:06.609+0000 7f91e6696700 -1 osd.0 103 *** Got signal Terminated *** 2023-12-06T07:37:06.923 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:37:06 smithi172 bash[33317]: debug 2023-12-06T07:37:06.609+0000 7f91e6696700 -1 osd.0 103 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:37:07.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:06 smithi195 bash[51959]: audit 2023-12-06T07:37:06.563071+0000 mon.a (mon.0) 222 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:37:07.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:07 smithi172 bash[64618]: cluster 2023-12-06T07:37:06.522695+0000 mgr.y (mgr.25528) 143 : 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-06T07:37:07.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:07 smithi172 bash[64618]: cluster 2023-12-06T07:37:06.615137+0000 mon.a (mon.0) 223 : cluster 1 osd.0 marked itself down and dead 2023-12-06T07:37:07.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:07 smithi172 bash[64618]: cluster 2023-12-06T07:37:07.577422+0000 mon.a (mon.0) 224 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:37:07.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:07 smithi172 bash[64618]: cluster 2023-12-06T07:37:07.589507+0000 mon.a (mon.0) 225 : cluster 0 osdmap e104: 8 total, 7 up, 8 in 2023-12-06T07:37:07.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:07 smithi172 bash[66109]: cluster 2023-12-06T07:37:06.522695+0000 mgr.y (mgr.25528) 143 : 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-06T07:37:07.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:07 smithi172 bash[66109]: cluster 2023-12-06T07:37:06.615137+0000 mon.a (mon.0) 223 : cluster 1 osd.0 marked itself down and dead 2023-12-06T07:37:07.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:07 smithi172 bash[66109]: cluster 2023-12-06T07:37:07.577422+0000 mon.a (mon.0) 224 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:37:07.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:07 smithi172 bash[66109]: cluster 2023-12-06T07:37:07.589507+0000 mon.a (mon.0) 225 : cluster 0 osdmap e104: 8 total, 7 up, 8 in 2023-12-06T07:37:08.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:07 smithi195 bash[51959]: cluster 2023-12-06T07:37:06.522695+0000 mgr.y (mgr.25528) 143 : 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-06T07:37:08.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:07 smithi195 bash[51959]: cluster 2023-12-06T07:37:06.615137+0000 mon.a (mon.0) 223 : cluster 1 osd.0 marked itself down and dead 2023-12-06T07:37:08.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:07 smithi195 bash[51959]: cluster 2023-12-06T07:37:07.577422+0000 mon.a (mon.0) 224 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:37:08.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:07 smithi195 bash[51959]: cluster 2023-12-06T07:37:07.589507+0000 mon.a (mon.0) 225 : cluster 0 osdmap e104: 8 total, 7 up, 8 in 2023-12-06T07:37:08.922 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:37:08 smithi172 bash[68299]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-0 2023-12-06T07:37:08.922 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:37:08 smithi172 bash[68372]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-0 2023-12-06T07:37:08.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:08 smithi172 bash[64618]: audit 2023-12-06T07:37:07.561244+0000 mgr.y (mgr.25528) 144 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:37:08.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:08 smithi172 bash[64618]: cluster 2023-12-06T07:37:07.582985+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e104 with expected crc 2023-12-06T07:37:08.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:08 smithi172 bash[64618]: cluster 2023-12-06T07:37:07.584883+0000 osd.1 (osd.1) 3 : cluster 3 failed to encode map e104 with expected crc 2023-12-06T07:37:08.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:08 smithi172 bash[64618]: cluster 2023-12-06T07:37:07.589197+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e104 with expected crc 2023-12-06T07:37:08.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:08 smithi172 bash[64618]: cluster 2023-12-06T07:37:07.590685+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e104 with expected crc 2023-12-06T07:37:08.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:08 smithi172 bash[64618]: cluster 2023-12-06T07:37:08.588697+0000 mon.a (mon.0) 226 : cluster 0 osdmap e105: 8 total, 7 up, 8 in 2023-12-06T07:37:08.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:08 smithi172 bash[66109]: audit 2023-12-06T07:37:07.561244+0000 mgr.y (mgr.25528) 144 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:37:08.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:08 smithi172 bash[66109]: cluster 2023-12-06T07:37:07.582985+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e104 with expected crc 2023-12-06T07:37:08.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:08 smithi172 bash[66109]: cluster 2023-12-06T07:37:07.584883+0000 osd.1 (osd.1) 3 : cluster 3 failed to encode map e104 with expected crc 2023-12-06T07:37:08.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:08 smithi172 bash[66109]: cluster 2023-12-06T07:37:07.589197+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e104 with expected crc 2023-12-06T07:37:08.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:08 smithi172 bash[66109]: cluster 2023-12-06T07:37:07.590685+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e104 with expected crc 2023-12-06T07:37:08.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:08 smithi172 bash[66109]: cluster 2023-12-06T07:37:08.588697+0000 mon.a (mon.0) 226 : cluster 0 osdmap e105: 8 total, 7 up, 8 in 2023-12-06T07:37:09.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:08 smithi195 bash[51959]: audit 2023-12-06T07:37:07.561244+0000 mgr.y (mgr.25528) 144 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:37:09.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:08 smithi195 bash[51959]: cluster 2023-12-06T07:37:07.582985+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e104 with expected crc 2023-12-06T07:37:09.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:08 smithi195 bash[51959]: cluster 2023-12-06T07:37:07.584883+0000 osd.1 (osd.1) 3 : cluster 3 failed to encode map e104 with expected crc 2023-12-06T07:37:09.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:08 smithi195 bash[51959]: cluster 2023-12-06T07:37:07.589197+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e104 with expected crc 2023-12-06T07:37:09.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:08 smithi195 bash[51959]: cluster 2023-12-06T07:37:07.590685+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e104 with expected crc 2023-12-06T07:37:09.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:08 smithi195 bash[51959]: cluster 2023-12-06T07:37:08.588697+0000 mon.a (mon.0) 226 : cluster 0 osdmap e105: 8 total, 7 up, 8 in 2023-12-06T07:37:09.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:37:08 smithi195 bash[49416]: ts=2023-12-06T07:37: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.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:37:09.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:09 smithi172 bash[66109]: cluster 2023-12-06T07:37:08.523422+0000 mgr.y (mgr.25528) 145 : cluster 0 pgmap v65: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:37:09.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:09 smithi172 bash[66109]: cluster 2023-12-06T07:37:08.582493+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:09.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:09 smithi172 bash[66109]: cluster 2023-12-06T07:37:08.583076+0000 osd.6 (osd.6) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:09.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:09 smithi172 bash[66109]: cluster 2023-12-06T07:37:08.587771+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:09.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:09 smithi172 bash[66109]: cluster 2023-12-06T07:37:08.588258+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:09.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:09 smithi172 bash[66109]: cluster 2023-12-06T07:37:08.589238+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:09.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:09 smithi172 bash[66109]: cluster 2023-12-06T07:37:08.589607+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:09.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:09 smithi172 bash[66109]: cluster 2023-12-06T07:37:08.591088+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:09.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:09 smithi172 bash[66109]: cluster 2023-12-06T07:37:08.591796+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:09.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:09 smithi172 bash[64618]: cluster 2023-12-06T07:37:08.523422+0000 mgr.y (mgr.25528) 145 : cluster 0 pgmap v65: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:37:09.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:09 smithi172 bash[64618]: cluster 2023-12-06T07:37:08.582493+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:09.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:09 smithi172 bash[64618]: cluster 2023-12-06T07:37:08.583076+0000 osd.6 (osd.6) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:09.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:09 smithi172 bash[64618]: cluster 2023-12-06T07:37:08.587771+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:09.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:09 smithi172 bash[64618]: cluster 2023-12-06T07:37:08.588258+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:09.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:09 smithi172 bash[64618]: cluster 2023-12-06T07:37:08.589238+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:09.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:09 smithi172 bash[64618]: cluster 2023-12-06T07:37:08.589607+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:09.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:09 smithi172 bash[64618]: cluster 2023-12-06T07:37:08.591088+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:09.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:09 smithi172 bash[64618]: cluster 2023-12-06T07:37:08.591796+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:10.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:09 smithi195 bash[51959]: cluster 2023-12-06T07:37:08.523422+0000 mgr.y (mgr.25528) 145 : cluster 0 pgmap v65: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:37:10.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:09 smithi195 bash[51959]: cluster 2023-12-06T07:37:08.582493+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:10.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:09 smithi195 bash[51959]: cluster 2023-12-06T07:37:08.583076+0000 osd.6 (osd.6) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:10.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:09 smithi195 bash[51959]: cluster 2023-12-06T07:37:08.587771+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:10.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:09 smithi195 bash[51959]: cluster 2023-12-06T07:37:08.588258+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:10.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:09 smithi195 bash[51959]: cluster 2023-12-06T07:37:08.589238+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:10.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:09 smithi195 bash[51959]: cluster 2023-12-06T07:37:08.589607+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:10.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:09 smithi195 bash[51959]: cluster 2023-12-06T07:37:08.591088+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:10.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:09 smithi195 bash[51959]: cluster 2023-12-06T07:37:08.591796+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T07:37:11.088 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:37:10 smithi172 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.0.service: Succeeded. 2023-12-06T07:37:11.088 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:37:10 smithi172 systemd[1]: Stopped Ceph osd.0 for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:37:11.422 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:37:11 smithi172 systemd[1]: Started Ceph osd.0 for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:37:11.459 INFO:teuthology.orchestra.run.smithi172.stdout:true 2023-12-06T07:37:11.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:37:11 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:37:11] "GET /metrics HTTP/1.1" 200 38182 "" "Prometheus/2.33.4" 2023-12-06T07:37:12.234 INFO:teuthology.orchestra.run.smithi172.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:37:12.234 INFO:teuthology.orchestra.run.smithi172.stdout:alertmanager.a smithi172 *:9093,9094 running (4m) 91s ago 11m 16.0M - 0.23.0 ba2b418f427c 834724028b79 2023-12-06T07:37:12.234 INFO:teuthology.orchestra.run.smithi172.stdout:grafana.a smithi195 *:3000 running (3m) 60s ago 11m 43.9M - 8.3.5 dad864ee21e9 c0abf90c662f 2023-12-06T07:37:12.234 INFO:teuthology.orchestra.run.smithi172.stdout:iscsi.foo.smithi172.imjphn smithi172 running (2m) 91s ago 9m 45.3M - 3.5 e1d6a67b021e d65a8ea57779 2023-12-06T07:37:12.234 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.x smithi195 *:8443,9283,8765 running (2m) 60s ago 17m 435M - 19.0.0-26-g0482646f 26bb7d89db2e e5647ee16c48 2023-12-06T07:37:12.234 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.y smithi172 *:8443,9283,8765 running (3m) 91s ago 19m 479M - 19.0.0-26-g0482646f 26bb7d89db2e 5594cbd599cc 2023-12-06T07:37:12.234 INFO:teuthology.orchestra.run.smithi172.stdout:mon.a smithi172 running (2m) 91s ago 19m 39.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e b9309f43e92c 2023-12-06T07:37:12.234 INFO:teuthology.orchestra.run.smithi172.stdout:mon.b smithi195 running (74s) 60s ago 17m 23.8M 2048M 19.0.0-26-g0482646f 26bb7d89db2e da852bc4d7be 2023-12-06T07:37:12.235 INFO:teuthology.orchestra.run.smithi172.stdout:mon.c smithi172 running (100s) 91s ago 17m 21.5M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 59a91fe7affc 2023-12-06T07:37:12.235 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.a smithi172 *:9100 running (4m) 91s ago 11m 11.4M - 1.3.1 1dbe0e931976 4171378093cf 2023-12-06T07:37:12.235 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.b smithi195 *:9100 running (4m) 60s ago 11m 11.2M - 1.3.1 1dbe0e931976 3f1c42cbb0e4 2023-12-06T07:37:12.235 INFO:teuthology.orchestra.run.smithi172.stdout:osd.0 smithi172 starting - - - 2781M 2023-12-06T07:37:12.235 INFO:teuthology.orchestra.run.smithi172.stdout:osd.1 smithi172 running (16m) 91s ago 16m 59.3M 2781M 17.2.0 e1d6a67b021e 7522680f974d 2023-12-06T07:37:12.235 INFO:teuthology.orchestra.run.smithi172.stdout:osd.2 smithi172 running (15m) 91s ago 15m 55.1M 2781M 17.2.0 e1d6a67b021e 52ca8f6db2e7 2023-12-06T07:37:12.235 INFO:teuthology.orchestra.run.smithi172.stdout:osd.3 smithi172 running (15m) 91s ago 15m 57.4M 2781M 17.2.0 e1d6a67b021e 1c2477b9ceb7 2023-12-06T07:37:12.235 INFO:teuthology.orchestra.run.smithi172.stdout:osd.4 smithi195 running (14m) 60s ago 14m 59.6M 3037M 17.2.0 e1d6a67b021e eaea9514cd4a 2023-12-06T07:37:12.235 INFO:teuthology.orchestra.run.smithi172.stdout:osd.5 smithi195 running (14m) 60s ago 14m 56.1M 3037M 17.2.0 e1d6a67b021e 51eedee8fdd8 2023-12-06T07:37:12.235 INFO:teuthology.orchestra.run.smithi172.stdout:osd.6 smithi195 running (13m) 60s ago 13m 54.3M 3037M 17.2.0 e1d6a67b021e 3bdaad441af1 2023-12-06T07:37:12.235 INFO:teuthology.orchestra.run.smithi172.stdout:osd.7 smithi195 running (12m) 60s ago 12m 57.3M 3037M 17.2.0 e1d6a67b021e 33c403e0a340 2023-12-06T07:37:12.235 INFO:teuthology.orchestra.run.smithi172.stdout:prometheus.a smithi195 *:9095 running (2m) 60s ago 11m 59.0M - 2.33.4 514e6a882f6e 15fc5d42d7a7 2023-12-06T07:37:12.235 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi172.fmdqeg smithi172 *:8000 running (9m) 91s ago 9m 87.3M - 17.2.0 e1d6a67b021e f5f3949b1de8 2023-12-06T07:37:12.235 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi195.hycrot smithi195 *:8000 running (9m) 60s ago 9m 87.7M - 17.2.0 e1d6a67b021e 9c5f08c98b32 2023-12-06T07:37:12.235 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi172.woscxg smithi172 *:80 running (9m) 91s ago 9m 87.5M - 17.2.0 e1d6a67b021e 0c4c84135665 2023-12-06T07:37:12.236 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi195.imqeni smithi195 *:80 running (9m) 60s ago 9m 88.0M - 17.2.0 e1d6a67b021e ca4b88c28560 2023-12-06T07:37:12.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:12 smithi172 bash[64618]: cluster 2023-12-06T07:37:10.524282+0000 mgr.y (mgr.25528) 146 : 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-06T07:37:12.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:12 smithi172 bash[64618]: audit 2023-12-06T07:37:11.138793+0000 mon.a (mon.0) 227 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:12.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:12 smithi172 bash[64618]: audit 2023-12-06T07:37:11.147238+0000 mon.a (mon.0) 228 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:12.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:12 smithi172 bash[66109]: cluster 2023-12-06T07:37:10.524282+0000 mgr.y (mgr.25528) 146 : 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-06T07:37:12.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:12 smithi172 bash[66109]: audit 2023-12-06T07:37:11.138793+0000 mon.a (mon.0) 227 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:12.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:12 smithi172 bash[66109]: audit 2023-12-06T07:37:11.147238+0000 mon.a (mon.0) 228 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:12.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:12 smithi195 bash[51959]: cluster 2023-12-06T07:37:10.524282+0000 mgr.y (mgr.25528) 146 : 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-06T07:37:12.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:12 smithi195 bash[51959]: audit 2023-12-06T07:37:11.138793+0000 mon.a (mon.0) 227 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:12.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:12 smithi195 bash[51959]: audit 2023-12-06T07:37:11.147238+0000 mon.a (mon.0) 228 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:12.688 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:37:12.688 INFO:teuthology.orchestra.run.smithi172.stdout: "mon": { 2023-12-06T07:37:12.689 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:37:12.689 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:37:12.689 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr": { 2023-12-06T07:37:12.689 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:37:12.689 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:37:12.689 INFO:teuthology.orchestra.run.smithi172.stdout: "osd": { 2023-12-06T07:37:12.689 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7 2023-12-06T07:37:12.689 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:37:12.690 INFO:teuthology.orchestra.run.smithi172.stdout: "rgw": { 2023-12-06T07:37:12.690 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:37:12.690 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:37:12.690 INFO:teuthology.orchestra.run.smithi172.stdout: "overall": { 2023-12-06T07:37:12.690 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 11, 2023-12-06T07:37:12.690 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 5 2023-12-06T07:37:12.690 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:37:12.690 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:37:12.922 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:37:12 smithi172 bash[68545]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-06T07:37:12.922 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:37:12 smithi172 bash[68545]: 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-06T07:37:12.922 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:37:12 smithi172 bash[68545]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-06T07:37:12.922 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:37:12 smithi172 bash[68545]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-06T07:37:12.923 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:37:12 smithi172 bash[68545]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2023-12-06T07:37:12.923 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:37:12 smithi172 bash[68545]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-06T07:37:12.923 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:37:12 smithi172 bash[68545]: --> ceph-volume raw activate successful for osd ID: 0 2023-12-06T07:37:13.078 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:37:13.078 INFO:teuthology.orchestra.run.smithi172.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:37:13.078 INFO:teuthology.orchestra.run.smithi172.stdout: "in_progress": true, 2023-12-06T07:37:13.078 INFO:teuthology.orchestra.run.smithi172.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:37:13.078 INFO:teuthology.orchestra.run.smithi172.stdout: "services_complete": [ 2023-12-06T07:37:13.078 INFO:teuthology.orchestra.run.smithi172.stdout: "mon", 2023-12-06T07:37:13.078 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr" 2023-12-06T07:37:13.078 INFO:teuthology.orchestra.run.smithi172.stdout: ], 2023-12-06T07:37:13.078 INFO:teuthology.orchestra.run.smithi172.stdout: "progress": "5/23 daemons upgraded", 2023-12-06T07:37:13.078 INFO:teuthology.orchestra.run.smithi172.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T07:37:13.078 INFO:teuthology.orchestra.run.smithi172.stdout: "is_paused": false 2023-12-06T07:37:13.079 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:37:13.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:13 smithi172 bash[66109]: audit 2023-12-06T07:37:11.443931+0000 mgr.y (mgr.25528) 147 : audit 0 from='client.34245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:13.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:13 smithi172 bash[66109]: audit 2023-12-06T07:37:11.831010+0000 mgr.y (mgr.25528) 148 : audit 0 from='client.34251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:13.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:13 smithi172 bash[66109]: audit 2023-12-06T07:37:12.211864+0000 mgr.y (mgr.25528) 149 : audit 0 from='client.34257 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:13.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:13 smithi172 bash[66109]: audit 2023-12-06T07:37:12.687654+0000 mon.a (mon.0) 229 : audit 0 from='client.? 172.21.15.172:0/3867666974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:13.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:13 smithi172 bash[64618]: audit 2023-12-06T07:37:11.443931+0000 mgr.y (mgr.25528) 147 : audit 0 from='client.34245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:13.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:13 smithi172 bash[64618]: audit 2023-12-06T07:37:11.831010+0000 mgr.y (mgr.25528) 148 : audit 0 from='client.34251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:13.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:13 smithi172 bash[64618]: audit 2023-12-06T07:37:12.211864+0000 mgr.y (mgr.25528) 149 : audit 0 from='client.34257 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:13.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:13 smithi172 bash[64618]: audit 2023-12-06T07:37:12.687654+0000 mon.a (mon.0) 229 : audit 0 from='client.? 172.21.15.172:0/3867666974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:13.534 INFO:teuthology.orchestra.run.smithi172.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 70/630 objects degraded (11.111%), 22 pgs degraded 2023-12-06T07:37:13.534 INFO:teuthology.orchestra.run.smithi172.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-06T07:37:13.534 INFO:teuthology.orchestra.run.smithi172.stdout: osd.0 (root=default,host=smithi172) is down 2023-12-06T07:37:13.534 INFO:teuthology.orchestra.run.smithi172.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 70/630 objects degraded (11.111%), 22 pgs degraded 2023-12-06T07:37:13.534 INFO:teuthology.orchestra.run.smithi172.stdout: pg 1.0 is active+undersized+degraded, acting [7,6] 2023-12-06T07:37:13.534 INFO:teuthology.orchestra.run.smithi172.stdout: pg 2.5 is active+undersized+degraded, acting [7,4] 2023-12-06T07:37:13.534 INFO:teuthology.orchestra.run.smithi172.stdout: pg 2.8 is active+undersized+degraded, acting [7,1] 2023-12-06T07:37:13.534 INFO:teuthology.orchestra.run.smithi172.stdout: pg 2.c is active+undersized+degraded, acting [2,5] 2023-12-06T07:37:13.534 INFO:teuthology.orchestra.run.smithi172.stdout: pg 2.f is active+undersized+degraded, acting [4,7] 2023-12-06T07:37:13.534 INFO:teuthology.orchestra.run.smithi172.stdout: pg 2.13 is active+undersized+degraded, acting [4,3] 2023-12-06T07:37:13.534 INFO:teuthology.orchestra.run.smithi172.stdout: pg 2.1f is active+undersized+degraded, acting [7,4] 2023-12-06T07:37:13.535 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.1 is active+undersized+degraded, acting [4,3] 2023-12-06T07:37:13.535 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.3 is active+undersized+degraded, acting [4,6] 2023-12-06T07:37:13.535 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.6 is active+undersized+degraded, acting [1,4] 2023-12-06T07:37:13.535 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.7 is active+undersized+degraded, acting [3,7] 2023-12-06T07:37:13.535 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.b is active+undersized+degraded, acting [3,4] 2023-12-06T07:37:13.535 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.f is active+undersized+degraded, acting [7,4] 2023-12-06T07:37:13.535 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.10 is active+undersized+degraded, acting [6,5] 2023-12-06T07:37:13.535 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.12 is active+undersized+degraded, acting [7,3] 2023-12-06T07:37:13.535 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.17 is active+undersized+degraded, acting [5,3] 2023-12-06T07:37:13.535 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.18 is active+undersized+degraded, acting [3,1] 2023-12-06T07:37:13.535 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.1b is active+undersized+degraded, acting [4,7] 2023-12-06T07:37:13.535 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.1f is active+undersized+degraded, acting [5,2] 2023-12-06T07:37:13.535 INFO:teuthology.orchestra.run.smithi172.stdout: pg 4.0 is active+undersized+degraded, acting [3,7] 2023-12-06T07:37:13.535 INFO:teuthology.orchestra.run.smithi172.stdout: pg 4.3 is active+undersized+degraded, acting [5,7] 2023-12-06T07:37:13.535 INFO:teuthology.orchestra.run.smithi172.stdout: pg 5.1d is active+undersized+degraded, acting [1,4] 2023-12-06T07:37:13.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:13 smithi195 bash[51959]: audit 2023-12-06T07:37:11.443931+0000 mgr.y (mgr.25528) 147 : audit 0 from='client.34245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:13.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:13 smithi195 bash[51959]: audit 2023-12-06T07:37:11.831010+0000 mgr.y (mgr.25528) 148 : audit 0 from='client.34251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:13.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:13 smithi195 bash[51959]: audit 2023-12-06T07:37:12.211864+0000 mgr.y (mgr.25528) 149 : audit 0 from='client.34257 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:13.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:13 smithi195 bash[51959]: audit 2023-12-06T07:37:12.687654+0000 mon.a (mon.0) 229 : audit 0 from='client.? 172.21.15.172:0/3867666974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:14.416 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:14 smithi172 bash[64618]: cluster 2023-12-06T07:37:12.525314+0000 mgr.y (mgr.25528) 150 : 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; 70/630 objects degraded (11.111%) 2023-12-06T07:37:14.416 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:14 smithi172 bash[64618]: audit 2023-12-06T07:37:13.077332+0000 mgr.y (mgr.25528) 151 : audit 0 from='client.34269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:14.416 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:14 smithi172 bash[64618]: cluster 2023-12-06T07:37:13.136843+0000 mon.a (mon.0) 230 : cluster 3 Health check failed: Degraded data redundancy: 70/630 objects degraded (11.111%), 22 pgs degraded (PG_DEGRADED) 2023-12-06T07:37:14.416 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:14 smithi172 bash[64618]: audit 2023-12-06T07:37:13.533378+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.172:0/3987064856' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:37:14.416 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:14 smithi172 bash[66109]: cluster 2023-12-06T07:37:12.525314+0000 mgr.y (mgr.25528) 150 : 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; 70/630 objects degraded (11.111%) 2023-12-06T07:37:14.416 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:14 smithi172 bash[66109]: audit 2023-12-06T07:37:13.077332+0000 mgr.y (mgr.25528) 151 : audit 0 from='client.34269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:14.416 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:14 smithi172 bash[66109]: cluster 2023-12-06T07:37:13.136843+0000 mon.a (mon.0) 230 : cluster 3 Health check failed: Degraded data redundancy: 70/630 objects degraded (11.111%), 22 pgs degraded (PG_DEGRADED) 2023-12-06T07:37:14.416 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:14 smithi172 bash[66109]: audit 2023-12-06T07:37:13.533378+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.172:0/3987064856' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:37:14.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:14 smithi195 bash[51959]: cluster 2023-12-06T07:37:12.525314+0000 mgr.y (mgr.25528) 150 : 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; 70/630 objects degraded (11.111%) 2023-12-06T07:37:14.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:14 smithi195 bash[51959]: audit 2023-12-06T07:37:13.077332+0000 mgr.y (mgr.25528) 151 : audit 0 from='client.34269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:14.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:14 smithi195 bash[51959]: cluster 2023-12-06T07:37:13.136843+0000 mon.a (mon.0) 230 : cluster 3 Health check failed: Degraded data redundancy: 70/630 objects degraded (11.111%), 22 pgs degraded (PG_DEGRADED) 2023-12-06T07:37:14.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:14 smithi195 bash[51959]: audit 2023-12-06T07:37:13.533378+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.172:0/3987064856' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:37:14.672 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:37:14 smithi172 bash[68985]: debug 2023-12-06T07:37:14.409+0000 7f6b0e2c9700 1 -- 172.21.15.172:0/735238598 <== mon.0 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56046a7411e0 con 0x56046a7c6800 2023-12-06T07:37:15.422 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:37:14 smithi172 bash[68985]: debug 2023-12-06T07:37:14.957+0000 7f6b1744f640 -1 Falling back to public interface 2023-12-06T07:37:16.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:16 smithi172 bash[64618]: cluster 2023-12-06T07:37:14.526313+0000 mgr.y (mgr.25528) 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; 70/630 objects degraded (11.111%) 2023-12-06T07:37:16.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:16 smithi172 bash[66109]: cluster 2023-12-06T07:37:14.526313+0000 mgr.y (mgr.25528) 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; 70/630 objects degraded (11.111%) 2023-12-06T07:37:16.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:16 smithi195 bash[51959]: cluster 2023-12-06T07:37:14.526313+0000 mgr.y (mgr.25528) 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; 70/630 objects degraded (11.111%) 2023-12-06T07:37:18.422 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:37:17 smithi172 bash[68985]: debug 2023-12-06T07:37:17.985+0000 7f6b1744f640 -1 osd.0 0 read_superblock omap replica is missing. 2023-12-06T07:37:18.422 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:37:18 smithi172 bash[68985]: debug 2023-12-06T07:37:18.017+0000 7f6b1744f640 -1 osd.0 103 log_to_monitors true 2023-12-06T07:37:18.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:18 smithi172 bash[66109]: cluster 2023-12-06T07:37:16.527168+0000 mgr.y (mgr.25528) 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-06T07:37:18.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:18 smithi172 bash[66109]: audit 2023-12-06T07:37:17.665991+0000 mon.a (mon.0) 231 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:18.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:18 smithi172 bash[66109]: audit 2023-12-06T07:37:17.675897+0000 mon.a (mon.0) 232 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:18.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:18 smithi172 bash[66109]: audit 2023-12-06T07:37:18.026831+0000 mon.c (mon.1) 6 : audit 1 from='osd.0 [v2:172.21.15.172:6802/902707573,v1:172.21.15.172:6803/902707573]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T07:37:18.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:18 smithi172 bash[66109]: audit 2023-12-06T07:37:18.027326+0000 mon.a (mon.0) 233 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T07:37:18.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:18 smithi172 bash[64618]: cluster 2023-12-06T07:37:16.527168+0000 mgr.y (mgr.25528) 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-06T07:37:18.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:18 smithi172 bash[64618]: audit 2023-12-06T07:37:17.665991+0000 mon.a (mon.0) 231 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:18.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:18 smithi172 bash[64618]: audit 2023-12-06T07:37:17.675897+0000 mon.a (mon.0) 232 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:18.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:18 smithi172 bash[64618]: audit 2023-12-06T07:37:18.026831+0000 mon.c (mon.1) 6 : audit 1 from='osd.0 [v2:172.21.15.172:6802/902707573,v1:172.21.15.172:6803/902707573]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T07:37:18.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:18 smithi172 bash[64618]: audit 2023-12-06T07:37:18.027326+0000 mon.a (mon.0) 233 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T07:37:18.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:18 smithi195 bash[51959]: cluster 2023-12-06T07:37:16.527168+0000 mgr.y (mgr.25528) 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-06T07:37:18.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:18 smithi195 bash[51959]: audit 2023-12-06T07:37:17.665991+0000 mon.a (mon.0) 231 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:18.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:18 smithi195 bash[51959]: audit 2023-12-06T07:37:17.675897+0000 mon.a (mon.0) 232 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:18.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:18 smithi195 bash[51959]: audit 2023-12-06T07:37:18.026831+0000 mon.c (mon.1) 6 : audit 1 from='osd.0 [v2:172.21.15.172:6802/902707573,v1:172.21.15.172:6803/902707573]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T07:37:18.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:18 smithi195 bash[51959]: audit 2023-12-06T07:37:18.027326+0000 mon.a (mon.0) 233 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T07:37:19.095 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:37:18 smithi195 bash[49416]: ts=2023-12-06T07:37: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.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:37:19.168 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:37:18 smithi172 bash[68985]: debug 2023-12-06T07:37:18.753+0000 7f6b058ba700 -1 osd.0 103 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:37:19.171 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:19 smithi172 bash[66109]: audit 2023-12-06T07:37:17.569149+0000 mgr.y (mgr.25528) 154 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:37:19.171 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:19 smithi172 bash[66109]: audit 2023-12-06T07:37:18.666600+0000 mon.a (mon.0) 234 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:19.171 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:19 smithi172 bash[66109]: audit 2023-12-06T07:37:18.676848+0000 mon.a (mon.0) 235 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:19.171 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:19 smithi172 bash[66109]: audit 2023-12-06T07:37:18.680958+0000 mon.a (mon.0) 236 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T07:37:19.171 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:19 smithi172 bash[66109]: cluster 2023-12-06T07:37:18.687206+0000 mon.a (mon.0) 237 : cluster 0 osdmap e106: 8 total, 7 up, 8 in 2023-12-06T07:37:19.171 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:19 smithi172 bash[66109]: audit 2023-12-06T07:37:18.687583+0000 mon.c (mon.1) 7 : audit 1 from='osd.0 [v2:172.21.15.172:6802/902707573,v1:172.21.15.172:6803/902707573]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:37:19.171 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:19 smithi172 bash[66109]: audit 2023-12-06T07:37:18.688295+0000 mon.a (mon.0) 238 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:37:19.171 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:19 smithi172 bash[64618]: audit 2023-12-06T07:37:17.569149+0000 mgr.y (mgr.25528) 154 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:37:19.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:19 smithi172 bash[64618]: audit 2023-12-06T07:37:18.666600+0000 mon.a (mon.0) 234 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:19.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:19 smithi172 bash[64618]: audit 2023-12-06T07:37:18.676848+0000 mon.a (mon.0) 235 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:19.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:19 smithi172 bash[64618]: audit 2023-12-06T07:37:18.680958+0000 mon.a (mon.0) 236 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T07:37:19.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:19 smithi172 bash[64618]: cluster 2023-12-06T07:37:18.687206+0000 mon.a (mon.0) 237 : cluster 0 osdmap e106: 8 total, 7 up, 8 in 2023-12-06T07:37:19.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:19 smithi172 bash[64618]: audit 2023-12-06T07:37:18.687583+0000 mon.c (mon.1) 7 : audit 1 from='osd.0 [v2:172.21.15.172:6802/902707573,v1:172.21.15.172:6803/902707573]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:37:19.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:19 smithi172 bash[64618]: audit 2023-12-06T07:37:18.688295+0000 mon.a (mon.0) 238 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:37:19.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:19 smithi195 bash[51959]: audit 2023-12-06T07:37:17.569149+0000 mgr.y (mgr.25528) 154 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:37:19.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:19 smithi195 bash[51959]: audit 2023-12-06T07:37:18.666600+0000 mon.a (mon.0) 234 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:19.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:19 smithi195 bash[51959]: audit 2023-12-06T07:37:18.676848+0000 mon.a (mon.0) 235 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:19.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:19 smithi195 bash[51959]: audit 2023-12-06T07:37:18.680958+0000 mon.a (mon.0) 236 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T07:37:19.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:19 smithi195 bash[51959]: cluster 2023-12-06T07:37:18.687206+0000 mon.a (mon.0) 237 : cluster 0 osdmap e106: 8 total, 7 up, 8 in 2023-12-06T07:37:19.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:19 smithi195 bash[51959]: audit 2023-12-06T07:37:18.687583+0000 mon.c (mon.1) 7 : audit 1 from='osd.0 [v2:172.21.15.172:6802/902707573,v1:172.21.15.172:6803/902707573]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:37:19.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:19 smithi195 bash[51959]: audit 2023-12-06T07:37:18.688295+0000 mon.a (mon.0) 238 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:37:20.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:20 smithi195 bash[51959]: cluster 2023-12-06T07:37:18.529056+0000 mgr.y (mgr.25528) 155 : 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; 70/630 objects degraded (11.111%) 2023-12-06T07:37:20.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:20 smithi195 bash[51959]: cluster 2023-12-06T07:37:18.681558+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T07:37:20.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:20 smithi195 bash[51959]: cluster 2023-12-06T07:37:18.682242+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T07:37:20.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:20 smithi195 bash[51959]: cluster 2023-12-06T07:37:19.335344+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T07:37:20.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:20 smithi195 bash[51959]: cluster 2023-12-06T07:37:19.353151+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T07:37:20.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:20 smithi195 bash[51959]: cluster 2023-12-06T07:37:19.452478+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T07:37:20.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:20 smithi195 bash[51959]: cluster 2023-12-06T07:37:19.681919+0000 mon.a (mon.0) 239 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:37:20.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:20 smithi195 bash[51959]: cluster 2023-12-06T07:37:19.685195+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T07:37:20.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:20 smithi195 bash[51959]: cluster 2023-12-06T07:37:19.686032+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T07:37:20.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:20 smithi195 bash[51959]: cluster 2023-12-06T07:37:19.690120+0000 mon.a (mon.0) 240 : cluster 1 osd.0 [v2:172.21.15.172:6802/902707573,v1:172.21.15.172:6803/902707573] boot 2023-12-06T07:37:20.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:20 smithi195 bash[51959]: cluster 2023-12-06T07:37:19.690205+0000 mon.a (mon.0) 241 : cluster 0 osdmap e107: 8 total, 8 up, 8 in 2023-12-06T07:37:20.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:20 smithi195 bash[51959]: audit 2023-12-06T07:37:19.690667+0000 mon.a (mon.0) 242 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:37:20.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[64618]: cluster 2023-12-06T07:37:18.529056+0000 mgr.y (mgr.25528) 155 : 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; 70/630 objects degraded (11.111%) 2023-12-06T07:37:20.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[64618]: cluster 2023-12-06T07:37:18.681558+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T07:37:20.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[64618]: cluster 2023-12-06T07:37:18.682242+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T07:37:20.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[64618]: cluster 2023-12-06T07:37:19.335344+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T07:37:20.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[64618]: cluster 2023-12-06T07:37:19.353151+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T07:37:20.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[64618]: cluster 2023-12-06T07:37:19.452478+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T07:37:20.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[64618]: cluster 2023-12-06T07:37:19.681919+0000 mon.a (mon.0) 239 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:37:20.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[64618]: cluster 2023-12-06T07:37:19.685195+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T07:37:20.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[64618]: cluster 2023-12-06T07:37:19.686032+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T07:37:20.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[64618]: cluster 2023-12-06T07:37:19.690120+0000 mon.a (mon.0) 240 : cluster 1 osd.0 [v2:172.21.15.172:6802/902707573,v1:172.21.15.172:6803/902707573] boot 2023-12-06T07:37:20.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[64618]: cluster 2023-12-06T07:37:19.690205+0000 mon.a (mon.0) 241 : cluster 0 osdmap e107: 8 total, 8 up, 8 in 2023-12-06T07:37:20.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[64618]: audit 2023-12-06T07:37:19.690667+0000 mon.a (mon.0) 242 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:37:20.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[66109]: cluster 2023-12-06T07:37:18.529056+0000 mgr.y (mgr.25528) 155 : 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; 70/630 objects degraded (11.111%) 2023-12-06T07:37:20.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[66109]: cluster 2023-12-06T07:37:18.681558+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T07:37:20.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[66109]: cluster 2023-12-06T07:37:18.682242+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T07:37:20.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[66109]: cluster 2023-12-06T07:37:19.335344+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T07:37:20.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[66109]: cluster 2023-12-06T07:37:19.353151+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T07:37:20.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[66109]: cluster 2023-12-06T07:37:19.452478+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T07:37:20.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[66109]: cluster 2023-12-06T07:37:19.681919+0000 mon.a (mon.0) 239 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:37:20.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[66109]: cluster 2023-12-06T07:37:19.685195+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T07:37:20.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[66109]: cluster 2023-12-06T07:37:19.686032+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T07:37:20.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[66109]: cluster 2023-12-06T07:37:19.690120+0000 mon.a (mon.0) 240 : cluster 1 osd.0 [v2:172.21.15.172:6802/902707573,v1:172.21.15.172:6803/902707573] boot 2023-12-06T07:37:20.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[66109]: cluster 2023-12-06T07:37:19.690205+0000 mon.a (mon.0) 241 : cluster 0 osdmap e107: 8 total, 8 up, 8 in 2023-12-06T07:37:20.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:20 smithi172 bash[66109]: audit 2023-12-06T07:37:19.690667+0000 mon.a (mon.0) 242 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T07:37:21.504 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:21 smithi172 bash[64618]: cluster 2023-12-06T07:37:19.306210+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T07:37:21.504 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:21 smithi172 bash[64618]: cluster 2023-12-06T07:37:19.692294+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T07:37:21.504 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:21 smithi172 bash[64618]: cluster 2023-12-06T07:37:20.688673+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:21.504 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:21 smithi172 bash[64618]: cluster 2023-12-06T07:37:20.689397+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:21.505 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:21 smithi172 bash[64618]: cluster 2023-12-06T07:37:20.693534+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:21.505 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:21 smithi172 bash[64618]: cluster 2023-12-06T07:37:20.694224+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:21.505 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:21 smithi172 bash[64618]: cluster 2023-12-06T07:37:20.694243+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:21.505 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:21 smithi172 bash[64618]: cluster 2023-12-06T07:37:20.694659+0000 mon.a (mon.0) 243 : cluster 0 osdmap e108: 8 total, 8 up, 8 in 2023-12-06T07:37:21.505 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:21 smithi172 bash[64618]: cluster 2023-12-06T07:37:20.695390+0000 osd.1 (osd.1) 7 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:21.505 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:21 smithi172 bash[66109]: cluster 2023-12-06T07:37:19.306210+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T07:37:21.505 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:21 smithi172 bash[66109]: cluster 2023-12-06T07:37:19.692294+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T07:37:21.505 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:21 smithi172 bash[66109]: cluster 2023-12-06T07:37:20.688673+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:21.505 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:21 smithi172 bash[66109]: cluster 2023-12-06T07:37:20.689397+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:21.505 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:21 smithi172 bash[66109]: cluster 2023-12-06T07:37:20.693534+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:21.505 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:21 smithi172 bash[66109]: cluster 2023-12-06T07:37:20.694224+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:21.506 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:21 smithi172 bash[66109]: cluster 2023-12-06T07:37:20.694243+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:21.506 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:21 smithi172 bash[66109]: cluster 2023-12-06T07:37:20.694659+0000 mon.a (mon.0) 243 : cluster 0 osdmap e108: 8 total, 8 up, 8 in 2023-12-06T07:37:21.506 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:21 smithi172 bash[66109]: cluster 2023-12-06T07:37:20.695390+0000 osd.1 (osd.1) 7 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:21.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:21 smithi195 bash[51959]: cluster 2023-12-06T07:37:19.306210+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T07:37:21.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:21 smithi195 bash[51959]: cluster 2023-12-06T07:37:19.692294+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T07:37:21.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:21 smithi195 bash[51959]: cluster 2023-12-06T07:37:20.688673+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:21.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:21 smithi195 bash[51959]: cluster 2023-12-06T07:37:20.689397+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:21.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:21 smithi195 bash[51959]: cluster 2023-12-06T07:37:20.693534+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:21.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:21 smithi195 bash[51959]: cluster 2023-12-06T07:37:20.694224+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:21.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:21 smithi195 bash[51959]: cluster 2023-12-06T07:37:20.694243+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:21.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:21 smithi195 bash[51959]: cluster 2023-12-06T07:37:20.694659+0000 mon.a (mon.0) 243 : cluster 0 osdmap e108: 8 total, 8 up, 8 in 2023-12-06T07:37:21.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:21 smithi195 bash[51959]: cluster 2023-12-06T07:37:20.695390+0000 osd.1 (osd.1) 7 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:21.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:37:21 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:37:21] "GET /metrics HTTP/1.1" 200 38182 "" "Prometheus/2.33.4" 2023-12-06T07:37:22.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:22 smithi195 bash[51959]: cluster 2023-12-06T07:37:20.530140+0000 mgr.y (mgr.25528) 156 : cluster 0 pgmap v74: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 112 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T07:37:22.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:22 smithi195 bash[51959]: cluster 2023-12-06T07:37:20.694436+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:22.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:22 smithi195 bash[51959]: cluster 2023-12-06T07:37:20.695429+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:22.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:22 smithi195 bash[51959]: cluster 2023-12-06T07:37:20.695431+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:22.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:22 smithi195 bash[51959]: audit 2023-12-06T07:37:21.569416+0000 mon.a (mon.0) 244 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:22.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:22 smithi195 bash[51959]: audit 2023-12-06T07:37:21.571713+0000 mon.a (mon.0) 245 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:37:22.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:22 smithi172 bash[64618]: cluster 2023-12-06T07:37:20.530140+0000 mgr.y (mgr.25528) 156 : cluster 0 pgmap v74: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 112 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T07:37:22.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:22 smithi172 bash[64618]: cluster 2023-12-06T07:37:20.694436+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:22.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:22 smithi172 bash[64618]: cluster 2023-12-06T07:37:20.695429+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:22.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:22 smithi172 bash[64618]: cluster 2023-12-06T07:37:20.695431+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:22.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:22 smithi172 bash[64618]: audit 2023-12-06T07:37:21.569416+0000 mon.a (mon.0) 244 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:22.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:22 smithi172 bash[64618]: audit 2023-12-06T07:37:21.571713+0000 mon.a (mon.0) 245 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:37:22.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:22 smithi172 bash[66109]: cluster 2023-12-06T07:37:20.530140+0000 mgr.y (mgr.25528) 156 : cluster 0 pgmap v74: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 112 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-06T07:37:22.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:22 smithi172 bash[66109]: cluster 2023-12-06T07:37:20.694436+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:22.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:22 smithi172 bash[66109]: cluster 2023-12-06T07:37:20.695429+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:22.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:22 smithi172 bash[66109]: cluster 2023-12-06T07:37:20.695431+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T07:37:22.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:22 smithi172 bash[66109]: audit 2023-12-06T07:37:21.569416+0000 mon.a (mon.0) 244 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:22.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:22 smithi172 bash[66109]: audit 2023-12-06T07:37:21.571713+0000 mon.a (mon.0) 245 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:37:23.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:23 smithi195 bash[51959]: cluster 2023-12-06T07:37:23.184235+0000 mon.a (mon.0) 246 : cluster 3 Health check update: Degraded data redundancy: 30/630 objects degraded (4.762%), 9 pgs degraded (PG_DEGRADED) 2023-12-06T07:37:23.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:23 smithi172 bash[64618]: cluster 2023-12-06T07:37:23.184235+0000 mon.a (mon.0) 246 : cluster 3 Health check update: Degraded data redundancy: 30/630 objects degraded (4.762%), 9 pgs degraded (PG_DEGRADED) 2023-12-06T07:37:23.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:23 smithi172 bash[66109]: cluster 2023-12-06T07:37:23.184235+0000 mon.a (mon.0) 246 : cluster 3 Health check update: Degraded data redundancy: 30/630 objects degraded (4.762%), 9 pgs degraded (PG_DEGRADED) 2023-12-06T07:37:24.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:24 smithi195 bash[51959]: cluster 2023-12-06T07:37:22.531805+0000 mgr.y (mgr.25528) 157 : cluster 0 pgmap v76: 161 pgs: 9 active+undersized+degraded, 12 active+undersized, 140 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s rd, 0 B/s wr, 100 op/s; 30/630 objects degraded (4.762%) 2023-12-06T07:37:24.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:24 smithi172 bash[64618]: cluster 2023-12-06T07:37:22.531805+0000 mgr.y (mgr.25528) 157 : cluster 0 pgmap v76: 161 pgs: 9 active+undersized+degraded, 12 active+undersized, 140 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s rd, 0 B/s wr, 100 op/s; 30/630 objects degraded (4.762%) 2023-12-06T07:37:24.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:24 smithi172 bash[66109]: cluster 2023-12-06T07:37:22.531805+0000 mgr.y (mgr.25528) 157 : cluster 0 pgmap v76: 161 pgs: 9 active+undersized+degraded, 12 active+undersized, 140 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s rd, 0 B/s wr, 100 op/s; 30/630 objects degraded (4.762%) 2023-12-06T07:37:25.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:25 smithi195 bash[51959]: cluster 2023-12-06T07:37:24.532731+0000 mgr.y (mgr.25528) 158 : cluster 0 pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75 KiB/s rd, 0 B/s wr, 123 op/s 2023-12-06T07:37:25.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:25 smithi195 bash[51959]: cluster 2023-12-06T07:37:25.241103+0000 mon.a (mon.0) 247 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/630 objects degraded (4.762%), 9 pgs degraded) 2023-12-06T07:37:25.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:25 smithi195 bash[51959]: cluster 2023-12-06T07:37:25.241171+0000 mon.a (mon.0) 248 : cluster 1 Cluster is now healthy 2023-12-06T07:37:25.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:25 smithi172 bash[64618]: cluster 2023-12-06T07:37:24.532731+0000 mgr.y (mgr.25528) 158 : cluster 0 pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75 KiB/s rd, 0 B/s wr, 123 op/s 2023-12-06T07:37:25.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:25 smithi172 bash[64618]: cluster 2023-12-06T07:37:25.241103+0000 mon.a (mon.0) 247 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/630 objects degraded (4.762%), 9 pgs degraded) 2023-12-06T07:37:25.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:25 smithi172 bash[64618]: cluster 2023-12-06T07:37:25.241171+0000 mon.a (mon.0) 248 : cluster 1 Cluster is now healthy 2023-12-06T07:37:25.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:25 smithi172 bash[66109]: cluster 2023-12-06T07:37:24.532731+0000 mgr.y (mgr.25528) 158 : cluster 0 pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75 KiB/s rd, 0 B/s wr, 123 op/s 2023-12-06T07:37:25.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:25 smithi172 bash[66109]: cluster 2023-12-06T07:37:25.241103+0000 mon.a (mon.0) 247 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/630 objects degraded (4.762%), 9 pgs degraded) 2023-12-06T07:37:25.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:25 smithi172 bash[66109]: cluster 2023-12-06T07:37:25.241171+0000 mon.a (mon.0) 248 : cluster 1 Cluster is now healthy 2023-12-06T07:37:27.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:27 smithi172 bash[64618]: cluster 2023-12-06T07:37:26.533573+0000 mgr.y (mgr.25528) 159 : cluster 0 pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s rd, 0 B/s wr, 94 op/s 2023-12-06T07:37:27.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:27 smithi172 bash[66109]: cluster 2023-12-06T07:37:26.533573+0000 mgr.y (mgr.25528) 159 : cluster 0 pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s rd, 0 B/s wr, 94 op/s 2023-12-06T07:37:28.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:27 smithi195 bash[51959]: cluster 2023-12-06T07:37:26.533573+0000 mgr.y (mgr.25528) 159 : cluster 0 pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s rd, 0 B/s wr, 94 op/s 2023-12-06T07:37:29.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:28 smithi195 bash[51959]: audit 2023-12-06T07:37:27.573360+0000 mgr.y (mgr.25528) 160 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:37:29.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:37:28 smithi195 bash[49416]: ts=2023-12-06T07:37:28.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:37:29.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:28 smithi172 bash[64618]: audit 2023-12-06T07:37:27.573360+0000 mgr.y (mgr.25528) 160 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:37:29.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:28 smithi172 bash[66109]: audit 2023-12-06T07:37:27.573360+0000 mgr.y (mgr.25528) 160 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:37:30.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:29 smithi195 bash[51959]: cluster 2023-12-06T07:37:28.535248+0000 mgr.y (mgr.25528) 161 : cluster 0 pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 92 KiB/s rd, 0 B/s wr, 151 op/s 2023-12-06T07:37:30.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:29 smithi195 bash[51959]: audit 2023-12-06T07:37:28.844193+0000 mon.a (mon.0) 249 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:30.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:29 smithi195 bash[51959]: audit 2023-12-06T07:37:28.855904+0000 mon.a (mon.0) 250 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:30.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:29 smithi195 bash[51959]: audit 2023-12-06T07:37:28.858374+0000 mon.a (mon.0) 251 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:37:30.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:29 smithi195 bash[51959]: audit 2023-12-06T07:37:28.860137+0000 mon.a (mon.0) 252 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:37:30.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:29 smithi195 bash[51959]: audit 2023-12-06T07:37:28.871828+0000 mon.a (mon.0) 253 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:30.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:29 smithi195 bash[51959]: audit 2023-12-06T07:37:28.960765+0000 mon.a (mon.0) 254 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:37:30.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:29 smithi195 bash[51959]: audit 2023-12-06T07:37:28.964095+0000 mon.a (mon.0) 255 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:30.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:29 smithi195 bash[51959]: audit 2023-12-06T07:37:28.966830+0000 mon.a (mon.0) 256 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:30.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:29 smithi195 bash[51959]: audit 2023-12-06T07:37:28.968994+0000 mon.a (mon.0) 257 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:30.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:29 smithi195 bash[51959]: audit 2023-12-06T07:37:28.971591+0000 mon.a (mon.0) 258 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T07:37:30.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:29 smithi195 bash[51959]: audit 2023-12-06T07:37:28.971971+0000 mgr.y (mgr.25528) 162 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T07:37:30.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:29 smithi195 bash[51959]: cephadm 2023-12-06T07:37:28.974141+0000 mgr.y (mgr.25528) 163 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-06T07:37:30.123 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[66109]: cluster 2023-12-06T07:37:28.535248+0000 mgr.y (mgr.25528) 161 : cluster 0 pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 92 KiB/s rd, 0 B/s wr, 151 op/s 2023-12-06T07:37:30.123 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[66109]: audit 2023-12-06T07:37:28.844193+0000 mon.a (mon.0) 249 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:30.123 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[66109]: audit 2023-12-06T07:37:28.855904+0000 mon.a (mon.0) 250 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:30.123 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[66109]: audit 2023-12-06T07:37:28.858374+0000 mon.a (mon.0) 251 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:37:30.123 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[66109]: audit 2023-12-06T07:37:28.860137+0000 mon.a (mon.0) 252 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:37:30.123 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[66109]: audit 2023-12-06T07:37:28.871828+0000 mon.a (mon.0) 253 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:30.123 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[66109]: audit 2023-12-06T07:37:28.960765+0000 mon.a (mon.0) 254 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:37:30.123 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[66109]: audit 2023-12-06T07:37:28.964095+0000 mon.a (mon.0) 255 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:30.124 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[66109]: audit 2023-12-06T07:37:28.966830+0000 mon.a (mon.0) 256 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:30.124 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[66109]: audit 2023-12-06T07:37:28.968994+0000 mon.a (mon.0) 257 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:30.124 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[66109]: audit 2023-12-06T07:37:28.971591+0000 mon.a (mon.0) 258 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T07:37:30.124 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[66109]: audit 2023-12-06T07:37:28.971971+0000 mgr.y (mgr.25528) 162 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T07:37:30.124 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[66109]: cephadm 2023-12-06T07:37:28.974141+0000 mgr.y (mgr.25528) 163 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-06T07:37:30.124 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[64618]: cluster 2023-12-06T07:37:28.535248+0000 mgr.y (mgr.25528) 161 : cluster 0 pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 92 KiB/s rd, 0 B/s wr, 151 op/s 2023-12-06T07:37:30.124 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[64618]: audit 2023-12-06T07:37:28.844193+0000 mon.a (mon.0) 249 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:30.124 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[64618]: audit 2023-12-06T07:37:28.855904+0000 mon.a (mon.0) 250 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:30.124 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[64618]: audit 2023-12-06T07:37:28.858374+0000 mon.a (mon.0) 251 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:37:30.124 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[64618]: audit 2023-12-06T07:37:28.860137+0000 mon.a (mon.0) 252 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:37:30.124 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[64618]: audit 2023-12-06T07:37:28.871828+0000 mon.a (mon.0) 253 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:30.124 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[64618]: audit 2023-12-06T07:37:28.960765+0000 mon.a (mon.0) 254 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:37:30.125 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[64618]: audit 2023-12-06T07:37:28.964095+0000 mon.a (mon.0) 255 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:30.125 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[64618]: audit 2023-12-06T07:37:28.966830+0000 mon.a (mon.0) 256 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:30.125 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[64618]: audit 2023-12-06T07:37:28.968994+0000 mon.a (mon.0) 257 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:30.125 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[64618]: audit 2023-12-06T07:37:28.971591+0000 mon.a (mon.0) 258 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T07:37:30.125 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[64618]: audit 2023-12-06T07:37:28.971971+0000 mgr.y (mgr.25528) 162 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T07:37:30.125 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:29 smithi172 bash[64618]: cephadm 2023-12-06T07:37:28.974141+0000 mgr.y (mgr.25528) 163 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-06T07:37:31.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:37:31 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:37:31] "GET /metrics HTTP/1.1" 200 38128 "" "Prometheus/2.33.4" 2023-12-06T07:37:32.389 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:32 smithi172 bash[64618]: cluster 2023-12-06T07:37:30.536154+0000 mgr.y (mgr.25528) 164 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 0 B/s wr, 143 op/s 2023-12-06T07:37:32.389 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:32 smithi172 bash[64618]: cephadm 2023-12-06T07:37:31.093719+0000 mgr.y (mgr.25528) 165 : cephadm 1 Upgrade: Updating osd.1 2023-12-06T07:37:32.389 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:32 smithi172 bash[64618]: audit 2023-12-06T07:37:31.100890+0000 mon.a (mon.0) 259 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:32.389 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:32 smithi172 bash[64618]: audit 2023-12-06T07:37:31.105342+0000 mon.a (mon.0) 260 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T07:37:32.389 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:32 smithi172 bash[64618]: audit 2023-12-06T07:37:31.107042+0000 mon.a (mon.0) 261 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:37:32.389 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:32 smithi172 bash[64618]: cephadm 2023-12-06T07:37:31.111128+0000 mgr.y (mgr.25528) 166 : cephadm 1 Deploying daemon osd.1 on smithi172 2023-12-06T07:37:32.389 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:32 smithi172 bash[64618]: audit 2023-12-06T07:37:31.627215+0000 mon.a (mon.0) 262 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:32.389 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:32 smithi172 bash[66109]: cluster 2023-12-06T07:37:30.536154+0000 mgr.y (mgr.25528) 164 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 0 B/s wr, 143 op/s 2023-12-06T07:37:32.389 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:32 smithi172 bash[66109]: cephadm 2023-12-06T07:37:31.093719+0000 mgr.y (mgr.25528) 165 : cephadm 1 Upgrade: Updating osd.1 2023-12-06T07:37:32.389 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:32 smithi172 bash[66109]: audit 2023-12-06T07:37:31.100890+0000 mon.a (mon.0) 259 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:32.390 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:32 smithi172 bash[66109]: audit 2023-12-06T07:37:31.105342+0000 mon.a (mon.0) 260 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T07:37:32.390 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:32 smithi172 bash[66109]: audit 2023-12-06T07:37:31.107042+0000 mon.a (mon.0) 261 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:37:32.390 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:32 smithi172 bash[66109]: cephadm 2023-12-06T07:37:31.111128+0000 mgr.y (mgr.25528) 166 : cephadm 1 Deploying daemon osd.1 on smithi172 2023-12-06T07:37:32.390 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:32 smithi172 bash[66109]: audit 2023-12-06T07:37:31.627215+0000 mon.a (mon.0) 262 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:32.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:32 smithi195 bash[51959]: cluster 2023-12-06T07:37:30.536154+0000 mgr.y (mgr.25528) 164 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 0 B/s wr, 143 op/s 2023-12-06T07:37:32.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:32 smithi195 bash[51959]: cephadm 2023-12-06T07:37:31.093719+0000 mgr.y (mgr.25528) 165 : cephadm 1 Upgrade: Updating osd.1 2023-12-06T07:37:32.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:32 smithi195 bash[51959]: audit 2023-12-06T07:37:31.100890+0000 mon.a (mon.0) 259 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:32.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:32 smithi195 bash[51959]: audit 2023-12-06T07:37:31.105342+0000 mon.a (mon.0) 260 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T07:37:32.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:32 smithi195 bash[51959]: audit 2023-12-06T07:37:31.107042+0000 mon.a (mon.0) 261 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:37:32.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:32 smithi195 bash[51959]: cephadm 2023-12-06T07:37:31.111128+0000 mgr.y (mgr.25528) 166 : cephadm 1 Deploying daemon osd.1 on smithi172 2023-12-06T07:37:32.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:32 smithi195 bash[51959]: audit 2023-12-06T07:37:31.627215+0000 mon.a (mon.0) 262 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:34.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:34 smithi172 bash[64618]: cluster 2023-12-06T07:37:32.537875+0000 mgr.y (mgr.25528) 167 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s rd, 0 B/s wr, 136 op/s 2023-12-06T07:37:34.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:34 smithi172 bash[66109]: cluster 2023-12-06T07:37:32.537875+0000 mgr.y (mgr.25528) 167 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s rd, 0 B/s wr, 136 op/s 2023-12-06T07:37:34.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:34 smithi195 bash[51959]: cluster 2023-12-06T07:37:32.537875+0000 mgr.y (mgr.25528) 167 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s rd, 0 B/s wr, 136 op/s 2023-12-06T07:37:35.672 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:37:35 smithi172 systemd[1]: Stopping Ceph osd.1 for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:37:36.109 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:37:35 smithi172 bash[36428]: debug 2023-12-06T07:37:35.785+0000 7f0bc8bbd700 -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-06T07:37:36.109 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:37:35 smithi172 bash[36428]: debug 2023-12-06T07:37:35.785+0000 7f0bc8bbd700 -1 osd.1 108 *** Got signal Terminated *** 2023-12-06T07:37:36.109 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:37:35 smithi172 bash[36428]: debug 2023-12-06T07:37:35.785+0000 7f0bc8bbd700 -1 osd.1 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:37:36.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:36 smithi172 bash[66109]: cluster 2023-12-06T07:37:34.538786+0000 mgr.y (mgr.25528) 168 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s rd, 0 B/s wr, 94 op/s 2023-12-06T07:37:36.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:36 smithi172 bash[66109]: cluster 2023-12-06T07:37:35.790364+0000 mon.a (mon.0) 263 : cluster 1 osd.1 marked itself down and dead 2023-12-06T07:37:36.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:36 smithi172 bash[64618]: cluster 2023-12-06T07:37:34.538786+0000 mgr.y (mgr.25528) 168 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s rd, 0 B/s wr, 94 op/s 2023-12-06T07:37:36.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:36 smithi172 bash[64618]: cluster 2023-12-06T07:37:35.790364+0000 mon.a (mon.0) 263 : cluster 1 osd.1 marked itself down and dead 2023-12-06T07:37:36.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:36 smithi195 bash[51959]: cluster 2023-12-06T07:37:34.538786+0000 mgr.y (mgr.25528) 168 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s rd, 0 B/s wr, 94 op/s 2023-12-06T07:37:36.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:36 smithi195 bash[51959]: cluster 2023-12-06T07:37:35.790364+0000 mon.a (mon.0) 263 : cluster 1 osd.1 marked itself down and dead 2023-12-06T07:37:37.422 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[70477]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-1 2023-12-06T07:37:37.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[64618]: cluster 2023-12-06T07:37:36.107328+0000 mon.a (mon.0) 264 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:37:37.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[64618]: cluster 2023-12-06T07:37:36.122767+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:37:37.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[64618]: cluster 2023-12-06T07:37:36.122915+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:37:37.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[64618]: cluster 2023-12-06T07:37:36.125430+0000 mon.a (mon.0) 265 : cluster 0 osdmap e109: 8 total, 7 up, 8 in 2023-12-06T07:37:37.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[64618]: cluster 2023-12-06T07:37:36.125657+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:37:37.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[64618]: cluster 2023-12-06T07:37:36.126711+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:37:37.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[64618]: cluster 2023-12-06T07:37:36.126717+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:37:37.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[64618]: cluster 2023-12-06T07:37:36.127075+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:37:37.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[64618]: cluster 2023-12-06T07:37:36.127337+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:37:37.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[64618]: audit 2023-12-06T07:37:36.570013+0000 mon.a (mon.0) 266 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:37.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[64618]: audit 2023-12-06T07:37:36.572231+0000 mon.a (mon.0) 267 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:37:37.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[66109]: cluster 2023-12-06T07:37:36.107328+0000 mon.a (mon.0) 264 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:37:37.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[66109]: cluster 2023-12-06T07:37:36.122767+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:37:37.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[66109]: cluster 2023-12-06T07:37:36.122915+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:37:37.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[66109]: cluster 2023-12-06T07:37:36.125430+0000 mon.a (mon.0) 265 : cluster 0 osdmap e109: 8 total, 7 up, 8 in 2023-12-06T07:37:37.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[66109]: cluster 2023-12-06T07:37:36.125657+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:37:37.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[66109]: cluster 2023-12-06T07:37:36.126711+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:37:37.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[66109]: cluster 2023-12-06T07:37:36.126717+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:37:37.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[66109]: cluster 2023-12-06T07:37:36.127075+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:37:37.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[66109]: cluster 2023-12-06T07:37:36.127337+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:37:37.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[66109]: audit 2023-12-06T07:37:36.570013+0000 mon.a (mon.0) 266 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:37.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[66109]: audit 2023-12-06T07:37:36.572231+0000 mon.a (mon.0) 267 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:37:37.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:37 smithi195 bash[51959]: cluster 2023-12-06T07:37:36.107328+0000 mon.a (mon.0) 264 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:37:37.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:37 smithi195 bash[51959]: cluster 2023-12-06T07:37:36.122767+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:37:37.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:37 smithi195 bash[51959]: cluster 2023-12-06T07:37:36.122915+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:37:37.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:37 smithi195 bash[51959]: cluster 2023-12-06T07:37:36.125430+0000 mon.a (mon.0) 265 : cluster 0 osdmap e109: 8 total, 7 up, 8 in 2023-12-06T07:37:37.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:37 smithi195 bash[51959]: cluster 2023-12-06T07:37:36.125657+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:37:37.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:37 smithi195 bash[51959]: cluster 2023-12-06T07:37:36.126711+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:37:37.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:37 smithi195 bash[51959]: cluster 2023-12-06T07:37:36.126717+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:37:37.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:37 smithi195 bash[51959]: cluster 2023-12-06T07:37:36.127075+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:37:37.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:37 smithi195 bash[51959]: cluster 2023-12-06T07:37:36.127337+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T07:37:37.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:37 smithi195 bash[51959]: audit 2023-12-06T07:37:36.570013+0000 mon.a (mon.0) 266 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:37.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:37 smithi195 bash[51959]: audit 2023-12-06T07:37:36.572231+0000 mon.a (mon.0) 267 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:37:37.922 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:37:37 smithi172 bash[70550]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-1 2023-12-06T07:37:38.382 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:38 smithi172 bash[64618]: cluster 2023-12-06T07:37:36.539490+0000 mgr.y (mgr.25528) 169 : cluster 0 pgmap v84: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 60 KiB/s rd, 0 B/s wr, 98 op/s 2023-12-06T07:37:38.382 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:38 smithi172 bash[64618]: cluster 2023-12-06T07:37:37.125623+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.382 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:38 smithi172 bash[64618]: cluster 2023-12-06T07:37:37.126290+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.382 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:38 smithi172 bash[64618]: cluster 2023-12-06T07:37:37.129783+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.382 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:38 smithi172 bash[64618]: cluster 2023-12-06T07:37:37.129877+0000 mon.a (mon.0) 268 : cluster 0 osdmap e110: 8 total, 7 up, 8 in 2023-12-06T07:37:38.382 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:38 smithi172 bash[64618]: cluster 2023-12-06T07:37:37.130078+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.382 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:38 smithi172 bash[64618]: cluster 2023-12-06T07:37:37.130109+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.383 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:38 smithi172 bash[64618]: cluster 2023-12-06T07:37:37.130187+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.383 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:38 smithi172 bash[64618]: cluster 2023-12-06T07:37:37.130274+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.383 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:38 smithi172 bash[64618]: cluster 2023-12-06T07:37:37.130318+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.383 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:38 smithi172 bash[64618]: cluster 2023-12-06T07:37:37.133092+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.383 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:38 smithi172 bash[66109]: cluster 2023-12-06T07:37:36.539490+0000 mgr.y (mgr.25528) 169 : cluster 0 pgmap v84: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 60 KiB/s rd, 0 B/s wr, 98 op/s 2023-12-06T07:37:38.383 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:38 smithi172 bash[66109]: cluster 2023-12-06T07:37:37.125623+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.383 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:38 smithi172 bash[66109]: cluster 2023-12-06T07:37:37.126290+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.384 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:38 smithi172 bash[66109]: cluster 2023-12-06T07:37:37.129783+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.384 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:38 smithi172 bash[66109]: cluster 2023-12-06T07:37:37.129877+0000 mon.a (mon.0) 268 : cluster 0 osdmap e110: 8 total, 7 up, 8 in 2023-12-06T07:37:38.384 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:38 smithi172 bash[66109]: cluster 2023-12-06T07:37:37.130078+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.384 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:38 smithi172 bash[66109]: cluster 2023-12-06T07:37:37.130109+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.385 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:38 smithi172 bash[66109]: cluster 2023-12-06T07:37:37.130187+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.385 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:38 smithi172 bash[66109]: cluster 2023-12-06T07:37:37.130274+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.385 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:38 smithi172 bash[66109]: cluster 2023-12-06T07:37:37.130318+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.385 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:38 smithi172 bash[66109]: cluster 2023-12-06T07:37:37.133092+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:38 smithi195 bash[51959]: cluster 2023-12-06T07:37:36.539490+0000 mgr.y (mgr.25528) 169 : cluster 0 pgmap v84: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 60 KiB/s rd, 0 B/s wr, 98 op/s 2023-12-06T07:37:38.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:38 smithi195 bash[51959]: cluster 2023-12-06T07:37:37.125623+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:38 smithi195 bash[51959]: cluster 2023-12-06T07:37:37.126290+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:38 smithi195 bash[51959]: cluster 2023-12-06T07:37:37.129783+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:38 smithi195 bash[51959]: cluster 2023-12-06T07:37:37.129877+0000 mon.a (mon.0) 268 : cluster 0 osdmap e110: 8 total, 7 up, 8 in 2023-12-06T07:37:38.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:38 smithi195 bash[51959]: cluster 2023-12-06T07:37:37.130078+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:38 smithi195 bash[51959]: cluster 2023-12-06T07:37:37.130109+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:38 smithi195 bash[51959]: cluster 2023-12-06T07:37:37.130187+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:38 smithi195 bash[51959]: cluster 2023-12-06T07:37:37.130274+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:38 smithi195 bash[51959]: cluster 2023-12-06T07:37:37.130318+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:38.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:38 smithi195 bash[51959]: cluster 2023-12-06T07:37:37.133092+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T07:37:39.095 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:37:38 smithi195 bash[49416]: ts=2023-12-06T07:37: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 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:37:39.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:39 smithi172 bash[64618]: audit 2023-12-06T07:37:37.581317+0000 mgr.y (mgr.25528) 170 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:37:39.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:39 smithi172 bash[66109]: audit 2023-12-06T07:37:37.581317+0000 mgr.y (mgr.25528) 170 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:37:39.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:39 smithi195 bash[51959]: audit 2023-12-06T07:37:37.581317+0000 mgr.y (mgr.25528) 170 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:37:39.836 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:37:39 smithi172 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.1.service: Succeeded. 2023-12-06T07:37:39.836 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:37:39 smithi172 systemd[1]: Stopped Ceph osd.1 for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:37:39.836 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:37:39 smithi172 systemd[1]: Started Ceph osd.1 for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:37:40.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:40 smithi172 bash[64618]: cluster 2023-12-06T07:37:38.541369+0000 mgr.y (mgr.25528) 171 : cluster 0 pgmap v86: 161 pgs: 18 active+undersized+degraded, 1 stale+active+clean, 39 active+undersized, 103 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s rd, 0 B/s wr, 161 op/s; 76/630 objects degraded (12.063%) 2023-12-06T07:37:40.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:40 smithi172 bash[64618]: cluster 2023-12-06T07:37:39.128569+0000 mon.a (mon.0) 269 : cluster 3 Health check failed: Degraded data redundancy: 76/630 objects degraded (12.063%), 18 pgs degraded (PG_DEGRADED) 2023-12-06T07:37:40.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:40 smithi172 bash[64618]: audit 2023-12-06T07:37:39.884287+0000 mon.a (mon.0) 270 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:40.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:40 smithi172 bash[64618]: audit 2023-12-06T07:37:39.891457+0000 mon.a (mon.0) 271 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:40.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:40 smithi172 bash[66109]: cluster 2023-12-06T07:37:38.541369+0000 mgr.y (mgr.25528) 171 : cluster 0 pgmap v86: 161 pgs: 18 active+undersized+degraded, 1 stale+active+clean, 39 active+undersized, 103 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s rd, 0 B/s wr, 161 op/s; 76/630 objects degraded (12.063%) 2023-12-06T07:37:40.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:40 smithi172 bash[66109]: cluster 2023-12-06T07:37:39.128569+0000 mon.a (mon.0) 269 : cluster 3 Health check failed: Degraded data redundancy: 76/630 objects degraded (12.063%), 18 pgs degraded (PG_DEGRADED) 2023-12-06T07:37:40.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:40 smithi172 bash[66109]: audit 2023-12-06T07:37:39.884287+0000 mon.a (mon.0) 270 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:40.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:40 smithi172 bash[66109]: audit 2023-12-06T07:37:39.891457+0000 mon.a (mon.0) 271 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:40.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:40 smithi195 bash[51959]: cluster 2023-12-06T07:37:38.541369+0000 mgr.y (mgr.25528) 171 : cluster 0 pgmap v86: 161 pgs: 18 active+undersized+degraded, 1 stale+active+clean, 39 active+undersized, 103 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s rd, 0 B/s wr, 161 op/s; 76/630 objects degraded (12.063%) 2023-12-06T07:37:40.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:40 smithi195 bash[51959]: cluster 2023-12-06T07:37:39.128569+0000 mon.a (mon.0) 269 : cluster 3 Health check failed: Degraded data redundancy: 76/630 objects degraded (12.063%), 18 pgs degraded (PG_DEGRADED) 2023-12-06T07:37:40.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:40 smithi195 bash[51959]: audit 2023-12-06T07:37:39.884287+0000 mon.a (mon.0) 270 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:40.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:40 smithi195 bash[51959]: audit 2023-12-06T07:37:39.891457+0000 mon.a (mon.0) 271 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:41.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:37:41 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:37:41] "GET /metrics HTTP/1.1" 200 38332 "" "Prometheus/2.33.4" 2023-12-06T07:37:41.922 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:37:41 smithi172 bash[70720]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-06T07:37:41.923 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:37:41 smithi172 bash[70720]: 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-06T07:37:41.923 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:37:41 smithi172 bash[70720]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-06T07:37:41.923 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:37:41 smithi172 bash[70720]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-06T07:37:41.923 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:37:41 smithi172 bash[70720]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2023-12-06T07:37:41.923 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:37:41 smithi172 bash[70720]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-06T07:37:41.923 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:37:41 smithi172 bash[70720]: --> ceph-volume raw activate successful for osd ID: 1 2023-12-06T07:37:42.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:42 smithi172 bash[64618]: cluster 2023-12-06T07:37:40.542627+0000 mgr.y (mgr.25528) 172 : cluster 0 pgmap v87: 161 pgs: 19 active+undersized+degraded, 44 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 0 B/s wr, 154 op/s; 82/630 objects degraded (13.016%) 2023-12-06T07:37:42.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:42 smithi172 bash[66109]: cluster 2023-12-06T07:37:40.542627+0000 mgr.y (mgr.25528) 172 : cluster 0 pgmap v87: 161 pgs: 19 active+undersized+degraded, 44 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 0 B/s wr, 154 op/s; 82/630 objects degraded (13.016%) 2023-12-06T07:37:42.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:42 smithi195 bash[51959]: cluster 2023-12-06T07:37:40.542627+0000 mgr.y (mgr.25528) 172 : cluster 0 pgmap v87: 161 pgs: 19 active+undersized+degraded, 44 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 0 B/s wr, 154 op/s; 82/630 objects degraded (13.016%) 2023-12-06T07:37:43.422 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:37:43 smithi172 bash[71024]: debug 2023-12-06T07:37:43.253+0000 7f3104822700 1 -- 172.21.15.172:0/952004056 <== mon.1 v2:172.21.15.172:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556f8e0a31e0 con 0x556f8e128800 2023-12-06T07:37:43.956 INFO:teuthology.orchestra.run.smithi172.stdout:true 2023-12-06T07:37:44.149 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:37:43 smithi172 bash[71024]: debug 2023-12-06T07:37:43.805+0000 7f310d9a8640 -1 Falling back to public interface 2023-12-06T07:37:44.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:44 smithi172 bash[64618]: cluster 2023-12-06T07:37:42.544548+0000 mgr.y (mgr.25528) 173 : cluster 0 pgmap v88: 161 pgs: 19 active+undersized+degraded, 44 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 83 KiB/s rd, 0 B/s wr, 139 op/s; 82/630 objects degraded (13.016%) 2023-12-06T07:37:44.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:44 smithi172 bash[66109]: cluster 2023-12-06T07:37:42.544548+0000 mgr.y (mgr.25528) 173 : cluster 0 pgmap v88: 161 pgs: 19 active+undersized+degraded, 44 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 83 KiB/s rd, 0 B/s wr, 139 op/s; 82/630 objects degraded (13.016%) 2023-12-06T07:37:44.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:44 smithi195 bash[51959]: cluster 2023-12-06T07:37:42.544548+0000 mgr.y (mgr.25528) 173 : cluster 0 pgmap v88: 161 pgs: 19 active+undersized+degraded, 44 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 83 KiB/s rd, 0 B/s wr, 139 op/s; 82/630 objects degraded (13.016%) 2023-12-06T07:37:44.722 INFO:teuthology.orchestra.run.smithi172.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:37:44.722 INFO:teuthology.orchestra.run.smithi172.stdout:alertmanager.a smithi172 *:9093,9094 running (4m) 27s ago 12m 16.5M - 0.23.0 ba2b418f427c 834724028b79 2023-12-06T07:37:44.722 INFO:teuthology.orchestra.run.smithi172.stdout:grafana.a smithi195 *:3000 running (4m) 93s ago 11m 43.9M - 8.3.5 dad864ee21e9 c0abf90c662f 2023-12-06T07:37:44.722 INFO:teuthology.orchestra.run.smithi172.stdout:iscsi.foo.smithi172.imjphn smithi172 running (3m) 27s ago 10m 46.5M - 3.5 e1d6a67b021e d65a8ea57779 2023-12-06T07:37:44.722 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.x smithi195 *:8443,9283,8765 running (3m) 93s ago 17m 435M - 19.0.0-26-g0482646f 26bb7d89db2e e5647ee16c48 2023-12-06T07:37:44.722 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.y smithi172 *:8443,9283,8765 running (4m) 27s ago 19m 487M - 19.0.0-26-g0482646f 26bb7d89db2e 5594cbd599cc 2023-12-06T07:37:44.722 INFO:teuthology.orchestra.run.smithi172.stdout:mon.a smithi172 running (2m) 27s ago 20m 48.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e b9309f43e92c 2023-12-06T07:37:44.722 INFO:teuthology.orchestra.run.smithi172.stdout:mon.b smithi195 running (107s) 93s ago 18m 23.8M 2048M 19.0.0-26-g0482646f 26bb7d89db2e da852bc4d7be 2023-12-06T07:37:44.723 INFO:teuthology.orchestra.run.smithi172.stdout:mon.c smithi172 running (2m) 27s ago 18m 41.3M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 59a91fe7affc 2023-12-06T07:37:44.723 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.a smithi172 *:9100 running (5m) 27s ago 12m 11.8M - 1.3.1 1dbe0e931976 4171378093cf 2023-12-06T07:37:44.723 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.b smithi195 *:9100 running (4m) 93s ago 12m 11.2M - 1.3.1 1dbe0e931976 3f1c42cbb0e4 2023-12-06T07:37:44.723 INFO:teuthology.orchestra.run.smithi172.stdout:osd.0 smithi172 running (31s) 27s ago 17m - 2781M 19.0.0-26-g0482646f 26bb7d89db2e 7109e894fc03 2023-12-06T07:37:44.723 INFO:teuthology.orchestra.run.smithi172.stdout:osd.1 smithi172 starting - - - 2781M 2023-12-06T07:37:44.723 INFO:teuthology.orchestra.run.smithi172.stdout:osd.2 smithi172 running (16m) 27s ago 16m 55.8M 2781M 17.2.0 e1d6a67b021e 52ca8f6db2e7 2023-12-06T07:37:44.723 INFO:teuthology.orchestra.run.smithi172.stdout:osd.3 smithi172 running (15m) 27s ago 15m 58.5M 2781M 17.2.0 e1d6a67b021e 1c2477b9ceb7 2023-12-06T07:37:44.723 INFO:teuthology.orchestra.run.smithi172.stdout:osd.4 smithi195 running (15m) 93s ago 15m 59.6M 3037M 17.2.0 e1d6a67b021e eaea9514cd4a 2023-12-06T07:37:44.723 INFO:teuthology.orchestra.run.smithi172.stdout:osd.5 smithi195 running (14m) 93s ago 14m 56.1M 3037M 17.2.0 e1d6a67b021e 51eedee8fdd8 2023-12-06T07:37:44.723 INFO:teuthology.orchestra.run.smithi172.stdout:osd.6 smithi195 running (13m) 93s ago 14m 54.3M 3037M 17.2.0 e1d6a67b021e 3bdaad441af1 2023-12-06T07:37:44.723 INFO:teuthology.orchestra.run.smithi172.stdout:osd.7 smithi195 running (13m) 93s ago 13m 57.3M 3037M 17.2.0 e1d6a67b021e 33c403e0a340 2023-12-06T07:37:44.723 INFO:teuthology.orchestra.run.smithi172.stdout:prometheus.a smithi195 *:9095 running (3m) 93s ago 12m 59.0M - 2.33.4 514e6a882f6e 15fc5d42d7a7 2023-12-06T07:37:44.723 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi172.fmdqeg smithi172 *:8000 running (10m) 27s ago 10m 87.7M - 17.2.0 e1d6a67b021e f5f3949b1de8 2023-12-06T07:37:44.723 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi195.hycrot smithi195 *:8000 running (10m) 93s ago 10m 87.7M - 17.2.0 e1d6a67b021e 9c5f08c98b32 2023-12-06T07:37:44.723 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi172.woscxg smithi172 *:80 running (10m) 27s ago 10m 87.9M - 17.2.0 e1d6a67b021e 0c4c84135665 2023-12-06T07:37:44.723 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi195.imqeni smithi195 *:80 running (10m) 93s ago 10m 88.0M - 17.2.0 e1d6a67b021e ca4b88c28560 2023-12-06T07:37:45.190 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:37:45.190 INFO:teuthology.orchestra.run.smithi172.stdout: "mon": { 2023-12-06T07:37:45.191 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:37:45.191 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:37:45.191 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr": { 2023-12-06T07:37:45.191 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:37:45.191 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:37:45.191 INFO:teuthology.orchestra.run.smithi172.stdout: "osd": { 2023-12-06T07:37:45.192 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2023-12-06T07:37:45.192 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T07:37:45.192 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:37:45.192 INFO:teuthology.orchestra.run.smithi172.stdout: "rgw": { 2023-12-06T07:37:45.192 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:37:45.192 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:37:45.192 INFO:teuthology.orchestra.run.smithi172.stdout: "overall": { 2023-12-06T07:37:45.193 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 10, 2023-12-06T07:37:45.193 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 6 2023-12-06T07:37:45.193 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:37:45.193 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:37:45.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:45 smithi172 bash[66109]: audit 2023-12-06T07:37:43.940303+0000 mgr.y (mgr.25528) 174 : audit 0 from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:45.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:45 smithi172 bash[64618]: audit 2023-12-06T07:37:43.940303+0000 mgr.y (mgr.25528) 174 : audit 0 from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:45.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:45 smithi195 bash[51959]: audit 2023-12-06T07:37:43.940303+0000 mgr.y (mgr.25528) 174 : audit 0 from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:45.598 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:37:45.598 INFO:teuthology.orchestra.run.smithi172.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:37:45.599 INFO:teuthology.orchestra.run.smithi172.stdout: "in_progress": true, 2023-12-06T07:37:45.599 INFO:teuthology.orchestra.run.smithi172.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:37:45.599 INFO:teuthology.orchestra.run.smithi172.stdout: "services_complete": [ 2023-12-06T07:37:45.599 INFO:teuthology.orchestra.run.smithi172.stdout: "mon", 2023-12-06T07:37:45.599 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr" 2023-12-06T07:37:45.599 INFO:teuthology.orchestra.run.smithi172.stdout: ], 2023-12-06T07:37:45.599 INFO:teuthology.orchestra.run.smithi172.stdout: "progress": "6/23 daemons upgraded", 2023-12-06T07:37:45.599 INFO:teuthology.orchestra.run.smithi172.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T07:37:45.599 INFO:teuthology.orchestra.run.smithi172.stdout: "is_paused": false 2023-12-06T07:37:45.599 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:37:46.146 INFO:teuthology.orchestra.run.smithi172.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 82/630 objects degraded (13.016%), 19 pgs degraded 2023-12-06T07:37:46.146 INFO:teuthology.orchestra.run.smithi172.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-06T07:37:46.147 INFO:teuthology.orchestra.run.smithi172.stdout: osd.1 (root=default,host=smithi172) is down 2023-12-06T07:37:46.147 INFO:teuthology.orchestra.run.smithi172.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 82/630 objects degraded (13.016%), 19 pgs degraded 2023-12-06T07:37:46.147 INFO:teuthology.orchestra.run.smithi172.stdout: pg 2.8 is active+undersized+degraded, acting [7,0] 2023-12-06T07:37:46.147 INFO:teuthology.orchestra.run.smithi172.stdout: pg 2.9 is active+undersized+degraded, acting [7,3] 2023-12-06T07:37:46.147 INFO:teuthology.orchestra.run.smithi172.stdout: pg 2.a is active+undersized+degraded, acting [3,7] 2023-12-06T07:37:46.147 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.0 is active+undersized+degraded, acting [2,6] 2023-12-06T07:37:46.147 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.4 is active+undersized+degraded, acting [2,5] 2023-12-06T07:37:46.147 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.6 is active+undersized+degraded, acting [0,4] 2023-12-06T07:37:46.147 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.8 is active+undersized+degraded, acting [3,7] 2023-12-06T07:37:46.147 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.a is active+undersized+degraded, acting [6,4] 2023-12-06T07:37:46.147 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.e is active+undersized+degraded, acting [7,4] 2023-12-06T07:37:46.147 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.16 is active+undersized+degraded, acting [5,7] 2023-12-06T07:37:46.147 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.18 is active+undersized+degraded, acting [3,0] 2023-12-06T07:37:46.147 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.19 is active+undersized+degraded, acting [3,4] 2023-12-06T07:37:46.148 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.1a is active+undersized+degraded, acting [4,2] 2023-12-06T07:37:46.148 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.1c is active+undersized+degraded, acting [5,4] 2023-12-06T07:37:46.148 INFO:teuthology.orchestra.run.smithi172.stdout: pg 4.d is active+undersized+degraded, acting [4,2] 2023-12-06T07:37:46.148 INFO:teuthology.orchestra.run.smithi172.stdout: pg 4.14 is active+undersized+degraded, acting [3,7] 2023-12-06T07:37:46.148 INFO:teuthology.orchestra.run.smithi172.stdout: pg 4.1f is active+undersized+degraded, acting [6,5] 2023-12-06T07:37:46.148 INFO:teuthology.orchestra.run.smithi172.stdout: pg 5.1d is active+undersized+degraded, acting [4,0] 2023-12-06T07:37:46.148 INFO:teuthology.orchestra.run.smithi172.stdout: pg 6.1a is active+undersized+degraded, acting [4,5] 2023-12-06T07:37:46.417 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:37:46 smithi172 bash[71024]: debug 2023-12-06T07:37:46.368+0000 7f310d9a8640 -1 osd.1 0 read_superblock omap replica is missing. 2023-12-06T07:37:46.417 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:46 smithi172 bash[66109]: audit 2023-12-06T07:37:44.324767+0000 mgr.y (mgr.25528) 175 : audit 0 from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:46.418 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:46 smithi172 bash[66109]: cluster 2023-12-06T07:37:44.545713+0000 mgr.y (mgr.25528) 176 : cluster 0 pgmap v89: 161 pgs: 19 active+undersized+degraded, 44 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 0 B/s wr, 132 op/s; 82/630 objects degraded (13.016%) 2023-12-06T07:37:46.418 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:46 smithi172 bash[66109]: audit 2023-12-06T07:37:44.697972+0000 mgr.y (mgr.25528) 177 : audit 0 from='client.34302 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:46.418 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:46 smithi172 bash[66109]: audit 2023-12-06T07:37:45.189828+0000 mon.c (mon.1) 8 : audit 0 from='client.? 172.21.15.172:0/2144817761' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:46.418 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:46 smithi172 bash[66109]: audit 2023-12-06T07:37:46.144947+0000 mon.a (mon.0) 272 : audit 0 from='client.? 172.21.15.172:0/2501834529' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:37:46.418 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:46 smithi172 bash[64618]: audit 2023-12-06T07:37:44.324767+0000 mgr.y (mgr.25528) 175 : audit 0 from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:46.418 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:46 smithi172 bash[64618]: cluster 2023-12-06T07:37:44.545713+0000 mgr.y (mgr.25528) 176 : cluster 0 pgmap v89: 161 pgs: 19 active+undersized+degraded, 44 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 0 B/s wr, 132 op/s; 82/630 objects degraded (13.016%) 2023-12-06T07:37:46.418 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:46 smithi172 bash[64618]: audit 2023-12-06T07:37:44.697972+0000 mgr.y (mgr.25528) 177 : audit 0 from='client.34302 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:46.418 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:46 smithi172 bash[64618]: audit 2023-12-06T07:37:45.189828+0000 mon.c (mon.1) 8 : audit 0 from='client.? 172.21.15.172:0/2144817761' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:46.418 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:46 smithi172 bash[64618]: audit 2023-12-06T07:37:46.144947+0000 mon.a (mon.0) 272 : audit 0 from='client.? 172.21.15.172:0/2501834529' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:37:46.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:46 smithi195 bash[51959]: audit 2023-12-06T07:37:44.324767+0000 mgr.y (mgr.25528) 175 : audit 0 from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:46.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:46 smithi195 bash[51959]: cluster 2023-12-06T07:37:44.545713+0000 mgr.y (mgr.25528) 176 : cluster 0 pgmap v89: 161 pgs: 19 active+undersized+degraded, 44 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 0 B/s wr, 132 op/s; 82/630 objects degraded (13.016%) 2023-12-06T07:37:46.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:46 smithi195 bash[51959]: audit 2023-12-06T07:37:44.697972+0000 mgr.y (mgr.25528) 177 : audit 0 from='client.34302 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:46.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:46 smithi195 bash[51959]: audit 2023-12-06T07:37:45.189828+0000 mon.c (mon.1) 8 : audit 0 from='client.? 172.21.15.172:0/2144817761' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:46.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:46 smithi195 bash[51959]: audit 2023-12-06T07:37:46.144947+0000 mon.a (mon.0) 272 : audit 0 from='client.? 172.21.15.172:0/2501834529' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:37:46.672 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:37:46 smithi172 bash[71024]: debug 2023-12-06T07:37:46.412+0000 7f310d9a8640 -1 osd.1 108 log_to_monitors true 2023-12-06T07:37:47.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:47 smithi172 bash[66109]: audit 2023-12-06T07:37:45.597944+0000 mgr.y (mgr.25528) 178 : audit 0 from='client.44236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:47.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:47 smithi172 bash[66109]: audit 2023-12-06T07:37:46.295914+0000 mon.a (mon.0) 273 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:47.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:47 smithi172 bash[66109]: audit 2023-12-06T07:37:46.304922+0000 mon.a (mon.0) 274 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:47.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:47 smithi172 bash[66109]: audit 2023-12-06T07:37:46.421229+0000 mon.a (mon.0) 275 : audit 1 from='osd.1 [v2:172.21.15.172:6810/1999793742,v1:172.21.15.172:6811/1999793742]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T07:37:47.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:47 smithi172 bash[66109]: cluster 2023-12-06T07:37:46.756172+0000 mon.a (mon.0) 276 : cluster 3 Health check update: Degraded data redundancy: 82/630 objects degraded (13.016%), 19 pgs degraded (PG_DEGRADED) 2023-12-06T07:37:47.423 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:37:47 smithi172 bash[71024]: debug 2023-12-06T07:37:47.352+0000 7f30fee19700 -1 osd.1 108 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:37:47.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:47 smithi172 bash[64618]: audit 2023-12-06T07:37:45.597944+0000 mgr.y (mgr.25528) 178 : audit 0 from='client.44236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:47.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:47 smithi172 bash[64618]: audit 2023-12-06T07:37:46.295914+0000 mon.a (mon.0) 273 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:47.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:47 smithi172 bash[64618]: audit 2023-12-06T07:37:46.304922+0000 mon.a (mon.0) 274 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:47.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:47 smithi172 bash[64618]: audit 2023-12-06T07:37:46.421229+0000 mon.a (mon.0) 275 : audit 1 from='osd.1 [v2:172.21.15.172:6810/1999793742,v1:172.21.15.172:6811/1999793742]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T07:37:47.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:47 smithi172 bash[64618]: cluster 2023-12-06T07:37:46.756172+0000 mon.a (mon.0) 276 : cluster 3 Health check update: Degraded data redundancy: 82/630 objects degraded (13.016%), 19 pgs degraded (PG_DEGRADED) 2023-12-06T07:37:47.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:47 smithi195 bash[51959]: audit 2023-12-06T07:37:45.597944+0000 mgr.y (mgr.25528) 178 : audit 0 from='client.44236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:37:47.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:47 smithi195 bash[51959]: audit 2023-12-06T07:37:46.295914+0000 mon.a (mon.0) 273 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:47.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:47 smithi195 bash[51959]: audit 2023-12-06T07:37:46.304922+0000 mon.a (mon.0) 274 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:47.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:47 smithi195 bash[51959]: audit 2023-12-06T07:37:46.421229+0000 mon.a (mon.0) 275 : audit 1 from='osd.1 [v2:172.21.15.172:6810/1999793742,v1:172.21.15.172:6811/1999793742]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T07:37:47.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:47 smithi195 bash[51959]: cluster 2023-12-06T07:37:46.756172+0000 mon.a (mon.0) 276 : cluster 3 Health check update: Degraded data redundancy: 82/630 objects degraded (13.016%), 19 pgs degraded (PG_DEGRADED) 2023-12-06T07:37:48.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:48 smithi172 bash[66109]: cluster 2023-12-06T07:37:46.546717+0000 mgr.y (mgr.25528) 179 : cluster 0 pgmap v90: 161 pgs: 19 active+undersized+degraded, 44 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 111 op/s; 82/630 objects degraded (13.016%) 2023-12-06T07:37:48.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:48 smithi172 bash[66109]: audit 2023-12-06T07:37:47.293468+0000 mon.a (mon.0) 277 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:48.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:48 smithi172 bash[66109]: audit 2023-12-06T07:37:47.303446+0000 mon.a (mon.0) 278 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:48.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:48 smithi172 bash[66109]: audit 2023-12-06T07:37:47.311535+0000 mon.a (mon.0) 279 : audit 1 from='osd.1 [v2:172.21.15.172:6810/1999793742,v1:172.21.15.172:6811/1999793742]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T07:37:48.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:48 smithi172 bash[66109]: cluster 2023-12-06T07:37:47.313028+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T07:37:48.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:48 smithi172 bash[66109]: cluster 2023-12-06T07:37:47.315602+0000 mon.a (mon.0) 280 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-06T07:37:48.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:48 smithi172 bash[66109]: audit 2023-12-06T07:37:47.315977+0000 mon.a (mon.0) 281 : audit 1 from='osd.1 [v2:172.21.15.172:6810/1999793742,v1:172.21.15.172:6811/1999793742]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:37:48.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:48 smithi172 bash[66109]: cluster 2023-12-06T07:37:47.649611+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T07:37:48.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:48 smithi172 bash[64618]: cluster 2023-12-06T07:37:46.546717+0000 mgr.y (mgr.25528) 179 : cluster 0 pgmap v90: 161 pgs: 19 active+undersized+degraded, 44 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 111 op/s; 82/630 objects degraded (13.016%) 2023-12-06T07:37:48.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:48 smithi172 bash[64618]: audit 2023-12-06T07:37:47.293468+0000 mon.a (mon.0) 277 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:48.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:48 smithi172 bash[64618]: audit 2023-12-06T07:37:47.303446+0000 mon.a (mon.0) 278 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:48.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:48 smithi172 bash[64618]: audit 2023-12-06T07:37:47.311535+0000 mon.a (mon.0) 279 : audit 1 from='osd.1 [v2:172.21.15.172:6810/1999793742,v1:172.21.15.172:6811/1999793742]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T07:37:48.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:48 smithi172 bash[64618]: cluster 2023-12-06T07:37:47.313028+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T07:37:48.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:48 smithi172 bash[64618]: cluster 2023-12-06T07:37:47.315602+0000 mon.a (mon.0) 280 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-06T07:37:48.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:48 smithi172 bash[64618]: audit 2023-12-06T07:37:47.315977+0000 mon.a (mon.0) 281 : audit 1 from='osd.1 [v2:172.21.15.172:6810/1999793742,v1:172.21.15.172:6811/1999793742]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:37:48.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:48 smithi172 bash[64618]: cluster 2023-12-06T07:37:47.649611+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T07:37:48.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:48 smithi195 bash[51959]: cluster 2023-12-06T07:37:46.546717+0000 mgr.y (mgr.25528) 179 : cluster 0 pgmap v90: 161 pgs: 19 active+undersized+degraded, 44 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 111 op/s; 82/630 objects degraded (13.016%) 2023-12-06T07:37:48.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:48 smithi195 bash[51959]: audit 2023-12-06T07:37:47.293468+0000 mon.a (mon.0) 277 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:48.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:48 smithi195 bash[51959]: audit 2023-12-06T07:37:47.303446+0000 mon.a (mon.0) 278 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:48.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:48 smithi195 bash[51959]: audit 2023-12-06T07:37:47.311535+0000 mon.a (mon.0) 279 : audit 1 from='osd.1 [v2:172.21.15.172:6810/1999793742,v1:172.21.15.172:6811/1999793742]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T07:37:48.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:48 smithi195 bash[51959]: cluster 2023-12-06T07:37:47.313028+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T07:37:48.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:48 smithi195 bash[51959]: cluster 2023-12-06T07:37:47.315602+0000 mon.a (mon.0) 280 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-06T07:37:48.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:48 smithi195 bash[51959]: audit 2023-12-06T07:37:47.315977+0000 mon.a (mon.0) 281 : audit 1 from='osd.1 [v2:172.21.15.172:6810/1999793742,v1:172.21.15.172:6811/1999793742]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:37:48.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:48 smithi195 bash[51959]: cluster 2023-12-06T07:37:47.649611+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T07:37:49.095 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:37:48 smithi195 bash[49416]: ts=2023-12-06T07:37:48.662Z caller=alerting.go:353 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-12-06T07:37:49.096 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:37:48 smithi195 bash[49416]: ts=2023-12-06T07:37:48.665Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.172\", device_class=\"ssd\", hostname=\"smithi172\", instance=\"172.21.15.195:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.172\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T07:37:49.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:49 smithi172 bash[66109]: cluster 2023-12-06T07:37:47.312267+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T07:37:49.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:49 smithi172 bash[66109]: audit 2023-12-06T07:37:47.590551+0000 mgr.y (mgr.25528) 180 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:37:49.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:49 smithi172 bash[66109]: cluster 2023-12-06T07:37:48.192867+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T07:37:49.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:49 smithi172 bash[66109]: cluster 2023-12-06T07:37:48.312350+0000 mon.a (mon.0) 282 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:37:49.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:49 smithi172 bash[66109]: cluster 2023-12-06T07:37:48.319381+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:37:49.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:49 smithi172 bash[66109]: cluster 2023-12-06T07:37:48.322220+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:37:49.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:49 smithi172 bash[66109]: cluster 2023-12-06T07:37:48.322575+0000 mon.a (mon.0) 283 : cluster 1 osd.1 [v2:172.21.15.172:6810/1999793742,v1:172.21.15.172:6811/1999793742] boot 2023-12-06T07:37:49.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:49 smithi172 bash[66109]: cluster 2023-12-06T07:37:48.322674+0000 mon.a (mon.0) 284 : cluster 0 osdmap e112: 8 total, 8 up, 8 in 2023-12-06T07:37:49.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:49 smithi172 bash[66109]: audit 2023-12-06T07:37:48.324370+0000 mon.a (mon.0) 285 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:37:49.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:49 smithi172 bash[66109]: cluster 2023-12-06T07:37:48.326567+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:37:49.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:49 smithi172 bash[64618]: cluster 2023-12-06T07:37:47.312267+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T07:37:49.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:49 smithi172 bash[64618]: audit 2023-12-06T07:37:47.590551+0000 mgr.y (mgr.25528) 180 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:37:49.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:49 smithi172 bash[64618]: cluster 2023-12-06T07:37:48.192867+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T07:37:49.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:49 smithi172 bash[64618]: cluster 2023-12-06T07:37:48.312350+0000 mon.a (mon.0) 282 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:37:49.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:49 smithi172 bash[64618]: cluster 2023-12-06T07:37:48.319381+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:37:49.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:49 smithi172 bash[64618]: cluster 2023-12-06T07:37:48.322220+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:37:49.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:49 smithi172 bash[64618]: cluster 2023-12-06T07:37:48.322575+0000 mon.a (mon.0) 283 : cluster 1 osd.1 [v2:172.21.15.172:6810/1999793742,v1:172.21.15.172:6811/1999793742] boot 2023-12-06T07:37:49.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:49 smithi172 bash[64618]: cluster 2023-12-06T07:37:48.322674+0000 mon.a (mon.0) 284 : cluster 0 osdmap e112: 8 total, 8 up, 8 in 2023-12-06T07:37:49.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:49 smithi172 bash[64618]: audit 2023-12-06T07:37:48.324370+0000 mon.a (mon.0) 285 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:37:49.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:49 smithi172 bash[64618]: cluster 2023-12-06T07:37:48.326567+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:37:49.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:49 smithi195 bash[51959]: cluster 2023-12-06T07:37:47.312267+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T07:37:49.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:49 smithi195 bash[51959]: audit 2023-12-06T07:37:47.590551+0000 mgr.y (mgr.25528) 180 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:37:49.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:49 smithi195 bash[51959]: cluster 2023-12-06T07:37:48.192867+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T07:37:49.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:49 smithi195 bash[51959]: cluster 2023-12-06T07:37:48.312350+0000 mon.a (mon.0) 282 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:37:49.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:49 smithi195 bash[51959]: cluster 2023-12-06T07:37:48.319381+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:37:49.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:49 smithi195 bash[51959]: cluster 2023-12-06T07:37:48.322220+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:37:49.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:49 smithi195 bash[51959]: cluster 2023-12-06T07:37:48.322575+0000 mon.a (mon.0) 283 : cluster 1 osd.1 [v2:172.21.15.172:6810/1999793742,v1:172.21.15.172:6811/1999793742] boot 2023-12-06T07:37:49.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:49 smithi195 bash[51959]: cluster 2023-12-06T07:37:48.322674+0000 mon.a (mon.0) 284 : cluster 0 osdmap e112: 8 total, 8 up, 8 in 2023-12-06T07:37:49.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:49 smithi195 bash[51959]: audit 2023-12-06T07:37:48.324370+0000 mon.a (mon.0) 285 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T07:37:49.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:49 smithi195 bash[51959]: cluster 2023-12-06T07:37:48.326567+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:37:50.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[64618]: cluster 2023-12-06T07:37:48.318623+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:37:50.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[64618]: cluster 2023-12-06T07:37:48.322593+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:37:50.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[64618]: cluster 2023-12-06T07:37:48.322748+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:37:50.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[64618]: cluster 2023-12-06T07:37:48.547713+0000 mgr.y (mgr.25528) 181 : cluster 0 pgmap v93: 161 pgs: 19 active+undersized+degraded, 44 active+undersized, 98 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 82/630 objects degraded (13.016%) 2023-12-06T07:37:50.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[64618]: cluster 2023-12-06T07:37:49.331198+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[64618]: cluster 2023-12-06T07:37:49.331445+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[64618]: cluster 2023-12-06T07:37:49.332845+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[64618]: cluster 2023-12-06T07:37:49.333343+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[64618]: cluster 2023-12-06T07:37:49.333378+0000 mon.a (mon.0) 286 : cluster 0 osdmap e113: 8 total, 8 up, 8 in 2023-12-06T07:37:50.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[64618]: cluster 2023-12-06T07:37:49.334690+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[64618]: cluster 2023-12-06T07:37:49.335756+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[64618]: cluster 2023-12-06T07:37:49.336829+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[64618]: cluster 2023-12-06T07:37:49.338054+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[66109]: cluster 2023-12-06T07:37:48.318623+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:37:50.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[66109]: cluster 2023-12-06T07:37:48.322593+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:37:50.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[66109]: cluster 2023-12-06T07:37:48.322748+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:37:50.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[66109]: cluster 2023-12-06T07:37:48.547713+0000 mgr.y (mgr.25528) 181 : cluster 0 pgmap v93: 161 pgs: 19 active+undersized+degraded, 44 active+undersized, 98 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 82/630 objects degraded (13.016%) 2023-12-06T07:37:50.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[66109]: cluster 2023-12-06T07:37:49.331198+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[66109]: cluster 2023-12-06T07:37:49.331445+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[66109]: cluster 2023-12-06T07:37:49.332845+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[66109]: cluster 2023-12-06T07:37:49.333343+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[66109]: cluster 2023-12-06T07:37:49.333378+0000 mon.a (mon.0) 286 : cluster 0 osdmap e113: 8 total, 8 up, 8 in 2023-12-06T07:37:50.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[66109]: cluster 2023-12-06T07:37:49.334690+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[66109]: cluster 2023-12-06T07:37:49.335756+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[66109]: cluster 2023-12-06T07:37:49.336829+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:50 smithi172 bash[66109]: cluster 2023-12-06T07:37:49.338054+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:50 smithi195 bash[51959]: cluster 2023-12-06T07:37:48.318623+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:37:50.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:50 smithi195 bash[51959]: cluster 2023-12-06T07:37:48.322593+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:37:50.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:50 smithi195 bash[51959]: cluster 2023-12-06T07:37:48.322748+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T07:37:50.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:50 smithi195 bash[51959]: cluster 2023-12-06T07:37:48.547713+0000 mgr.y (mgr.25528) 181 : cluster 0 pgmap v93: 161 pgs: 19 active+undersized+degraded, 44 active+undersized, 98 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 82/630 objects degraded (13.016%) 2023-12-06T07:37:50.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:50 smithi195 bash[51959]: cluster 2023-12-06T07:37:49.331198+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:50 smithi195 bash[51959]: cluster 2023-12-06T07:37:49.331445+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:50 smithi195 bash[51959]: cluster 2023-12-06T07:37:49.332845+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:50 smithi195 bash[51959]: cluster 2023-12-06T07:37:49.333343+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:50 smithi195 bash[51959]: cluster 2023-12-06T07:37:49.333378+0000 mon.a (mon.0) 286 : cluster 0 osdmap e113: 8 total, 8 up, 8 in 2023-12-06T07:37:50.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:50 smithi195 bash[51959]: cluster 2023-12-06T07:37:49.334690+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:50 smithi195 bash[51959]: cluster 2023-12-06T07:37:49.335756+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:50 smithi195 bash[51959]: cluster 2023-12-06T07:37:49.336829+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:50.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:50 smithi195 bash[51959]: cluster 2023-12-06T07:37:49.338054+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:51.502 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:51 smithi172 bash[66109]: cluster 2023-12-06T07:37:49.329161+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:51.502 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:51 smithi172 bash[66109]: cluster 2023-12-06T07:37:49.331331+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:51.502 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:51 smithi172 bash[66109]: cluster 2023-12-06T07:37:49.333859+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:51.502 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:51 smithi172 bash[66109]: cluster 2023-12-06T07:37:49.335685+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:51.502 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:51 smithi172 bash[66109]: cluster 2023-12-06T07:37:49.337890+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:51.503 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:51 smithi172 bash[64618]: cluster 2023-12-06T07:37:49.329161+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:51.503 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:51 smithi172 bash[64618]: cluster 2023-12-06T07:37:49.331331+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:51.503 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:51 smithi172 bash[64618]: cluster 2023-12-06T07:37:49.333859+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:51.503 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:51 smithi172 bash[64618]: cluster 2023-12-06T07:37:49.335685+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:51.503 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:51 smithi172 bash[64618]: cluster 2023-12-06T07:37:49.337890+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:51.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:51 smithi195 bash[51959]: cluster 2023-12-06T07:37:49.329161+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:51.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:51 smithi195 bash[51959]: cluster 2023-12-06T07:37:49.331331+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:51.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:51 smithi195 bash[51959]: cluster 2023-12-06T07:37:49.333859+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:51.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:51 smithi195 bash[51959]: cluster 2023-12-06T07:37:49.335685+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:51.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:51 smithi195 bash[51959]: cluster 2023-12-06T07:37:49.337890+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T07:37:51.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:37:51 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:37:51] "GET /metrics HTTP/1.1" 200 38332 "" "Prometheus/2.33.4" 2023-12-06T07:37:52.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:52 smithi195 bash[51959]: cluster 2023-12-06T07:37:50.548767+0000 mgr.y (mgr.25528) 182 : cluster 0 pgmap v95: 161 pgs: 5 peering, 18 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 76/630 objects degraded (12.063%) 2023-12-06T07:37:52.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:52 smithi195 bash[51959]: audit 2023-12-06T07:37:51.570877+0000 mon.a (mon.0) 287 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:52.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:52 smithi195 bash[51959]: audit 2023-12-06T07:37:51.573216+0000 mon.a (mon.0) 288 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:37:52.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:52 smithi195 bash[51959]: cluster 2023-12-06T07:37:51.757914+0000 mon.a (mon.0) 289 : cluster 3 Health check update: Degraded data redundancy: 76/630 objects degraded (12.063%), 18 pgs degraded (PG_DEGRADED) 2023-12-06T07:37:52.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:52 smithi172 bash[64618]: cluster 2023-12-06T07:37:50.548767+0000 mgr.y (mgr.25528) 182 : cluster 0 pgmap v95: 161 pgs: 5 peering, 18 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 76/630 objects degraded (12.063%) 2023-12-06T07:37:52.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:52 smithi172 bash[64618]: audit 2023-12-06T07:37:51.570877+0000 mon.a (mon.0) 287 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:52.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:52 smithi172 bash[64618]: audit 2023-12-06T07:37:51.573216+0000 mon.a (mon.0) 288 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:37:52.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:52 smithi172 bash[64618]: cluster 2023-12-06T07:37:51.757914+0000 mon.a (mon.0) 289 : cluster 3 Health check update: Degraded data redundancy: 76/630 objects degraded (12.063%), 18 pgs degraded (PG_DEGRADED) 2023-12-06T07:37:52.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:52 smithi172 bash[66109]: cluster 2023-12-06T07:37:50.548767+0000 mgr.y (mgr.25528) 182 : cluster 0 pgmap v95: 161 pgs: 5 peering, 18 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 76/630 objects degraded (12.063%) 2023-12-06T07:37:52.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:52 smithi172 bash[66109]: audit 2023-12-06T07:37:51.570877+0000 mon.a (mon.0) 287 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:52.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:52 smithi172 bash[66109]: audit 2023-12-06T07:37:51.573216+0000 mon.a (mon.0) 288 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:37:52.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:52 smithi172 bash[66109]: cluster 2023-12-06T07:37:51.757914+0000 mon.a (mon.0) 289 : cluster 3 Health check update: Degraded data redundancy: 76/630 objects degraded (12.063%), 18 pgs degraded (PG_DEGRADED) 2023-12-06T07:37:53.496 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:53 smithi172 bash[64618]: cluster 2023-12-06T07:37:53.186277+0000 mon.a (mon.0) 290 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 76/630 objects degraded (12.063%), 18 pgs degraded) 2023-12-06T07:37:53.496 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:53 smithi172 bash[64618]: cluster 2023-12-06T07:37:53.186356+0000 mon.a (mon.0) 291 : cluster 1 Cluster is now healthy 2023-12-06T07:37:53.496 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:53 smithi172 bash[66109]: cluster 2023-12-06T07:37:53.186277+0000 mon.a (mon.0) 290 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 76/630 objects degraded (12.063%), 18 pgs degraded) 2023-12-06T07:37:53.496 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:53 smithi172 bash[66109]: cluster 2023-12-06T07:37:53.186356+0000 mon.a (mon.0) 291 : cluster 1 Cluster is now healthy 2023-12-06T07:37:53.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:53 smithi195 bash[51959]: cluster 2023-12-06T07:37:53.186277+0000 mon.a (mon.0) 290 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 76/630 objects degraded (12.063%), 18 pgs degraded) 2023-12-06T07:37:53.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:53 smithi195 bash[51959]: cluster 2023-12-06T07:37:53.186356+0000 mon.a (mon.0) 291 : cluster 1 Cluster is now healthy 2023-12-06T07:37:54.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:54 smithi195 bash[51959]: cluster 2023-12-06T07:37:52.550318+0000 mgr.y (mgr.25528) 183 : cluster 0 pgmap v96: 161 pgs: 5 peering, 156 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-06T07:37:54.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:54 smithi172 bash[64618]: cluster 2023-12-06T07:37:52.550318+0000 mgr.y (mgr.25528) 183 : cluster 0 pgmap v96: 161 pgs: 5 peering, 156 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-06T07:37:54.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:54 smithi172 bash[66109]: cluster 2023-12-06T07:37:52.550318+0000 mgr.y (mgr.25528) 183 : cluster 0 pgmap v96: 161 pgs: 5 peering, 156 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-06T07:37:56.543 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:56 smithi172 bash[64618]: cluster 2023-12-06T07:37:54.551277+0000 mgr.y (mgr.25528) 184 : cluster 0 pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-06T07:37:56.544 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:56 smithi172 bash[66109]: cluster 2023-12-06T07:37:54.551277+0000 mgr.y (mgr.25528) 184 : cluster 0 pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-06T07:37:56.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:56 smithi195 bash[51959]: cluster 2023-12-06T07:37:54.551277+0000 mgr.y (mgr.25528) 184 : cluster 0 pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-06T07:37:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:58 smithi195 bash[51959]: cluster 2023-12-06T07:37:56.552140+0000 mgr.y (mgr.25528) 185 : cluster 0 pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 621 B/s rd, 0 op/s 2023-12-06T07:37:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:58 smithi195 bash[51959]: audit 2023-12-06T07:37:57.310355+0000 mon.a (mon.0) 292 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:58 smithi195 bash[51959]: audit 2023-12-06T07:37:57.322224+0000 mon.a (mon.0) 293 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:58 smithi195 bash[51959]: audit 2023-12-06T07:37:57.324794+0000 mon.a (mon.0) 294 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:37:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:58 smithi195 bash[51959]: audit 2023-12-06T07:37:57.326453+0000 mon.a (mon.0) 295 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:37:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:58 smithi195 bash[51959]: audit 2023-12-06T07:37:57.334314+0000 mon.a (mon.0) 296 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:58 smithi195 bash[51959]: audit 2023-12-06T07:37:57.427917+0000 mon.a (mon.0) 297 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:37:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:58 smithi195 bash[51959]: audit 2023-12-06T07:37:57.431184+0000 mon.a (mon.0) 298 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:58 smithi195 bash[51959]: audit 2023-12-06T07:37:57.435330+0000 mon.a (mon.0) 299 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:58 smithi195 bash[51959]: audit 2023-12-06T07:37:57.438577+0000 mon.a (mon.0) 300 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:58.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:58 smithi195 bash[51959]: audit 2023-12-06T07:37:57.441692+0000 mon.a (mon.0) 301 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T07:37:58.660 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:58 smithi172 bash[64618]: cluster 2023-12-06T07:37:56.552140+0000 mgr.y (mgr.25528) 185 : cluster 0 pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 621 B/s rd, 0 op/s 2023-12-06T07:37:58.660 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:58 smithi172 bash[64618]: audit 2023-12-06T07:37:57.310355+0000 mon.a (mon.0) 292 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:58.660 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:58 smithi172 bash[64618]: audit 2023-12-06T07:37:57.322224+0000 mon.a (mon.0) 293 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:58.660 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:58 smithi172 bash[64618]: audit 2023-12-06T07:37:57.324794+0000 mon.a (mon.0) 294 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:37:58.660 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:58 smithi172 bash[64618]: audit 2023-12-06T07:37:57.326453+0000 mon.a (mon.0) 295 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:37:58.660 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:58 smithi172 bash[64618]: audit 2023-12-06T07:37:57.334314+0000 mon.a (mon.0) 296 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:58.661 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:58 smithi172 bash[64618]: audit 2023-12-06T07:37:57.427917+0000 mon.a (mon.0) 297 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:37:58.661 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:58 smithi172 bash[64618]: audit 2023-12-06T07:37:57.431184+0000 mon.a (mon.0) 298 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:58.661 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:58 smithi172 bash[64618]: audit 2023-12-06T07:37:57.435330+0000 mon.a (mon.0) 299 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:58.661 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:58 smithi172 bash[64618]: audit 2023-12-06T07:37:57.438577+0000 mon.a (mon.0) 300 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:58.661 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:58 smithi172 bash[64618]: audit 2023-12-06T07:37:57.441692+0000 mon.a (mon.0) 301 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T07:37:58.661 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:58 smithi172 bash[66109]: cluster 2023-12-06T07:37:56.552140+0000 mgr.y (mgr.25528) 185 : cluster 0 pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 621 B/s rd, 0 op/s 2023-12-06T07:37:58.661 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:58 smithi172 bash[66109]: audit 2023-12-06T07:37:57.310355+0000 mon.a (mon.0) 292 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:58.661 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:58 smithi172 bash[66109]: audit 2023-12-06T07:37:57.322224+0000 mon.a (mon.0) 293 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:58.661 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:58 smithi172 bash[66109]: audit 2023-12-06T07:37:57.324794+0000 mon.a (mon.0) 294 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:37:58.661 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:58 smithi172 bash[66109]: audit 2023-12-06T07:37:57.326453+0000 mon.a (mon.0) 295 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:37:58.661 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:58 smithi172 bash[66109]: audit 2023-12-06T07:37:57.334314+0000 mon.a (mon.0) 296 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:37:58.661 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:58 smithi172 bash[66109]: audit 2023-12-06T07:37:57.427917+0000 mon.a (mon.0) 297 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:37:58.661 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:58 smithi172 bash[66109]: audit 2023-12-06T07:37:57.431184+0000 mon.a (mon.0) 298 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:58.662 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:58 smithi172 bash[66109]: audit 2023-12-06T07:37:57.435330+0000 mon.a (mon.0) 299 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:58.662 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:58 smithi172 bash[66109]: audit 2023-12-06T07:37:57.438577+0000 mon.a (mon.0) 300 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:37:58.662 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:58 smithi172 bash[66109]: audit 2023-12-06T07:37:57.441692+0000 mon.a (mon.0) 301 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T07:37:59.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:59 smithi172 bash[66109]: audit 2023-12-06T07:37:57.442025+0000 mgr.y (mgr.25528) 186 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T07:37:59.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:59 smithi172 bash[66109]: cephadm 2023-12-06T07:37:57.443631+0000 mgr.y (mgr.25528) 187 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-06T07:37:59.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:37:59 smithi172 bash[66109]: audit 2023-12-06T07:37:57.601221+0000 mgr.y (mgr.25528) 188 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:37:59.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:59 smithi172 bash[64618]: audit 2023-12-06T07:37:57.442025+0000 mgr.y (mgr.25528) 186 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T07:37:59.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:59 smithi172 bash[64618]: cephadm 2023-12-06T07:37:57.443631+0000 mgr.y (mgr.25528) 187 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-06T07:37:59.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:37:59 smithi172 bash[64618]: audit 2023-12-06T07:37:57.601221+0000 mgr.y (mgr.25528) 188 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:37:59.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:59 smithi195 bash[51959]: audit 2023-12-06T07:37:57.442025+0000 mgr.y (mgr.25528) 186 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T07:37:59.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:59 smithi195 bash[51959]: cephadm 2023-12-06T07:37:57.443631+0000 mgr.y (mgr.25528) 187 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-06T07:37:59.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:37:59 smithi195 bash[51959]: audit 2023-12-06T07:37:57.601221+0000 mgr.y (mgr.25528) 188 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:38:00.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:00 smithi195 bash[51959]: cluster 2023-12-06T07:37:58.553901+0000 mgr.y (mgr.25528) 189 : cluster 0 pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:38:00.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:00 smithi195 bash[51959]: audit 2023-12-06T07:37:59.720891+0000 mon.a (mon.0) 302 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:00.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:00 smithi195 bash[51959]: audit 2023-12-06T07:37:59.725768+0000 mon.a (mon.0) 303 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T07:38:00.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:00 smithi195 bash[51959]: audit 2023-12-06T07:37:59.727552+0000 mon.a (mon.0) 304 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:38:00.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:00 smithi172 bash[64618]: cluster 2023-12-06T07:37:58.553901+0000 mgr.y (mgr.25528) 189 : cluster 0 pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:38:00.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:00 smithi172 bash[64618]: audit 2023-12-06T07:37:59.720891+0000 mon.a (mon.0) 302 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:00.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:00 smithi172 bash[64618]: audit 2023-12-06T07:37:59.725768+0000 mon.a (mon.0) 303 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T07:38:00.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:00 smithi172 bash[64618]: audit 2023-12-06T07:37:59.727552+0000 mon.a (mon.0) 304 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:38:00.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:00 smithi172 bash[66109]: cluster 2023-12-06T07:37:58.553901+0000 mgr.y (mgr.25528) 189 : cluster 0 pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:38:00.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:00 smithi172 bash[66109]: audit 2023-12-06T07:37:59.720891+0000 mon.a (mon.0) 302 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:00.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:00 smithi172 bash[66109]: audit 2023-12-06T07:37:59.725768+0000 mon.a (mon.0) 303 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T07:38:00.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:00 smithi172 bash[66109]: audit 2023-12-06T07:37:59.727552+0000 mon.a (mon.0) 304 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:38:01.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:01 smithi195 bash[51959]: cephadm 2023-12-06T07:37:59.713430+0000 mgr.y (mgr.25528) 190 : cephadm 1 Upgrade: Updating osd.2 2023-12-06T07:38:01.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:01 smithi195 bash[51959]: cephadm 2023-12-06T07:37:59.732804+0000 mgr.y (mgr.25528) 191 : cephadm 1 Deploying daemon osd.2 on smithi172 2023-12-06T07:38:01.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:38:01 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:38:01] "GET /metrics HTTP/1.1" 200 38193 "" "Prometheus/2.33.4" 2023-12-06T07:38:01.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:01 smithi172 bash[64618]: cephadm 2023-12-06T07:37:59.713430+0000 mgr.y (mgr.25528) 190 : cephadm 1 Upgrade: Updating osd.2 2023-12-06T07:38:01.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:01 smithi172 bash[64618]: cephadm 2023-12-06T07:37:59.732804+0000 mgr.y (mgr.25528) 191 : cephadm 1 Deploying daemon osd.2 on smithi172 2023-12-06T07:38:01.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:01 smithi172 bash[66109]: cephadm 2023-12-06T07:37:59.713430+0000 mgr.y (mgr.25528) 190 : cephadm 1 Upgrade: Updating osd.2 2023-12-06T07:38:01.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:01 smithi172 bash[66109]: cephadm 2023-12-06T07:37:59.732804+0000 mgr.y (mgr.25528) 191 : cephadm 1 Deploying daemon osd.2 on smithi172 2023-12-06T07:38:02.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:02 smithi195 bash[51959]: cluster 2023-12-06T07:38:00.554863+0000 mgr.y (mgr.25528) 192 : cluster 0 pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 912 B/s rd, 0 op/s 2023-12-06T07:38:02.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:02 smithi195 bash[51959]: audit 2023-12-06T07:38:01.663641+0000 mon.a (mon.0) 305 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:02.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:02 smithi172 bash[64618]: cluster 2023-12-06T07:38:00.554863+0000 mgr.y (mgr.25528) 192 : cluster 0 pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 912 B/s rd, 0 op/s 2023-12-06T07:38:02.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:02 smithi172 bash[64618]: audit 2023-12-06T07:38:01.663641+0000 mon.a (mon.0) 305 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:02.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:02 smithi172 bash[66109]: cluster 2023-12-06T07:38:00.554863+0000 mgr.y (mgr.25528) 192 : cluster 0 pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 912 B/s rd, 0 op/s 2023-12-06T07:38:02.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:02 smithi172 bash[66109]: audit 2023-12-06T07:38:01.663641+0000 mon.a (mon.0) 305 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:04.591 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:04 smithi172 bash[66109]: cluster 2023-12-06T07:38:02.556472+0000 mgr.y (mgr.25528) 193 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:38:04.591 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:04 smithi172 bash[64618]: cluster 2023-12-06T07:38:02.556472+0000 mgr.y (mgr.25528) 193 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:38:04.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:04 smithi195 bash[51959]: cluster 2023-12-06T07:38:02.556472+0000 mgr.y (mgr.25528) 193 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:38:04.922 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:38:04 smithi172 systemd[1]: Stopping Ceph osd.2 for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:38:04.922 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:38:04 smithi172 bash[39565]: debug 2023-12-06T07:38:04.716+0000 7f42d92ec700 -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-06T07:38:04.922 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:38:04 smithi172 bash[39565]: debug 2023-12-06T07:38:04.716+0000 7f42d92ec700 -1 osd.2 113 *** Got signal Terminated *** 2023-12-06T07:38:04.922 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:38:04 smithi172 bash[39565]: debug 2023-12-06T07:38:04.716+0000 7f42d92ec700 -1 osd.2 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:38:05.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:05 smithi195 bash[51959]: cluster 2023-12-06T07:38:04.557373+0000 mgr.y (mgr.25528) 194 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:38:05.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:05 smithi195 bash[51959]: cluster 2023-12-06T07:38:04.719571+0000 mon.a (mon.0) 306 : cluster 1 osd.2 marked itself down and dead 2023-12-06T07:38:05.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:05 smithi172 bash[64618]: cluster 2023-12-06T07:38:04.557373+0000 mgr.y (mgr.25528) 194 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:38:05.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:05 smithi172 bash[64618]: cluster 2023-12-06T07:38:04.719571+0000 mon.a (mon.0) 306 : cluster 1 osd.2 marked itself down and dead 2023-12-06T07:38:05.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:05 smithi172 bash[66109]: cluster 2023-12-06T07:38:04.557373+0000 mgr.y (mgr.25528) 194 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:38:05.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:05 smithi172 bash[66109]: cluster 2023-12-06T07:38:04.719571+0000 mon.a (mon.0) 306 : cluster 1 osd.2 marked itself down and dead 2023-12-06T07:38:06.308 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:06 smithi172 bash[64618]: cluster 2023-12-06T07:38:05.279434+0000 mon.a (mon.0) 307 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:38:06.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:06 smithi195 bash[51959]: cluster 2023-12-06T07:38:05.279434+0000 mon.a (mon.0) 307 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:38:06.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:06 smithi195 bash[51959]: cluster 2023-12-06T07:38:05.291697+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:06 smithi195 bash[51959]: cluster 2023-12-06T07:38:05.296847+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:06 smithi195 bash[51959]: cluster 2023-12-06T07:38:05.298073+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:06 smithi195 bash[51959]: cluster 2023-12-06T07:38:05.299588+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:06 smithi195 bash[51959]: cluster 2023-12-06T07:38:05.300419+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:06 smithi195 bash[51959]: cluster 2023-12-06T07:38:05.301058+0000 mon.a (mon.0) 308 : cluster 0 osdmap e114: 8 total, 7 up, 8 in 2023-12-06T07:38:06.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:06 smithi195 bash[51959]: cluster 2023-12-06T07:38:05.301580+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:06 smithi195 bash[51959]: cluster 2023-12-06T07:38:05.304312+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:06 smithi195 bash[51959]: cluster 2023-12-06T07:38:05.304314+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.612 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:38:06 smithi172 bash[72635]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-2 2023-12-06T07:38:06.612 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:06 smithi172 bash[66109]: cluster 2023-12-06T07:38:05.279434+0000 mon.a (mon.0) 307 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:38:06.612 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:06 smithi172 bash[66109]: cluster 2023-12-06T07:38:05.291697+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.612 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:06 smithi172 bash[66109]: cluster 2023-12-06T07:38:05.296847+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.612 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:06 smithi172 bash[66109]: cluster 2023-12-06T07:38:05.298073+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.612 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:06 smithi172 bash[66109]: cluster 2023-12-06T07:38:05.299588+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.612 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:06 smithi172 bash[66109]: cluster 2023-12-06T07:38:05.300419+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.612 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:06 smithi172 bash[66109]: cluster 2023-12-06T07:38:05.301058+0000 mon.a (mon.0) 308 : cluster 0 osdmap e114: 8 total, 7 up, 8 in 2023-12-06T07:38:06.613 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:06 smithi172 bash[66109]: cluster 2023-12-06T07:38:05.301580+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.613 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:06 smithi172 bash[66109]: cluster 2023-12-06T07:38:05.304312+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.613 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:06 smithi172 bash[66109]: cluster 2023-12-06T07:38:05.304314+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.613 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:06 smithi172 bash[64618]: cluster 2023-12-06T07:38:05.291697+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.613 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:06 smithi172 bash[64618]: cluster 2023-12-06T07:38:05.296847+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.613 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:06 smithi172 bash[64618]: cluster 2023-12-06T07:38:05.298073+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.613 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:06 smithi172 bash[64618]: cluster 2023-12-06T07:38:05.299588+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.613 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:06 smithi172 bash[64618]: cluster 2023-12-06T07:38:05.300419+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.613 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:06 smithi172 bash[64618]: cluster 2023-12-06T07:38:05.301058+0000 mon.a (mon.0) 308 : cluster 0 osdmap e114: 8 total, 7 up, 8 in 2023-12-06T07:38:06.613 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:06 smithi172 bash[64618]: cluster 2023-12-06T07:38:05.301580+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.613 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:06 smithi172 bash[64618]: cluster 2023-12-06T07:38:05.304312+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.613 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:06 smithi172 bash[64618]: cluster 2023-12-06T07:38:05.304314+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T07:38:06.922 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:38:06 smithi172 bash[72709]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-2 2023-12-06T07:38:07.571 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[66109]: cluster 2023-12-06T07:38:06.294310+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.571 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[66109]: cluster 2023-12-06T07:38:06.301219+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.572 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[66109]: cluster 2023-12-06T07:38:06.302122+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.572 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[66109]: cluster 2023-12-06T07:38:06.302542+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.572 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[66109]: cluster 2023-12-06T07:38:06.303205+0000 mon.a (mon.0) 309 : cluster 0 osdmap e115: 8 total, 7 up, 8 in 2023-12-06T07:38:07.572 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[66109]: cluster 2023-12-06T07:38:06.304085+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.572 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[66109]: cluster 2023-12-06T07:38:06.304515+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.572 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[66109]: cluster 2023-12-06T07:38:06.306977+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.572 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[66109]: cluster 2023-12-06T07:38:06.308601+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.572 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[66109]: cluster 2023-12-06T07:38:06.316583+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.572 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[66109]: audit 2023-12-06T07:38:06.492572+0000 mon.a (mon.0) 310 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 3]}]: dispatch 2023-12-06T07:38:07.572 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[66109]: audit 2023-12-06T07:38:06.493281+0000 mon.a (mon.0) 311 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2023-12-06T07:38:07.572 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[66109]: audit 2023-12-06T07:38:06.493966+0000 mon.a (mon.0) 312 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2023-12-06T07:38:07.572 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[66109]: audit 2023-12-06T07:38:06.494489+0000 mon.a (mon.0) 313 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2023-12-06T07:38:07.572 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[66109]: audit 2023-12-06T07:38:06.494927+0000 mon.a (mon.0) 314 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2, 0, 1]}]: dispatch 2023-12-06T07:38:07.572 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[66109]: audit 2023-12-06T07:38:06.495414+0000 mon.a (mon.0) 315 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [0, 2]}]: dispatch 2023-12-06T07:38:07.572 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[66109]: audit 2023-12-06T07:38:06.495855+0000 mon.a (mon.0) 316 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.7", "id": [3, 0]}]: dispatch 2023-12-06T07:38:07.573 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[66109]: audit 2023-12-06T07:38:06.496281+0000 mon.a (mon.0) 317 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.d", "id": [5, 2]}]: dispatch 2023-12-06T07:38:07.573 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[66109]: audit 2023-12-06T07:38:06.496737+0000 mon.a (mon.0) 318 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.1b", "id": [3, 2]}]: dispatch 2023-12-06T07:38:07.573 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[66109]: cluster 2023-12-06T07:38:06.558096+0000 mgr.y (mgr.25528) 195 : cluster 0 pgmap v105: 161 pgs: 12 stale+active+clean, 149 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T07:38:07.573 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[66109]: audit 2023-12-06T07:38:06.570997+0000 mon.a (mon.0) 319 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:07.573 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[66109]: audit 2023-12-06T07:38:06.573316+0000 mon.a (mon.0) 320 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:38:07.573 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[64618]: cluster 2023-12-06T07:38:06.294310+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.573 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[64618]: cluster 2023-12-06T07:38:06.301219+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.573 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[64618]: cluster 2023-12-06T07:38:06.302122+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.573 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[64618]: cluster 2023-12-06T07:38:06.302542+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.573 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[64618]: cluster 2023-12-06T07:38:06.303205+0000 mon.a (mon.0) 309 : cluster 0 osdmap e115: 8 total, 7 up, 8 in 2023-12-06T07:38:07.574 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[64618]: cluster 2023-12-06T07:38:06.304085+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.574 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[64618]: cluster 2023-12-06T07:38:06.304515+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.574 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[64618]: cluster 2023-12-06T07:38:06.306977+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.574 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[64618]: cluster 2023-12-06T07:38:06.308601+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.574 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[64618]: cluster 2023-12-06T07:38:06.316583+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.574 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[64618]: audit 2023-12-06T07:38:06.492572+0000 mon.a (mon.0) 310 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 3]}]: dispatch 2023-12-06T07:38:07.574 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[64618]: audit 2023-12-06T07:38:06.493281+0000 mon.a (mon.0) 311 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2023-12-06T07:38:07.574 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[64618]: audit 2023-12-06T07:38:06.493966+0000 mon.a (mon.0) 312 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2023-12-06T07:38:07.574 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[64618]: audit 2023-12-06T07:38:06.494489+0000 mon.a (mon.0) 313 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2023-12-06T07:38:07.574 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[64618]: audit 2023-12-06T07:38:06.494927+0000 mon.a (mon.0) 314 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2, 0, 1]}]: dispatch 2023-12-06T07:38:07.574 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[64618]: audit 2023-12-06T07:38:06.495414+0000 mon.a (mon.0) 315 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [0, 2]}]: dispatch 2023-12-06T07:38:07.574 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[64618]: audit 2023-12-06T07:38:06.495855+0000 mon.a (mon.0) 316 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.7", "id": [3, 0]}]: dispatch 2023-12-06T07:38:07.574 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[64618]: audit 2023-12-06T07:38:06.496281+0000 mon.a (mon.0) 317 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.d", "id": [5, 2]}]: dispatch 2023-12-06T07:38:07.574 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[64618]: audit 2023-12-06T07:38:06.496737+0000 mon.a (mon.0) 318 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.1b", "id": [3, 2]}]: dispatch 2023-12-06T07:38:07.575 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[64618]: cluster 2023-12-06T07:38:06.558096+0000 mgr.y (mgr.25528) 195 : cluster 0 pgmap v105: 161 pgs: 12 stale+active+clean, 149 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T07:38:07.575 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[64618]: audit 2023-12-06T07:38:06.570997+0000 mon.a (mon.0) 319 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:07.575 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:07 smithi172 bash[64618]: audit 2023-12-06T07:38:06.573316+0000 mon.a (mon.0) 320 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:38:07.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:07 smithi195 bash[51959]: cluster 2023-12-06T07:38:06.294310+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.609 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:07 smithi195 bash[51959]: cluster 2023-12-06T07:38:06.301219+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.609 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:07 smithi195 bash[51959]: cluster 2023-12-06T07:38:06.302122+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.609 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:07 smithi195 bash[51959]: cluster 2023-12-06T07:38:06.302542+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.609 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:07 smithi195 bash[51959]: cluster 2023-12-06T07:38:06.303205+0000 mon.a (mon.0) 309 : cluster 0 osdmap e115: 8 total, 7 up, 8 in 2023-12-06T07:38:07.609 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:07 smithi195 bash[51959]: cluster 2023-12-06T07:38:06.304085+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.609 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:07 smithi195 bash[51959]: cluster 2023-12-06T07:38:06.304515+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.609 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:07 smithi195 bash[51959]: cluster 2023-12-06T07:38:06.306977+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.609 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:07 smithi195 bash[51959]: cluster 2023-12-06T07:38:06.308601+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.609 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:07 smithi195 bash[51959]: cluster 2023-12-06T07:38:06.316583+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T07:38:07.610 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:07 smithi195 bash[51959]: audit 2023-12-06T07:38:06.492572+0000 mon.a (mon.0) 310 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 3]}]: dispatch 2023-12-06T07:38:07.610 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:07 smithi195 bash[51959]: audit 2023-12-06T07:38:06.493281+0000 mon.a (mon.0) 311 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2023-12-06T07:38:07.610 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:07 smithi195 bash[51959]: audit 2023-12-06T07:38:06.493966+0000 mon.a (mon.0) 312 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2023-12-06T07:38:07.610 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:07 smithi195 bash[51959]: audit 2023-12-06T07:38:06.494489+0000 mon.a (mon.0) 313 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2023-12-06T07:38:07.610 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:07 smithi195 bash[51959]: audit 2023-12-06T07:38:06.494927+0000 mon.a (mon.0) 314 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2, 0, 1]}]: dispatch 2023-12-06T07:38:07.610 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:07 smithi195 bash[51959]: audit 2023-12-06T07:38:06.495414+0000 mon.a (mon.0) 315 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [0, 2]}]: dispatch 2023-12-06T07:38:07.610 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:07 smithi195 bash[51959]: audit 2023-12-06T07:38:06.495855+0000 mon.a (mon.0) 316 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.7", "id": [3, 0]}]: dispatch 2023-12-06T07:38:07.610 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:07 smithi195 bash[51959]: audit 2023-12-06T07:38:06.496281+0000 mon.a (mon.0) 317 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.d", "id": [5, 2]}]: dispatch 2023-12-06T07:38:07.610 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:07 smithi195 bash[51959]: audit 2023-12-06T07:38:06.496737+0000 mon.a (mon.0) 318 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.1b", "id": [3, 2]}]: dispatch 2023-12-06T07:38:07.610 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:07 smithi195 bash[51959]: cluster 2023-12-06T07:38:06.558096+0000 mgr.y (mgr.25528) 195 : cluster 0 pgmap v105: 161 pgs: 12 stale+active+clean, 149 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T07:38:07.610 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:07 smithi195 bash[51959]: audit 2023-12-06T07:38:06.570997+0000 mon.a (mon.0) 319 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:07.610 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:07 smithi195 bash[51959]: audit 2023-12-06T07:38:06.573316+0000 mon.a (mon.0) 320 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:38:08.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[66109]: audit 2023-12-06T07:38:07.319696+0000 mon.a (mon.0) 321 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 3]}]': finished 2023-12-06T07:38:08.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[66109]: cluster 2023-12-06T07:38:07.319744+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T07:38:08.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[66109]: audit 2023-12-06T07:38:07.319822+0000 mon.a (mon.0) 322 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]': finished 2023-12-06T07:38:08.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[66109]: audit 2023-12-06T07:38:07.319893+0000 mon.a (mon.0) 323 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]': finished 2023-12-06T07:38:08.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[66109]: audit 2023-12-06T07:38:07.319934+0000 mon.a (mon.0) 324 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]': finished 2023-12-06T07:38:08.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[66109]: audit 2023-12-06T07:38:07.319981+0000 mon.a (mon.0) 325 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2, 0, 1]}]': finished 2023-12-06T07:38:08.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[66109]: audit 2023-12-06T07:38:07.320021+0000 mon.a (mon.0) 326 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [0, 2]}]': finished 2023-12-06T07:38:08.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[66109]: audit 2023-12-06T07:38:07.320078+0000 mon.a (mon.0) 327 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.7", "id": [3, 0]}]': finished 2023-12-06T07:38:08.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[66109]: audit 2023-12-06T07:38:07.320148+0000 mon.a (mon.0) 328 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.d", "id": [5, 2]}]': finished 2023-12-06T07:38:08.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[66109]: audit 2023-12-06T07:38:07.320242+0000 mon.a (mon.0) 329 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.1b", "id": [3, 2]}]': finished 2023-12-06T07:38:08.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[66109]: cluster 2023-12-06T07:38:07.321428+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T07:38:08.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[66109]: cluster 2023-12-06T07:38:07.325910+0000 mon.a (mon.0) 330 : cluster 0 osdmap e116: 8 total, 7 up, 8 in 2023-12-06T07:38:08.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[66109]: audit 2023-12-06T07:38:07.609233+0000 mgr.y (mgr.25528) 196 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:38:08.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[64618]: audit 2023-12-06T07:38:07.319696+0000 mon.a (mon.0) 321 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 3]}]': finished 2023-12-06T07:38:08.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[64618]: cluster 2023-12-06T07:38:07.319744+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T07:38:08.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[64618]: audit 2023-12-06T07:38:07.319822+0000 mon.a (mon.0) 322 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]': finished 2023-12-06T07:38:08.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[64618]: audit 2023-12-06T07:38:07.319893+0000 mon.a (mon.0) 323 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]': finished 2023-12-06T07:38:08.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[64618]: audit 2023-12-06T07:38:07.319934+0000 mon.a (mon.0) 324 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]': finished 2023-12-06T07:38:08.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[64618]: audit 2023-12-06T07:38:07.319981+0000 mon.a (mon.0) 325 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2, 0, 1]}]': finished 2023-12-06T07:38:08.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[64618]: audit 2023-12-06T07:38:07.320021+0000 mon.a (mon.0) 326 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [0, 2]}]': finished 2023-12-06T07:38:08.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[64618]: audit 2023-12-06T07:38:07.320078+0000 mon.a (mon.0) 327 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.7", "id": [3, 0]}]': finished 2023-12-06T07:38:08.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[64618]: audit 2023-12-06T07:38:07.320148+0000 mon.a (mon.0) 328 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.d", "id": [5, 2]}]': finished 2023-12-06T07:38:08.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[64618]: audit 2023-12-06T07:38:07.320242+0000 mon.a (mon.0) 329 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.1b", "id": [3, 2]}]': finished 2023-12-06T07:38:08.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[64618]: cluster 2023-12-06T07:38:07.321428+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T07:38:08.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[64618]: cluster 2023-12-06T07:38:07.325910+0000 mon.a (mon.0) 330 : cluster 0 osdmap e116: 8 total, 7 up, 8 in 2023-12-06T07:38:08.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:08 smithi172 bash[64618]: audit 2023-12-06T07:38:07.609233+0000 mgr.y (mgr.25528) 196 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:38:08.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:08 smithi195 bash[51959]: audit 2023-12-06T07:38:07.319696+0000 mon.a (mon.0) 321 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 3]}]': finished 2023-12-06T07:38:08.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:08 smithi195 bash[51959]: cluster 2023-12-06T07:38:07.319744+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T07:38:08.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:08 smithi195 bash[51959]: audit 2023-12-06T07:38:07.319822+0000 mon.a (mon.0) 322 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]': finished 2023-12-06T07:38:08.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:08 smithi195 bash[51959]: audit 2023-12-06T07:38:07.319893+0000 mon.a (mon.0) 323 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]': finished 2023-12-06T07:38:08.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:08 smithi195 bash[51959]: audit 2023-12-06T07:38:07.319934+0000 mon.a (mon.0) 324 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]': finished 2023-12-06T07:38:08.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:08 smithi195 bash[51959]: audit 2023-12-06T07:38:07.319981+0000 mon.a (mon.0) 325 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2, 0, 1]}]': finished 2023-12-06T07:38:08.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:08 smithi195 bash[51959]: audit 2023-12-06T07:38:07.320021+0000 mon.a (mon.0) 326 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [0, 2]}]': finished 2023-12-06T07:38:08.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:08 smithi195 bash[51959]: audit 2023-12-06T07:38:07.320078+0000 mon.a (mon.0) 327 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.7", "id": [3, 0]}]': finished 2023-12-06T07:38:08.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:08 smithi195 bash[51959]: audit 2023-12-06T07:38:07.320148+0000 mon.a (mon.0) 328 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.d", "id": [5, 2]}]': finished 2023-12-06T07:38:08.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:08 smithi195 bash[51959]: audit 2023-12-06T07:38:07.320242+0000 mon.a (mon.0) 329 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.1b", "id": [3, 2]}]': finished 2023-12-06T07:38:08.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:08 smithi195 bash[51959]: cluster 2023-12-06T07:38:07.321428+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T07:38:08.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:08 smithi195 bash[51959]: cluster 2023-12-06T07:38:07.325910+0000 mon.a (mon.0) 330 : cluster 0 osdmap e116: 8 total, 7 up, 8 in 2023-12-06T07:38:08.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:08 smithi195 bash[51959]: audit 2023-12-06T07:38:07.609233+0000 mgr.y (mgr.25528) 196 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:38:08.923 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:38:08 smithi172 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.2.service: Succeeded. 2023-12-06T07:38:08.923 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:38:08 smithi172 systemd[1]: Stopped Ceph osd.2 for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:38:08.923 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:38:08 smithi172 systemd[1]: Started Ceph osd.2 for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:38:09.356 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[64618]: cluster 2023-12-06T07:38:08.336314+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.357 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[64618]: cluster 2023-12-06T07:38:08.339631+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.357 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[64618]: cluster 2023-12-06T07:38:08.340334+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.357 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[64618]: cluster 2023-12-06T07:38:08.341421+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.357 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[64618]: cluster 2023-12-06T07:38:08.341452+0000 mon.a (mon.0) 331 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2023-12-06T07:38:09.357 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[64618]: cluster 2023-12-06T07:38:08.341615+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.357 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[64618]: cluster 2023-12-06T07:38:08.342072+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.357 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[64618]: cluster 2023-12-06T07:38:08.344614+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.357 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[64618]: cluster 2023-12-06T07:38:08.346734+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.357 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[64618]: cluster 2023-12-06T07:38:08.559121+0000 mgr.y (mgr.25528) 197 : cluster 0 pgmap v108: 161 pgs: 1 unknown, 13 active+undersized+degraded, 8 peering, 2 stale+active+clean, 25 active+undersized, 112 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 51/630 objects degraded (8.095%) 2023-12-06T07:38:09.357 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[64618]: audit 2023-12-06T07:38:08.951635+0000 mon.a (mon.0) 332 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:09.357 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[66109]: cluster 2023-12-06T07:38:08.336314+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.357 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[66109]: cluster 2023-12-06T07:38:08.339631+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.358 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[66109]: cluster 2023-12-06T07:38:08.340334+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.358 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[66109]: cluster 2023-12-06T07:38:08.341421+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.358 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[66109]: cluster 2023-12-06T07:38:08.341452+0000 mon.a (mon.0) 331 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2023-12-06T07:38:09.358 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[66109]: cluster 2023-12-06T07:38:08.341615+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.358 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[66109]: cluster 2023-12-06T07:38:08.342072+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.358 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[66109]: cluster 2023-12-06T07:38:08.344614+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.358 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[66109]: cluster 2023-12-06T07:38:08.346734+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.358 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[66109]: cluster 2023-12-06T07:38:08.559121+0000 mgr.y (mgr.25528) 197 : cluster 0 pgmap v108: 161 pgs: 1 unknown, 13 active+undersized+degraded, 8 peering, 2 stale+active+clean, 25 active+undersized, 112 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 51/630 objects degraded (8.095%) 2023-12-06T07:38:09.358 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[66109]: audit 2023-12-06T07:38:08.951635+0000 mon.a (mon.0) 332 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:09.358 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[66109]: audit 2023-12-06T07:38:08.958914+0000 mon.a (mon.0) 333 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:09.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:09 smithi172 bash[64618]: audit 2023-12-06T07:38:08.958914+0000 mon.a (mon.0) 333 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:09.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:09 smithi195 bash[51959]: cluster 2023-12-06T07:38:08.336314+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:09 smithi195 bash[51959]: cluster 2023-12-06T07:38:08.339631+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:09 smithi195 bash[51959]: cluster 2023-12-06T07:38:08.340334+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:09 smithi195 bash[51959]: cluster 2023-12-06T07:38:08.341421+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:09 smithi195 bash[51959]: cluster 2023-12-06T07:38:08.341452+0000 mon.a (mon.0) 331 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2023-12-06T07:38:09.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:09 smithi195 bash[51959]: cluster 2023-12-06T07:38:08.341615+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:09 smithi195 bash[51959]: cluster 2023-12-06T07:38:08.342072+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:09 smithi195 bash[51959]: cluster 2023-12-06T07:38:08.344614+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:09 smithi195 bash[51959]: cluster 2023-12-06T07:38:08.346734+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T07:38:09.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:09 smithi195 bash[51959]: cluster 2023-12-06T07:38:08.559121+0000 mgr.y (mgr.25528) 197 : cluster 0 pgmap v108: 161 pgs: 1 unknown, 13 active+undersized+degraded, 8 peering, 2 stale+active+clean, 25 active+undersized, 112 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 51/630 objects degraded (8.095%) 2023-12-06T07:38:09.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:09 smithi195 bash[51959]: audit 2023-12-06T07:38:08.951635+0000 mon.a (mon.0) 332 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:09.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:09 smithi195 bash[51959]: audit 2023-12-06T07:38:08.958914+0000 mon.a (mon.0) 333 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:10.672 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[72880]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-06T07:38:10.673 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[72880]: 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-06T07:38:10.673 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[72880]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-12-06T07:38:10.673 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[72880]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-06T07:38:10.673 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[72880]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2023-12-06T07:38:10.673 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[72880]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-06T07:38:10.673 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[72880]: --> ceph-volume raw activate successful for osd ID: 2 2023-12-06T07:38:10.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[64618]: cluster 2023-12-06T07:38:09.335191+0000 mon.a (mon.0) 334 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-06T07:38:10.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[64618]: cluster 2023-12-06T07:38:09.335293+0000 mon.a (mon.0) 335 : cluster 3 Health check failed: Degraded data redundancy: 51/630 objects degraded (8.095%), 13 pgs degraded (PG_DEGRADED) 2023-12-06T07:38:10.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[64618]: cluster 2023-12-06T07:38:09.340412+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:38:10.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[64618]: cluster 2023-12-06T07:38:09.340427+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:38:10.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[64618]: cluster 2023-12-06T07:38:09.347522+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:38:10.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[64618]: cluster 2023-12-06T07:38:09.347858+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:38:10.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[64618]: cluster 2023-12-06T07:38:09.348290+0000 mon.a (mon.0) 336 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2023-12-06T07:38:10.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[64618]: cluster 2023-12-06T07:38:09.351316+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:38:10.675 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[64618]: cluster 2023-12-06T07:38:09.354022+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:38:10.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[66109]: cluster 2023-12-06T07:38:09.335191+0000 mon.a (mon.0) 334 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-06T07:38:10.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[66109]: cluster 2023-12-06T07:38:09.335293+0000 mon.a (mon.0) 335 : cluster 3 Health check failed: Degraded data redundancy: 51/630 objects degraded (8.095%), 13 pgs degraded (PG_DEGRADED) 2023-12-06T07:38:10.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[66109]: cluster 2023-12-06T07:38:09.340412+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:38:10.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[66109]: cluster 2023-12-06T07:38:09.340427+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:38:10.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[66109]: cluster 2023-12-06T07:38:09.347522+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:38:10.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[66109]: cluster 2023-12-06T07:38:09.347858+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:38:10.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[66109]: cluster 2023-12-06T07:38:09.348290+0000 mon.a (mon.0) 336 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2023-12-06T07:38:10.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[66109]: cluster 2023-12-06T07:38:09.351316+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:38:10.676 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:10 smithi172 bash[66109]: cluster 2023-12-06T07:38:09.354022+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:38:10.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:10 smithi195 bash[51959]: cluster 2023-12-06T07:38:09.335191+0000 mon.a (mon.0) 334 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-06T07:38:10.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:10 smithi195 bash[51959]: cluster 2023-12-06T07:38:09.335293+0000 mon.a (mon.0) 335 : cluster 3 Health check failed: Degraded data redundancy: 51/630 objects degraded (8.095%), 13 pgs degraded (PG_DEGRADED) 2023-12-06T07:38:10.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:10 smithi195 bash[51959]: cluster 2023-12-06T07:38:09.340412+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:38:10.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:10 smithi195 bash[51959]: cluster 2023-12-06T07:38:09.340427+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:38:10.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:10 smithi195 bash[51959]: cluster 2023-12-06T07:38:09.347522+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:38:10.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:10 smithi195 bash[51959]: cluster 2023-12-06T07:38:09.347858+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:38:10.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:10 smithi195 bash[51959]: cluster 2023-12-06T07:38:09.348290+0000 mon.a (mon.0) 336 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2023-12-06T07:38:10.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:10 smithi195 bash[51959]: cluster 2023-12-06T07:38:09.351316+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:38:10.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:10 smithi195 bash[51959]: cluster 2023-12-06T07:38:09.354022+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T07:38:11.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:11 smithi172 bash[64618]: cluster 2023-12-06T07:38:10.560020+0000 mgr.y (mgr.25528) 198 : cluster 0 pgmap v110: 161 pgs: 1 unknown, 14 active+undersized+degraded, 8 peering, 32 active+undersized, 106 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-06T07:38:11.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:38:11 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:38:11] "GET /metrics HTTP/1.1" 200 38273 "" "Prometheus/2.33.4" 2023-12-06T07:38:11.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:11 smithi172 bash[66109]: cluster 2023-12-06T07:38:10.560020+0000 mgr.y (mgr.25528) 198 : cluster 0 pgmap v110: 161 pgs: 1 unknown, 14 active+undersized+degraded, 8 peering, 32 active+undersized, 106 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-06T07:38:11.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:11 smithi195 bash[51959]: cluster 2023-12-06T07:38:10.560020+0000 mgr.y (mgr.25528) 198 : cluster 0 pgmap v110: 161 pgs: 1 unknown, 14 active+undersized+degraded, 8 peering, 32 active+undersized, 106 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-06T07:38:12.672 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:38:12 smithi172 bash[73167]: debug 2023-12-06T07:38:12.336+0000 7ff8df167700 1 -- 172.21.15.172:0/4126097657 <== mon.1 v2:172.21.15.172:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5570205fb1e0 con 0x557020681000 2023-12-06T07:38:13.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:12 smithi195 bash[51959]: cluster 2023-12-06T07:38:12.770082+0000 mon.a (mon.0) 337 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-06T07:38:13.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:12 smithi172 bash[64618]: cluster 2023-12-06T07:38:12.770082+0000 mon.a (mon.0) 337 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-06T07:38:13.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:12 smithi172 bash[66109]: cluster 2023-12-06T07:38:12.770082+0000 mon.a (mon.0) 337 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-06T07:38:13.173 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:38:12 smithi172 bash[73167]: debug 2023-12-06T07:38:12.888+0000 7ff8e82ed640 -1 Falling back to public interface 2023-12-06T07:38:14.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:13 smithi195 bash[51959]: cluster 2023-12-06T07:38:12.561771+0000 mgr.y (mgr.25528) 199 : cluster 0 pgmap v111: 161 pgs: 7 active+clean+remapped, 14 active+undersized+degraded, 32 active+undersized, 108 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 56/630 objects degraded (8.889%); 3/630 objects misplaced (0.476%) 2023-12-06T07:38:14.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:13 smithi172 bash[64618]: cluster 2023-12-06T07:38:12.561771+0000 mgr.y (mgr.25528) 199 : cluster 0 pgmap v111: 161 pgs: 7 active+clean+remapped, 14 active+undersized+degraded, 32 active+undersized, 108 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 56/630 objects degraded (8.889%); 3/630 objects misplaced (0.476%) 2023-12-06T07:38:14.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:13 smithi172 bash[66109]: cluster 2023-12-06T07:38:12.561771+0000 mgr.y (mgr.25528) 199 : cluster 0 pgmap v111: 161 pgs: 7 active+clean+remapped, 14 active+undersized+degraded, 32 active+undersized, 108 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 56/630 objects degraded (8.889%); 3/630 objects misplaced (0.476%) 2023-12-06T07:38:16.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:15 smithi195 bash[51959]: cluster 2023-12-06T07:38:14.562505+0000 mgr.y (mgr.25528) 200 : cluster 0 pgmap v112: 161 pgs: 7 active+clean+remapped, 14 active+undersized+degraded, 32 active+undersized, 108 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 424 B/s rd, 0 op/s; 56/630 objects degraded (8.889%); 3/630 objects misplaced (0.476%) 2023-12-06T07:38:16.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:15 smithi195 bash[51959]: audit 2023-12-06T07:38:15.467190+0000 mon.a (mon.0) 338 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:16.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:15 smithi195 bash[51959]: audit 2023-12-06T07:38:15.477168+0000 mon.a (mon.0) 339 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:16.172 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:38:15 smithi172 bash[73167]: debug 2023-12-06T07:38:15.940+0000 7ff8e82ed640 -1 osd.2 0 read_superblock omap replica is missing. 2023-12-06T07:38:16.172 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:38:15 smithi172 bash[73167]: debug 2023-12-06T07:38:15.980+0000 7ff8e82ed640 -1 osd.2 113 log_to_monitors true 2023-12-06T07:38:16.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:15 smithi172 bash[64618]: cluster 2023-12-06T07:38:14.562505+0000 mgr.y (mgr.25528) 200 : cluster 0 pgmap v112: 161 pgs: 7 active+clean+remapped, 14 active+undersized+degraded, 32 active+undersized, 108 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 424 B/s rd, 0 op/s; 56/630 objects degraded (8.889%); 3/630 objects misplaced (0.476%) 2023-12-06T07:38:16.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:15 smithi172 bash[64618]: audit 2023-12-06T07:38:15.467190+0000 mon.a (mon.0) 338 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:16.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:15 smithi172 bash[64618]: audit 2023-12-06T07:38:15.477168+0000 mon.a (mon.0) 339 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:16.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:15 smithi172 bash[66109]: cluster 2023-12-06T07:38:14.562505+0000 mgr.y (mgr.25528) 200 : cluster 0 pgmap v112: 161 pgs: 7 active+clean+remapped, 14 active+undersized+degraded, 32 active+undersized, 108 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 424 B/s rd, 0 op/s; 56/630 objects degraded (8.889%); 3/630 objects misplaced (0.476%) 2023-12-06T07:38:16.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:15 smithi172 bash[66109]: audit 2023-12-06T07:38:15.467190+0000 mon.a (mon.0) 338 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:16.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:15 smithi172 bash[66109]: audit 2023-12-06T07:38:15.477168+0000 mon.a (mon.0) 339 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:16.561 INFO:teuthology.orchestra.run.smithi172.stdout:true 2023-12-06T07:38:17.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:16 smithi195 bash[51959]: audit 2023-12-06T07:38:15.986289+0000 mon.c (mon.1) 9 : audit 1 from='osd.2 [v2:172.21.15.172:6818/507706884,v1:172.21.15.172:6819/507706884]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T07:38:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:16 smithi195 bash[51959]: audit 2023-12-06T07:38:15.986957+0000 mon.a (mon.0) 340 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T07:38:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:16 smithi195 bash[51959]: audit 2023-12-06T07:38:16.522219+0000 mon.a (mon.0) 341 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:16 smithi195 bash[51959]: audit 2023-12-06T07:38:16.529816+0000 mon.a (mon.0) 342 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:16 smithi195 bash[51959]: cluster 2023-12-06T07:38:16.766589+0000 mon.a (mon.0) 343 : cluster 3 Health check update: Degraded data redundancy: 56/630 objects degraded (8.889%), 14 pgs degraded (PG_DEGRADED) 2023-12-06T07:38:17.172 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:38:16 smithi172 bash[73167]: debug 2023-12-06T07:38:16.888+0000 7ff8d875c700 -1 osd.2 113 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:38:17.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:16 smithi172 bash[66109]: audit 2023-12-06T07:38:15.986289+0000 mon.c (mon.1) 9 : audit 1 from='osd.2 [v2:172.21.15.172:6818/507706884,v1:172.21.15.172:6819/507706884]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T07:38:17.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:16 smithi172 bash[66109]: audit 2023-12-06T07:38:15.986957+0000 mon.a (mon.0) 340 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T07:38:17.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:16 smithi172 bash[66109]: audit 2023-12-06T07:38:16.522219+0000 mon.a (mon.0) 341 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:17.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:16 smithi172 bash[66109]: audit 2023-12-06T07:38:16.529816+0000 mon.a (mon.0) 342 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:17.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:16 smithi172 bash[66109]: cluster 2023-12-06T07:38:16.766589+0000 mon.a (mon.0) 343 : cluster 3 Health check update: Degraded data redundancy: 56/630 objects degraded (8.889%), 14 pgs degraded (PG_DEGRADED) 2023-12-06T07:38:17.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:16 smithi172 bash[64618]: audit 2023-12-06T07:38:15.986289+0000 mon.c (mon.1) 9 : audit 1 from='osd.2 [v2:172.21.15.172:6818/507706884,v1:172.21.15.172:6819/507706884]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T07:38:17.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:16 smithi172 bash[64618]: audit 2023-12-06T07:38:15.986957+0000 mon.a (mon.0) 340 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T07:38:17.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:16 smithi172 bash[64618]: audit 2023-12-06T07:38:16.522219+0000 mon.a (mon.0) 341 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:17.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:16 smithi172 bash[64618]: audit 2023-12-06T07:38:16.529816+0000 mon.a (mon.0) 342 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:17.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:16 smithi172 bash[64618]: cluster 2023-12-06T07:38:16.766589+0000 mon.a (mon.0) 343 : cluster 3 Health check update: Degraded data redundancy: 56/630 objects degraded (8.889%), 14 pgs degraded (PG_DEGRADED) 2023-12-06T07:38:17.338 INFO:teuthology.orchestra.run.smithi172.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:38:17.338 INFO:teuthology.orchestra.run.smithi172.stdout:alertmanager.a smithi172 *:9093,9094 running (5m) 1s ago 12m 15.9M - 0.23.0 ba2b418f427c 834724028b79 2023-12-06T07:38:17.339 INFO:teuthology.orchestra.run.smithi172.stdout:grafana.a smithi195 *:3000 running (4m) 2m ago 12m 43.9M - 8.3.5 dad864ee21e9 c0abf90c662f 2023-12-06T07:38:17.339 INFO:teuthology.orchestra.run.smithi172.stdout:iscsi.foo.smithi172.imjphn smithi172 running (3m) 1s ago 10m 47.0M - 3.5 e1d6a67b021e d65a8ea57779 2023-12-06T07:38:17.339 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.x smithi195 *:8443,9283,8765 running (3m) 2m ago 18m 435M - 19.0.0-26-g0482646f 26bb7d89db2e e5647ee16c48 2023-12-06T07:38:17.339 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.y smithi172 *:8443,9283,8765 running (4m) 1s ago 20m 490M - 19.0.0-26-g0482646f 26bb7d89db2e 5594cbd599cc 2023-12-06T07:38:17.339 INFO:teuthology.orchestra.run.smithi172.stdout:mon.a smithi172 running (3m) 1s ago 20m 50.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e b9309f43e92c 2023-12-06T07:38:17.339 INFO:teuthology.orchestra.run.smithi172.stdout:mon.b smithi195 running (2m) 2m ago 18m 23.8M 2048M 19.0.0-26-g0482646f 26bb7d89db2e da852bc4d7be 2023-12-06T07:38:17.339 INFO:teuthology.orchestra.run.smithi172.stdout:mon.c smithi172 running (2m) 1s ago 18m 43.9M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 59a91fe7affc 2023-12-06T07:38:17.339 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.a smithi172 *:9100 running (5m) 1s ago 13m 16.7M - 1.3.1 1dbe0e931976 4171378093cf 2023-12-06T07:38:17.339 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.b smithi195 *:9100 running (5m) 2m ago 13m 11.2M - 1.3.1 1dbe0e931976 3f1c42cbb0e4 2023-12-06T07:38:17.339 INFO:teuthology.orchestra.run.smithi172.stdout:osd.0 smithi172 running (63s) 1s ago 18m 52.0M 2781M 19.0.0-26-g0482646f 26bb7d89db2e 7109e894fc03 2023-12-06T07:38:17.339 INFO:teuthology.orchestra.run.smithi172.stdout:osd.1 smithi172 running (34s) 1s ago 17m 49.9M 2781M 19.0.0-26-g0482646f 26bb7d89db2e 9ee0a91cbcce 2023-12-06T07:38:17.339 INFO:teuthology.orchestra.run.smithi172.stdout:osd.2 smithi172 running (5s) 1s ago 16m - 2781M 19.0.0-26-g0482646f 26bb7d89db2e 97325b53ba4a 2023-12-06T07:38:17.339 INFO:teuthology.orchestra.run.smithi172.stdout:osd.3 smithi172 running (16m) 1s ago 16m 63.9M 2781M 17.2.0 e1d6a67b021e 1c2477b9ceb7 2023-12-06T07:38:17.339 INFO:teuthology.orchestra.run.smithi172.stdout:osd.4 smithi195 running (15m) 2m ago 15m 59.6M 3037M 17.2.0 e1d6a67b021e eaea9514cd4a 2023-12-06T07:38:17.340 INFO:teuthology.orchestra.run.smithi172.stdout:osd.5 smithi195 running (15m) 2m ago 15m 56.1M 3037M 17.2.0 e1d6a67b021e 51eedee8fdd8 2023-12-06T07:38:17.340 INFO:teuthology.orchestra.run.smithi172.stdout:osd.6 smithi195 running (14m) 2m ago 14m 54.3M 3037M 17.2.0 e1d6a67b021e 3bdaad441af1 2023-12-06T07:38:17.340 INFO:teuthology.orchestra.run.smithi172.stdout:osd.7 smithi195 running (13m) 2m ago 13m 57.3M 3037M 17.2.0 e1d6a67b021e 33c403e0a340 2023-12-06T07:38:17.340 INFO:teuthology.orchestra.run.smithi172.stdout:prometheus.a smithi195 *:9095 running (3m) 2m ago 13m 59.0M - 2.33.4 514e6a882f6e 15fc5d42d7a7 2023-12-06T07:38:17.340 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi172.fmdqeg smithi172 *:8000 running (10m) 1s ago 10m 88.4M - 17.2.0 e1d6a67b021e f5f3949b1de8 2023-12-06T07:38:17.340 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi195.hycrot smithi195 *:8000 running (10m) 2m ago 10m 87.7M - 17.2.0 e1d6a67b021e 9c5f08c98b32 2023-12-06T07:38:17.340 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi172.woscxg smithi172 *:80 running (10m) 1s ago 10m 88.3M - 17.2.0 e1d6a67b021e 0c4c84135665 2023-12-06T07:38:17.340 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi195.imqeni smithi195 *:80 running (10m) 2m ago 10m 88.0M - 17.2.0 e1d6a67b021e ca4b88c28560 2023-12-06T07:38:17.759 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:38:17.760 INFO:teuthology.orchestra.run.smithi172.stdout: "mon": { 2023-12-06T07:38:17.760 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:38:17.760 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:38:17.760 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr": { 2023-12-06T07:38:17.760 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:38:17.760 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:38:17.760 INFO:teuthology.orchestra.run.smithi172.stdout: "osd": { 2023-12-06T07:38:17.760 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-06T07:38:17.760 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:38:17.760 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:38:17.760 INFO:teuthology.orchestra.run.smithi172.stdout: "rgw": { 2023-12-06T07:38:17.760 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:38:17.760 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:38:17.760 INFO:teuthology.orchestra.run.smithi172.stdout: "overall": { 2023-12-06T07:38:17.760 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 9, 2023-12-06T07:38:17.761 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 7 2023-12-06T07:38:17.761 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:38:17.761 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:38:17.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:17 smithi172 bash[64618]: audit 2023-12-06T07:38:16.543914+0000 mgr.y (mgr.25528) 201 : audit 0 from='client.34335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:17.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:17 smithi172 bash[64618]: cluster 2023-12-06T07:38:16.563535+0000 mgr.y (mgr.25528) 202 : cluster 0 pgmap v113: 161 pgs: 7 active+clean+remapped, 14 active+undersized+degraded, 32 active+undersized, 108 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 622 B/s rd, 0 op/s; 56/630 objects degraded (8.889%); 3/630 objects misplaced (0.476%) 2023-12-06T07:38:17.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:17 smithi172 bash[64618]: cluster 2023-12-06T07:38:16.841968+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:38:17.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:17 smithi172 bash[64618]: cluster 2023-12-06T07:38:16.842108+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:38:17.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:17 smithi172 bash[64618]: audit 2023-12-06T07:38:16.842267+0000 mon.a (mon.0) 344 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T07:38:17.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:17 smithi172 bash[64618]: cluster 2023-12-06T07:38:16.846069+0000 mon.a (mon.0) 345 : cluster 0 osdmap e119: 8 total, 7 up, 8 in 2023-12-06T07:38:17.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:17 smithi172 bash[64618]: audit 2023-12-06T07:38:16.846821+0000 mon.c (mon.1) 10 : audit 1 from='osd.2 [v2:172.21.15.172:6818/507706884,v1:172.21.15.172:6819/507706884]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:38:17.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:17 smithi172 bash[64618]: audit 2023-12-06T07:38:16.847474+0000 mon.a (mon.0) 346 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:38:17.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:17 smithi172 bash[64618]: audit 2023-12-06T07:38:16.938115+0000 mgr.y (mgr.25528) 203 : audit 0 from='client.34341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:17.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:17 smithi172 bash[64618]: audit 2023-12-06T07:38:17.759273+0000 mon.c (mon.1) 11 : audit 0 from='client.? 172.21.15.172:0/879645901' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:17.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:17 smithi172 bash[66109]: audit 2023-12-06T07:38:16.543914+0000 mgr.y (mgr.25528) 201 : audit 0 from='client.34335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:17.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:17 smithi172 bash[66109]: cluster 2023-12-06T07:38:16.563535+0000 mgr.y (mgr.25528) 202 : cluster 0 pgmap v113: 161 pgs: 7 active+clean+remapped, 14 active+undersized+degraded, 32 active+undersized, 108 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 622 B/s rd, 0 op/s; 56/630 objects degraded (8.889%); 3/630 objects misplaced (0.476%) 2023-12-06T07:38:17.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:17 smithi172 bash[66109]: cluster 2023-12-06T07:38:16.841968+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:38:17.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:17 smithi172 bash[66109]: cluster 2023-12-06T07:38:16.842108+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:38:17.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:17 smithi172 bash[66109]: audit 2023-12-06T07:38:16.842267+0000 mon.a (mon.0) 344 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T07:38:17.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:17 smithi172 bash[66109]: cluster 2023-12-06T07:38:16.846069+0000 mon.a (mon.0) 345 : cluster 0 osdmap e119: 8 total, 7 up, 8 in 2023-12-06T07:38:17.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:17 smithi172 bash[66109]: audit 2023-12-06T07:38:16.846821+0000 mon.c (mon.1) 10 : audit 1 from='osd.2 [v2:172.21.15.172:6818/507706884,v1:172.21.15.172:6819/507706884]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:38:17.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:17 smithi172 bash[66109]: audit 2023-12-06T07:38:16.847474+0000 mon.a (mon.0) 346 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:38:17.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:17 smithi172 bash[66109]: audit 2023-12-06T07:38:16.938115+0000 mgr.y (mgr.25528) 203 : audit 0 from='client.34341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:17.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:17 smithi172 bash[66109]: audit 2023-12-06T07:38:17.759273+0000 mon.c (mon.1) 11 : audit 0 from='client.? 172.21.15.172:0/879645901' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:18.139 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:38:18.139 INFO:teuthology.orchestra.run.smithi172.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:38:18.140 INFO:teuthology.orchestra.run.smithi172.stdout: "in_progress": true, 2023-12-06T07:38:18.140 INFO:teuthology.orchestra.run.smithi172.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:38:18.140 INFO:teuthology.orchestra.run.smithi172.stdout: "services_complete": [ 2023-12-06T07:38:18.140 INFO:teuthology.orchestra.run.smithi172.stdout: "mon", 2023-12-06T07:38:18.140 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr" 2023-12-06T07:38:18.140 INFO:teuthology.orchestra.run.smithi172.stdout: ], 2023-12-06T07:38:18.140 INFO:teuthology.orchestra.run.smithi172.stdout: "progress": "8/23 daemons upgraded", 2023-12-06T07:38:18.140 INFO:teuthology.orchestra.run.smithi172.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T07:38:18.140 INFO:teuthology.orchestra.run.smithi172.stdout: "is_paused": false 2023-12-06T07:38:18.140 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:38:18.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:17 smithi195 bash[51959]: audit 2023-12-06T07:38:16.543914+0000 mgr.y (mgr.25528) 201 : audit 0 from='client.34335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:18.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:17 smithi195 bash[51959]: cluster 2023-12-06T07:38:16.563535+0000 mgr.y (mgr.25528) 202 : cluster 0 pgmap v113: 161 pgs: 7 active+clean+remapped, 14 active+undersized+degraded, 32 active+undersized, 108 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 622 B/s rd, 0 op/s; 56/630 objects degraded (8.889%); 3/630 objects misplaced (0.476%) 2023-12-06T07:38:18.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:17 smithi195 bash[51959]: cluster 2023-12-06T07:38:16.841968+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:38:18.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:17 smithi195 bash[51959]: cluster 2023-12-06T07:38:16.842108+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T07:38:18.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:17 smithi195 bash[51959]: audit 2023-12-06T07:38:16.842267+0000 mon.a (mon.0) 344 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T07:38:18.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:17 smithi195 bash[51959]: cluster 2023-12-06T07:38:16.846069+0000 mon.a (mon.0) 345 : cluster 0 osdmap e119: 8 total, 7 up, 8 in 2023-12-06T07:38:18.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:17 smithi195 bash[51959]: audit 2023-12-06T07:38:16.846821+0000 mon.c (mon.1) 10 : audit 1 from='osd.2 [v2:172.21.15.172:6818/507706884,v1:172.21.15.172:6819/507706884]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:38:18.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:17 smithi195 bash[51959]: audit 2023-12-06T07:38:16.847474+0000 mon.a (mon.0) 346 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:38:18.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:17 smithi195 bash[51959]: audit 2023-12-06T07:38:16.938115+0000 mgr.y (mgr.25528) 203 : audit 0 from='client.34341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:18.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:17 smithi195 bash[51959]: audit 2023-12-06T07:38:17.759273+0000 mon.c (mon.1) 11 : audit 0 from='client.? 172.21.15.172:0/879645901' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:18.588 INFO:teuthology.orchestra.run.smithi172.stdout:HEALTH_WARN Degraded data redundancy: 56/630 objects degraded (8.889%), 14 pgs degraded 2023-12-06T07:38:18.588 INFO:teuthology.orchestra.run.smithi172.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 56/630 objects degraded (8.889%), 14 pgs degraded 2023-12-06T07:38:18.588 INFO:teuthology.orchestra.run.smithi172.stdout: pg 2.c is active+undersized+degraded, acting [5,0] 2023-12-06T07:38:18.588 INFO:teuthology.orchestra.run.smithi172.stdout: pg 2.17 is active+undersized+degraded, acting [6,5] 2023-12-06T07:38:18.588 INFO:teuthology.orchestra.run.smithi172.stdout: pg 2.1c is active+undersized+degraded, acting [7,5] 2023-12-06T07:38:18.589 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.0 is active+undersized+degraded, acting [1,6] 2023-12-06T07:38:18.589 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.4 is active+undersized+degraded, acting [1,5] 2023-12-06T07:38:18.589 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.5 is active+undersized+degraded, acting [5,3] 2023-12-06T07:38:18.589 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.9 is active+undersized+degraded, acting [4,7] 2023-12-06T07:38:18.589 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.13 is active+undersized+degraded, acting [7,4] 2023-12-06T07:38:18.589 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.1a is active+undersized+degraded, acting [4,1] 2023-12-06T07:38:18.589 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.1e is active+undersized+degraded, acting [3,6] 2023-12-06T07:38:18.589 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.1f is active+undersized+degraded, acting [0,5] 2023-12-06T07:38:18.589 INFO:teuthology.orchestra.run.smithi172.stdout: pg 4.9 is active+undersized+degraded, acting [4,3] 2023-12-06T07:38:18.589 INFO:teuthology.orchestra.run.smithi172.stdout: pg 4.d is active+undersized+degraded, acting [4,1] 2023-12-06T07:38:18.589 INFO:teuthology.orchestra.run.smithi172.stdout: pg 5.1c is active+undersized+degraded, acting [4,3] 2023-12-06T07:38:19.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[64618]: audit 2023-12-06T07:38:17.315140+0000 mgr.y (mgr.25528) 204 : audit 0 from='client.34347 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:19.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[64618]: audit 2023-12-06T07:38:17.612234+0000 mgr.y (mgr.25528) 205 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:38:19.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[64618]: cluster 2023-12-06T07:38:17.843759+0000 mon.a (mon.0) 347 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:38:19.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[64618]: cluster 2023-12-06T07:38:17.855491+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T07:38:19.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[64618]: cluster 2023-12-06T07:38:17.858721+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T07:38:19.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[64618]: cluster 2023-12-06T07:38:17.860176+0000 mon.a (mon.0) 348 : cluster 1 osd.2 [v2:172.21.15.172:6818/507706884,v1:172.21.15.172:6819/507706884] boot 2023-12-06T07:38:19.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[64618]: cluster 2023-12-06T07:38:17.860237+0000 mon.a (mon.0) 349 : cluster 0 osdmap e120: 8 total, 8 up, 8 in 2023-12-06T07:38:19.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[64618]: audit 2023-12-06T07:38:17.860824+0000 mon.a (mon.0) 350 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:38:19.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[64618]: cluster 2023-12-06T07:38:17.861637+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T07:38:19.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[64618]: cluster 2023-12-06T07:38:17.862222+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T07:38:19.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[64618]: cluster 2023-12-06T07:38:17.869541+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T07:38:19.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[64618]: cluster 2023-12-06T07:38:17.871780+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T07:38:19.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[64618]: audit 2023-12-06T07:38:18.138524+0000 mgr.y (mgr.25528) 206 : audit 0 from='client.34359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:19.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[64618]: audit 2023-12-06T07:38:18.587957+0000 mon.a (mon.0) 351 : audit 0 from='client.? 172.21.15.172:0/1859824927' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:38:19.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[66109]: audit 2023-12-06T07:38:17.315140+0000 mgr.y (mgr.25528) 204 : audit 0 from='client.34347 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:19.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[66109]: audit 2023-12-06T07:38:17.612234+0000 mgr.y (mgr.25528) 205 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:38:19.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[66109]: cluster 2023-12-06T07:38:17.843759+0000 mon.a (mon.0) 347 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:38:19.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[66109]: cluster 2023-12-06T07:38:17.855491+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T07:38:19.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[66109]: cluster 2023-12-06T07:38:17.858721+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T07:38:19.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[66109]: cluster 2023-12-06T07:38:17.860176+0000 mon.a (mon.0) 348 : cluster 1 osd.2 [v2:172.21.15.172:6818/507706884,v1:172.21.15.172:6819/507706884] boot 2023-12-06T07:38:19.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[66109]: cluster 2023-12-06T07:38:17.860237+0000 mon.a (mon.0) 349 : cluster 0 osdmap e120: 8 total, 8 up, 8 in 2023-12-06T07:38:19.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[66109]: audit 2023-12-06T07:38:17.860824+0000 mon.a (mon.0) 350 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:38:19.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[66109]: cluster 2023-12-06T07:38:17.861637+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T07:38:19.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[66109]: cluster 2023-12-06T07:38:17.862222+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T07:38:19.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[66109]: cluster 2023-12-06T07:38:17.869541+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T07:38:19.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[66109]: cluster 2023-12-06T07:38:17.871780+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T07:38:19.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[66109]: audit 2023-12-06T07:38:18.138524+0000 mgr.y (mgr.25528) 206 : audit 0 from='client.34359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:19.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:18 smithi172 bash[66109]: audit 2023-12-06T07:38:18.587957+0000 mon.a (mon.0) 351 : audit 0 from='client.? 172.21.15.172:0/1859824927' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:38:19.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:18 smithi195 bash[51959]: audit 2023-12-06T07:38:17.315140+0000 mgr.y (mgr.25528) 204 : audit 0 from='client.34347 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:19.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:18 smithi195 bash[51959]: audit 2023-12-06T07:38:17.612234+0000 mgr.y (mgr.25528) 205 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:38:19.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:18 smithi195 bash[51959]: cluster 2023-12-06T07:38:17.843759+0000 mon.a (mon.0) 347 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:38:19.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:18 smithi195 bash[51959]: cluster 2023-12-06T07:38:17.855491+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T07:38:19.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:18 smithi195 bash[51959]: cluster 2023-12-06T07:38:17.858721+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T07:38:19.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:18 smithi195 bash[51959]: cluster 2023-12-06T07:38:17.860176+0000 mon.a (mon.0) 348 : cluster 1 osd.2 [v2:172.21.15.172:6818/507706884,v1:172.21.15.172:6819/507706884] boot 2023-12-06T07:38:19.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:18 smithi195 bash[51959]: cluster 2023-12-06T07:38:17.860237+0000 mon.a (mon.0) 349 : cluster 0 osdmap e120: 8 total, 8 up, 8 in 2023-12-06T07:38:19.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:18 smithi195 bash[51959]: audit 2023-12-06T07:38:17.860824+0000 mon.a (mon.0) 350 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T07:38:19.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:18 smithi195 bash[51959]: cluster 2023-12-06T07:38:17.861637+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T07:38:19.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:18 smithi195 bash[51959]: cluster 2023-12-06T07:38:17.862222+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T07:38:19.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:18 smithi195 bash[51959]: cluster 2023-12-06T07:38:17.869541+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T07:38:19.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:18 smithi195 bash[51959]: cluster 2023-12-06T07:38:17.871780+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T07:38:19.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:18 smithi195 bash[51959]: audit 2023-12-06T07:38:18.138524+0000 mgr.y (mgr.25528) 206 : audit 0 from='client.34359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:19.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:18 smithi195 bash[51959]: audit 2023-12-06T07:38:18.587957+0000 mon.a (mon.0) 351 : audit 0 from='client.? 172.21.15.172:0/1859824927' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:38:20.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[64618]: cluster 2023-12-06T07:38:18.564490+0000 mgr.y (mgr.25528) 207 : cluster 0 pgmap v116: 161 pgs: 7 active+clean+remapped, 14 active+undersized+degraded, 32 active+undersized, 108 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 56/630 objects degraded (8.889%); 3/630 objects misplaced (0.476%) 2023-12-06T07:38:20.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[64618]: cluster 2023-12-06T07:38:18.864852+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[64618]: cluster 2023-12-06T07:38:18.865246+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[64618]: cluster 2023-12-06T07:38:18.865465+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[64618]: cluster 2023-12-06T07:38:18.866279+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[64618]: cluster 2023-12-06T07:38:18.866942+0000 mon.a (mon.0) 352 : cluster 0 osdmap e121: 8 total, 8 up, 8 in 2023-12-06T07:38:20.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[64618]: cluster 2023-12-06T07:38:18.867228+0000 osd.3 (osd.3) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[64618]: cluster 2023-12-06T07:38:18.867413+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[64618]: cluster 2023-12-06T07:38:18.868213+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[64618]: cluster 2023-12-06T07:38:18.870183+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[64618]: cluster 2023-12-06T07:38:18.870300+0000 osd.3 (osd.3) 24 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[64618]: cluster 2023-12-06T07:38:18.870452+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[64618]: cluster 2023-12-06T07:38:18.871138+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.174 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[64618]: cluster 2023-12-06T07:38:18.873069+0000 osd.3 (osd.3) 25 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[66109]: cluster 2023-12-06T07:38:18.564490+0000 mgr.y (mgr.25528) 207 : cluster 0 pgmap v116: 161 pgs: 7 active+clean+remapped, 14 active+undersized+degraded, 32 active+undersized, 108 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 56/630 objects degraded (8.889%); 3/630 objects misplaced (0.476%) 2023-12-06T07:38:20.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[66109]: cluster 2023-12-06T07:38:18.864852+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[66109]: cluster 2023-12-06T07:38:18.865246+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[66109]: cluster 2023-12-06T07:38:18.865465+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[66109]: cluster 2023-12-06T07:38:18.866279+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[66109]: cluster 2023-12-06T07:38:18.866942+0000 mon.a (mon.0) 352 : cluster 0 osdmap e121: 8 total, 8 up, 8 in 2023-12-06T07:38:20.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[66109]: cluster 2023-12-06T07:38:18.867228+0000 osd.3 (osd.3) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[66109]: cluster 2023-12-06T07:38:18.867413+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[66109]: cluster 2023-12-06T07:38:18.868213+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[66109]: cluster 2023-12-06T07:38:18.870183+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[66109]: cluster 2023-12-06T07:38:18.870300+0000 osd.3 (osd.3) 24 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[66109]: cluster 2023-12-06T07:38:18.870452+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[66109]: cluster 2023-12-06T07:38:18.871138+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:19 smithi172 bash[66109]: cluster 2023-12-06T07:38:18.873069+0000 osd.3 (osd.3) 25 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:19 smithi195 bash[51959]: cluster 2023-12-06T07:38:18.564490+0000 mgr.y (mgr.25528) 207 : cluster 0 pgmap v116: 161 pgs: 7 active+clean+remapped, 14 active+undersized+degraded, 32 active+undersized, 108 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 56/630 objects degraded (8.889%); 3/630 objects misplaced (0.476%) 2023-12-06T07:38:20.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:19 smithi195 bash[51959]: cluster 2023-12-06T07:38:18.864852+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:19 smithi195 bash[51959]: cluster 2023-12-06T07:38:18.865246+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:19 smithi195 bash[51959]: cluster 2023-12-06T07:38:18.865465+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:19 smithi195 bash[51959]: cluster 2023-12-06T07:38:18.866279+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:19 smithi195 bash[51959]: cluster 2023-12-06T07:38:18.866942+0000 mon.a (mon.0) 352 : cluster 0 osdmap e121: 8 total, 8 up, 8 in 2023-12-06T07:38:20.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:19 smithi195 bash[51959]: cluster 2023-12-06T07:38:18.867228+0000 osd.3 (osd.3) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:19 smithi195 bash[51959]: cluster 2023-12-06T07:38:18.867413+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:19 smithi195 bash[51959]: cluster 2023-12-06T07:38:18.868213+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:19 smithi195 bash[51959]: cluster 2023-12-06T07:38:18.870183+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:19 smithi195 bash[51959]: cluster 2023-12-06T07:38:18.870300+0000 osd.3 (osd.3) 24 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:19 smithi195 bash[51959]: cluster 2023-12-06T07:38:18.870452+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:19 smithi195 bash[51959]: cluster 2023-12-06T07:38:18.871138+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:20.347 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:19 smithi195 bash[51959]: cluster 2023-12-06T07:38:18.873069+0000 osd.3 (osd.3) 25 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T07:38:21.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:20 smithi172 bash[64618]: cluster 2023-12-06T07:38:19.878920+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:38:21.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:20 smithi172 bash[64618]: cluster 2023-12-06T07:38:19.879048+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:38:21.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:20 smithi172 bash[64618]: cluster 2023-12-06T07:38:19.882720+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:38:21.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:20 smithi172 bash[64618]: cluster 2023-12-06T07:38:19.883575+0000 mon.a (mon.0) 353 : cluster 0 osdmap e122: 8 total, 8 up, 8 in 2023-12-06T07:38:21.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:20 smithi172 bash[64618]: cluster 2023-12-06T07:38:19.887512+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:38:21.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:20 smithi172 bash[64618]: cluster 2023-12-06T07:38:19.891196+0000 osd.3 (osd.3) 26 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:38:21.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:20 smithi172 bash[64618]: cluster 2023-12-06T07:38:19.891846+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:38:21.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:20 smithi172 bash[66109]: cluster 2023-12-06T07:38:19.878920+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:38:21.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:20 smithi172 bash[66109]: cluster 2023-12-06T07:38:19.879048+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:38:21.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:20 smithi172 bash[66109]: cluster 2023-12-06T07:38:19.882720+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:38:21.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:20 smithi172 bash[66109]: cluster 2023-12-06T07:38:19.883575+0000 mon.a (mon.0) 353 : cluster 0 osdmap e122: 8 total, 8 up, 8 in 2023-12-06T07:38:21.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:20 smithi172 bash[66109]: cluster 2023-12-06T07:38:19.887512+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:38:21.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:20 smithi172 bash[66109]: cluster 2023-12-06T07:38:19.891196+0000 osd.3 (osd.3) 26 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:38:21.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:20 smithi172 bash[66109]: cluster 2023-12-06T07:38:19.891846+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:38:21.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:20 smithi195 bash[51959]: cluster 2023-12-06T07:38:19.878920+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:38:21.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:20 smithi195 bash[51959]: cluster 2023-12-06T07:38:19.879048+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:38:21.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:20 smithi195 bash[51959]: cluster 2023-12-06T07:38:19.882720+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:38:21.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:20 smithi195 bash[51959]: cluster 2023-12-06T07:38:19.883575+0000 mon.a (mon.0) 353 : cluster 0 osdmap e122: 8 total, 8 up, 8 in 2023-12-06T07:38:21.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:20 smithi195 bash[51959]: cluster 2023-12-06T07:38:19.887512+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:38:21.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:20 smithi195 bash[51959]: cluster 2023-12-06T07:38:19.891196+0000 osd.3 (osd.3) 26 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:38:21.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:20 smithi195 bash[51959]: cluster 2023-12-06T07:38:19.891846+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T07:38:21.891 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:38:21 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:38:21] "GET /metrics HTTP/1.1" 200 38273 "" "Prometheus/2.33.4" 2023-12-06T07:38:22.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:21 smithi172 bash[66109]: cluster 2023-12-06T07:38:20.565517+0000 mgr.y (mgr.25528) 208 : cluster 0 pgmap v119: 161 pgs: 7 active+clean+remapped, 6 peering, 13 active+undersized+degraded, 27 active+undersized, 108 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 51/630 objects degraded (8.095%); 3/630 objects misplaced (0.476%) 2023-12-06T07:38:22.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:21 smithi172 bash[66109]: audit 2023-12-06T07:38:21.568894+0000 mon.a (mon.0) 354 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:22.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:21 smithi172 bash[66109]: audit 2023-12-06T07:38:21.570744+0000 mon.a (mon.0) 355 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:38:22.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:21 smithi172 bash[66109]: audit 2023-12-06T07:38:21.697535+0000 mon.a (mon.0) 356 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:22.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:21 smithi172 bash[66109]: cluster 2023-12-06T07:38:21.768035+0000 mon.a (mon.0) 357 : cluster 3 Health check update: Degraded data redundancy: 51/630 objects degraded (8.095%), 13 pgs degraded (PG_DEGRADED) 2023-12-06T07:38:22.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:21 smithi172 bash[64618]: cluster 2023-12-06T07:38:20.565517+0000 mgr.y (mgr.25528) 208 : cluster 0 pgmap v119: 161 pgs: 7 active+clean+remapped, 6 peering, 13 active+undersized+degraded, 27 active+undersized, 108 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 51/630 objects degraded (8.095%); 3/630 objects misplaced (0.476%) 2023-12-06T07:38:22.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:21 smithi172 bash[64618]: audit 2023-12-06T07:38:21.568894+0000 mon.a (mon.0) 354 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:22.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:21 smithi172 bash[64618]: audit 2023-12-06T07:38:21.570744+0000 mon.a (mon.0) 355 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:38:22.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:21 smithi172 bash[64618]: audit 2023-12-06T07:38:21.697535+0000 mon.a (mon.0) 356 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:22.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:21 smithi172 bash[64618]: cluster 2023-12-06T07:38:21.768035+0000 mon.a (mon.0) 357 : cluster 3 Health check update: Degraded data redundancy: 51/630 objects degraded (8.095%), 13 pgs degraded (PG_DEGRADED) 2023-12-06T07:38:22.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:21 smithi195 bash[51959]: cluster 2023-12-06T07:38:20.565517+0000 mgr.y (mgr.25528) 208 : cluster 0 pgmap v119: 161 pgs: 7 active+clean+remapped, 6 peering, 13 active+undersized+degraded, 27 active+undersized, 108 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 51/630 objects degraded (8.095%); 3/630 objects misplaced (0.476%) 2023-12-06T07:38:22.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:21 smithi195 bash[51959]: audit 2023-12-06T07:38:21.568894+0000 mon.a (mon.0) 354 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:22.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:21 smithi195 bash[51959]: audit 2023-12-06T07:38:21.570744+0000 mon.a (mon.0) 355 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:38:22.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:21 smithi195 bash[51959]: audit 2023-12-06T07:38:21.697535+0000 mon.a (mon.0) 356 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:22.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:21 smithi195 bash[51959]: cluster 2023-12-06T07:38:21.768035+0000 mon.a (mon.0) 357 : cluster 3 Health check update: Degraded data redundancy: 51/630 objects degraded (8.095%), 13 pgs degraded (PG_DEGRADED) 2023-12-06T07:38:23.135 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:22 smithi172 bash[64618]: cluster 2023-12-06T07:38:22.890635+0000 mon.a (mon.0) 358 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 51/630 objects degraded (8.095%), 13 pgs degraded) 2023-12-06T07:38:23.135 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:22 smithi172 bash[64618]: cluster 2023-12-06T07:38:22.890703+0000 mon.a (mon.0) 359 : cluster 1 Cluster is now healthy 2023-12-06T07:38:23.135 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:22 smithi172 bash[66109]: cluster 2023-12-06T07:38:22.890635+0000 mon.a (mon.0) 358 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 51/630 objects degraded (8.095%), 13 pgs degraded) 2023-12-06T07:38:23.135 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:22 smithi172 bash[66109]: cluster 2023-12-06T07:38:22.890703+0000 mon.a (mon.0) 359 : cluster 1 Cluster is now healthy 2023-12-06T07:38:23.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:22 smithi195 bash[51959]: cluster 2023-12-06T07:38:22.890635+0000 mon.a (mon.0) 358 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 51/630 objects degraded (8.095%), 13 pgs degraded) 2023-12-06T07:38:23.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:22 smithi195 bash[51959]: cluster 2023-12-06T07:38:22.890703+0000 mon.a (mon.0) 359 : cluster 1 Cluster is now healthy 2023-12-06T07:38:24.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:23 smithi172 bash[64618]: cluster 2023-12-06T07:38:22.567166+0000 mgr.y (mgr.25528) 209 : cluster 0 pgmap v120: 161 pgs: 6 peering, 155 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 190 B/s, 0 objects/s recovering 2023-12-06T07:38:24.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:23 smithi172 bash[66109]: cluster 2023-12-06T07:38:22.567166+0000 mgr.y (mgr.25528) 209 : cluster 0 pgmap v120: 161 pgs: 6 peering, 155 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 190 B/s, 0 objects/s recovering 2023-12-06T07:38:24.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:23 smithi195 bash[51959]: cluster 2023-12-06T07:38:22.567166+0000 mgr.y (mgr.25528) 209 : cluster 0 pgmap v120: 161 pgs: 6 peering, 155 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 190 B/s, 0 objects/s recovering 2023-12-06T07:38:26.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:25 smithi172 bash[66109]: cluster 2023-12-06T07:38:24.568132+0000 mgr.y (mgr.25528) 210 : cluster 0 pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 762 B/s rd, 0 op/s; 162 B/s, 0 objects/s recovering 2023-12-06T07:38:26.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:25 smithi172 bash[64618]: cluster 2023-12-06T07:38:24.568132+0000 mgr.y (mgr.25528) 210 : cluster 0 pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 762 B/s rd, 0 op/s; 162 B/s, 0 objects/s recovering 2023-12-06T07:38:26.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:25 smithi195 bash[51959]: cluster 2023-12-06T07:38:24.568132+0000 mgr.y (mgr.25528) 210 : cluster 0 pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 762 B/s rd, 0 op/s; 162 B/s, 0 objects/s recovering 2023-12-06T07:38:27.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[64618]: cluster 2023-12-06T07:38:26.568948+0000 mgr.y (mgr.25528) 211 : cluster 0 pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 136 B/s, 0 objects/s recovering 2023-12-06T07:38:27.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[64618]: audit 2023-12-06T07:38:26.634829+0000 mon.a (mon.0) 360 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:27.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[64618]: audit 2023-12-06T07:38:26.647219+0000 mon.a (mon.0) 361 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:27.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[64618]: audit 2023-12-06T07:38:26.649438+0000 mon.a (mon.0) 362 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:38:27.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[64618]: audit 2023-12-06T07:38:26.651303+0000 mon.a (mon.0) 363 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:38:27.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[64618]: audit 2023-12-06T07:38:26.662289+0000 mon.a (mon.0) 364 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:27.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[64618]: audit 2023-12-06T07:38:26.788972+0000 mon.a (mon.0) 365 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:38:27.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[64618]: audit 2023-12-06T07:38:26.793665+0000 mon.a (mon.0) 366 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:27.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[64618]: audit 2023-12-06T07:38:26.796918+0000 mon.a (mon.0) 367 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:27.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[64618]: audit 2023-12-06T07:38:26.799430+0000 mon.a (mon.0) 368 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:27.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[64618]: audit 2023-12-06T07:38:26.802578+0000 mon.a (mon.0) 369 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T07:38:27.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[64618]: audit 2023-12-06T07:38:26.802955+0000 mgr.y (mgr.25528) 212 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T07:38:27.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[64618]: cephadm 2023-12-06T07:38:26.805151+0000 mgr.y (mgr.25528) 213 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-06T07:38:27.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[66109]: cluster 2023-12-06T07:38:26.568948+0000 mgr.y (mgr.25528) 211 : cluster 0 pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 136 B/s, 0 objects/s recovering 2023-12-06T07:38:27.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[66109]: audit 2023-12-06T07:38:26.634829+0000 mon.a (mon.0) 360 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:27.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[66109]: audit 2023-12-06T07:38:26.647219+0000 mon.a (mon.0) 361 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:27.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[66109]: audit 2023-12-06T07:38:26.649438+0000 mon.a (mon.0) 362 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:38:27.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[66109]: audit 2023-12-06T07:38:26.651303+0000 mon.a (mon.0) 363 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:38:27.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[66109]: audit 2023-12-06T07:38:26.662289+0000 mon.a (mon.0) 364 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:27.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[66109]: audit 2023-12-06T07:38:26.788972+0000 mon.a (mon.0) 365 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:38:27.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[66109]: audit 2023-12-06T07:38:26.793665+0000 mon.a (mon.0) 366 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:27.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[66109]: audit 2023-12-06T07:38:26.796918+0000 mon.a (mon.0) 367 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:27.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[66109]: audit 2023-12-06T07:38:26.799430+0000 mon.a (mon.0) 368 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:27.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[66109]: audit 2023-12-06T07:38:26.802578+0000 mon.a (mon.0) 369 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T07:38:27.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[66109]: audit 2023-12-06T07:38:26.802955+0000 mgr.y (mgr.25528) 212 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T07:38:27.925 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:27 smithi172 bash[66109]: cephadm 2023-12-06T07:38:26.805151+0000 mgr.y (mgr.25528) 213 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-06T07:38:28.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:27 smithi195 bash[51959]: cluster 2023-12-06T07:38:26.568948+0000 mgr.y (mgr.25528) 211 : cluster 0 pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 136 B/s, 0 objects/s recovering 2023-12-06T07:38:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:27 smithi195 bash[51959]: audit 2023-12-06T07:38:26.634829+0000 mon.a (mon.0) 360 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:27 smithi195 bash[51959]: audit 2023-12-06T07:38:26.647219+0000 mon.a (mon.0) 361 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:27 smithi195 bash[51959]: audit 2023-12-06T07:38:26.649438+0000 mon.a (mon.0) 362 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:38:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:27 smithi195 bash[51959]: audit 2023-12-06T07:38:26.651303+0000 mon.a (mon.0) 363 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:38:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:27 smithi195 bash[51959]: audit 2023-12-06T07:38:26.662289+0000 mon.a (mon.0) 364 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:27 smithi195 bash[51959]: audit 2023-12-06T07:38:26.788972+0000 mon.a (mon.0) 365 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:38:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:27 smithi195 bash[51959]: audit 2023-12-06T07:38:26.793665+0000 mon.a (mon.0) 366 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:27 smithi195 bash[51959]: audit 2023-12-06T07:38:26.796918+0000 mon.a (mon.0) 367 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:27 smithi195 bash[51959]: audit 2023-12-06T07:38:26.799430+0000 mon.a (mon.0) 368 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:27 smithi195 bash[51959]: audit 2023-12-06T07:38:26.802578+0000 mon.a (mon.0) 369 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T07:38:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:27 smithi195 bash[51959]: audit 2023-12-06T07:38:26.802955+0000 mgr.y (mgr.25528) 212 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T07:38:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:27 smithi195 bash[51959]: cephadm 2023-12-06T07:38:26.805151+0000 mgr.y (mgr.25528) 213 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-06T07:38:28.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:28 smithi172 bash[64618]: audit 2023-12-06T07:38:27.623435+0000 mgr.y (mgr.25528) 214 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:38:28.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:28 smithi172 bash[66109]: audit 2023-12-06T07:38:27.623435+0000 mgr.y (mgr.25528) 214 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:38:29.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:28 smithi195 bash[51959]: audit 2023-12-06T07:38:27.623435+0000 mgr.y (mgr.25528) 214 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:38:30.320 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:30 smithi172 bash[66109]: cluster 2023-12-06T07:38:28.570598+0000 mgr.y (mgr.25528) 215 : cluster 0 pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 112 B/s, 0 objects/s recovering 2023-12-06T07:38:30.320 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:30 smithi172 bash[66109]: cephadm 2023-12-06T07:38:29.038762+0000 mgr.y (mgr.25528) 216 : cephadm 1 Upgrade: Updating osd.3 2023-12-06T07:38:30.320 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:30 smithi172 bash[66109]: audit 2023-12-06T07:38:29.046071+0000 mon.a (mon.0) 370 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:30.320 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:30 smithi172 bash[66109]: audit 2023-12-06T07:38:29.050334+0000 mon.a (mon.0) 371 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T07:38:30.320 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:30 smithi172 bash[66109]: audit 2023-12-06T07:38:29.051499+0000 mon.a (mon.0) 372 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:38:30.320 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:30 smithi172 bash[66109]: cephadm 2023-12-06T07:38:29.054976+0000 mgr.y (mgr.25528) 217 : cephadm 1 Deploying daemon osd.3 on smithi172 2023-12-06T07:38:30.320 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:30 smithi172 bash[64618]: cluster 2023-12-06T07:38:28.570598+0000 mgr.y (mgr.25528) 215 : cluster 0 pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 112 B/s, 0 objects/s recovering 2023-12-06T07:38:30.320 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:30 smithi172 bash[64618]: cephadm 2023-12-06T07:38:29.038762+0000 mgr.y (mgr.25528) 216 : cephadm 1 Upgrade: Updating osd.3 2023-12-06T07:38:30.321 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:30 smithi172 bash[64618]: audit 2023-12-06T07:38:29.046071+0000 mon.a (mon.0) 370 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:30.321 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:30 smithi172 bash[64618]: audit 2023-12-06T07:38:29.050334+0000 mon.a (mon.0) 371 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T07:38:30.321 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:30 smithi172 bash[64618]: audit 2023-12-06T07:38:29.051499+0000 mon.a (mon.0) 372 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:38:30.321 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:30 smithi172 bash[64618]: cephadm 2023-12-06T07:38:29.054976+0000 mgr.y (mgr.25528) 217 : cephadm 1 Deploying daemon osd.3 on smithi172 2023-12-06T07:38:30.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:30 smithi195 bash[51959]: cluster 2023-12-06T07:38:28.570598+0000 mgr.y (mgr.25528) 215 : cluster 0 pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 112 B/s, 0 objects/s recovering 2023-12-06T07:38:30.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:30 smithi195 bash[51959]: cephadm 2023-12-06T07:38:29.038762+0000 mgr.y (mgr.25528) 216 : cephadm 1 Upgrade: Updating osd.3 2023-12-06T07:38:30.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:30 smithi195 bash[51959]: audit 2023-12-06T07:38:29.046071+0000 mon.a (mon.0) 370 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:30.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:30 smithi195 bash[51959]: audit 2023-12-06T07:38:29.050334+0000 mon.a (mon.0) 371 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T07:38:30.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:30 smithi195 bash[51959]: audit 2023-12-06T07:38:29.051499+0000 mon.a (mon.0) 372 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:38:30.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:30 smithi195 bash[51959]: cephadm 2023-12-06T07:38:29.054976+0000 mgr.y (mgr.25528) 217 : cephadm 1 Deploying daemon osd.3 on smithi172 2023-12-06T07:38:31.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:38:31 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:38:31] "GET /metrics HTTP/1.1" 200 38201 "" "Prometheus/2.33.4" 2023-12-06T07:38:32.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:32 smithi195 bash[51959]: cluster 2023-12-06T07:38:30.571604+0000 mgr.y (mgr.25528) 218 : cluster 0 pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 957 B/s rd, 0 op/s; 102 B/s, 0 objects/s recovering 2023-12-06T07:38:32.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:32 smithi195 bash[51959]: audit 2023-12-06T07:38:31.733075+0000 mon.a (mon.0) 373 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:32.403 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:32 smithi172 bash[66109]: cluster 2023-12-06T07:38:30.571604+0000 mgr.y (mgr.25528) 218 : cluster 0 pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 957 B/s rd, 0 op/s; 102 B/s, 0 objects/s recovering 2023-12-06T07:38:32.403 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:32 smithi172 bash[66109]: audit 2023-12-06T07:38:31.733075+0000 mon.a (mon.0) 373 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:32.403 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:32 smithi172 bash[64618]: cluster 2023-12-06T07:38:30.571604+0000 mgr.y (mgr.25528) 218 : cluster 0 pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 957 B/s rd, 0 op/s; 102 B/s, 0 objects/s recovering 2023-12-06T07:38:32.403 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:32 smithi172 bash[64618]: audit 2023-12-06T07:38:31.733075+0000 mon.a (mon.0) 373 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:33.656 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:38:33 smithi172 systemd[1]: Stopping Ceph osd.3 for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:38:33.922 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:38:33 smithi172 bash[42744]: debug 2023-12-06T07:38:33.651+0000 7fb7186c7700 -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-06T07:38:33.922 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:38:33 smithi172 bash[42744]: debug 2023-12-06T07:38:33.651+0000 7fb7186c7700 -1 osd.3 122 *** Got signal Terminated *** 2023-12-06T07:38:33.922 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:38:33 smithi172 bash[42744]: debug 2023-12-06T07:38:33.651+0000 7fb7186c7700 -1 osd.3 122 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:38:34.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:34 smithi195 bash[51959]: cluster 2023-12-06T07:38:32.573220+0000 mgr.y (mgr.25528) 219 : cluster 0 pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 90 B/s, 0 objects/s recovering 2023-12-06T07:38:34.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:34 smithi195 bash[51959]: cluster 2023-12-06T07:38:33.656386+0000 mon.a (mon.0) 374 : cluster 1 osd.3 marked itself down and dead 2023-12-06T07:38:34.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:34 smithi172 bash[64618]: cluster 2023-12-06T07:38:32.573220+0000 mgr.y (mgr.25528) 219 : cluster 0 pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 90 B/s, 0 objects/s recovering 2023-12-06T07:38:34.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:34 smithi172 bash[64618]: cluster 2023-12-06T07:38:33.656386+0000 mon.a (mon.0) 374 : cluster 1 osd.3 marked itself down and dead 2023-12-06T07:38:34.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:34 smithi172 bash[66109]: cluster 2023-12-06T07:38:32.573220+0000 mgr.y (mgr.25528) 219 : cluster 0 pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 90 B/s, 0 objects/s recovering 2023-12-06T07:38:34.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:34 smithi172 bash[66109]: cluster 2023-12-06T07:38:33.656386+0000 mon.a (mon.0) 374 : cluster 1 osd.3 marked itself down and dead 2023-12-06T07:38:35.328 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:38:35 smithi172 bash[74779]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-3 2023-12-06T07:38:35.329 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:35 smithi172 bash[64618]: cluster 2023-12-06T07:38:34.052587+0000 mon.a (mon.0) 375 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:38:35.329 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:35 smithi172 bash[64618]: cluster 2023-12-06T07:38:34.063164+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:38:35.329 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:35 smithi172 bash[64618]: cluster 2023-12-06T07:38:34.069629+0000 mon.a (mon.0) 376 : cluster 0 osdmap e123: 8 total, 7 up, 8 in 2023-12-06T07:38:35.329 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:35 smithi172 bash[64618]: cluster 2023-12-06T07:38:34.069888+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:38:35.329 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:35 smithi172 bash[64618]: cluster 2023-12-06T07:38:34.069914+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:38:35.329 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:35 smithi172 bash[64618]: cluster 2023-12-06T07:38:34.070395+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:38:35.329 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:35 smithi172 bash[64618]: cluster 2023-12-06T07:38:34.070683+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:38:35.329 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:35 smithi172 bash[64618]: cluster 2023-12-06T07:38:34.072087+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:38:35.329 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:35 smithi172 bash[64618]: cluster 2023-12-06T07:38:34.072424+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:38:35.329 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:35 smithi172 bash[66109]: cluster 2023-12-06T07:38:34.052587+0000 mon.a (mon.0) 375 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:38:35.329 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:35 smithi172 bash[66109]: cluster 2023-12-06T07:38:34.063164+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:38:35.330 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:35 smithi172 bash[66109]: cluster 2023-12-06T07:38:34.069629+0000 mon.a (mon.0) 376 : cluster 0 osdmap e123: 8 total, 7 up, 8 in 2023-12-06T07:38:35.330 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:35 smithi172 bash[66109]: cluster 2023-12-06T07:38:34.069888+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:38:35.330 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:35 smithi172 bash[66109]: cluster 2023-12-06T07:38:34.069914+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:38:35.331 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:35 smithi172 bash[66109]: cluster 2023-12-06T07:38:34.070395+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:38:35.331 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:35 smithi172 bash[66109]: cluster 2023-12-06T07:38:34.070683+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:38:35.331 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:35 smithi172 bash[66109]: cluster 2023-12-06T07:38:34.072087+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:38:35.331 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:35 smithi172 bash[66109]: cluster 2023-12-06T07:38:34.072424+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:38:35.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:35 smithi195 bash[51959]: cluster 2023-12-06T07:38:34.052587+0000 mon.a (mon.0) 375 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:38:35.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:35 smithi195 bash[51959]: cluster 2023-12-06T07:38:34.063164+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:38:35.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:35 smithi195 bash[51959]: cluster 2023-12-06T07:38:34.069629+0000 mon.a (mon.0) 376 : cluster 0 osdmap e123: 8 total, 7 up, 8 in 2023-12-06T07:38:35.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:35 smithi195 bash[51959]: cluster 2023-12-06T07:38:34.069888+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:38:35.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:35 smithi195 bash[51959]: cluster 2023-12-06T07:38:34.069914+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:38:35.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:35 smithi195 bash[51959]: cluster 2023-12-06T07:38:34.070395+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:38:35.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:35 smithi195 bash[51959]: cluster 2023-12-06T07:38:34.070683+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:38:35.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:35 smithi195 bash[51959]: cluster 2023-12-06T07:38:34.072087+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:38:35.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:35 smithi195 bash[51959]: cluster 2023-12-06T07:38:34.072424+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T07:38:35.672 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:38:35 smithi172 bash[74852]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-3 2023-12-06T07:38:36.338 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[64618]: cluster 2023-12-06T07:38:34.573860+0000 mgr.y (mgr.25528) 220 : cluster 0 pgmap v127: 161 pgs: 26 stale+active+clean, 135 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:38:36.339 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[64618]: cluster 2023-12-06T07:38:35.075847+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.339 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[64618]: cluster 2023-12-06T07:38:35.078484+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.339 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[64618]: cluster 2023-12-06T07:38:35.080112+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.339 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[64618]: cluster 2023-12-06T07:38:35.081451+0000 mon.a (mon.0) 377 : cluster 0 osdmap e124: 8 total, 7 up, 8 in 2023-12-06T07:38:36.339 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[64618]: cluster 2023-12-06T07:38:35.082465+0000 osd.4 (osd.4) 31 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.339 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[64618]: cluster 2023-12-06T07:38:35.082664+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.339 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[64618]: cluster 2023-12-06T07:38:35.082910+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.339 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[64618]: cluster 2023-12-06T07:38:35.083216+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.339 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[64618]: cluster 2023-12-06T07:38:35.085453+0000 osd.4 (osd.4) 32 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.339 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[64618]: cluster 2023-12-06T07:38:35.086760+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.339 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[64618]: cluster 2023-12-06T07:38:35.091828+0000 osd.4 (osd.4) 33 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.339 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[66109]: cluster 2023-12-06T07:38:34.573860+0000 mgr.y (mgr.25528) 220 : cluster 0 pgmap v127: 161 pgs: 26 stale+active+clean, 135 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:38:36.340 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[66109]: cluster 2023-12-06T07:38:35.075847+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.340 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[66109]: cluster 2023-12-06T07:38:35.078484+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.340 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[66109]: cluster 2023-12-06T07:38:35.080112+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.340 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[66109]: cluster 2023-12-06T07:38:35.081451+0000 mon.a (mon.0) 377 : cluster 0 osdmap e124: 8 total, 7 up, 8 in 2023-12-06T07:38:36.340 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[66109]: cluster 2023-12-06T07:38:35.082465+0000 osd.4 (osd.4) 31 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.340 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[66109]: cluster 2023-12-06T07:38:35.082664+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.340 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[66109]: cluster 2023-12-06T07:38:35.082910+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.340 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[66109]: cluster 2023-12-06T07:38:35.083216+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.340 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[66109]: cluster 2023-12-06T07:38:35.085453+0000 osd.4 (osd.4) 32 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.340 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[66109]: cluster 2023-12-06T07:38:35.086760+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.340 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:36 smithi172 bash[66109]: cluster 2023-12-06T07:38:35.091828+0000 osd.4 (osd.4) 33 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:36 smithi195 bash[51959]: cluster 2023-12-06T07:38:34.573860+0000 mgr.y (mgr.25528) 220 : cluster 0 pgmap v127: 161 pgs: 26 stale+active+clean, 135 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:38:36.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:36 smithi195 bash[51959]: cluster 2023-12-06T07:38:35.075847+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:36 smithi195 bash[51959]: cluster 2023-12-06T07:38:35.078484+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:36 smithi195 bash[51959]: cluster 2023-12-06T07:38:35.080112+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:36 smithi195 bash[51959]: cluster 2023-12-06T07:38:35.081451+0000 mon.a (mon.0) 377 : cluster 0 osdmap e124: 8 total, 7 up, 8 in 2023-12-06T07:38:36.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:36 smithi195 bash[51959]: cluster 2023-12-06T07:38:35.082465+0000 osd.4 (osd.4) 31 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:36 smithi195 bash[51959]: cluster 2023-12-06T07:38:35.082664+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:36 smithi195 bash[51959]: cluster 2023-12-06T07:38:35.082910+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:36 smithi195 bash[51959]: cluster 2023-12-06T07:38:35.083216+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:36 smithi195 bash[51959]: cluster 2023-12-06T07:38:35.085453+0000 osd.4 (osd.4) 32 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:36 smithi195 bash[51959]: cluster 2023-12-06T07:38:35.086760+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:36.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:36 smithi195 bash[51959]: cluster 2023-12-06T07:38:35.091828+0000 osd.4 (osd.4) 33 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T07:38:37.750 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:37 smithi172 bash[66109]: audit 2023-12-06T07:38:36.572050+0000 mon.a (mon.0) 378 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:37.750 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:37 smithi172 bash[66109]: audit 2023-12-06T07:38:36.573488+0000 mon.a (mon.0) 379 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:38:37.750 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:37 smithi172 bash[66109]: cluster 2023-12-06T07:38:36.574583+0000 mgr.y (mgr.25528) 221 : cluster 0 pgmap v129: 161 pgs: 26 stale+active+clean, 135 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T07:38:37.750 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:38:37 smithi172 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.3.service: Succeeded. 2023-12-06T07:38:37.750 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:38:37 smithi172 systemd[1]: Stopped Ceph osd.3 for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:38:37.750 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:38:37 smithi172 systemd[1]: Started Ceph osd.3 for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:38:37.751 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:37 smithi172 bash[64618]: audit 2023-12-06T07:38:36.572050+0000 mon.a (mon.0) 378 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:37.751 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:37 smithi172 bash[64618]: audit 2023-12-06T07:38:36.573488+0000 mon.a (mon.0) 379 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:38:37.751 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:37 smithi172 bash[64618]: cluster 2023-12-06T07:38:36.574583+0000 mgr.y (mgr.25528) 221 : cluster 0 pgmap v129: 161 pgs: 26 stale+active+clean, 135 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T07:38:37.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:37 smithi195 bash[51959]: audit 2023-12-06T07:38:36.572050+0000 mon.a (mon.0) 378 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:37.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:37 smithi195 bash[51959]: audit 2023-12-06T07:38:36.573488+0000 mon.a (mon.0) 379 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:38:37.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:37 smithi195 bash[51959]: cluster 2023-12-06T07:38:36.574583+0000 mgr.y (mgr.25528) 221 : cluster 0 pgmap v129: 161 pgs: 26 stale+active+clean, 135 active+clean; 585 KiB data, 158 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T07:38:39.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:38 smithi195 bash[51959]: audit 2023-12-06T07:38:37.633030+0000 mgr.y (mgr.25528) 222 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:38:39.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:38 smithi195 bash[51959]: audit 2023-12-06T07:38:37.794954+0000 mon.a (mon.0) 380 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:39.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:38 smithi195 bash[51959]: audit 2023-12-06T07:38:37.803174+0000 mon.a (mon.0) 381 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:39.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:38 smithi172 bash[66109]: audit 2023-12-06T07:38:37.633030+0000 mgr.y (mgr.25528) 222 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:38:39.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:38 smithi172 bash[66109]: audit 2023-12-06T07:38:37.794954+0000 mon.a (mon.0) 380 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:39.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:38 smithi172 bash[66109]: audit 2023-12-06T07:38:37.803174+0000 mon.a (mon.0) 381 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:39.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:38 smithi172 bash[64618]: audit 2023-12-06T07:38:37.633030+0000 mgr.y (mgr.25528) 222 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:38:39.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:38 smithi172 bash[64618]: audit 2023-12-06T07:38:37.794954+0000 mon.a (mon.0) 380 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:39.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:38 smithi172 bash[64618]: audit 2023-12-06T07:38:37.803174+0000 mon.a (mon.0) 381 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:39.672 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:38:39 smithi172 bash[75022]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-06T07:38:39.672 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:38:39 smithi172 bash[75022]: 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-06T07:38:39.672 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:38:39 smithi172 bash[75022]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2023-12-06T07:38:39.672 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:38:39 smithi172 bash[75022]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-06T07:38:39.673 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:38:39 smithi172 bash[75022]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2023-12-06T07:38:39.673 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:38:39 smithi172 bash[75022]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-06T07:38:39.673 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:38:39 smithi172 bash[75022]: --> ceph-volume raw activate successful for osd ID: 3 2023-12-06T07:38:39.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:39 smithi172 bash[66109]: cluster 2023-12-06T07:38:38.576401+0000 mgr.y (mgr.25528) 223 : cluster 0 pgmap v130: 161 pgs: 18 active+undersized+degraded, 6 stale+active+clean, 33 active+undersized, 104 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2023-12-06T07:38:39.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:39 smithi172 bash[66109]: cluster 2023-12-06T07:38:38.800856+0000 mon.a (mon.0) 382 : cluster 3 Health check failed: Degraded data redundancy: 55/630 objects degraded (8.730%), 18 pgs degraded (PG_DEGRADED) 2023-12-06T07:38:39.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:39 smithi172 bash[64618]: cluster 2023-12-06T07:38:38.576401+0000 mgr.y (mgr.25528) 223 : cluster 0 pgmap v130: 161 pgs: 18 active+undersized+degraded, 6 stale+active+clean, 33 active+undersized, 104 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2023-12-06T07:38:39.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:39 smithi172 bash[64618]: cluster 2023-12-06T07:38:38.800856+0000 mon.a (mon.0) 382 : cluster 3 Health check failed: Degraded data redundancy: 55/630 objects degraded (8.730%), 18 pgs degraded (PG_DEGRADED) 2023-12-06T07:38:40.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:39 smithi195 bash[51959]: cluster 2023-12-06T07:38:38.576401+0000 mgr.y (mgr.25528) 223 : cluster 0 pgmap v130: 161 pgs: 18 active+undersized+degraded, 6 stale+active+clean, 33 active+undersized, 104 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2023-12-06T07:38:40.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:39 smithi195 bash[51959]: cluster 2023-12-06T07:38:38.800856+0000 mon.a (mon.0) 382 : cluster 3 Health check failed: Degraded data redundancy: 55/630 objects degraded (8.730%), 18 pgs degraded (PG_DEGRADED) 2023-12-06T07:38:41.172 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:38:40 smithi172 bash[75325]: debug 2023-12-06T07:38:40.983+0000 7fda68653700 1 -- 172.21.15.172:0/1221999710 <== mon.0 v2:172.21.15.172:3300/0 3 ==== mon_map magic: 0 v1 ==== 413+0+0 (secure 0 0 0) 0x557331c8f600 con 0x557331ccec00 2023-12-06T07:38:41.172 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:38:40 smithi172 bash[75325]: debug 2023-12-06T07:38:40.983+0000 7fda68653700 1 -- 172.21.15.172:0/1221999710 <== mon.0 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x557331c491e0 con 0x557331ccec00 2023-12-06T07:38:41.803 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:38:41 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:38:41] "GET /metrics HTTP/1.1" 200 38344 "" "Prometheus/2.33.4" 2023-12-06T07:38:41.803 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:38:41 smithi172 bash[75325]: debug 2023-12-06T07:38:41.523+0000 7fda717d9640 -1 Falling back to public interface 2023-12-06T07:38:42.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:41 smithi195 bash[51959]: cluster 2023-12-06T07:38:40.577817+0000 mgr.y (mgr.25528) 224 : cluster 0 pgmap v131: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-06T07:38:42.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:41 smithi172 bash[64618]: cluster 2023-12-06T07:38:40.577817+0000 mgr.y (mgr.25528) 224 : cluster 0 pgmap v131: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-06T07:38:42.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:41 smithi172 bash[66109]: cluster 2023-12-06T07:38:40.577817+0000 mgr.y (mgr.25528) 224 : cluster 0 pgmap v131: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-06T07:38:44.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:43 smithi195 bash[51959]: cluster 2023-12-06T07:38:42.579722+0000 mgr.y (mgr.25528) 225 : cluster 0 pgmap v132: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-06T07:38:44.135 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:43 smithi172 bash[66109]: cluster 2023-12-06T07:38:42.579722+0000 mgr.y (mgr.25528) 225 : cluster 0 pgmap v132: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-06T07:38:44.135 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:43 smithi172 bash[64618]: cluster 2023-12-06T07:38:42.579722+0000 mgr.y (mgr.25528) 225 : cluster 0 pgmap v132: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-06T07:38:44.922 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:38:44 smithi172 bash[75325]: debug 2023-12-06T07:38:44.571+0000 7fda717d9640 -1 osd.3 0 read_superblock omap replica is missing. 2023-12-06T07:38:44.922 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:38:44 smithi172 bash[75325]: debug 2023-12-06T07:38:44.611+0000 7fda717d9640 -1 osd.3 122 log_to_monitors true 2023-12-06T07:38:45.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:45 smithi172 bash[64618]: audit 2023-12-06T07:38:44.384416+0000 mon.a (mon.0) 383 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:45.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:45 smithi172 bash[64618]: audit 2023-12-06T07:38:44.394827+0000 mon.a (mon.0) 384 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:45.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:45 smithi172 bash[64618]: cluster 2023-12-06T07:38:44.580778+0000 mgr.y (mgr.25528) 226 : cluster 0 pgmap v133: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-06T07:38:45.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:45 smithi172 bash[64618]: audit 2023-12-06T07:38:44.616878+0000 mon.c (mon.1) 12 : audit 1 from='osd.3 [v2:172.21.15.172:6826/660458420,v1:172.21.15.172:6827/660458420]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T07:38:45.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:45 smithi172 bash[64618]: audit 2023-12-06T07:38:44.617283+0000 mon.a (mon.0) 385 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T07:38:45.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:45 smithi172 bash[66109]: audit 2023-12-06T07:38:44.384416+0000 mon.a (mon.0) 383 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:45.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:45 smithi172 bash[66109]: audit 2023-12-06T07:38:44.394827+0000 mon.a (mon.0) 384 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:45.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:45 smithi172 bash[66109]: cluster 2023-12-06T07:38:44.580778+0000 mgr.y (mgr.25528) 226 : cluster 0 pgmap v133: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-06T07:38:45.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:45 smithi172 bash[66109]: audit 2023-12-06T07:38:44.616878+0000 mon.c (mon.1) 12 : audit 1 from='osd.3 [v2:172.21.15.172:6826/660458420,v1:172.21.15.172:6827/660458420]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T07:38:45.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:45 smithi172 bash[66109]: audit 2023-12-06T07:38:44.617283+0000 mon.a (mon.0) 385 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T07:38:45.673 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:38:45 smithi172 bash[75325]: debug 2023-12-06T07:38:45.447+0000 7fda62449700 -1 osd.3 122 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:38:45.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:45 smithi195 bash[51959]: audit 2023-12-06T07:38:44.384416+0000 mon.a (mon.0) 383 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:45.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:45 smithi195 bash[51959]: audit 2023-12-06T07:38:44.394827+0000 mon.a (mon.0) 384 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:45.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:45 smithi195 bash[51959]: cluster 2023-12-06T07:38:44.580778+0000 mgr.y (mgr.25528) 226 : cluster 0 pgmap v133: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-06T07:38:45.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:45 smithi195 bash[51959]: audit 2023-12-06T07:38:44.616878+0000 mon.c (mon.1) 12 : audit 1 from='osd.3 [v2:172.21.15.172:6826/660458420,v1:172.21.15.172:6827/660458420]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T07:38:45.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:45 smithi195 bash[51959]: audit 2023-12-06T07:38:44.617283+0000 mon.a (mon.0) 385 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T07:38:46.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:46 smithi172 bash[64618]: audit 2023-12-06T07:38:45.395717+0000 mon.a (mon.0) 386 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:46.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:46 smithi172 bash[64618]: audit 2023-12-06T07:38:45.398111+0000 mon.a (mon.0) 387 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T07:38:46.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:46 smithi172 bash[64618]: cluster 2023-12-06T07:38:45.400048+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:38:46.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:46 smithi172 bash[64618]: cluster 2023-12-06T07:38:45.403895+0000 mon.a (mon.0) 388 : cluster 0 osdmap e125: 8 total, 7 up, 8 in 2023-12-06T07:38:46.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:46 smithi172 bash[64618]: audit 2023-12-06T07:38:45.406707+0000 mon.c (mon.1) 13 : audit 1 from='osd.3 [v2:172.21.15.172:6826/660458420,v1:172.21.15.172:6827/660458420]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:38:46.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:46 smithi172 bash[64618]: audit 2023-12-06T07:38:45.409004+0000 mon.a (mon.0) 389 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:38:46.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:46 smithi172 bash[64618]: audit 2023-12-06T07:38:45.414778+0000 mon.a (mon.0) 390 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:46.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:46 smithi172 bash[64618]: cluster 2023-12-06T07:38:45.626204+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:38:46.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:46 smithi172 bash[64618]: cluster 2023-12-06T07:38:46.090921+0000 osd.4 (osd.4) 34 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:38:46.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:46 smithi172 bash[66109]: audit 2023-12-06T07:38:45.395717+0000 mon.a (mon.0) 386 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:46.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:46 smithi172 bash[66109]: audit 2023-12-06T07:38:45.398111+0000 mon.a (mon.0) 387 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T07:38:46.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:46 smithi172 bash[66109]: cluster 2023-12-06T07:38:45.400048+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:38:46.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:46 smithi172 bash[66109]: cluster 2023-12-06T07:38:45.403895+0000 mon.a (mon.0) 388 : cluster 0 osdmap e125: 8 total, 7 up, 8 in 2023-12-06T07:38:46.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:46 smithi172 bash[66109]: audit 2023-12-06T07:38:45.406707+0000 mon.c (mon.1) 13 : audit 1 from='osd.3 [v2:172.21.15.172:6826/660458420,v1:172.21.15.172:6827/660458420]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:38:46.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:46 smithi172 bash[66109]: audit 2023-12-06T07:38:45.409004+0000 mon.a (mon.0) 389 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:38:46.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:46 smithi172 bash[66109]: audit 2023-12-06T07:38:45.414778+0000 mon.a (mon.0) 390 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:46.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:46 smithi172 bash[66109]: cluster 2023-12-06T07:38:45.626204+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:38:46.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:46 smithi172 bash[66109]: cluster 2023-12-06T07:38:46.090921+0000 osd.4 (osd.4) 34 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:38:46.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:46 smithi195 bash[51959]: audit 2023-12-06T07:38:45.395717+0000 mon.a (mon.0) 386 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:46.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:46 smithi195 bash[51959]: audit 2023-12-06T07:38:45.398111+0000 mon.a (mon.0) 387 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T07:38:46.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:46 smithi195 bash[51959]: cluster 2023-12-06T07:38:45.400048+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:38:46.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:46 smithi195 bash[51959]: cluster 2023-12-06T07:38:45.403895+0000 mon.a (mon.0) 388 : cluster 0 osdmap e125: 8 total, 7 up, 8 in 2023-12-06T07:38:46.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:46 smithi195 bash[51959]: audit 2023-12-06T07:38:45.406707+0000 mon.c (mon.1) 13 : audit 1 from='osd.3 [v2:172.21.15.172:6826/660458420,v1:172.21.15.172:6827/660458420]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:38:46.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:46 smithi195 bash[51959]: audit 2023-12-06T07:38:45.409004+0000 mon.a (mon.0) 389 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-06T07:38:46.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:46 smithi195 bash[51959]: audit 2023-12-06T07:38:45.414778+0000 mon.a (mon.0) 390 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:46.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:46 smithi195 bash[51959]: cluster 2023-12-06T07:38:45.626204+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:38:46.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:46 smithi195 bash[51959]: cluster 2023-12-06T07:38:46.090921+0000 osd.4 (osd.4) 34 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:38:47.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:47 smithi172 bash[64618]: cluster 2023-12-06T07:38:46.299535+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:38:47.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:47 smithi172 bash[64618]: cluster 2023-12-06T07:38:46.412216+0000 mon.a (mon.0) 391 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:38:47.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:47 smithi172 bash[64618]: cluster 2023-12-06T07:38:46.414100+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T07:38:47.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:47 smithi172 bash[64618]: cluster 2023-12-06T07:38:46.414929+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T07:38:47.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:47 smithi172 bash[64618]: cluster 2023-12-06T07:38:46.418746+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T07:38:47.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:47 smithi172 bash[64618]: cluster 2023-12-06T07:38:46.419156+0000 mon.a (mon.0) 392 : cluster 1 osd.3 [v2:172.21.15.172:6826/660458420,v1:172.21.15.172:6827/660458420] boot 2023-12-06T07:38:47.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:47 smithi172 bash[64618]: cluster 2023-12-06T07:38:46.419231+0000 mon.a (mon.0) 393 : cluster 0 osdmap e126: 8 total, 8 up, 8 in 2023-12-06T07:38:47.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:47 smithi172 bash[64618]: audit 2023-12-06T07:38:46.419490+0000 mon.a (mon.0) 394 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:38:47.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:47 smithi172 bash[64618]: cluster 2023-12-06T07:38:46.419848+0000 osd.4 (osd.4) 35 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T07:38:47.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:47 smithi172 bash[64618]: cluster 2023-12-06T07:38:46.581774+0000 mgr.y (mgr.25528) 227 : cluster 0 pgmap v136: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 177 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s; 78/630 objects degraded (12.381%) 2023-12-06T07:38:47.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:47 smithi172 bash[64618]: cluster 2023-12-06T07:38:46.776529+0000 mon.a (mon.0) 395 : cluster 3 Health check update: Degraded data redundancy: 78/630 objects degraded (12.381%), 24 pgs degraded (PG_DEGRADED) 2023-12-06T07:38:47.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:47 smithi172 bash[66109]: cluster 2023-12-06T07:38:46.299535+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:38:47.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:47 smithi172 bash[66109]: cluster 2023-12-06T07:38:46.412216+0000 mon.a (mon.0) 391 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:38:47.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:47 smithi172 bash[66109]: cluster 2023-12-06T07:38:46.414100+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T07:38:47.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:47 smithi172 bash[66109]: cluster 2023-12-06T07:38:46.414929+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T07:38:47.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:47 smithi172 bash[66109]: cluster 2023-12-06T07:38:46.418746+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T07:38:47.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:47 smithi172 bash[66109]: cluster 2023-12-06T07:38:46.419156+0000 mon.a (mon.0) 392 : cluster 1 osd.3 [v2:172.21.15.172:6826/660458420,v1:172.21.15.172:6827/660458420] boot 2023-12-06T07:38:47.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:47 smithi172 bash[66109]: cluster 2023-12-06T07:38:46.419231+0000 mon.a (mon.0) 393 : cluster 0 osdmap e126: 8 total, 8 up, 8 in 2023-12-06T07:38:47.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:47 smithi172 bash[66109]: audit 2023-12-06T07:38:46.419490+0000 mon.a (mon.0) 394 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:38:47.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:47 smithi172 bash[66109]: cluster 2023-12-06T07:38:46.419848+0000 osd.4 (osd.4) 35 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T07:38:47.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:47 smithi172 bash[66109]: cluster 2023-12-06T07:38:46.581774+0000 mgr.y (mgr.25528) 227 : cluster 0 pgmap v136: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 177 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s; 78/630 objects degraded (12.381%) 2023-12-06T07:38:47.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:47 smithi172 bash[66109]: cluster 2023-12-06T07:38:46.776529+0000 mon.a (mon.0) 395 : cluster 3 Health check update: Degraded data redundancy: 78/630 objects degraded (12.381%), 24 pgs degraded (PG_DEGRADED) 2023-12-06T07:38:47.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:47 smithi195 bash[51959]: cluster 2023-12-06T07:38:46.299535+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T07:38:47.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:47 smithi195 bash[51959]: cluster 2023-12-06T07:38:46.412216+0000 mon.a (mon.0) 391 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:38:47.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:47 smithi195 bash[51959]: cluster 2023-12-06T07:38:46.414100+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T07:38:47.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:47 smithi195 bash[51959]: cluster 2023-12-06T07:38:46.414929+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T07:38:47.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:47 smithi195 bash[51959]: cluster 2023-12-06T07:38:46.418746+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T07:38:47.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:47 smithi195 bash[51959]: cluster 2023-12-06T07:38:46.419156+0000 mon.a (mon.0) 392 : cluster 1 osd.3 [v2:172.21.15.172:6826/660458420,v1:172.21.15.172:6827/660458420] boot 2023-12-06T07:38:47.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:47 smithi195 bash[51959]: cluster 2023-12-06T07:38:46.419231+0000 mon.a (mon.0) 393 : cluster 0 osdmap e126: 8 total, 8 up, 8 in 2023-12-06T07:38:47.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:47 smithi195 bash[51959]: audit 2023-12-06T07:38:46.419490+0000 mon.a (mon.0) 394 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T07:38:47.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:47 smithi195 bash[51959]: cluster 2023-12-06T07:38:46.419848+0000 osd.4 (osd.4) 35 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T07:38:47.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:47 smithi195 bash[51959]: cluster 2023-12-06T07:38:46.581774+0000 mgr.y (mgr.25528) 227 : cluster 0 pgmap v136: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 177 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s; 78/630 objects degraded (12.381%) 2023-12-06T07:38:47.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:47 smithi195 bash[51959]: cluster 2023-12-06T07:38:46.776529+0000 mon.a (mon.0) 395 : cluster 3 Health check update: Degraded data redundancy: 78/630 objects degraded (12.381%), 24 pgs degraded (PG_DEGRADED) 2023-12-06T07:38:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:48 smithi195 bash[51959]: cluster 2023-12-06T07:38:47.427514+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:48 smithi195 bash[51959]: cluster 2023-12-06T07:38:47.430071+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:48 smithi195 bash[51959]: cluster 2023-12-06T07:38:47.431900+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:48 smithi195 bash[51959]: cluster 2023-12-06T07:38:47.433222+0000 mon.a (mon.0) 396 : cluster 0 osdmap e127: 8 total, 8 up, 8 in 2023-12-06T07:38:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:48 smithi195 bash[51959]: cluster 2023-12-06T07:38:47.435625+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:48 smithi195 bash[51959]: cluster 2023-12-06T07:38:47.435669+0000 osd.4 (osd.4) 36 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:48 smithi195 bash[51959]: cluster 2023-12-06T07:38:47.435905+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:48 smithi195 bash[51959]: cluster 2023-12-06T07:38:47.439813+0000 osd.4 (osd.4) 37 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:48 smithi195 bash[51959]: cluster 2023-12-06T07:38:47.445134+0000 osd.4 (osd.4) 38 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:48 smithi195 bash[51959]: audit 2023-12-06T07:38:47.639869+0000 mgr.y (mgr.25528) 228 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:38:48.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:48 smithi172 bash[66109]: cluster 2023-12-06T07:38:47.427514+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:48 smithi172 bash[66109]: cluster 2023-12-06T07:38:47.430071+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:48 smithi172 bash[66109]: cluster 2023-12-06T07:38:47.431900+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:48 smithi172 bash[66109]: cluster 2023-12-06T07:38:47.433222+0000 mon.a (mon.0) 396 : cluster 0 osdmap e127: 8 total, 8 up, 8 in 2023-12-06T07:38:48.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:48 smithi172 bash[66109]: cluster 2023-12-06T07:38:47.435625+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:48 smithi172 bash[66109]: cluster 2023-12-06T07:38:47.435669+0000 osd.4 (osd.4) 36 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:48 smithi172 bash[66109]: cluster 2023-12-06T07:38:47.435905+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:48 smithi172 bash[66109]: cluster 2023-12-06T07:38:47.439813+0000 osd.4 (osd.4) 37 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:48 smithi172 bash[66109]: cluster 2023-12-06T07:38:47.445134+0000 osd.4 (osd.4) 38 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:48 smithi172 bash[66109]: audit 2023-12-06T07:38:47.639869+0000 mgr.y (mgr.25528) 228 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:38:48.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:48 smithi172 bash[64618]: cluster 2023-12-06T07:38:47.427514+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:48 smithi172 bash[64618]: cluster 2023-12-06T07:38:47.430071+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:48 smithi172 bash[64618]: cluster 2023-12-06T07:38:47.431900+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:48 smithi172 bash[64618]: cluster 2023-12-06T07:38:47.433222+0000 mon.a (mon.0) 396 : cluster 0 osdmap e127: 8 total, 8 up, 8 in 2023-12-06T07:38:48.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:48 smithi172 bash[64618]: cluster 2023-12-06T07:38:47.435625+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:48 smithi172 bash[64618]: cluster 2023-12-06T07:38:47.435669+0000 osd.4 (osd.4) 36 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:48 smithi172 bash[64618]: cluster 2023-12-06T07:38:47.435905+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:48 smithi172 bash[64618]: cluster 2023-12-06T07:38:47.439813+0000 osd.4 (osd.4) 37 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:48 smithi172 bash[64618]: cluster 2023-12-06T07:38:47.445134+0000 osd.4 (osd.4) 38 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T07:38:48.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:48 smithi172 bash[64618]: audit 2023-12-06T07:38:47.639869+0000 mgr.y (mgr.25528) 228 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:38:49.003 INFO:teuthology.orchestra.run.smithi172.stdout:true 2023-12-06T07:38:49.770 INFO:teuthology.orchestra.run.smithi172.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:38:49.770 INFO:teuthology.orchestra.run.smithi172.stdout:alertmanager.a smithi172 *:9093,9094 running (6m) 5s ago 13m 16.2M - 0.23.0 ba2b418f427c 834724028b79 2023-12-06T07:38:49.770 INFO:teuthology.orchestra.run.smithi172.stdout:grafana.a smithi195 *:3000 running (5m) 2m ago 12m 43.9M - 8.3.5 dad864ee21e9 c0abf90c662f 2023-12-06T07:38:49.770 INFO:teuthology.orchestra.run.smithi172.stdout:iscsi.foo.smithi172.imjphn smithi172 running (4m) 5s ago 11m 47.3M - 3.5 e1d6a67b021e d65a8ea57779 2023-12-06T07:38:49.770 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.x smithi195 *:8443,9283,8765 running (4m) 2m ago 19m 435M - 19.0.0-26-g0482646f 26bb7d89db2e e5647ee16c48 2023-12-06T07:38:49.770 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.y smithi172 *:8443,9283,8765 running (5m) 5s ago 21m 494M - 19.0.0-26-g0482646f 26bb7d89db2e 5594cbd599cc 2023-12-06T07:38:49.770 INFO:teuthology.orchestra.run.smithi172.stdout:mon.a smithi172 running (3m) 5s ago 21m 52.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e b9309f43e92c 2023-12-06T07:38:49.771 INFO:teuthology.orchestra.run.smithi172.stdout:mon.b smithi195 running (2m) 2m ago 19m 23.8M 2048M 19.0.0-26-g0482646f 26bb7d89db2e da852bc4d7be 2023-12-06T07:38:49.771 INFO:teuthology.orchestra.run.smithi172.stdout:mon.c smithi172 running (3m) 5s ago 19m 45.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 59a91fe7affc 2023-12-06T07:38:49.771 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.a smithi172 *:9100 running (6m) 5s ago 13m 14.2M - 1.3.1 1dbe0e931976 4171378093cf 2023-12-06T07:38:49.771 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.b smithi195 *:9100 running (5m) 2m ago 13m 11.2M - 1.3.1 1dbe0e931976 3f1c42cbb0e4 2023-12-06T07:38:49.771 INFO:teuthology.orchestra.run.smithi172.stdout:osd.0 smithi172 running (96s) 5s ago 18m 52.9M 2781M 19.0.0-26-g0482646f 26bb7d89db2e 7109e894fc03 2023-12-06T07:38:49.771 INFO:teuthology.orchestra.run.smithi172.stdout:osd.1 smithi172 running (67s) 5s ago 18m 50.9M 2781M 19.0.0-26-g0482646f 26bb7d89db2e 9ee0a91cbcce 2023-12-06T07:38:49.771 INFO:teuthology.orchestra.run.smithi172.stdout:osd.2 smithi172 running (38s) 5s ago 17m 47.6M 2781M 19.0.0-26-g0482646f 26bb7d89db2e 97325b53ba4a 2023-12-06T07:38:49.771 INFO:teuthology.orchestra.run.smithi172.stdout:osd.3 smithi172 running (9s) 5s ago 16m - 2781M 19.0.0-26-g0482646f 26bb7d89db2e eb190f1606bc 2023-12-06T07:38:49.771 INFO:teuthology.orchestra.run.smithi172.stdout:osd.4 smithi195 running (16m) 2m ago 16m 59.6M 3037M 17.2.0 e1d6a67b021e eaea9514cd4a 2023-12-06T07:38:49.771 INFO:teuthology.orchestra.run.smithi172.stdout:osd.5 smithi195 running (15m) 2m ago 15m 56.1M 3037M 17.2.0 e1d6a67b021e 51eedee8fdd8 2023-12-06T07:38:49.771 INFO:teuthology.orchestra.run.smithi172.stdout:osd.6 smithi195 running (15m) 2m ago 15m 54.3M 3037M 17.2.0 e1d6a67b021e 3bdaad441af1 2023-12-06T07:38:49.771 INFO:teuthology.orchestra.run.smithi172.stdout:osd.7 smithi195 running (14m) 2m ago 14m 57.3M 3037M 17.2.0 e1d6a67b021e 33c403e0a340 2023-12-06T07:38:49.771 INFO:teuthology.orchestra.run.smithi172.stdout:prometheus.a smithi195 *:9095 running (4m) 2m ago 13m 59.0M - 2.33.4 514e6a882f6e 15fc5d42d7a7 2023-12-06T07:38:49.771 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi172.fmdqeg smithi172 *:8000 running (11m) 5s ago 11m 88.6M - 17.2.0 e1d6a67b021e f5f3949b1de8 2023-12-06T07:38:49.771 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi195.hycrot smithi195 *:8000 running (11m) 2m ago 11m 87.7M - 17.2.0 e1d6a67b021e 9c5f08c98b32 2023-12-06T07:38:49.772 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi172.woscxg smithi172 *:80 running (11m) 5s ago 11m 88.6M - 17.2.0 e1d6a67b021e 0c4c84135665 2023-12-06T07:38:49.772 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi195.imqeni smithi195 *:80 running (11m) 2m ago 11m 88.0M - 17.2.0 e1d6a67b021e ca4b88c28560 2023-12-06T07:38:49.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:49 smithi195 bash[51959]: cluster 2023-12-06T07:38:48.583314+0000 mgr.y (mgr.25528) 229 : cluster 0 pgmap v138: 161 pgs: 14 peering, 14 active+undersized+degraded, 20 active+undersized, 113 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2023-12-06T07:38:49.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:49 smithi195 bash[51959]: audit 2023-12-06T07:38:48.987756+0000 mgr.y (mgr.25528) 230 : audit 0 from='client.44299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:49.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:49 smithi172 bash[66109]: cluster 2023-12-06T07:38:48.583314+0000 mgr.y (mgr.25528) 229 : cluster 0 pgmap v138: 161 pgs: 14 peering, 14 active+undersized+degraded, 20 active+undersized, 113 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2023-12-06T07:38:49.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:49 smithi172 bash[66109]: audit 2023-12-06T07:38:48.987756+0000 mgr.y (mgr.25528) 230 : audit 0 from='client.44299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:49.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:49 smithi172 bash[64618]: cluster 2023-12-06T07:38:48.583314+0000 mgr.y (mgr.25528) 229 : cluster 0 pgmap v138: 161 pgs: 14 peering, 14 active+undersized+degraded, 20 active+undersized, 113 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2023-12-06T07:38:49.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:49 smithi172 bash[64618]: audit 2023-12-06T07:38:48.987756+0000 mgr.y (mgr.25528) 230 : audit 0 from='client.44299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:50.205 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:38:50.205 INFO:teuthology.orchestra.run.smithi172.stdout: "mon": { 2023-12-06T07:38:50.205 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:38:50.205 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:38:50.205 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr": { 2023-12-06T07:38:50.205 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:38:50.205 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:38:50.205 INFO:teuthology.orchestra.run.smithi172.stdout: "osd": { 2023-12-06T07:38:50.206 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-06T07:38:50.206 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 4 2023-12-06T07:38:50.206 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:38:50.206 INFO:teuthology.orchestra.run.smithi172.stdout: "rgw": { 2023-12-06T07:38:50.206 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:38:50.206 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:38:50.206 INFO:teuthology.orchestra.run.smithi172.stdout: "overall": { 2023-12-06T07:38:50.206 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8, 2023-12-06T07:38:50.206 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 9 2023-12-06T07:38:50.206 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:38:50.206 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:38:50.594 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:38:50.594 INFO:teuthology.orchestra.run.smithi172.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:38:50.594 INFO:teuthology.orchestra.run.smithi172.stdout: "in_progress": true, 2023-12-06T07:38:50.594 INFO:teuthology.orchestra.run.smithi172.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:38:50.594 INFO:teuthology.orchestra.run.smithi172.stdout: "services_complete": [ 2023-12-06T07:38:50.594 INFO:teuthology.orchestra.run.smithi172.stdout: "mon", 2023-12-06T07:38:50.594 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr" 2023-12-06T07:38:50.595 INFO:teuthology.orchestra.run.smithi172.stdout: ], 2023-12-06T07:38:50.595 INFO:teuthology.orchestra.run.smithi172.stdout: "progress": "9/23 daemons upgraded", 2023-12-06T07:38:50.595 INFO:teuthology.orchestra.run.smithi172.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T07:38:50.595 INFO:teuthology.orchestra.run.smithi172.stdout: "is_paused": false 2023-12-06T07:38:50.595 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:38:50.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:50 smithi195 bash[51959]: audit 2023-12-06T07:38:49.373896+0000 mgr.y (mgr.25528) 231 : audit 0 from='client.34383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:50.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:50 smithi195 bash[51959]: audit 2023-12-06T07:38:49.745614+0000 mgr.y (mgr.25528) 232 : audit 0 from='client.34389 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:50.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:50 smithi195 bash[51959]: audit 2023-12-06T07:38:50.204603+0000 mon.a (mon.0) 397 : audit 0 from='client.? 172.21.15.172:0/252352152' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:50.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:50 smithi172 bash[64618]: audit 2023-12-06T07:38:49.373896+0000 mgr.y (mgr.25528) 231 : audit 0 from='client.34383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:50.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:50 smithi172 bash[64618]: audit 2023-12-06T07:38:49.745614+0000 mgr.y (mgr.25528) 232 : audit 0 from='client.34389 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:50.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:50 smithi172 bash[64618]: audit 2023-12-06T07:38:50.204603+0000 mon.a (mon.0) 397 : audit 0 from='client.? 172.21.15.172:0/252352152' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:50.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:50 smithi172 bash[66109]: audit 2023-12-06T07:38:49.373896+0000 mgr.y (mgr.25528) 231 : audit 0 from='client.34383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:50.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:50 smithi172 bash[66109]: audit 2023-12-06T07:38:49.745614+0000 mgr.y (mgr.25528) 232 : audit 0 from='client.34389 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:50.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:50 smithi172 bash[66109]: audit 2023-12-06T07:38:50.204603+0000 mon.a (mon.0) 397 : audit 0 from='client.? 172.21.15.172:0/252352152' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:51.044 INFO:teuthology.orchestra.run.smithi172.stdout:HEALTH_WARN Degraded data redundancy: 49/630 objects degraded (7.778%), 14 pgs degraded 2023-12-06T07:38:51.044 INFO:teuthology.orchestra.run.smithi172.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 49/630 objects degraded (7.778%), 14 pgs degraded 2023-12-06T07:38:51.044 INFO:teuthology.orchestra.run.smithi172.stdout: pg 2.13 is active+undersized+degraded, acting [0,4] 2023-12-06T07:38:51.044 INFO:teuthology.orchestra.run.smithi172.stdout: pg 2.1b is active+undersized+degraded, acting [7,6] 2023-12-06T07:38:51.044 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.1 is active+undersized+degraded, acting [0,4] 2023-12-06T07:38:51.044 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.2 is active+undersized+degraded, acting [5,6] 2023-12-06T07:38:51.044 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.7 is active+undersized+degraded, acting [7,0] 2023-12-06T07:38:51.044 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.8 is active+undersized+degraded, acting [1,7] 2023-12-06T07:38:51.045 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.b is active+undersized+degraded, acting [0,4] 2023-12-06T07:38:51.045 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.12 is active+undersized+degraded, acting [0,7] 2023-12-06T07:38:51.045 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.17 is active+undersized+degraded, acting [0,5] 2023-12-06T07:38:51.045 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.18 is active+undersized+degraded, acting [0,1] 2023-12-06T07:38:51.045 INFO:teuthology.orchestra.run.smithi172.stdout: pg 3.1e is active+undersized+degraded, acting [6,2] 2023-12-06T07:38:51.045 INFO:teuthology.orchestra.run.smithi172.stdout: pg 4.0 is active+undersized+degraded, acting [7,0] 2023-12-06T07:38:51.045 INFO:teuthology.orchestra.run.smithi172.stdout: pg 4.14 is active+undersized+degraded, acting [1,7] 2023-12-06T07:38:51.045 INFO:teuthology.orchestra.run.smithi172.stdout: pg 6.c is active+undersized+degraded, acting [6,5] 2023-12-06T07:38:51.711 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:51 smithi172 bash[66109]: cluster 2023-12-06T07:38:50.584345+0000 mgr.y (mgr.25528) 233 : cluster 0 pgmap v139: 161 pgs: 14 peering, 147 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:38:51.711 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:51 smithi172 bash[66109]: audit 2023-12-06T07:38:50.593183+0000 mgr.y (mgr.25528) 234 : audit 0 from='client.44323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:51.711 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:51 smithi172 bash[66109]: audit 2023-12-06T07:38:51.044130+0000 mon.c (mon.1) 14 : audit 0 from='client.? 172.21.15.172:0/1040421455' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:38:51.711 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:38:51 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:38:51] "GET /metrics HTTP/1.1" 200 38344 "" "Prometheus/2.33.4" 2023-12-06T07:38:51.712 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:51 smithi172 bash[64618]: cluster 2023-12-06T07:38:50.584345+0000 mgr.y (mgr.25528) 233 : cluster 0 pgmap v139: 161 pgs: 14 peering, 147 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:38:51.712 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:51 smithi172 bash[64618]: audit 2023-12-06T07:38:50.593183+0000 mgr.y (mgr.25528) 234 : audit 0 from='client.44323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:51.712 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:51 smithi172 bash[64618]: audit 2023-12-06T07:38:51.044130+0000 mon.c (mon.1) 14 : audit 0 from='client.? 172.21.15.172:0/1040421455' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:38:51.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:51 smithi195 bash[51959]: cluster 2023-12-06T07:38:50.584345+0000 mgr.y (mgr.25528) 233 : cluster 0 pgmap v139: 161 pgs: 14 peering, 147 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:38:51.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:51 smithi195 bash[51959]: audit 2023-12-06T07:38:50.593183+0000 mgr.y (mgr.25528) 234 : audit 0 from='client.44323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:38:51.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:51 smithi195 bash[51959]: audit 2023-12-06T07:38:51.044130+0000 mon.c (mon.1) 14 : audit 0 from='client.? 172.21.15.172:0/1040421455' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:38:52.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:52 smithi195 bash[51959]: cluster 2023-12-06T07:38:51.439228+0000 mon.a (mon.0) 398 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 49/630 objects degraded (7.778%), 14 pgs degraded) 2023-12-06T07:38:52.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:52 smithi195 bash[51959]: cluster 2023-12-06T07:38:51.439295+0000 mon.a (mon.0) 399 : cluster 1 Cluster is now healthy 2023-12-06T07:38:52.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:52 smithi195 bash[51959]: audit 2023-12-06T07:38:51.576471+0000 mon.a (mon.0) 400 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:52.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:52 smithi195 bash[51959]: audit 2023-12-06T07:38:51.578017+0000 mon.a (mon.0) 401 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:38:52.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:52 smithi172 bash[64618]: cluster 2023-12-06T07:38:51.439228+0000 mon.a (mon.0) 398 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 49/630 objects degraded (7.778%), 14 pgs degraded) 2023-12-06T07:38:52.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:52 smithi172 bash[64618]: cluster 2023-12-06T07:38:51.439295+0000 mon.a (mon.0) 399 : cluster 1 Cluster is now healthy 2023-12-06T07:38:52.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:52 smithi172 bash[64618]: audit 2023-12-06T07:38:51.576471+0000 mon.a (mon.0) 400 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:52.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:52 smithi172 bash[64618]: audit 2023-12-06T07:38:51.578017+0000 mon.a (mon.0) 401 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:38:52.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:52 smithi172 bash[66109]: cluster 2023-12-06T07:38:51.439228+0000 mon.a (mon.0) 398 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 49/630 objects degraded (7.778%), 14 pgs degraded) 2023-12-06T07:38:52.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:52 smithi172 bash[66109]: cluster 2023-12-06T07:38:51.439295+0000 mon.a (mon.0) 399 : cluster 1 Cluster is now healthy 2023-12-06T07:38:52.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:52 smithi172 bash[66109]: audit 2023-12-06T07:38:51.576471+0000 mon.a (mon.0) 400 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:52.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:52 smithi172 bash[66109]: audit 2023-12-06T07:38:51.578017+0000 mon.a (mon.0) 401 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:38:53.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:53 smithi195 bash[51959]: cluster 2023-12-06T07:38:52.585807+0000 mgr.y (mgr.25528) 235 : cluster 0 pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:38:53.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:53 smithi172 bash[64618]: cluster 2023-12-06T07:38:52.585807+0000 mgr.y (mgr.25528) 235 : cluster 0 pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:38:53.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:53 smithi172 bash[66109]: cluster 2023-12-06T07:38:52.585807+0000 mgr.y (mgr.25528) 235 : cluster 0 pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:38:55.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:55 smithi172 bash[64618]: cluster 2023-12-06T07:38:54.586898+0000 mgr.y (mgr.25528) 236 : cluster 0 pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:38:55.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:55 smithi172 bash[64618]: audit 2023-12-06T07:38:55.524809+0000 mon.a (mon.0) 402 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:55.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:55 smithi172 bash[64618]: audit 2023-12-06T07:38:55.545722+0000 mon.a (mon.0) 403 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:55.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:55 smithi172 bash[64618]: audit 2023-12-06T07:38:55.547207+0000 mon.a (mon.0) 404 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:38:55.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:55 smithi172 bash[64618]: audit 2023-12-06T07:38:55.548183+0000 mon.a (mon.0) 405 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:38:55.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:55 smithi172 bash[64618]: audit 2023-12-06T07:38:55.554733+0000 mon.a (mon.0) 406 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:55.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:55 smithi172 bash[66109]: cluster 2023-12-06T07:38:54.586898+0000 mgr.y (mgr.25528) 236 : cluster 0 pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:38:55.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:55 smithi172 bash[66109]: audit 2023-12-06T07:38:55.524809+0000 mon.a (mon.0) 402 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:55.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:55 smithi172 bash[66109]: audit 2023-12-06T07:38:55.545722+0000 mon.a (mon.0) 403 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:55.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:55 smithi172 bash[66109]: audit 2023-12-06T07:38:55.547207+0000 mon.a (mon.0) 404 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:38:55.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:55 smithi172 bash[66109]: audit 2023-12-06T07:38:55.548183+0000 mon.a (mon.0) 405 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:38:55.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:55 smithi172 bash[66109]: audit 2023-12-06T07:38:55.554733+0000 mon.a (mon.0) 406 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:56.078 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:55 smithi195 bash[51959]: cluster 2023-12-06T07:38:54.586898+0000 mgr.y (mgr.25528) 236 : cluster 0 pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:38:56.078 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:55 smithi195 bash[51959]: audit 2023-12-06T07:38:55.524809+0000 mon.a (mon.0) 402 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:56.078 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:55 smithi195 bash[51959]: audit 2023-12-06T07:38:55.545722+0000 mon.a (mon.0) 403 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:56.078 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:55 smithi195 bash[51959]: audit 2023-12-06T07:38:55.547207+0000 mon.a (mon.0) 404 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:38:56.078 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:55 smithi195 bash[51959]: audit 2023-12-06T07:38:55.548183+0000 mon.a (mon.0) 405 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:38:56.078 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:55 smithi195 bash[51959]: audit 2023-12-06T07:38:55.554733+0000 mon.a (mon.0) 406 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:56.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:56 smithi172 bash[64618]: audit 2023-12-06T07:38:55.650197+0000 mon.a (mon.0) 407 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:38:56.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:56 smithi172 bash[64618]: audit 2023-12-06T07:38:55.655038+0000 mon.a (mon.0) 408 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:56.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:56 smithi172 bash[64618]: audit 2023-12-06T07:38:55.658346+0000 mon.a (mon.0) 409 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:56.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:56 smithi172 bash[64618]: audit 2023-12-06T07:38:55.660073+0000 mon.a (mon.0) 410 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:56.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:56 smithi172 bash[64618]: audit 2023-12-06T07:38:55.662717+0000 mon.a (mon.0) 411 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:38:56.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:56 smithi172 bash[64618]: audit 2023-12-06T07:38:55.662999+0000 mgr.y (mgr.25528) 237 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:38:56.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:56 smithi172 bash[64618]: cephadm 2023-12-06T07:38:55.664955+0000 mgr.y (mgr.25528) 238 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-06T07:38:56.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:56 smithi172 bash[66109]: audit 2023-12-06T07:38:55.650197+0000 mon.a (mon.0) 407 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:38:56.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:56 smithi172 bash[66109]: audit 2023-12-06T07:38:55.655038+0000 mon.a (mon.0) 408 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:56.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:56 smithi172 bash[66109]: audit 2023-12-06T07:38:55.658346+0000 mon.a (mon.0) 409 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:56.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:56 smithi172 bash[66109]: audit 2023-12-06T07:38:55.660073+0000 mon.a (mon.0) 410 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:56.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:56 smithi172 bash[66109]: audit 2023-12-06T07:38:55.662717+0000 mon.a (mon.0) 411 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:38:56.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:56 smithi172 bash[66109]: audit 2023-12-06T07:38:55.662999+0000 mgr.y (mgr.25528) 237 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:38:56.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:56 smithi172 bash[66109]: cephadm 2023-12-06T07:38:55.664955+0000 mgr.y (mgr.25528) 238 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-06T07:38:57.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:56 smithi195 bash[51959]: audit 2023-12-06T07:38:55.650197+0000 mon.a (mon.0) 407 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:38:57.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:56 smithi195 bash[51959]: audit 2023-12-06T07:38:55.655038+0000 mon.a (mon.0) 408 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:56 smithi195 bash[51959]: audit 2023-12-06T07:38:55.658346+0000 mon.a (mon.0) 409 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:56 smithi195 bash[51959]: audit 2023-12-06T07:38:55.660073+0000 mon.a (mon.0) 410 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:38:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:56 smithi195 bash[51959]: audit 2023-12-06T07:38:55.662717+0000 mon.a (mon.0) 411 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:38:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:56 smithi195 bash[51959]: audit 2023-12-06T07:38:55.662999+0000 mgr.y (mgr.25528) 237 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T07:38:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:56 smithi195 bash[51959]: cephadm 2023-12-06T07:38:55.664955+0000 mgr.y (mgr.25528) 238 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-06T07:38:57.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:57 smithi195 bash[51959]: cluster 2023-12-06T07:38:56.587860+0000 mgr.y (mgr.25528) 239 : cluster 0 pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:38:57.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:57 smithi172 bash[64618]: cluster 2023-12-06T07:38:56.587860+0000 mgr.y (mgr.25528) 239 : cluster 0 pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:38:57.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:57 smithi172 bash[66109]: cluster 2023-12-06T07:38:56.587860+0000 mgr.y (mgr.25528) 239 : cluster 0 pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:38:59.520 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:59 smithi195 bash[51959]: audit 2023-12-06T07:38:57.651189+0000 mgr.y (mgr.25528) 240 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:38:59.520 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:59 smithi195 bash[51959]: cephadm 2023-12-06T07:38:58.186797+0000 mgr.y (mgr.25528) 241 : cephadm 1 Upgrade: Updating osd.4 2023-12-06T07:38:59.521 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:59 smithi195 bash[51959]: audit 2023-12-06T07:38:58.196041+0000 mon.a (mon.0) 412 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:59.521 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:59 smithi195 bash[51959]: audit 2023-12-06T07:38:58.200437+0000 mon.a (mon.0) 413 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T07:38:59.521 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:59 smithi195 bash[51959]: audit 2023-12-06T07:38:58.202122+0000 mon.a (mon.0) 414 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:38:59.521 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:38:59 smithi195 bash[51959]: cephadm 2023-12-06T07:38:58.206117+0000 mgr.y (mgr.25528) 242 : cephadm 1 Deploying daemon osd.4 on smithi195 2023-12-06T07:38:59.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:59 smithi172 bash[64618]: audit 2023-12-06T07:38:57.651189+0000 mgr.y (mgr.25528) 240 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:38:59.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:59 smithi172 bash[64618]: cephadm 2023-12-06T07:38:58.186797+0000 mgr.y (mgr.25528) 241 : cephadm 1 Upgrade: Updating osd.4 2023-12-06T07:38:59.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:59 smithi172 bash[64618]: audit 2023-12-06T07:38:58.196041+0000 mon.a (mon.0) 412 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:59.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:59 smithi172 bash[64618]: audit 2023-12-06T07:38:58.200437+0000 mon.a (mon.0) 413 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T07:38:59.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:59 smithi172 bash[64618]: audit 2023-12-06T07:38:58.202122+0000 mon.a (mon.0) 414 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:38:59.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:38:59 smithi172 bash[64618]: cephadm 2023-12-06T07:38:58.206117+0000 mgr.y (mgr.25528) 242 : cephadm 1 Deploying daemon osd.4 on smithi195 2023-12-06T07:38:59.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:59 smithi172 bash[66109]: audit 2023-12-06T07:38:57.651189+0000 mgr.y (mgr.25528) 240 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:38:59.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:59 smithi172 bash[66109]: cephadm 2023-12-06T07:38:58.186797+0000 mgr.y (mgr.25528) 241 : cephadm 1 Upgrade: Updating osd.4 2023-12-06T07:38:59.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:59 smithi172 bash[66109]: audit 2023-12-06T07:38:58.196041+0000 mon.a (mon.0) 412 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:38:59.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:59 smithi172 bash[66109]: audit 2023-12-06T07:38:58.200437+0000 mon.a (mon.0) 413 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T07:38:59.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:59 smithi172 bash[66109]: audit 2023-12-06T07:38:58.202122+0000 mon.a (mon.0) 414 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:38:59.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:38:59 smithi172 bash[66109]: cephadm 2023-12-06T07:38:58.206117+0000 mgr.y (mgr.25528) 242 : cephadm 1 Deploying daemon osd.4 on smithi195 2023-12-06T07:39:00.491 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:00 smithi195 bash[51959]: cluster 2023-12-06T07:38:58.589388+0000 mgr.y (mgr.25528) 243 : cluster 0 pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:39:00.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:00 smithi172 bash[66109]: cluster 2023-12-06T07:38:58.589388+0000 mgr.y (mgr.25528) 243 : cluster 0 pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:39:00.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:00 smithi172 bash[64618]: cluster 2023-12-06T07:38:58.589388+0000 mgr.y (mgr.25528) 243 : cluster 0 pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:39:01.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:39:01 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:39:01] "GET /metrics HTTP/1.1" 200 38347 "" "Prometheus/2.33.4" 2023-12-06T07:39:02.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:02 smithi195 bash[51959]: cluster 2023-12-06T07:39:00.590486+0000 mgr.y (mgr.25528) 244 : cluster 0 pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-12-06T07:39:02.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:02 smithi195 bash[51959]: audit 2023-12-06T07:39:01.766578+0000 mon.a (mon.0) 415 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:02.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:02 smithi172 bash[64618]: cluster 2023-12-06T07:39:00.590486+0000 mgr.y (mgr.25528) 244 : cluster 0 pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-12-06T07:39:02.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:02 smithi172 bash[64618]: audit 2023-12-06T07:39:01.766578+0000 mon.a (mon.0) 415 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:02.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:02 smithi172 bash[66109]: cluster 2023-12-06T07:39:00.590486+0000 mgr.y (mgr.25528) 244 : cluster 0 pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-12-06T07:39:02.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:02 smithi172 bash[66109]: audit 2023-12-06T07:39:01.766578+0000 mon.a (mon.0) 415 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:02.981 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:39:02 smithi195 systemd[1]: Stopping Ceph osd.4 for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:39:03.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:03 smithi195 bash[51959]: cluster 2023-12-06T07:39:02.982325+0000 mon.a (mon.0) 416 : cluster 1 osd.4 marked itself down and dead 2023-12-06T07:39:03.345 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:39:02 smithi195 bash[28430]: debug 2023-12-06T07:39:02.978+0000 7fd2d94f7700 -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-06T07:39:03.346 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:39:02 smithi195 bash[28430]: debug 2023-12-06T07:39:02.978+0000 7fd2d94f7700 -1 osd.4 127 *** Got signal Terminated *** 2023-12-06T07:39:03.346 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:39:02 smithi195 bash[28430]: debug 2023-12-06T07:39:02.978+0000 7fd2d94f7700 -1 osd.4 127 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:39:03.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:03 smithi172 bash[64618]: cluster 2023-12-06T07:39:02.982325+0000 mon.a (mon.0) 416 : cluster 1 osd.4 marked itself down and dead 2023-12-06T07:39:03.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:03 smithi172 bash[66109]: cluster 2023-12-06T07:39:02.982325+0000 mon.a (mon.0) 416 : cluster 1 osd.4 marked itself down and dead 2023-12-06T07:39:04.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:04 smithi195 bash[51959]: cluster 2023-12-06T07:39:02.591923+0000 mgr.y (mgr.25528) 245 : cluster 0 pgmap v145: 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-06T07:39:04.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:04 smithi195 bash[51959]: cluster 2023-12-06T07:39:03.215294+0000 mon.a (mon.0) 417 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:39:04.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:04 smithi195 bash[51959]: cluster 2023-12-06T07:39:03.225489+0000 osd.5 (osd.5) 41 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:39:04.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:04 smithi195 bash[51959]: cluster 2023-12-06T07:39:03.228329+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:39:04.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:04 smithi195 bash[51959]: cluster 2023-12-06T07:39:03.229773+0000 mon.a (mon.0) 418 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-06T07:39:04.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:04 smithi195 bash[51959]: cluster 2023-12-06T07:39:03.230038+0000 osd.5 (osd.5) 42 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:39:04.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:04 smithi195 bash[51959]: cluster 2023-12-06T07:39:03.234751+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:39:04.595 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:39:04 smithi195 bash[53799]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-4 2023-12-06T07:39:04.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:04 smithi172 bash[64618]: cluster 2023-12-06T07:39:02.591923+0000 mgr.y (mgr.25528) 245 : cluster 0 pgmap v145: 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-06T07:39:04.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:04 smithi172 bash[64618]: cluster 2023-12-06T07:39:03.215294+0000 mon.a (mon.0) 417 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:39:04.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:04 smithi172 bash[64618]: cluster 2023-12-06T07:39:03.225489+0000 osd.5 (osd.5) 41 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:39:04.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:04 smithi172 bash[64618]: cluster 2023-12-06T07:39:03.228329+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:39:04.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:04 smithi172 bash[64618]: cluster 2023-12-06T07:39:03.229773+0000 mon.a (mon.0) 418 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-06T07:39:04.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:04 smithi172 bash[64618]: cluster 2023-12-06T07:39:03.230038+0000 osd.5 (osd.5) 42 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:39:04.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:04 smithi172 bash[64618]: cluster 2023-12-06T07:39:03.234751+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:39:04.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:04 smithi172 bash[66109]: cluster 2023-12-06T07:39:02.591923+0000 mgr.y (mgr.25528) 245 : cluster 0 pgmap v145: 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-06T07:39:04.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:04 smithi172 bash[66109]: cluster 2023-12-06T07:39:03.215294+0000 mon.a (mon.0) 417 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:39:04.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:04 smithi172 bash[66109]: cluster 2023-12-06T07:39:03.225489+0000 osd.5 (osd.5) 41 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:39:04.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:04 smithi172 bash[66109]: cluster 2023-12-06T07:39:03.228329+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:39:04.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:04 smithi172 bash[66109]: cluster 2023-12-06T07:39:03.229773+0000 mon.a (mon.0) 418 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-06T07:39:04.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:04 smithi172 bash[66109]: cluster 2023-12-06T07:39:03.230038+0000 osd.5 (osd.5) 42 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:39:04.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:04 smithi172 bash[66109]: cluster 2023-12-06T07:39:03.234751+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:39:05.095 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:39:04 smithi195 bash[53872]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-4 2023-12-06T07:39:05.555 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:05 smithi195 bash[51959]: cluster 2023-12-06T07:39:03.231716+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:39:05.555 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:05 smithi195 bash[51959]: cluster 2023-12-06T07:39:04.234147+0000 osd.5 (osd.5) 43 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:39:05.555 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:05 smithi195 bash[51959]: cluster 2023-12-06T07:39:04.237426+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:39:05.556 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:05 smithi195 bash[51959]: cluster 2023-12-06T07:39:04.239053+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:39:05.556 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:05 smithi195 bash[51959]: cluster 2023-12-06T07:39:04.239987+0000 osd.5 (osd.5) 44 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:39:05.556 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:05 smithi195 bash[51959]: cluster 2023-12-06T07:39:04.241172+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:39:05.556 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:05 smithi195 bash[51959]: cluster 2023-12-06T07:39:04.241278+0000 mon.a (mon.0) 419 : cluster 0 osdmap e129: 8 total, 7 up, 8 in 2023-12-06T07:39:05.556 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:05 smithi195 bash[51959]: cluster 2023-12-06T07:39:04.242321+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:39:05.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:05 smithi172 bash[64618]: cluster 2023-12-06T07:39:03.231716+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:39:05.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:05 smithi172 bash[64618]: cluster 2023-12-06T07:39:04.234147+0000 osd.5 (osd.5) 43 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:39:05.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:05 smithi172 bash[64618]: cluster 2023-12-06T07:39:04.237426+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:39:05.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:05 smithi172 bash[64618]: cluster 2023-12-06T07:39:04.239053+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:39:05.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:05 smithi172 bash[64618]: cluster 2023-12-06T07:39:04.239987+0000 osd.5 (osd.5) 44 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:39:05.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:05 smithi172 bash[64618]: cluster 2023-12-06T07:39:04.241172+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:39:05.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:05 smithi172 bash[64618]: cluster 2023-12-06T07:39:04.241278+0000 mon.a (mon.0) 419 : cluster 0 osdmap e129: 8 total, 7 up, 8 in 2023-12-06T07:39:05.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:05 smithi172 bash[64618]: cluster 2023-12-06T07:39:04.242321+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:39:05.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:05 smithi172 bash[66109]: cluster 2023-12-06T07:39:03.231716+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T07:39:05.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:05 smithi172 bash[66109]: cluster 2023-12-06T07:39:04.234147+0000 osd.5 (osd.5) 43 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:39:05.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:05 smithi172 bash[66109]: cluster 2023-12-06T07:39:04.237426+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:39:05.674 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:05 smithi172 bash[66109]: cluster 2023-12-06T07:39:04.239053+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:39:05.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:05 smithi172 bash[66109]: cluster 2023-12-06T07:39:04.239987+0000 osd.5 (osd.5) 44 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:39:05.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:05 smithi172 bash[66109]: cluster 2023-12-06T07:39:04.241172+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:39:05.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:05 smithi172 bash[66109]: cluster 2023-12-06T07:39:04.241278+0000 mon.a (mon.0) 419 : cluster 0 osdmap e129: 8 total, 7 up, 8 in 2023-12-06T07:39:05.675 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:05 smithi172 bash[66109]: cluster 2023-12-06T07:39:04.242321+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T07:39:06.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:06 smithi195 bash[51959]: cluster 2023-12-06T07:39:04.592764+0000 mgr.y (mgr.25528) 246 : cluster 0 pgmap v148: 161 pgs: 8 peering, 21 stale+active+clean, 132 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:39:06.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:06 smithi195 bash[51959]: cluster 2023-12-06T07:39:05.234563+0000 mon.a (mon.0) 420 : cluster 3 Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2023-12-06T07:39:06.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:06 smithi172 bash[64618]: cluster 2023-12-06T07:39:04.592764+0000 mgr.y (mgr.25528) 246 : cluster 0 pgmap v148: 161 pgs: 8 peering, 21 stale+active+clean, 132 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:39:06.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:06 smithi172 bash[64618]: cluster 2023-12-06T07:39:05.234563+0000 mon.a (mon.0) 420 : cluster 3 Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2023-12-06T07:39:06.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:06 smithi172 bash[66109]: cluster 2023-12-06T07:39:04.592764+0000 mgr.y (mgr.25528) 246 : cluster 0 pgmap v148: 161 pgs: 8 peering, 21 stale+active+clean, 132 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T07:39:06.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:06 smithi172 bash[66109]: cluster 2023-12-06T07:39:05.234563+0000 mon.a (mon.0) 420 : cluster 3 Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2023-12-06T07:39:07.034 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:39:06 smithi195 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.4.service: Succeeded. 2023-12-06T07:39:07.034 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:39:06 smithi195 systemd[1]: Stopped Ceph osd.4 for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:39:07.345 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:39:07 smithi195 systemd[1]: Started Ceph osd.4 for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:39:07.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:07 smithi195 bash[51959]: audit 2023-12-06T07:39:06.572887+0000 mon.a (mon.0) 421 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:07 smithi195 bash[51959]: audit 2023-12-06T07:39:06.574517+0000 mon.a (mon.0) 422 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:39:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:07 smithi195 bash[51959]: cluster 2023-12-06T07:39:06.599968+0000 mgr.y (mgr.25528) 247 : cluster 0 pgmap v149: 161 pgs: 2 active+undersized+degraded, 8 peering, 15 stale+active+clean, 8 active+undersized, 128 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 5/630 objects degraded (0.794%) 2023-12-06T07:39:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:07 smithi195 bash[51959]: audit 2023-12-06T07:39:07.088061+0000 mon.a (mon.0) 423 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:07.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:07 smithi195 bash[51959]: audit 2023-12-06T07:39:07.100954+0000 mon.a (mon.0) 424 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:07.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:07 smithi172 bash[64618]: audit 2023-12-06T07:39:06.572887+0000 mon.a (mon.0) 421 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:07.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:07 smithi172 bash[64618]: audit 2023-12-06T07:39:06.574517+0000 mon.a (mon.0) 422 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:39:07.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:07 smithi172 bash[64618]: cluster 2023-12-06T07:39:06.599968+0000 mgr.y (mgr.25528) 247 : cluster 0 pgmap v149: 161 pgs: 2 active+undersized+degraded, 8 peering, 15 stale+active+clean, 8 active+undersized, 128 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 5/630 objects degraded (0.794%) 2023-12-06T07:39:07.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:07 smithi172 bash[64618]: audit 2023-12-06T07:39:07.088061+0000 mon.a (mon.0) 423 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:07.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:07 smithi172 bash[64618]: audit 2023-12-06T07:39:07.100954+0000 mon.a (mon.0) 424 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:07.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:07 smithi172 bash[66109]: audit 2023-12-06T07:39:06.572887+0000 mon.a (mon.0) 421 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:07.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:07 smithi172 bash[66109]: audit 2023-12-06T07:39:06.574517+0000 mon.a (mon.0) 422 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:39:07.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:07 smithi172 bash[66109]: cluster 2023-12-06T07:39:06.599968+0000 mgr.y (mgr.25528) 247 : cluster 0 pgmap v149: 161 pgs: 2 active+undersized+degraded, 8 peering, 15 stale+active+clean, 8 active+undersized, 128 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 5/630 objects degraded (0.794%) 2023-12-06T07:39:07.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:07 smithi172 bash[66109]: audit 2023-12-06T07:39:07.088061+0000 mon.a (mon.0) 423 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:07.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:07 smithi172 bash[66109]: audit 2023-12-06T07:39:07.100954+0000 mon.a (mon.0) 424 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:08.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:08 smithi195 bash[51959]: cluster 2023-12-06T07:39:07.568451+0000 mon.a (mon.0) 425 : cluster 3 Health check failed: Degraded data redundancy: 5/630 objects degraded (0.794%), 2 pgs degraded (PG_DEGRADED) 2023-12-06T07:39:08.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:08 smithi195 bash[51959]: audit 2023-12-06T07:39:07.661261+0000 mgr.y (mgr.25528) 248 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:39:08.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:08 smithi195 bash[51959]: audit 2023-12-06T07:39:07.673775+0000 mon.a (mon.0) 426 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:08.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:08 smithi195 bash[51959]: audit 2023-12-06T07:39:07.683811+0000 mon.a (mon.0) 427 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:08.846 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:39:08 smithi195 bash[54037]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-06T07:39:08.846 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:39:08 smithi195 bash[54037]: 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-06T07:39:08.846 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:39:08 smithi195 bash[54037]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-06T07:39:08.846 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:39:08 smithi195 bash[54037]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-06T07:39:08.846 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:39:08 smithi195 bash[54037]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2023-12-06T07:39:08.846 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:39:08 smithi195 bash[54037]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-06T07:39:08.846 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:39:08 smithi195 bash[54037]: --> ceph-volume raw activate successful for osd ID: 4 2023-12-06T07:39:08.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:08 smithi172 bash[64618]: cluster 2023-12-06T07:39:07.568451+0000 mon.a (mon.0) 425 : cluster 3 Health check failed: Degraded data redundancy: 5/630 objects degraded (0.794%), 2 pgs degraded (PG_DEGRADED) 2023-12-06T07:39:08.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:08 smithi172 bash[64618]: audit 2023-12-06T07:39:07.661261+0000 mgr.y (mgr.25528) 248 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:39:08.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:08 smithi172 bash[64618]: audit 2023-12-06T07:39:07.673775+0000 mon.a (mon.0) 426 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:08.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:08 smithi172 bash[64618]: audit 2023-12-06T07:39:07.683811+0000 mon.a (mon.0) 427 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:08.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:08 smithi172 bash[66109]: cluster 2023-12-06T07:39:07.568451+0000 mon.a (mon.0) 425 : cluster 3 Health check failed: Degraded data redundancy: 5/630 objects degraded (0.794%), 2 pgs degraded (PG_DEGRADED) 2023-12-06T07:39:08.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:08 smithi172 bash[66109]: audit 2023-12-06T07:39:07.661261+0000 mgr.y (mgr.25528) 248 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:39:08.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:08 smithi172 bash[66109]: audit 2023-12-06T07:39:07.673775+0000 mon.a (mon.0) 426 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:08.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:08 smithi172 bash[66109]: audit 2023-12-06T07:39:07.683811+0000 mon.a (mon.0) 427 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:09.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:09 smithi195 bash[51959]: cluster 2023-12-06T07:39:08.601895+0000 mgr.y (mgr.25528) 249 : cluster 0 pgmap v150: 161 pgs: 23 active+undersized+degraded, 8 peering, 38 active+undersized, 92 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-06T07:39:09.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:09 smithi172 bash[66109]: cluster 2023-12-06T07:39:08.601895+0000 mgr.y (mgr.25528) 249 : cluster 0 pgmap v150: 161 pgs: 23 active+undersized+degraded, 8 peering, 38 active+undersized, 92 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-06T07:39:09.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:09 smithi172 bash[64618]: cluster 2023-12-06T07:39:08.601895+0000 mgr.y (mgr.25528) 249 : cluster 0 pgmap v150: 161 pgs: 23 active+undersized+degraded, 8 peering, 38 active+undersized, 92 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-06T07:39:10.709 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:39:10 smithi195 bash[54345]: debug 2023-12-06T07:39:10.469+0000 7f921ee3e700 1 -- 172.21.15.195:0/736633101 <== mon.0 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5645ebcd71e0 con 0x5645ebd5d000 2023-12-06T07:39:11.026 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:10 smithi195 bash[51959]: cluster 2023-12-06T07:39:10.655601+0000 mon.a (mon.0) 428 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2023-12-06T07:39:11.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:10 smithi172 bash[64618]: cluster 2023-12-06T07:39:10.655601+0000 mon.a (mon.0) 428 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2023-12-06T07:39:11.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:10 smithi172 bash[66109]: cluster 2023-12-06T07:39:10.655601+0000 mon.a (mon.0) 428 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2023-12-06T07:39:11.345 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:39:11 smithi195 bash[54345]: debug 2023-12-06T07:39:11.021+0000 7f9227fc4640 -1 Falling back to public interface 2023-12-06T07:39:11.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:11 smithi172 bash[64618]: cluster 2023-12-06T07:39:10.603467+0000 mgr.y (mgr.25528) 250 : cluster 0 pgmap v151: 161 pgs: 29 active+undersized+degraded, 40 active+undersized, 92 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 111/630 objects degraded (17.619%) 2023-12-06T07:39:11.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:11 smithi172 bash[66109]: cluster 2023-12-06T07:39:10.603467+0000 mgr.y (mgr.25528) 250 : cluster 0 pgmap v151: 161 pgs: 29 active+undersized+degraded, 40 active+undersized, 92 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 111/630 objects degraded (17.619%) 2023-12-06T07:39:11.923 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:39:11 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:39:11] "GET /metrics HTTP/1.1" 200 38424 "" "Prometheus/2.33.4" 2023-12-06T07:39:12.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:11 smithi195 bash[51959]: cluster 2023-12-06T07:39:10.603467+0000 mgr.y (mgr.25528) 250 : cluster 0 pgmap v151: 161 pgs: 29 active+undersized+degraded, 40 active+undersized, 92 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 111/630 objects degraded (17.619%) 2023-12-06T07:39:14.095 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:39:13 smithi195 bash[54345]: debug 2023-12-06T07:39:13.853+0000 7f9227fc4640 -1 osd.4 0 read_superblock omap replica is missing. 2023-12-06T07:39:14.095 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:39:13 smithi195 bash[54345]: debug 2023-12-06T07:39:13.893+0000 7f9227fc4640 -1 osd.4 127 log_to_monitors true 2023-12-06T07:39:14.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:13 smithi195 bash[51959]: cluster 2023-12-06T07:39:12.605242+0000 mgr.y (mgr.25528) 251 : cluster 0 pgmap v152: 161 pgs: 29 active+undersized+degraded, 40 active+undersized, 92 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 111/630 objects degraded (17.619%) 2023-12-06T07:39:14.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:13 smithi195 bash[51959]: audit 2023-12-06T07:39:13.543715+0000 mon.a (mon.0) 429 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:14.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:13 smithi195 bash[51959]: audit 2023-12-06T07:39:13.554082+0000 mon.a (mon.0) 430 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:14.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:13 smithi172 bash[66109]: cluster 2023-12-06T07:39:12.605242+0000 mgr.y (mgr.25528) 251 : cluster 0 pgmap v152: 161 pgs: 29 active+undersized+degraded, 40 active+undersized, 92 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 111/630 objects degraded (17.619%) 2023-12-06T07:39:14.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:13 smithi172 bash[66109]: audit 2023-12-06T07:39:13.543715+0000 mon.a (mon.0) 429 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:14.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:13 smithi172 bash[66109]: audit 2023-12-06T07:39:13.554082+0000 mon.a (mon.0) 430 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:14.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:13 smithi172 bash[64618]: cluster 2023-12-06T07:39:12.605242+0000 mgr.y (mgr.25528) 251 : cluster 0 pgmap v152: 161 pgs: 29 active+undersized+degraded, 40 active+undersized, 92 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 111/630 objects degraded (17.619%) 2023-12-06T07:39:14.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:13 smithi172 bash[64618]: audit 2023-12-06T07:39:13.543715+0000 mon.a (mon.0) 429 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:14.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:13 smithi172 bash[64618]: audit 2023-12-06T07:39:13.554082+0000 mon.a (mon.0) 430 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:15.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:14 smithi195 bash[51959]: audit 2023-12-06T07:39:13.901409+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.195:6800/3956963781,v1:172.21.15.195:6801/3956963781]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:39:15.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:14 smithi195 bash[51959]: audit 2023-12-06T07:39:13.904146+0000 mon.a (mon.0) 431 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:39:15.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:14 smithi195 bash[51959]: audit 2023-12-06T07:39:14.551691+0000 mon.a (mon.0) 432 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:15.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:14 smithi195 bash[51959]: audit 2023-12-06T07:39:14.562137+0000 mon.a (mon.0) 433 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:15.096 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:39:14 smithi195 bash[54345]: debug 2023-12-06T07:39:14.837+0000 7f9216c30700 -1 osd.4 127 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:39:15.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:14 smithi172 bash[64618]: audit 2023-12-06T07:39:13.901409+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.195:6800/3956963781,v1:172.21.15.195:6801/3956963781]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:39:15.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:14 smithi172 bash[64618]: audit 2023-12-06T07:39:13.904146+0000 mon.a (mon.0) 431 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:39:15.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:14 smithi172 bash[64618]: audit 2023-12-06T07:39:14.551691+0000 mon.a (mon.0) 432 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:15.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:14 smithi172 bash[64618]: audit 2023-12-06T07:39:14.562137+0000 mon.a (mon.0) 433 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:15.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:14 smithi172 bash[66109]: audit 2023-12-06T07:39:13.901409+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.195:6800/3956963781,v1:172.21.15.195:6801/3956963781]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:39:15.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:14 smithi172 bash[66109]: audit 2023-12-06T07:39:13.904146+0000 mon.a (mon.0) 431 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T07:39:15.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:14 smithi172 bash[66109]: audit 2023-12-06T07:39:14.551691+0000 mon.a (mon.0) 432 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:15.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:14 smithi172 bash[66109]: audit 2023-12-06T07:39:14.562137+0000 mon.a (mon.0) 433 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:16.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:15 smithi195 bash[51959]: cluster 2023-12-06T07:39:14.605957+0000 mgr.y (mgr.25528) 252 : cluster 0 pgmap v153: 161 pgs: 29 active+undersized+degraded, 40 active+undersized, 92 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 111/630 objects degraded (17.619%) 2023-12-06T07:39:16.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:15 smithi195 bash[51959]: audit 2023-12-06T07:39:14.795866+0000 mon.a (mon.0) 434 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T07:39:16.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:15 smithi195 bash[51959]: cluster 2023-12-06T07:39:14.796005+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T07:39:16.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:15 smithi195 bash[51959]: cluster 2023-12-06T07:39:14.796523+0000 osd.5 (osd.5) 45 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T07:39:16.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:15 smithi195 bash[51959]: audit 2023-12-06T07:39:14.801042+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.195:6800/3956963781,v1:172.21.15.195:6801/3956963781]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:39:16.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:15 smithi195 bash[51959]: cluster 2023-12-06T07:39:14.802674+0000 mon.a (mon.0) 435 : cluster 0 osdmap e130: 8 total, 7 up, 8 in 2023-12-06T07:39:16.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:15 smithi195 bash[51959]: audit 2023-12-06T07:39:14.803771+0000 mon.a (mon.0) 436 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:39:16.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:15 smithi195 bash[51959]: cluster 2023-12-06T07:39:15.042328+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T07:39:16.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:15 smithi172 bash[64618]: cluster 2023-12-06T07:39:14.605957+0000 mgr.y (mgr.25528) 252 : cluster 0 pgmap v153: 161 pgs: 29 active+undersized+degraded, 40 active+undersized, 92 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 111/630 objects degraded (17.619%) 2023-12-06T07:39:16.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:15 smithi172 bash[64618]: audit 2023-12-06T07:39:14.795866+0000 mon.a (mon.0) 434 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T07:39:16.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:15 smithi172 bash[64618]: cluster 2023-12-06T07:39:14.796005+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T07:39:16.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:15 smithi172 bash[64618]: cluster 2023-12-06T07:39:14.796523+0000 osd.5 (osd.5) 45 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T07:39:16.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:15 smithi172 bash[64618]: audit 2023-12-06T07:39:14.801042+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.195:6800/3956963781,v1:172.21.15.195:6801/3956963781]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:39:16.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:15 smithi172 bash[64618]: cluster 2023-12-06T07:39:14.802674+0000 mon.a (mon.0) 435 : cluster 0 osdmap e130: 8 total, 7 up, 8 in 2023-12-06T07:39:16.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:15 smithi172 bash[64618]: audit 2023-12-06T07:39:14.803771+0000 mon.a (mon.0) 436 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:39:16.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:15 smithi172 bash[64618]: cluster 2023-12-06T07:39:15.042328+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T07:39:16.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:15 smithi172 bash[66109]: cluster 2023-12-06T07:39:14.605957+0000 mgr.y (mgr.25528) 252 : cluster 0 pgmap v153: 161 pgs: 29 active+undersized+degraded, 40 active+undersized, 92 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 111/630 objects degraded (17.619%) 2023-12-06T07:39:16.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:15 smithi172 bash[66109]: audit 2023-12-06T07:39:14.795866+0000 mon.a (mon.0) 434 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T07:39:16.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:15 smithi172 bash[66109]: cluster 2023-12-06T07:39:14.796005+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T07:39:16.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:15 smithi172 bash[66109]: cluster 2023-12-06T07:39:14.796523+0000 osd.5 (osd.5) 45 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T07:39:16.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:15 smithi172 bash[66109]: audit 2023-12-06T07:39:14.801042+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.195:6800/3956963781,v1:172.21.15.195:6801/3956963781]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:39:16.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:15 smithi172 bash[66109]: cluster 2023-12-06T07:39:14.802674+0000 mon.a (mon.0) 435 : cluster 0 osdmap e130: 8 total, 7 up, 8 in 2023-12-06T07:39:16.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:15 smithi172 bash[66109]: audit 2023-12-06T07:39:14.803771+0000 mon.a (mon.0) 436 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:39:16.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:15 smithi172 bash[66109]: cluster 2023-12-06T07:39:15.042328+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T07:39:17.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:16 smithi195 bash[51959]: cluster 2023-12-06T07:39:15.805967+0000 mon.a (mon.0) 437 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:39:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:16 smithi195 bash[51959]: cluster 2023-12-06T07:39:15.816041+0000 mon.a (mon.0) 438 : cluster 1 osd.4 [v2:172.21.15.195:6800/3956963781,v1:172.21.15.195:6801/3956963781] boot 2023-12-06T07:39:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:16 smithi195 bash[51959]: cluster 2023-12-06T07:39:15.816157+0000 mon.a (mon.0) 439 : cluster 0 osdmap e131: 8 total, 8 up, 8 in 2023-12-06T07:39:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:16 smithi195 bash[51959]: cluster 2023-12-06T07:39:15.817269+0000 osd.5 (osd.5) 46 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T07:39:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:16 smithi195 bash[51959]: cluster 2023-12-06T07:39:15.817315+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T07:39:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:16 smithi195 bash[51959]: audit 2023-12-06T07:39:15.817531+0000 mon.a (mon.0) 440 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:39:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:16 smithi195 bash[51959]: cluster 2023-12-06T07:39:16.786370+0000 mon.a (mon.0) 441 : cluster 3 Health check update: Degraded data redundancy: 111/630 objects degraded (17.619%), 29 pgs degraded (PG_DEGRADED) 2023-12-06T07:39:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:16 smithi195 bash[51959]: audit 2023-12-06T07:39:16.801126+0000 mon.a (mon.0) 442 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:17.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:16 smithi195 bash[51959]: cluster 2023-12-06T07:39:16.813457+0000 mon.a (mon.0) 443 : cluster 0 osdmap e132: 8 total, 8 up, 8 in 2023-12-06T07:39:17.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:16 smithi172 bash[64618]: cluster 2023-12-06T07:39:15.805967+0000 mon.a (mon.0) 437 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:39:17.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:16 smithi172 bash[64618]: cluster 2023-12-06T07:39:15.816041+0000 mon.a (mon.0) 438 : cluster 1 osd.4 [v2:172.21.15.195:6800/3956963781,v1:172.21.15.195:6801/3956963781] boot 2023-12-06T07:39:17.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:16 smithi172 bash[64618]: cluster 2023-12-06T07:39:15.816157+0000 mon.a (mon.0) 439 : cluster 0 osdmap e131: 8 total, 8 up, 8 in 2023-12-06T07:39:17.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:16 smithi172 bash[64618]: cluster 2023-12-06T07:39:15.817269+0000 osd.5 (osd.5) 46 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T07:39:17.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:16 smithi172 bash[64618]: cluster 2023-12-06T07:39:15.817315+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T07:39:17.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:16 smithi172 bash[64618]: audit 2023-12-06T07:39:15.817531+0000 mon.a (mon.0) 440 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:39:17.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:16 smithi172 bash[64618]: cluster 2023-12-06T07:39:16.786370+0000 mon.a (mon.0) 441 : cluster 3 Health check update: Degraded data redundancy: 111/630 objects degraded (17.619%), 29 pgs degraded (PG_DEGRADED) 2023-12-06T07:39:17.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:16 smithi172 bash[64618]: audit 2023-12-06T07:39:16.801126+0000 mon.a (mon.0) 442 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:17.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:16 smithi172 bash[64618]: cluster 2023-12-06T07:39:16.813457+0000 mon.a (mon.0) 443 : cluster 0 osdmap e132: 8 total, 8 up, 8 in 2023-12-06T07:39:17.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:16 smithi172 bash[66109]: cluster 2023-12-06T07:39:15.805967+0000 mon.a (mon.0) 437 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:39:17.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:16 smithi172 bash[66109]: cluster 2023-12-06T07:39:15.816041+0000 mon.a (mon.0) 438 : cluster 1 osd.4 [v2:172.21.15.195:6800/3956963781,v1:172.21.15.195:6801/3956963781] boot 2023-12-06T07:39:17.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:16 smithi172 bash[66109]: cluster 2023-12-06T07:39:15.816157+0000 mon.a (mon.0) 439 : cluster 0 osdmap e131: 8 total, 8 up, 8 in 2023-12-06T07:39:17.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:16 smithi172 bash[66109]: cluster 2023-12-06T07:39:15.817269+0000 osd.5 (osd.5) 46 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T07:39:17.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:16 smithi172 bash[66109]: cluster 2023-12-06T07:39:15.817315+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T07:39:17.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:16 smithi172 bash[66109]: audit 2023-12-06T07:39:15.817531+0000 mon.a (mon.0) 440 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T07:39:17.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:16 smithi172 bash[66109]: cluster 2023-12-06T07:39:16.786370+0000 mon.a (mon.0) 441 : cluster 3 Health check update: Degraded data redundancy: 111/630 objects degraded (17.619%), 29 pgs degraded (PG_DEGRADED) 2023-12-06T07:39:17.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:16 smithi172 bash[66109]: audit 2023-12-06T07:39:16.801126+0000 mon.a (mon.0) 442 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:17.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:16 smithi172 bash[66109]: cluster 2023-12-06T07:39:16.813457+0000 mon.a (mon.0) 443 : cluster 0 osdmap e132: 8 total, 8 up, 8 in 2023-12-06T07:39:18.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:17 smithi195 bash[51959]: cluster 2023-12-06T07:39:16.607074+0000 mgr.y (mgr.25528) 253 : cluster 0 pgmap v156: 161 pgs: 29 active+undersized+degraded, 40 active+undersized, 92 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 111/630 objects degraded (17.619%) 2023-12-06T07:39:18.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:17 smithi195 bash[51959]: cluster 2023-12-06T07:39:16.812416+0000 osd.5 (osd.5) 47 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:17 smithi195 bash[51959]: cluster 2023-12-06T07:39:16.818278+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:17 smithi195 bash[51959]: cluster 2023-12-06T07:39:16.819968+0000 osd.5 (osd.5) 48 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:17 smithi195 bash[51959]: cluster 2023-12-06T07:39:16.820688+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:17 smithi195 bash[51959]: cluster 2023-12-06T07:39:16.821854+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:17 smithi195 bash[51959]: cluster 2023-12-06T07:39:16.822125+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:17 smithi195 bash[51959]: cluster 2023-12-06T07:39:16.823745+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:17 smithi195 bash[51959]: cluster 2023-12-06T07:39:16.823964+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:17 smithi195 bash[51959]: cluster 2023-12-06T07:39:16.825538+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:17 smithi195 bash[51959]: cluster 2023-12-06T07:39:16.825960+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:17 smithi195 bash[51959]: cluster 2023-12-06T07:39:16.827872+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:17 smithi195 bash[51959]: cluster 2023-12-06T07:39:16.829452+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[64618]: cluster 2023-12-06T07:39:16.607074+0000 mgr.y (mgr.25528) 253 : cluster 0 pgmap v156: 161 pgs: 29 active+undersized+degraded, 40 active+undersized, 92 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 111/630 objects degraded (17.619%) 2023-12-06T07:39:18.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[64618]: cluster 2023-12-06T07:39:16.812416+0000 osd.5 (osd.5) 47 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[64618]: cluster 2023-12-06T07:39:16.818278+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[64618]: cluster 2023-12-06T07:39:16.819968+0000 osd.5 (osd.5) 48 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[64618]: cluster 2023-12-06T07:39:16.820688+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[64618]: cluster 2023-12-06T07:39:16.821854+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[64618]: cluster 2023-12-06T07:39:16.822125+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[64618]: cluster 2023-12-06T07:39:16.823745+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[64618]: cluster 2023-12-06T07:39:16.823964+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[64618]: cluster 2023-12-06T07:39:16.825538+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[64618]: cluster 2023-12-06T07:39:16.825960+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[64618]: cluster 2023-12-06T07:39:16.827872+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[64618]: cluster 2023-12-06T07:39:16.829452+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[66109]: cluster 2023-12-06T07:39:16.607074+0000 mgr.y (mgr.25528) 253 : cluster 0 pgmap v156: 161 pgs: 29 active+undersized+degraded, 40 active+undersized, 92 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 111/630 objects degraded (17.619%) 2023-12-06T07:39:18.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[66109]: cluster 2023-12-06T07:39:16.812416+0000 osd.5 (osd.5) 47 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[66109]: cluster 2023-12-06T07:39:16.818278+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[66109]: cluster 2023-12-06T07:39:16.819968+0000 osd.5 (osd.5) 48 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[66109]: cluster 2023-12-06T07:39:16.820688+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[66109]: cluster 2023-12-06T07:39:16.821854+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[66109]: cluster 2023-12-06T07:39:16.822125+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[66109]: cluster 2023-12-06T07:39:16.823745+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[66109]: cluster 2023-12-06T07:39:16.823964+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[66109]: cluster 2023-12-06T07:39:16.825538+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[66109]: cluster 2023-12-06T07:39:16.825960+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[66109]: cluster 2023-12-06T07:39:16.827872+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:18.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:17 smithi172 bash[66109]: cluster 2023-12-06T07:39:16.829452+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T07:39:19.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:18 smithi172 bash[64618]: audit 2023-12-06T07:39:17.672480+0000 mgr.y (mgr.25528) 254 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:39:19.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:18 smithi172 bash[66109]: audit 2023-12-06T07:39:17.672480+0000 mgr.y (mgr.25528) 254 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:39:19.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:18 smithi195 bash[51959]: audit 2023-12-06T07:39:17.672480+0000 mgr.y (mgr.25528) 254 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:39:20.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:19 smithi172 bash[64618]: cluster 2023-12-06T07:39:18.608772+0000 mgr.y (mgr.25528) 255 : cluster 0 pgmap v158: 161 pgs: 15 active+undersized+degraded, 18 active+undersized, 128 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 49/630 objects degraded (7.778%) 2023-12-06T07:39:20.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:19 smithi172 bash[66109]: cluster 2023-12-06T07:39:18.608772+0000 mgr.y (mgr.25528) 255 : cluster 0 pgmap v158: 161 pgs: 15 active+undersized+degraded, 18 active+undersized, 128 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 49/630 objects degraded (7.778%) 2023-12-06T07:39:20.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:19 smithi195 bash[51959]: cluster 2023-12-06T07:39:18.608772+0000 mgr.y (mgr.25528) 255 : cluster 0 pgmap v158: 161 pgs: 15 active+undersized+degraded, 18 active+undersized, 128 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 49/630 objects degraded (7.778%) 2023-12-06T07:39:21.069 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:20 smithi195 bash[51959]: cluster 2023-12-06T07:39:20.851260+0000 mon.a (mon.0) 444 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 49/630 objects degraded (7.778%), 15 pgs degraded) 2023-12-06T07:39:21.069 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:20 smithi195 bash[51959]: cluster 2023-12-06T07:39:20.851332+0000 mon.a (mon.0) 445 : cluster 1 Cluster is now healthy 2023-12-06T07:39:21.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:20 smithi172 bash[64618]: cluster 2023-12-06T07:39:20.851260+0000 mon.a (mon.0) 444 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 49/630 objects degraded (7.778%), 15 pgs degraded) 2023-12-06T07:39:21.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:20 smithi172 bash[64618]: cluster 2023-12-06T07:39:20.851332+0000 mon.a (mon.0) 445 : cluster 1 Cluster is now healthy 2023-12-06T07:39:21.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:20 smithi172 bash[66109]: cluster 2023-12-06T07:39:20.851260+0000 mon.a (mon.0) 444 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 49/630 objects degraded (7.778%), 15 pgs degraded) 2023-12-06T07:39:21.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:20 smithi172 bash[66109]: cluster 2023-12-06T07:39:20.851332+0000 mon.a (mon.0) 445 : cluster 1 Cluster is now healthy 2023-12-06T07:39:21.457 INFO:teuthology.orchestra.run.smithi172.stdout:true 2023-12-06T07:39:21.908 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:39:21 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:39:21] "GET /metrics HTTP/1.1" 200 38424 "" "Prometheus/2.33.4" 2023-12-06T07:39:22.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:21 smithi172 bash[64618]: cluster 2023-12-06T07:39:20.610006+0000 mgr.y (mgr.25528) 256 : cluster 0 pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-06T07:39:22.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:21 smithi172 bash[64618]: audit 2023-12-06T07:39:21.570802+0000 mon.a (mon.0) 446 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:22.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:21 smithi172 bash[64618]: audit 2023-12-06T07:39:21.571982+0000 mon.a (mon.0) 447 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:39:22.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:21 smithi172 bash[66109]: cluster 2023-12-06T07:39:20.610006+0000 mgr.y (mgr.25528) 256 : cluster 0 pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-06T07:39:22.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:21 smithi172 bash[66109]: audit 2023-12-06T07:39:21.570802+0000 mon.a (mon.0) 446 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:22.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:21 smithi172 bash[66109]: audit 2023-12-06T07:39:21.571982+0000 mon.a (mon.0) 447 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:39:22.217 INFO:teuthology.orchestra.run.smithi172.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:39:22.218 INFO:teuthology.orchestra.run.smithi172.stdout:alertmanager.a smithi172 *:9093,9094 running (6m) 37s ago 13m 16.2M - 0.23.0 ba2b418f427c 834724028b79 2023-12-06T07:39:22.218 INFO:teuthology.orchestra.run.smithi172.stdout:grafana.a smithi195 *:3000 running (5m) 8s ago 13m 43.8M - 8.3.5 dad864ee21e9 c0abf90c662f 2023-12-06T07:39:22.218 INFO:teuthology.orchestra.run.smithi172.stdout:iscsi.foo.smithi172.imjphn smithi172 running (5m) 37s ago 11m 47.3M - 3.5 e1d6a67b021e d65a8ea57779 2023-12-06T07:39:22.218 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.x smithi195 *:8443,9283,8765 running (4m) 8s ago 19m 437M - 19.0.0-26-g0482646f 26bb7d89db2e e5647ee16c48 2023-12-06T07:39:22.218 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.y smithi172 *:8443,9283,8765 running (5m) 37s ago 21m 494M - 19.0.0-26-g0482646f 26bb7d89db2e 5594cbd599cc 2023-12-06T07:39:22.219 INFO:teuthology.orchestra.run.smithi172.stdout:mon.a smithi172 running (4m) 37s ago 21m 52.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e b9309f43e92c 2023-12-06T07:39:22.219 INFO:teuthology.orchestra.run.smithi172.stdout:mon.b smithi195 running (3m) 8s ago 19m 40.6M 2048M 19.0.0-26-g0482646f 26bb7d89db2e da852bc4d7be 2023-12-06T07:39:22.219 INFO:teuthology.orchestra.run.smithi172.stdout:mon.c smithi172 running (3m) 37s ago 20m 45.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 59a91fe7affc 2023-12-06T07:39:22.219 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.a smithi172 *:9100 running (6m) 37s ago 14m 14.2M - 1.3.1 1dbe0e931976 4171378093cf 2023-12-06T07:39:22.219 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.b smithi195 *:9100 running (6m) 8s ago 14m 11.2M - 1.3.1 1dbe0e931976 3f1c42cbb0e4 2023-12-06T07:39:22.219 INFO:teuthology.orchestra.run.smithi172.stdout:osd.0 smithi172 running (2m) 37s ago 19m 52.9M 2781M 19.0.0-26-g0482646f 26bb7d89db2e 7109e894fc03 2023-12-06T07:39:22.219 INFO:teuthology.orchestra.run.smithi172.stdout:osd.1 smithi172 running (99s) 37s ago 18m 50.9M 2781M 19.0.0-26-g0482646f 26bb7d89db2e 9ee0a91cbcce 2023-12-06T07:39:22.219 INFO:teuthology.orchestra.run.smithi172.stdout:osd.2 smithi172 running (70s) 37s ago 17m 47.6M 2781M 19.0.0-26-g0482646f 26bb7d89db2e 97325b53ba4a 2023-12-06T07:39:22.219 INFO:teuthology.orchestra.run.smithi172.stdout:osd.3 smithi172 running (42s) 37s ago 17m - 2781M 19.0.0-26-g0482646f 26bb7d89db2e eb190f1606bc 2023-12-06T07:39:22.219 INFO:teuthology.orchestra.run.smithi172.stdout:osd.4 smithi195 running (12s) 8s ago 16m - 3037M 19.0.0-26-g0482646f 26bb7d89db2e 42b0e019d824 2023-12-06T07:39:22.219 INFO:teuthology.orchestra.run.smithi172.stdout:osd.5 smithi195 running (16m) 8s ago 16m 65.2M 3037M 17.2.0 e1d6a67b021e 51eedee8fdd8 2023-12-06T07:39:22.219 INFO:teuthology.orchestra.run.smithi172.stdout:osd.6 smithi195 running (15m) 8s ago 15m 62.3M 3037M 17.2.0 e1d6a67b021e 3bdaad441af1 2023-12-06T07:39:22.219 INFO:teuthology.orchestra.run.smithi172.stdout:osd.7 smithi195 running (14m) 8s ago 15m 66.6M 3037M 17.2.0 e1d6a67b021e 33c403e0a340 2023-12-06T07:39:22.220 INFO:teuthology.orchestra.run.smithi172.stdout:prometheus.a smithi195 *:9095 running (4m) 8s ago 14m 62.9M - 2.33.4 514e6a882f6e 15fc5d42d7a7 2023-12-06T07:39:22.220 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi172.fmdqeg smithi172 *:8000 running (12m) 37s ago 12m 88.6M - 17.2.0 e1d6a67b021e f5f3949b1de8 2023-12-06T07:39:22.220 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi195.hycrot smithi195 *:8000 running (12m) 8s ago 12m 88.9M - 17.2.0 e1d6a67b021e 9c5f08c98b32 2023-12-06T07:39:22.220 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi172.woscxg smithi172 *:80 running (11m) 37s ago 11m 88.6M - 17.2.0 e1d6a67b021e 0c4c84135665 2023-12-06T07:39:22.220 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi195.imqeni smithi195 *:80 running (11m) 8s ago 11m 88.8M - 17.2.0 e1d6a67b021e ca4b88c28560 2023-12-06T07:39:22.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:21 smithi195 bash[51959]: cluster 2023-12-06T07:39:20.610006+0000 mgr.y (mgr.25528) 256 : cluster 0 pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-06T07:39:22.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:21 smithi195 bash[51959]: audit 2023-12-06T07:39:21.570802+0000 mon.a (mon.0) 446 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:22.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:21 smithi195 bash[51959]: audit 2023-12-06T07:39:21.571982+0000 mon.a (mon.0) 447 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:39:22.666 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:39:22.666 INFO:teuthology.orchestra.run.smithi172.stdout: "mon": { 2023-12-06T07:39:22.666 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:39:22.667 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:39:22.667 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr": { 2023-12-06T07:39:22.667 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:39:22.667 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:39:22.667 INFO:teuthology.orchestra.run.smithi172.stdout: "osd": { 2023-12-06T07:39:22.667 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3, 2023-12-06T07:39:22.667 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 5 2023-12-06T07:39:22.667 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:39:22.667 INFO:teuthology.orchestra.run.smithi172.stdout: "rgw": { 2023-12-06T07:39:22.667 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:39:22.667 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:39:22.667 INFO:teuthology.orchestra.run.smithi172.stdout: "overall": { 2023-12-06T07:39:22.667 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2023-12-06T07:39:22.667 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 10 2023-12-06T07:39:22.667 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:39:22.667 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:39:23.051 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:39:23.051 INFO:teuthology.orchestra.run.smithi172.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:39:23.051 INFO:teuthology.orchestra.run.smithi172.stdout: "in_progress": true, 2023-12-06T07:39:23.051 INFO:teuthology.orchestra.run.smithi172.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:39:23.052 INFO:teuthology.orchestra.run.smithi172.stdout: "services_complete": [ 2023-12-06T07:39:23.052 INFO:teuthology.orchestra.run.smithi172.stdout: "mon", 2023-12-06T07:39:23.052 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr" 2023-12-06T07:39:23.052 INFO:teuthology.orchestra.run.smithi172.stdout: ], 2023-12-06T07:39:23.052 INFO:teuthology.orchestra.run.smithi172.stdout: "progress": "10/23 daemons upgraded", 2023-12-06T07:39:23.052 INFO:teuthology.orchestra.run.smithi172.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T07:39:23.053 INFO:teuthology.orchestra.run.smithi172.stdout: "is_paused": false 2023-12-06T07:39:23.053 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:39:23.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:22 smithi172 bash[66109]: audit 2023-12-06T07:39:21.441064+0000 mgr.y (mgr.25528) 257 : audit 0 from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:23.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:22 smithi172 bash[66109]: audit 2023-12-06T07:39:21.827296+0000 mgr.y (mgr.25528) 258 : audit 0 from='client.34422 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:23.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:22 smithi172 bash[66109]: audit 2023-12-06T07:39:22.195726+0000 mgr.y (mgr.25528) 259 : audit 0 from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:23.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:22 smithi172 bash[66109]: audit 2023-12-06T07:39:22.666154+0000 mon.a (mon.0) 448 : audit 0 from='client.? 172.21.15.172:0/397426478' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:23.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:22 smithi172 bash[64618]: audit 2023-12-06T07:39:21.441064+0000 mgr.y (mgr.25528) 257 : audit 0 from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:23.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:22 smithi172 bash[64618]: audit 2023-12-06T07:39:21.827296+0000 mgr.y (mgr.25528) 258 : audit 0 from='client.34422 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:23.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:22 smithi172 bash[64618]: audit 2023-12-06T07:39:22.195726+0000 mgr.y (mgr.25528) 259 : audit 0 from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:23.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:22 smithi172 bash[64618]: audit 2023-12-06T07:39:22.666154+0000 mon.a (mon.0) 448 : audit 0 from='client.? 172.21.15.172:0/397426478' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:23.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:22 smithi195 bash[51959]: audit 2023-12-06T07:39:21.441064+0000 mgr.y (mgr.25528) 257 : audit 0 from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:23.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:22 smithi195 bash[51959]: audit 2023-12-06T07:39:21.827296+0000 mgr.y (mgr.25528) 258 : audit 0 from='client.34422 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:23.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:22 smithi195 bash[51959]: audit 2023-12-06T07:39:22.195726+0000 mgr.y (mgr.25528) 259 : audit 0 from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:23.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:22 smithi195 bash[51959]: audit 2023-12-06T07:39:22.666154+0000 mon.a (mon.0) 448 : audit 0 from='client.? 172.21.15.172:0/397426478' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:23.486 INFO:teuthology.orchestra.run.smithi172.stdout:HEALTH_OK 2023-12-06T07:39:24.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:23 smithi195 bash[51959]: cluster 2023-12-06T07:39:22.610889+0000 mgr.y (mgr.25528) 260 : cluster 0 pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T07:39:24.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:23 smithi195 bash[51959]: audit 2023-12-06T07:39:23.050170+0000 mgr.y (mgr.25528) 261 : audit 0 from='client.44365 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:24.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:23 smithi195 bash[51959]: audit 2023-12-06T07:39:23.485941+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.172:0/2718338715' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:39:24.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:23 smithi172 bash[64618]: cluster 2023-12-06T07:39:22.610889+0000 mgr.y (mgr.25528) 260 : cluster 0 pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T07:39:24.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:23 smithi172 bash[64618]: audit 2023-12-06T07:39:23.050170+0000 mgr.y (mgr.25528) 261 : audit 0 from='client.44365 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:24.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:23 smithi172 bash[64618]: audit 2023-12-06T07:39:23.485941+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.172:0/2718338715' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:39:24.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:23 smithi172 bash[66109]: cluster 2023-12-06T07:39:22.610889+0000 mgr.y (mgr.25528) 260 : cluster 0 pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T07:39:24.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:23 smithi172 bash[66109]: audit 2023-12-06T07:39:23.050170+0000 mgr.y (mgr.25528) 261 : audit 0 from='client.44365 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:24.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:23 smithi172 bash[66109]: audit 2023-12-06T07:39:23.485941+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.172:0/2718338715' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:39:25.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:25 smithi195 bash[51959]: audit 2023-12-06T07:39:24.467548+0000 mon.a (mon.0) 449 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:25.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:25 smithi195 bash[51959]: audit 2023-12-06T07:39:24.477983+0000 mon.a (mon.0) 450 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:25.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:25 smithi195 bash[51959]: audit 2023-12-06T07:39:24.480016+0000 mon.a (mon.0) 451 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:39:25.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:25 smithi195 bash[51959]: audit 2023-12-06T07:39:24.481593+0000 mon.a (mon.0) 452 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:39:25.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:25 smithi195 bash[51959]: audit 2023-12-06T07:39:24.490730+0000 mon.a (mon.0) 453 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:25.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:25 smithi195 bash[51959]: audit 2023-12-06T07:39:24.577251+0000 mon.a (mon.0) 454 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:39:25.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:25 smithi195 bash[51959]: audit 2023-12-06T07:39:24.582437+0000 mon.a (mon.0) 455 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:25.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:25 smithi195 bash[51959]: audit 2023-12-06T07:39:24.585931+0000 mon.a (mon.0) 456 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:25.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:25 smithi195 bash[51959]: audit 2023-12-06T07:39:24.588522+0000 mon.a (mon.0) 457 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:25.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:25 smithi195 bash[51959]: audit 2023-12-06T07:39:24.591700+0000 mon.a (mon.0) 458 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T07:39:25.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:25 smithi195 bash[51959]: audit 2023-12-06T07:39:24.591996+0000 mgr.y (mgr.25528) 262 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T07:39:25.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:25 smithi195 bash[51959]: cephadm 2023-12-06T07:39:24.594223+0000 mgr.y (mgr.25528) 263 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-06T07:39:25.847 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:25 smithi195 bash[51959]: cluster 2023-12-06T07:39:24.611645+0000 mgr.y (mgr.25528) 264 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 581 B/s rd, 0 op/s 2023-12-06T07:39:25.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[64618]: audit 2023-12-06T07:39:24.467548+0000 mon.a (mon.0) 449 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:25.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[64618]: audit 2023-12-06T07:39:24.477983+0000 mon.a (mon.0) 450 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:25.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[64618]: audit 2023-12-06T07:39:24.480016+0000 mon.a (mon.0) 451 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:39:25.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[64618]: audit 2023-12-06T07:39:24.481593+0000 mon.a (mon.0) 452 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:39:25.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[64618]: audit 2023-12-06T07:39:24.490730+0000 mon.a (mon.0) 453 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:25.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[64618]: audit 2023-12-06T07:39:24.577251+0000 mon.a (mon.0) 454 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:39:25.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[64618]: audit 2023-12-06T07:39:24.582437+0000 mon.a (mon.0) 455 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:25.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[64618]: audit 2023-12-06T07:39:24.585931+0000 mon.a (mon.0) 456 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:25.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[64618]: audit 2023-12-06T07:39:24.588522+0000 mon.a (mon.0) 457 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:25.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[64618]: audit 2023-12-06T07:39:24.591700+0000 mon.a (mon.0) 458 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T07:39:25.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[64618]: audit 2023-12-06T07:39:24.591996+0000 mgr.y (mgr.25528) 262 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T07:39:25.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[64618]: cephadm 2023-12-06T07:39:24.594223+0000 mgr.y (mgr.25528) 263 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-06T07:39:25.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[64618]: cluster 2023-12-06T07:39:24.611645+0000 mgr.y (mgr.25528) 264 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 581 B/s rd, 0 op/s 2023-12-06T07:39:25.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[66109]: audit 2023-12-06T07:39:24.467548+0000 mon.a (mon.0) 449 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:25.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[66109]: audit 2023-12-06T07:39:24.477983+0000 mon.a (mon.0) 450 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:25.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[66109]: audit 2023-12-06T07:39:24.480016+0000 mon.a (mon.0) 451 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:39:25.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[66109]: audit 2023-12-06T07:39:24.481593+0000 mon.a (mon.0) 452 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:39:25.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[66109]: audit 2023-12-06T07:39:24.490730+0000 mon.a (mon.0) 453 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:25.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[66109]: audit 2023-12-06T07:39:24.577251+0000 mon.a (mon.0) 454 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:39:25.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[66109]: audit 2023-12-06T07:39:24.582437+0000 mon.a (mon.0) 455 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:25.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[66109]: audit 2023-12-06T07:39:24.585931+0000 mon.a (mon.0) 456 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:25.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[66109]: audit 2023-12-06T07:39:24.588522+0000 mon.a (mon.0) 457 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:25.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[66109]: audit 2023-12-06T07:39:24.591700+0000 mon.a (mon.0) 458 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T07:39:25.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[66109]: audit 2023-12-06T07:39:24.591996+0000 mgr.y (mgr.25528) 262 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T07:39:25.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[66109]: cephadm 2023-12-06T07:39:24.594223+0000 mgr.y (mgr.25528) 263 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-06T07:39:25.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:25 smithi172 bash[66109]: cluster 2023-12-06T07:39:24.611645+0000 mgr.y (mgr.25528) 264 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 581 B/s rd, 0 op/s 2023-12-06T07:39:28.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:27 smithi195 bash[51959]: cluster 2023-12-06T07:39:26.612875+0000 mgr.y (mgr.25528) 265 : cluster 0 pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:39:28.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:27 smithi195 bash[51959]: audit 2023-12-06T07:39:26.817841+0000 mon.a (mon.0) 459 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:27 smithi195 bash[51959]: cephadm 2023-12-06T07:39:26.963977+0000 mgr.y (mgr.25528) 266 : cephadm 1 Upgrade: Updating osd.5 2023-12-06T07:39:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:27 smithi195 bash[51959]: audit 2023-12-06T07:39:26.971453+0000 mon.a (mon.0) 460 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:27 smithi195 bash[51959]: audit 2023-12-06T07:39:26.976253+0000 mon.a (mon.0) 461 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T07:39:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:27 smithi195 bash[51959]: audit 2023-12-06T07:39:26.977856+0000 mon.a (mon.0) 462 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:39:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:27 smithi195 bash[51959]: cephadm 2023-12-06T07:39:26.983551+0000 mgr.y (mgr.25528) 267 : cephadm 1 Deploying daemon osd.5 on smithi195 2023-12-06T07:39:28.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:27 smithi172 bash[64618]: cluster 2023-12-06T07:39:26.612875+0000 mgr.y (mgr.25528) 265 : cluster 0 pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:39:28.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:27 smithi172 bash[64618]: audit 2023-12-06T07:39:26.817841+0000 mon.a (mon.0) 459 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:28.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:27 smithi172 bash[64618]: cephadm 2023-12-06T07:39:26.963977+0000 mgr.y (mgr.25528) 266 : cephadm 1 Upgrade: Updating osd.5 2023-12-06T07:39:28.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:27 smithi172 bash[64618]: audit 2023-12-06T07:39:26.971453+0000 mon.a (mon.0) 460 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:28.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:27 smithi172 bash[64618]: audit 2023-12-06T07:39:26.976253+0000 mon.a (mon.0) 461 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T07:39:28.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:27 smithi172 bash[64618]: audit 2023-12-06T07:39:26.977856+0000 mon.a (mon.0) 462 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:39:28.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:27 smithi172 bash[64618]: cephadm 2023-12-06T07:39:26.983551+0000 mgr.y (mgr.25528) 267 : cephadm 1 Deploying daemon osd.5 on smithi195 2023-12-06T07:39:28.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:27 smithi172 bash[66109]: cluster 2023-12-06T07:39:26.612875+0000 mgr.y (mgr.25528) 265 : cluster 0 pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T07:39:28.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:27 smithi172 bash[66109]: audit 2023-12-06T07:39:26.817841+0000 mon.a (mon.0) 459 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:28.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:27 smithi172 bash[66109]: cephadm 2023-12-06T07:39:26.963977+0000 mgr.y (mgr.25528) 266 : cephadm 1 Upgrade: Updating osd.5 2023-12-06T07:39:28.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:27 smithi172 bash[66109]: audit 2023-12-06T07:39:26.971453+0000 mon.a (mon.0) 460 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:28.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:27 smithi172 bash[66109]: audit 2023-12-06T07:39:26.976253+0000 mon.a (mon.0) 461 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T07:39:28.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:27 smithi172 bash[66109]: audit 2023-12-06T07:39:26.977856+0000 mon.a (mon.0) 462 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:39:28.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:27 smithi172 bash[66109]: cephadm 2023-12-06T07:39:26.983551+0000 mgr.y (mgr.25528) 267 : cephadm 1 Deploying daemon osd.5 on smithi195 2023-12-06T07:39:29.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:28 smithi195 bash[51959]: audit 2023-12-06T07:39:27.681213+0000 mgr.y (mgr.25528) 268 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:39:29.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:28 smithi172 bash[64618]: audit 2023-12-06T07:39:27.681213+0000 mgr.y (mgr.25528) 268 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:39:29.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:28 smithi172 bash[66109]: audit 2023-12-06T07:39:27.681213+0000 mgr.y (mgr.25528) 268 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:39:30.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:29 smithi195 bash[51959]: cluster 2023-12-06T07:39:28.614335+0000 mgr.y (mgr.25528) 269 : cluster 0 pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 867 B/s rd, 0 op/s 2023-12-06T07:39:30.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:29 smithi172 bash[64618]: cluster 2023-12-06T07:39:28.614335+0000 mgr.y (mgr.25528) 269 : cluster 0 pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 867 B/s rd, 0 op/s 2023-12-06T07:39:30.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:29 smithi172 bash[66109]: cluster 2023-12-06T07:39:28.614335+0000 mgr.y (mgr.25528) 269 : cluster 0 pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 867 B/s rd, 0 op/s 2023-12-06T07:39:31.564 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:39:31 smithi195 systemd[1]: Stopping Ceph osd.5 for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:39:31.844 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:39:31 smithi195 bash[31551]: debug 2023-12-06T07:39:31.557+0000 7feab9ac3700 -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-06T07:39:31.844 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:39:31 smithi195 bash[31551]: debug 2023-12-06T07:39:31.557+0000 7feab9ac3700 -1 osd.5 132 *** Got signal Terminated *** 2023-12-06T07:39:31.844 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:39:31 smithi195 bash[31551]: debug 2023-12-06T07:39:31.557+0000 7feab9ac3700 -1 osd.5 132 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:39:31.844 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:39:31 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:39:31] "GET /metrics HTTP/1.1" 200 38427 "" "Prometheus/2.33.4" 2023-12-06T07:39:31.845 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:31 smithi172 bash[64618]: cluster 2023-12-06T07:39:30.615590+0000 mgr.y (mgr.25528) 270 : cluster 0 pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:39:31.845 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:31 smithi172 bash[64618]: cluster 2023-12-06T07:39:31.564279+0000 mon.a (mon.0) 463 : cluster 1 osd.5 marked itself down and dead 2023-12-06T07:39:32.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:31 smithi195 bash[51959]: cluster 2023-12-06T07:39:30.615590+0000 mgr.y (mgr.25528) 270 : cluster 0 pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:39:32.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:31 smithi195 bash[51959]: cluster 2023-12-06T07:39:31.564279+0000 mon.a (mon.0) 463 : cluster 1 osd.5 marked itself down and dead 2023-12-06T07:39:32.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:31 smithi172 bash[66109]: cluster 2023-12-06T07:39:30.615590+0000 mgr.y (mgr.25528) 270 : cluster 0 pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:39:32.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:31 smithi172 bash[66109]: cluster 2023-12-06T07:39:31.564279+0000 mon.a (mon.0) 463 : cluster 1 osd.5 marked itself down and dead 2023-12-06T07:39:33.154 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:39:32 smithi195 bash[55847]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-5 2023-12-06T07:39:33.154 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:32 smithi195 bash[51959]: cluster 2023-12-06T07:39:31.830103+0000 mon.a (mon.0) 464 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:39:33.154 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:32 smithi195 bash[51959]: cluster 2023-12-06T07:39:31.833292+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.155 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:32 smithi195 bash[51959]: cluster 2023-12-06T07:39:31.837732+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.155 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:32 smithi195 bash[51959]: cluster 2023-12-06T07:39:31.839467+0000 mon.a (mon.0) 465 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-06T07:39:33.155 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:32 smithi195 bash[51959]: cluster 2023-12-06T07:39:31.841236+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.155 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:32 smithi195 bash[51959]: cluster 2023-12-06T07:39:31.841277+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.155 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:32 smithi195 bash[51959]: cluster 2023-12-06T07:39:31.843329+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.155 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:32 smithi195 bash[51959]: cluster 2023-12-06T07:39:31.844505+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.155 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:32 smithi195 bash[51959]: cluster 2023-12-06T07:39:31.844973+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.155 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:32 smithi195 bash[51959]: cluster 2023-12-06T07:39:31.846517+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.155 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:32 smithi195 bash[51959]: cluster 2023-12-06T07:39:31.847072+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:32 smithi172 bash[64618]: cluster 2023-12-06T07:39:31.830103+0000 mon.a (mon.0) 464 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:39:33.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:32 smithi172 bash[64618]: cluster 2023-12-06T07:39:31.833292+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:32 smithi172 bash[64618]: cluster 2023-12-06T07:39:31.837732+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:32 smithi172 bash[64618]: cluster 2023-12-06T07:39:31.839467+0000 mon.a (mon.0) 465 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-06T07:39:33.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:32 smithi172 bash[64618]: cluster 2023-12-06T07:39:31.841236+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:32 smithi172 bash[64618]: cluster 2023-12-06T07:39:31.841277+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:32 smithi172 bash[64618]: cluster 2023-12-06T07:39:31.843329+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:32 smithi172 bash[64618]: cluster 2023-12-06T07:39:31.844505+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:32 smithi172 bash[64618]: cluster 2023-12-06T07:39:31.844973+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:32 smithi172 bash[64618]: cluster 2023-12-06T07:39:31.846517+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:32 smithi172 bash[64618]: cluster 2023-12-06T07:39:31.847072+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:32 smithi172 bash[66109]: cluster 2023-12-06T07:39:31.830103+0000 mon.a (mon.0) 464 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:39:33.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:32 smithi172 bash[66109]: cluster 2023-12-06T07:39:31.833292+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:32 smithi172 bash[66109]: cluster 2023-12-06T07:39:31.837732+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:32 smithi172 bash[66109]: cluster 2023-12-06T07:39:31.839467+0000 mon.a (mon.0) 465 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-06T07:39:33.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:32 smithi172 bash[66109]: cluster 2023-12-06T07:39:31.841236+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:32 smithi172 bash[66109]: cluster 2023-12-06T07:39:31.841277+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:32 smithi172 bash[66109]: cluster 2023-12-06T07:39:31.843329+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:32 smithi172 bash[66109]: cluster 2023-12-06T07:39:31.844505+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:32 smithi172 bash[66109]: cluster 2023-12-06T07:39:31.844973+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:32 smithi172 bash[66109]: cluster 2023-12-06T07:39:31.846517+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:32 smithi172 bash[66109]: cluster 2023-12-06T07:39:31.847072+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T07:39:33.595 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:39:33 smithi195 bash[55924]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-5 2023-12-06T07:39:34.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[64618]: cluster 2023-12-06T07:39:32.617094+0000 mgr.y (mgr.25528) 271 : cluster 0 pgmap v166: 161 pgs: 32 peering, 10 stale+active+clean, 119 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-06T07:39:34.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[64618]: cluster 2023-12-06T07:39:32.839045+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[64618]: cluster 2023-12-06T07:39:32.841775+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[64618]: cluster 2023-12-06T07:39:32.843440+0000 mon.a (mon.0) 466 : cluster 0 osdmap e134: 8 total, 7 up, 8 in 2023-12-06T07:39:34.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[64618]: cluster 2023-12-06T07:39:32.843829+0000 mon.a (mon.0) 467 : cluster 3 Health check failed: Reduced data availability: 7 pgs inactive, 9 pgs peering (PG_AVAILABILITY) 2023-12-06T07:39:34.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[64618]: cluster 2023-12-06T07:39:32.843856+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[64618]: cluster 2023-12-06T07:39:32.844346+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[64618]: cluster 2023-12-06T07:39:32.846670+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[64618]: cluster 2023-12-06T07:39:32.847821+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[64618]: cluster 2023-12-06T07:39:32.849460+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[64618]: cluster 2023-12-06T07:39:32.849678+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[64618]: cluster 2023-12-06T07:39:32.851478+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[66109]: cluster 2023-12-06T07:39:32.617094+0000 mgr.y (mgr.25528) 271 : cluster 0 pgmap v166: 161 pgs: 32 peering, 10 stale+active+clean, 119 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-06T07:39:34.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[66109]: cluster 2023-12-06T07:39:32.839045+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[66109]: cluster 2023-12-06T07:39:32.841775+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[66109]: cluster 2023-12-06T07:39:32.843440+0000 mon.a (mon.0) 466 : cluster 0 osdmap e134: 8 total, 7 up, 8 in 2023-12-06T07:39:34.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[66109]: cluster 2023-12-06T07:39:32.843829+0000 mon.a (mon.0) 467 : cluster 3 Health check failed: Reduced data availability: 7 pgs inactive, 9 pgs peering (PG_AVAILABILITY) 2023-12-06T07:39:34.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[66109]: cluster 2023-12-06T07:39:32.843856+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[66109]: cluster 2023-12-06T07:39:32.844346+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[66109]: cluster 2023-12-06T07:39:32.846670+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[66109]: cluster 2023-12-06T07:39:32.847821+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[66109]: cluster 2023-12-06T07:39:32.849460+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[66109]: cluster 2023-12-06T07:39:32.849678+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.175 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:33 smithi172 bash[66109]: cluster 2023-12-06T07:39:32.851478+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.175 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:33 smithi195 bash[51959]: cluster 2023-12-06T07:39:32.617094+0000 mgr.y (mgr.25528) 271 : cluster 0 pgmap v166: 161 pgs: 32 peering, 10 stale+active+clean, 119 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-06T07:39:34.175 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:33 smithi195 bash[51959]: cluster 2023-12-06T07:39:32.839045+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.175 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:33 smithi195 bash[51959]: cluster 2023-12-06T07:39:32.841775+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.175 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:33 smithi195 bash[51959]: cluster 2023-12-06T07:39:32.843440+0000 mon.a (mon.0) 466 : cluster 0 osdmap e134: 8 total, 7 up, 8 in 2023-12-06T07:39:34.175 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:33 smithi195 bash[51959]: cluster 2023-12-06T07:39:32.843829+0000 mon.a (mon.0) 467 : cluster 3 Health check failed: Reduced data availability: 7 pgs inactive, 9 pgs peering (PG_AVAILABILITY) 2023-12-06T07:39:34.175 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:33 smithi195 bash[51959]: cluster 2023-12-06T07:39:32.843856+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.175 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:33 smithi195 bash[51959]: cluster 2023-12-06T07:39:32.844346+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.176 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:33 smithi195 bash[51959]: cluster 2023-12-06T07:39:32.846670+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.176 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:33 smithi195 bash[51959]: cluster 2023-12-06T07:39:32.847821+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.176 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:33 smithi195 bash[51959]: cluster 2023-12-06T07:39:32.849460+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.176 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:33 smithi195 bash[51959]: cluster 2023-12-06T07:39:32.849678+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:34.176 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:33 smithi195 bash[51959]: cluster 2023-12-06T07:39:32.851478+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T07:39:35.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:34 smithi195 bash[51959]: cluster 2023-12-06T07:39:34.860009+0000 mon.a (mon.0) 468 : cluster 3 Health check failed: Degraded data redundancy: 9/630 objects degraded (1.429%), 3 pgs degraded (PG_DEGRADED) 2023-12-06T07:39:35.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:34 smithi172 bash[64618]: cluster 2023-12-06T07:39:34.860009+0000 mon.a (mon.0) 468 : cluster 3 Health check failed: Degraded data redundancy: 9/630 objects degraded (1.429%), 3 pgs degraded (PG_DEGRADED) 2023-12-06T07:39:35.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:34 smithi172 bash[66109]: cluster 2023-12-06T07:39:34.860009+0000 mon.a (mon.0) 468 : cluster 3 Health check failed: Degraded data redundancy: 9/630 objects degraded (1.429%), 3 pgs degraded (PG_DEGRADED) 2023-12-06T07:39:35.595 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:39:35 smithi195 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.5.service: Succeeded. 2023-12-06T07:39:35.595 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:39:35 smithi195 systemd[1]: Stopped Ceph osd.5 for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:39:35.595 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:39:35 smithi195 systemd[1]: Started Ceph osd.5 for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:39:36.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:35 smithi172 bash[64618]: cluster 2023-12-06T07:39:34.618353+0000 mgr.y (mgr.25528) 272 : cluster 0 pgmap v168: 161 pgs: 3 active+undersized+degraded, 32 peering, 8 stale+active+clean, 4 active+undersized, 114 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 9/630 objects degraded (1.429%) 2023-12-06T07:39:36.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:35 smithi172 bash[64618]: audit 2023-12-06T07:39:35.602350+0000 mon.a (mon.0) 469 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:36.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:35 smithi172 bash[64618]: audit 2023-12-06T07:39:35.615401+0000 mon.a (mon.0) 470 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:36.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:35 smithi172 bash[66109]: cluster 2023-12-06T07:39:34.618353+0000 mgr.y (mgr.25528) 272 : cluster 0 pgmap v168: 161 pgs: 3 active+undersized+degraded, 32 peering, 8 stale+active+clean, 4 active+undersized, 114 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 9/630 objects degraded (1.429%) 2023-12-06T07:39:36.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:35 smithi172 bash[66109]: audit 2023-12-06T07:39:35.602350+0000 mon.a (mon.0) 469 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:36.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:35 smithi172 bash[66109]: audit 2023-12-06T07:39:35.615401+0000 mon.a (mon.0) 470 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:36.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:35 smithi195 bash[51959]: cluster 2023-12-06T07:39:34.618353+0000 mgr.y (mgr.25528) 272 : cluster 0 pgmap v168: 161 pgs: 3 active+undersized+degraded, 32 peering, 8 stale+active+clean, 4 active+undersized, 114 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 9/630 objects degraded (1.429%) 2023-12-06T07:39:36.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:35 smithi195 bash[51959]: audit 2023-12-06T07:39:35.602350+0000 mon.a (mon.0) 469 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:36.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:35 smithi195 bash[51959]: audit 2023-12-06T07:39:35.615401+0000 mon.a (mon.0) 470 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:37.572 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:39:37 smithi195 bash[56095]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-06T07:39:37.573 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:39:37 smithi195 bash[56095]: 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-06T07:39:37.573 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:39:37 smithi195 bash[56095]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-06T07:39:37.573 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:39:37 smithi195 bash[56095]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-06T07:39:37.573 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:39:37 smithi195 bash[56095]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2023-12-06T07:39:37.573 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:39:37 smithi195 bash[56095]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-06T07:39:37.573 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:39:37 smithi195 bash[56095]: --> ceph-volume raw activate successful for osd ID: 5 2023-12-06T07:39:37.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:37 smithi195 bash[51959]: audit 2023-12-06T07:39:36.573247+0000 mon.a (mon.0) 471 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:37.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:37 smithi195 bash[51959]: audit 2023-12-06T07:39:36.575711+0000 mon.a (mon.0) 472 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:39:37.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:37 smithi195 bash[51959]: cluster 2023-12-06T07:39:36.619853+0000 mgr.y (mgr.25528) 273 : cluster 0 pgmap v169: 161 pgs: 13 active+undersized+degraded, 32 peering, 13 active+undersized, 103 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 45/630 objects degraded (7.143%) 2023-12-06T07:39:37.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:37 smithi172 bash[66109]: audit 2023-12-06T07:39:36.573247+0000 mon.a (mon.0) 471 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:37.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:37 smithi172 bash[66109]: audit 2023-12-06T07:39:36.575711+0000 mon.a (mon.0) 472 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:39:37.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:37 smithi172 bash[66109]: cluster 2023-12-06T07:39:36.619853+0000 mgr.y (mgr.25528) 273 : cluster 0 pgmap v169: 161 pgs: 13 active+undersized+degraded, 32 peering, 13 active+undersized, 103 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 45/630 objects degraded (7.143%) 2023-12-06T07:39:37.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:37 smithi172 bash[64618]: audit 2023-12-06T07:39:36.573247+0000 mon.a (mon.0) 471 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:37.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:37 smithi172 bash[64618]: audit 2023-12-06T07:39:36.575711+0000 mon.a (mon.0) 472 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:39:37.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:37 smithi172 bash[64618]: cluster 2023-12-06T07:39:36.619853+0000 mgr.y (mgr.25528) 273 : cluster 0 pgmap v169: 161 pgs: 13 active+undersized+degraded, 32 peering, 13 active+undersized, 103 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 45/630 objects degraded (7.143%) 2023-12-06T07:39:38.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:38 smithi195 bash[51959]: audit 2023-12-06T07:39:37.692587+0000 mgr.y (mgr.25528) 274 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:39:38.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:38 smithi172 bash[64618]: audit 2023-12-06T07:39:37.692587+0000 mgr.y (mgr.25528) 274 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:39:38.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:38 smithi172 bash[66109]: audit 2023-12-06T07:39:37.692587+0000 mgr.y (mgr.25528) 274 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:39:39.345 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:39:39 smithi195 bash[56393]: debug 2023-12-06T07:39:39.001+0000 7f6121641700 1 -- 172.21.15.195:0/4188802266 <== mon.1 v2:172.21.15.172:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5602682a71e0 con 0x56026832c800 2023-12-06T07:39:39.845 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:39:39 smithi195 bash[56393]: debug 2023-12-06T07:39:39.541+0000 7f612a7c7640 -1 Falling back to public interface 2023-12-06T07:39:39.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:39 smithi195 bash[51959]: cluster 2023-12-06T07:39:38.621527+0000 mgr.y (mgr.25528) 275 : cluster 0 pgmap v170: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T07:39:39.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:39 smithi172 bash[66109]: cluster 2023-12-06T07:39:38.621527+0000 mgr.y (mgr.25528) 275 : cluster 0 pgmap v170: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T07:39:39.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:39 smithi172 bash[64618]: cluster 2023-12-06T07:39:38.621527+0000 mgr.y (mgr.25528) 275 : cluster 0 pgmap v170: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T07:39:40.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:40 smithi172 bash[64618]: cluster 2023-12-06T07:39:39.584293+0000 mon.a (mon.0) 473 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 7 pgs inactive, 9 pgs peering) 2023-12-06T07:39:40.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:40 smithi172 bash[66109]: cluster 2023-12-06T07:39:39.584293+0000 mon.a (mon.0) 473 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 7 pgs inactive, 9 pgs peering) 2023-12-06T07:39:41.042 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:40 smithi195 bash[51959]: cluster 2023-12-06T07:39:39.584293+0000 mon.a (mon.0) 473 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 7 pgs inactive, 9 pgs peering) 2023-12-06T07:39:41.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:39:41 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:39:41] "GET /metrics HTTP/1.1" 200 38416 "" "Prometheus/2.33.4" 2023-12-06T07:39:41.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:41 smithi172 bash[64618]: cluster 2023-12-06T07:39:40.623057+0000 mgr.y (mgr.25528) 276 : cluster 0 pgmap v171: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T07:39:41.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:41 smithi172 bash[66109]: cluster 2023-12-06T07:39:40.623057+0000 mgr.y (mgr.25528) 276 : cluster 0 pgmap v171: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T07:39:42.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:41 smithi195 bash[51959]: cluster 2023-12-06T07:39:40.623057+0000 mgr.y (mgr.25528) 276 : cluster 0 pgmap v171: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T07:39:42.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:42 smithi172 bash[64618]: cluster 2023-12-06T07:39:41.794526+0000 mon.a (mon.0) 474 : cluster 3 Health check update: Degraded data redundancy: 75/630 objects degraded (11.905%), 23 pgs degraded (PG_DEGRADED) 2023-12-06T07:39:42.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:42 smithi172 bash[64618]: audit 2023-12-06T07:39:41.919142+0000 mon.a (mon.0) 475 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:42.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:42 smithi172 bash[64618]: audit 2023-12-06T07:39:41.928082+0000 mon.a (mon.0) 476 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:42.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:42 smithi172 bash[66109]: cluster 2023-12-06T07:39:41.794526+0000 mon.a (mon.0) 474 : cluster 3 Health check update: Degraded data redundancy: 75/630 objects degraded (11.905%), 23 pgs degraded (PG_DEGRADED) 2023-12-06T07:39:42.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:42 smithi172 bash[66109]: audit 2023-12-06T07:39:41.919142+0000 mon.a (mon.0) 475 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:42.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:42 smithi172 bash[66109]: audit 2023-12-06T07:39:41.928082+0000 mon.a (mon.0) 476 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:43.095 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:39:42 smithi195 bash[56393]: debug 2023-12-06T07:39:42.609+0000 7f612a7c7640 -1 osd.5 0 read_superblock omap replica is missing. 2023-12-06T07:39:43.095 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:39:42 smithi195 bash[56393]: debug 2023-12-06T07:39:42.665+0000 7f612a7c7640 -1 osd.5 132 log_to_monitors true 2023-12-06T07:39:43.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:42 smithi195 bash[51959]: cluster 2023-12-06T07:39:41.794526+0000 mon.a (mon.0) 474 : cluster 3 Health check update: Degraded data redundancy: 75/630 objects degraded (11.905%), 23 pgs degraded (PG_DEGRADED) 2023-12-06T07:39:43.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:42 smithi195 bash[51959]: audit 2023-12-06T07:39:41.919142+0000 mon.a (mon.0) 475 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:43.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:42 smithi195 bash[51959]: audit 2023-12-06T07:39:41.928082+0000 mon.a (mon.0) 476 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:43.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:43 smithi172 bash[64618]: cluster 2023-12-06T07:39:42.624570+0000 mgr.y (mgr.25528) 277 : cluster 0 pgmap v172: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T07:39:43.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:43 smithi172 bash[64618]: audit 2023-12-06T07:39:42.675998+0000 mon.b (mon.2) 5 : audit 1 from='osd.5 [v2:172.21.15.195:6808/3795403980,v1:172.21.15.195:6809/3795403980]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T07:39:43.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:43 smithi172 bash[64618]: audit 2023-12-06T07:39:42.678556+0000 mon.a (mon.0) 477 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T07:39:43.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:43 smithi172 bash[64618]: audit 2023-12-06T07:39:42.973403+0000 mon.a (mon.0) 478 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:43.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:43 smithi172 bash[64618]: audit 2023-12-06T07:39:42.985188+0000 mon.a (mon.0) 479 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:43.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:43 smithi172 bash[66109]: cluster 2023-12-06T07:39:42.624570+0000 mgr.y (mgr.25528) 277 : cluster 0 pgmap v172: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T07:39:43.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:43 smithi172 bash[66109]: audit 2023-12-06T07:39:42.675998+0000 mon.b (mon.2) 5 : audit 1 from='osd.5 [v2:172.21.15.195:6808/3795403980,v1:172.21.15.195:6809/3795403980]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T07:39:43.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:43 smithi172 bash[66109]: audit 2023-12-06T07:39:42.678556+0000 mon.a (mon.0) 477 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T07:39:43.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:43 smithi172 bash[66109]: audit 2023-12-06T07:39:42.973403+0000 mon.a (mon.0) 478 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:43.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:43 smithi172 bash[66109]: audit 2023-12-06T07:39:42.985188+0000 mon.a (mon.0) 479 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:44.095 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:39:43 smithi195 bash[56393]: debug 2023-12-06T07:39:43.669+0000 7f6117c30700 -1 osd.5 132 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:39:44.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:43 smithi195 bash[51959]: cluster 2023-12-06T07:39:42.624570+0000 mgr.y (mgr.25528) 277 : cluster 0 pgmap v172: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T07:39:44.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:43 smithi195 bash[51959]: audit 2023-12-06T07:39:42.675998+0000 mon.b (mon.2) 5 : audit 1 from='osd.5 [v2:172.21.15.195:6808/3795403980,v1:172.21.15.195:6809/3795403980]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T07:39:44.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:43 smithi195 bash[51959]: audit 2023-12-06T07:39:42.678556+0000 mon.a (mon.0) 477 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T07:39:44.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:43 smithi195 bash[51959]: audit 2023-12-06T07:39:42.973403+0000 mon.a (mon.0) 478 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:44.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:43 smithi195 bash[51959]: audit 2023-12-06T07:39:42.985188+0000 mon.a (mon.0) 479 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:44.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:44 smithi172 bash[66109]: audit 2023-12-06T07:39:43.618062+0000 mon.a (mon.0) 480 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T07:39:44.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:44 smithi172 bash[66109]: audit 2023-12-06T07:39:43.625290+0000 mon.b (mon.2) 6 : audit 1 from='osd.5 [v2:172.21.15.195:6808/3795403980,v1:172.21.15.195:6809/3795403980]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:39:44.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:44 smithi172 bash[66109]: cluster 2023-12-06T07:39:43.629431+0000 mon.a (mon.0) 481 : cluster 0 osdmap e135: 8 total, 7 up, 8 in 2023-12-06T07:39:44.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:44 smithi172 bash[66109]: audit 2023-12-06T07:39:43.630564+0000 mon.a (mon.0) 482 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:39:44.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:44 smithi172 bash[66109]: cluster 2023-12-06T07:39:43.663638+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:39:44.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:44 smithi172 bash[64618]: audit 2023-12-06T07:39:43.618062+0000 mon.a (mon.0) 480 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T07:39:44.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:44 smithi172 bash[64618]: audit 2023-12-06T07:39:43.625290+0000 mon.b (mon.2) 6 : audit 1 from='osd.5 [v2:172.21.15.195:6808/3795403980,v1:172.21.15.195:6809/3795403980]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:39:44.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:44 smithi172 bash[64618]: cluster 2023-12-06T07:39:43.629431+0000 mon.a (mon.0) 481 : cluster 0 osdmap e135: 8 total, 7 up, 8 in 2023-12-06T07:39:44.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:44 smithi172 bash[64618]: audit 2023-12-06T07:39:43.630564+0000 mon.a (mon.0) 482 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:39:44.924 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:44 smithi172 bash[64618]: cluster 2023-12-06T07:39:43.663638+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:39:45.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:44 smithi195 bash[51959]: audit 2023-12-06T07:39:43.618062+0000 mon.a (mon.0) 480 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T07:39:45.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:44 smithi195 bash[51959]: audit 2023-12-06T07:39:43.625290+0000 mon.b (mon.2) 6 : audit 1 from='osd.5 [v2:172.21.15.195:6808/3795403980,v1:172.21.15.195:6809/3795403980]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:39:45.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:44 smithi195 bash[51959]: cluster 2023-12-06T07:39:43.629431+0000 mon.a (mon.0) 481 : cluster 0 osdmap e135: 8 total, 7 up, 8 in 2023-12-06T07:39:45.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:44 smithi195 bash[51959]: audit 2023-12-06T07:39:43.630564+0000 mon.a (mon.0) 482 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:39:45.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:44 smithi195 bash[51959]: cluster 2023-12-06T07:39:43.663638+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:39:45.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:45 smithi172 bash[64618]: cluster 2023-12-06T07:39:44.351163+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:39:45.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:45 smithi172 bash[64618]: cluster 2023-12-06T07:39:44.619098+0000 mon.a (mon.0) 483 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:39:45.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:45 smithi172 bash[64618]: cluster 2023-12-06T07:39:44.622390+0000 osd.6 (osd.6) 49 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T07:39:45.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:45 smithi172 bash[64618]: cluster 2023-12-06T07:39:44.625839+0000 mgr.y (mgr.25528) 278 : cluster 0 pgmap v175: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 75/630 objects degraded (11.905%) 2023-12-06T07:39:45.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:45 smithi172 bash[64618]: cluster 2023-12-06T07:39:44.630614+0000 mon.a (mon.0) 484 : cluster 1 osd.5 [v2:172.21.15.195:6808/3795403980,v1:172.21.15.195:6809/3795403980] boot 2023-12-06T07:39:45.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:45 smithi172 bash[64618]: cluster 2023-12-06T07:39:44.630897+0000 mon.a (mon.0) 485 : cluster 0 osdmap e136: 8 total, 8 up, 8 in 2023-12-06T07:39:45.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:45 smithi172 bash[64618]: cluster 2023-12-06T07:39:44.631217+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T07:39:45.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:45 smithi172 bash[64618]: cluster 2023-12-06T07:39:44.631352+0000 osd.6 (osd.6) 50 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T07:39:45.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:45 smithi172 bash[64618]: audit 2023-12-06T07:39:44.634411+0000 mon.a (mon.0) 486 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:39:45.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:45 smithi172 bash[64618]: cluster 2023-12-06T07:39:44.642274+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T07:39:45.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:45 smithi172 bash[64618]: cluster 2023-12-06T07:39:45.639211+0000 mon.a (mon.0) 487 : cluster 0 osdmap e137: 8 total, 8 up, 8 in 2023-12-06T07:39:45.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:45 smithi172 bash[66109]: cluster 2023-12-06T07:39:44.351163+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:39:45.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:45 smithi172 bash[66109]: cluster 2023-12-06T07:39:44.619098+0000 mon.a (mon.0) 483 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:39:45.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:45 smithi172 bash[66109]: cluster 2023-12-06T07:39:44.622390+0000 osd.6 (osd.6) 49 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T07:39:45.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:45 smithi172 bash[66109]: cluster 2023-12-06T07:39:44.625839+0000 mgr.y (mgr.25528) 278 : cluster 0 pgmap v175: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 75/630 objects degraded (11.905%) 2023-12-06T07:39:45.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:45 smithi172 bash[66109]: cluster 2023-12-06T07:39:44.630614+0000 mon.a (mon.0) 484 : cluster 1 osd.5 [v2:172.21.15.195:6808/3795403980,v1:172.21.15.195:6809/3795403980] boot 2023-12-06T07:39:45.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:45 smithi172 bash[66109]: cluster 2023-12-06T07:39:44.630897+0000 mon.a (mon.0) 485 : cluster 0 osdmap e136: 8 total, 8 up, 8 in 2023-12-06T07:39:45.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:45 smithi172 bash[66109]: cluster 2023-12-06T07:39:44.631217+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T07:39:45.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:45 smithi172 bash[66109]: cluster 2023-12-06T07:39:44.631352+0000 osd.6 (osd.6) 50 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T07:39:45.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:45 smithi172 bash[66109]: audit 2023-12-06T07:39:44.634411+0000 mon.a (mon.0) 486 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:39:45.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:45 smithi172 bash[66109]: cluster 2023-12-06T07:39:44.642274+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T07:39:45.924 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:45 smithi172 bash[66109]: cluster 2023-12-06T07:39:45.639211+0000 mon.a (mon.0) 487 : cluster 0 osdmap e137: 8 total, 8 up, 8 in 2023-12-06T07:39:46.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:45 smithi195 bash[51959]: cluster 2023-12-06T07:39:44.351163+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T07:39:46.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:45 smithi195 bash[51959]: cluster 2023-12-06T07:39:44.619098+0000 mon.a (mon.0) 483 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:39:46.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:45 smithi195 bash[51959]: cluster 2023-12-06T07:39:44.622390+0000 osd.6 (osd.6) 49 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T07:39:46.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:45 smithi195 bash[51959]: cluster 2023-12-06T07:39:44.625839+0000 mgr.y (mgr.25528) 278 : cluster 0 pgmap v175: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 75/630 objects degraded (11.905%) 2023-12-06T07:39:46.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:45 smithi195 bash[51959]: cluster 2023-12-06T07:39:44.630614+0000 mon.a (mon.0) 484 : cluster 1 osd.5 [v2:172.21.15.195:6808/3795403980,v1:172.21.15.195:6809/3795403980] boot 2023-12-06T07:39:46.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:45 smithi195 bash[51959]: cluster 2023-12-06T07:39:44.630897+0000 mon.a (mon.0) 485 : cluster 0 osdmap e136: 8 total, 8 up, 8 in 2023-12-06T07:39:46.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:45 smithi195 bash[51959]: cluster 2023-12-06T07:39:44.631217+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T07:39:46.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:45 smithi195 bash[51959]: cluster 2023-12-06T07:39:44.631352+0000 osd.6 (osd.6) 50 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T07:39:46.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:45 smithi195 bash[51959]: audit 2023-12-06T07:39:44.634411+0000 mon.a (mon.0) 486 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T07:39:46.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:45 smithi195 bash[51959]: cluster 2023-12-06T07:39:44.642274+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T07:39:46.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:45 smithi195 bash[51959]: cluster 2023-12-06T07:39:45.639211+0000 mon.a (mon.0) 487 : cluster 0 osdmap e137: 8 total, 8 up, 8 in 2023-12-06T07:39:46.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:46 smithi172 bash[66109]: cluster 2023-12-06T07:39:45.638324+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:46.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:46 smithi172 bash[66109]: cluster 2023-12-06T07:39:45.638920+0000 osd.6 (osd.6) 51 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:46.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:46 smithi172 bash[66109]: cluster 2023-12-06T07:39:45.642820+0000 osd.6 (osd.6) 52 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:46.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:46 smithi172 bash[66109]: cluster 2023-12-06T07:39:45.643124+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:46.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:46 smithi172 bash[66109]: cluster 2023-12-06T07:39:45.645223+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:46.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:46 smithi172 bash[66109]: cluster 2023-12-06T07:39:45.645294+0000 osd.6 (osd.6) 53 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:46.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:46 smithi172 bash[66109]: cluster 2023-12-06T07:39:45.646623+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:46.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:46 smithi172 bash[66109]: cluster 2023-12-06T07:39:45.647882+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:46.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:46 smithi172 bash[64618]: cluster 2023-12-06T07:39:45.638324+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:46.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:46 smithi172 bash[64618]: cluster 2023-12-06T07:39:45.638920+0000 osd.6 (osd.6) 51 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:46.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:46 smithi172 bash[64618]: cluster 2023-12-06T07:39:45.642820+0000 osd.6 (osd.6) 52 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:46.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:46 smithi172 bash[64618]: cluster 2023-12-06T07:39:45.643124+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:46.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:46 smithi172 bash[64618]: cluster 2023-12-06T07:39:45.645223+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:46.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:46 smithi172 bash[64618]: cluster 2023-12-06T07:39:45.645294+0000 osd.6 (osd.6) 53 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:46.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:46 smithi172 bash[64618]: cluster 2023-12-06T07:39:45.646623+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:46.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:46 smithi172 bash[64618]: cluster 2023-12-06T07:39:45.647882+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:47.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:46 smithi195 bash[51959]: cluster 2023-12-06T07:39:45.638324+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:47.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:46 smithi195 bash[51959]: cluster 2023-12-06T07:39:45.638920+0000 osd.6 (osd.6) 51 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:47.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:46 smithi195 bash[51959]: cluster 2023-12-06T07:39:45.642820+0000 osd.6 (osd.6) 52 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:47.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:46 smithi195 bash[51959]: cluster 2023-12-06T07:39:45.643124+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:47.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:46 smithi195 bash[51959]: cluster 2023-12-06T07:39:45.645223+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:47.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:46 smithi195 bash[51959]: cluster 2023-12-06T07:39:45.645294+0000 osd.6 (osd.6) 53 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:47.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:46 smithi195 bash[51959]: cluster 2023-12-06T07:39:45.646623+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:47.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:46 smithi195 bash[51959]: cluster 2023-12-06T07:39:45.647882+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T07:39:47.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:47 smithi172 bash[64618]: cluster 2023-12-06T07:39:46.626904+0000 mgr.y (mgr.25528) 279 : cluster 0 pgmap v177: 161 pgs: 11 peering, 19 active+undersized+degraded, 28 active+undersized, 103 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 67/630 objects degraded (10.635%) 2023-12-06T07:39:47.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:47 smithi172 bash[64618]: cluster 2023-12-06T07:39:46.797518+0000 mon.a (mon.0) 488 : cluster 3 Health check update: Degraded data redundancy: 67/630 objects degraded (10.635%), 19 pgs degraded (PG_DEGRADED) 2023-12-06T07:39:47.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:47 smithi172 bash[66109]: cluster 2023-12-06T07:39:46.626904+0000 mgr.y (mgr.25528) 279 : cluster 0 pgmap v177: 161 pgs: 11 peering, 19 active+undersized+degraded, 28 active+undersized, 103 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 67/630 objects degraded (10.635%) 2023-12-06T07:39:47.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:47 smithi172 bash[66109]: cluster 2023-12-06T07:39:46.797518+0000 mon.a (mon.0) 488 : cluster 3 Health check update: Degraded data redundancy: 67/630 objects degraded (10.635%), 19 pgs degraded (PG_DEGRADED) 2023-12-06T07:39:48.002 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:47 smithi195 bash[51959]: cluster 2023-12-06T07:39:46.626904+0000 mgr.y (mgr.25528) 279 : cluster 0 pgmap v177: 161 pgs: 11 peering, 19 active+undersized+degraded, 28 active+undersized, 103 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 67/630 objects degraded (10.635%) 2023-12-06T07:39:48.002 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:47 smithi195 bash[51959]: cluster 2023-12-06T07:39:46.797518+0000 mon.a (mon.0) 488 : cluster 3 Health check update: Degraded data redundancy: 67/630 objects degraded (10.635%), 19 pgs degraded (PG_DEGRADED) 2023-12-06T07:39:49.063 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:48 smithi195 bash[51959]: audit 2023-12-06T07:39:47.697293+0000 mgr.y (mgr.25528) 280 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:39:49.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:48 smithi172 bash[64618]: audit 2023-12-06T07:39:47.697293+0000 mgr.y (mgr.25528) 280 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:39:49.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:48 smithi172 bash[66109]: audit 2023-12-06T07:39:47.697293+0000 mgr.y (mgr.25528) 280 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:39:50.000 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:49 smithi195 bash[51959]: cluster 2023-12-06T07:39:48.628340+0000 mgr.y (mgr.25528) 281 : cluster 0 pgmap v178: 161 pgs: 11 peering, 11 active+undersized+degraded, 14 active+undersized, 125 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 42/630 objects degraded (6.667%) 2023-12-06T07:39:50.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:49 smithi172 bash[64618]: cluster 2023-12-06T07:39:48.628340+0000 mgr.y (mgr.25528) 281 : cluster 0 pgmap v178: 161 pgs: 11 peering, 11 active+undersized+degraded, 14 active+undersized, 125 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 42/630 objects degraded (6.667%) 2023-12-06T07:39:50.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:49 smithi172 bash[66109]: cluster 2023-12-06T07:39:48.628340+0000 mgr.y (mgr.25528) 281 : cluster 0 pgmap v178: 161 pgs: 11 peering, 11 active+undersized+degraded, 14 active+undersized, 125 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 42/630 objects degraded (6.667%) 2023-12-06T07:39:51.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:50 smithi195 bash[51959]: cluster 2023-12-06T07:39:50.678343+0000 mon.a (mon.0) 489 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 42/630 objects degraded (6.667%), 11 pgs degraded) 2023-12-06T07:39:51.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:50 smithi195 bash[51959]: cluster 2023-12-06T07:39:50.678411+0000 mon.a (mon.0) 490 : cluster 1 Cluster is now healthy 2023-12-06T07:39:51.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:50 smithi172 bash[64618]: cluster 2023-12-06T07:39:50.678343+0000 mon.a (mon.0) 489 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 42/630 objects degraded (6.667%), 11 pgs degraded) 2023-12-06T07:39:51.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:50 smithi172 bash[64618]: cluster 2023-12-06T07:39:50.678411+0000 mon.a (mon.0) 490 : cluster 1 Cluster is now healthy 2023-12-06T07:39:51.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:50 smithi172 bash[66109]: cluster 2023-12-06T07:39:50.678343+0000 mon.a (mon.0) 489 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 42/630 objects degraded (6.667%), 11 pgs degraded) 2023-12-06T07:39:51.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:50 smithi172 bash[66109]: cluster 2023-12-06T07:39:50.678411+0000 mon.a (mon.0) 490 : cluster 1 Cluster is now healthy 2023-12-06T07:39:51.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:39:51 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:39:51] "GET /metrics HTTP/1.1" 200 38416 "" "Prometheus/2.33.4" 2023-12-06T07:39:51.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:51 smithi172 bash[64618]: cluster 2023-12-06T07:39:50.629737+0000 mgr.y (mgr.25528) 282 : cluster 0 pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T07:39:51.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:51 smithi172 bash[64618]: audit 2023-12-06T07:39:51.574124+0000 mon.a (mon.0) 491 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:51.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:51 smithi172 bash[64618]: audit 2023-12-06T07:39:51.576461+0000 mon.a (mon.0) 492 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:39:51.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:51 smithi172 bash[66109]: cluster 2023-12-06T07:39:50.629737+0000 mgr.y (mgr.25528) 282 : cluster 0 pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T07:39:51.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:51 smithi172 bash[66109]: audit 2023-12-06T07:39:51.574124+0000 mon.a (mon.0) 491 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:51.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:51 smithi172 bash[66109]: audit 2023-12-06T07:39:51.576461+0000 mon.a (mon.0) 492 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:39:52.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:51 smithi195 bash[51959]: cluster 2023-12-06T07:39:50.629737+0000 mgr.y (mgr.25528) 282 : cluster 0 pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T07:39:52.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:51 smithi195 bash[51959]: audit 2023-12-06T07:39:51.574124+0000 mon.a (mon.0) 491 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:52.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:51 smithi195 bash[51959]: audit 2023-12-06T07:39:51.576461+0000 mon.a (mon.0) 492 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:39:53.900 INFO:teuthology.orchestra.run.smithi172.stdout:true 2023-12-06T07:39:54.305 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:53 smithi195 bash[51959]: cluster 2023-12-06T07:39:52.630918+0000 mgr.y (mgr.25528) 283 : cluster 0 pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:39:54.305 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:53 smithi195 bash[51959]: audit 2023-12-06T07:39:52.936438+0000 mon.a (mon.0) 493 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:54.305 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:53 smithi195 bash[51959]: audit 2023-12-06T07:39:52.948472+0000 mon.a (mon.0) 494 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:54.305 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:53 smithi195 bash[51959]: audit 2023-12-06T07:39:52.950199+0000 mon.a (mon.0) 495 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:39:54.305 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:53 smithi195 bash[51959]: audit 2023-12-06T07:39:52.951704+0000 mon.a (mon.0) 496 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:39:54.305 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:53 smithi195 bash[51959]: audit 2023-12-06T07:39:52.960292+0000 mon.a (mon.0) 497 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:54.305 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:53 smithi195 bash[51959]: audit 2023-12-06T07:39:53.046084+0000 mon.a (mon.0) 498 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:39:54.305 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:53 smithi195 bash[51959]: audit 2023-12-06T07:39:53.049949+0000 mon.a (mon.0) 499 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:54.306 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:53 smithi195 bash[51959]: audit 2023-12-06T07:39:53.052589+0000 mon.a (mon.0) 500 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:54.306 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:53 smithi195 bash[51959]: audit 2023-12-06T07:39:53.055785+0000 mon.a (mon.0) 501 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:54.306 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:53 smithi195 bash[51959]: audit 2023-12-06T07:39:53.060029+0000 mon.a (mon.0) 502 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T07:39:54.306 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:53 smithi195 bash[51959]: audit 2023-12-06T07:39:53.060271+0000 mgr.y (mgr.25528) 284 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T07:39:54.306 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:53 smithi195 bash[51959]: cephadm 2023-12-06T07:39:53.062063+0000 mgr.y (mgr.25528) 285 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-06T07:39:54.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[66109]: cluster 2023-12-06T07:39:52.630918+0000 mgr.y (mgr.25528) 283 : cluster 0 pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:39:54.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[66109]: audit 2023-12-06T07:39:52.936438+0000 mon.a (mon.0) 493 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:54.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[66109]: audit 2023-12-06T07:39:52.948472+0000 mon.a (mon.0) 494 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:54.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[66109]: audit 2023-12-06T07:39:52.950199+0000 mon.a (mon.0) 495 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:39:54.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[66109]: audit 2023-12-06T07:39:52.951704+0000 mon.a (mon.0) 496 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:39:54.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[66109]: audit 2023-12-06T07:39:52.960292+0000 mon.a (mon.0) 497 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:54.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[66109]: audit 2023-12-06T07:39:53.046084+0000 mon.a (mon.0) 498 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:39:54.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[66109]: audit 2023-12-06T07:39:53.049949+0000 mon.a (mon.0) 499 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:54.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[66109]: audit 2023-12-06T07:39:53.052589+0000 mon.a (mon.0) 500 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:54.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[66109]: audit 2023-12-06T07:39:53.055785+0000 mon.a (mon.0) 501 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:54.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[66109]: audit 2023-12-06T07:39:53.060029+0000 mon.a (mon.0) 502 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T07:39:54.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[66109]: audit 2023-12-06T07:39:53.060271+0000 mgr.y (mgr.25528) 284 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T07:39:54.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[66109]: cephadm 2023-12-06T07:39:53.062063+0000 mgr.y (mgr.25528) 285 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-06T07:39:54.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[64618]: cluster 2023-12-06T07:39:52.630918+0000 mgr.y (mgr.25528) 283 : cluster 0 pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:39:54.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[64618]: audit 2023-12-06T07:39:52.936438+0000 mon.a (mon.0) 493 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:54.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[64618]: audit 2023-12-06T07:39:52.948472+0000 mon.a (mon.0) 494 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:54.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[64618]: audit 2023-12-06T07:39:52.950199+0000 mon.a (mon.0) 495 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:39:54.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[64618]: audit 2023-12-06T07:39:52.951704+0000 mon.a (mon.0) 496 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:39:54.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[64618]: audit 2023-12-06T07:39:52.960292+0000 mon.a (mon.0) 497 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:54.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[64618]: audit 2023-12-06T07:39:53.046084+0000 mon.a (mon.0) 498 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:39:54.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[64618]: audit 2023-12-06T07:39:53.049949+0000 mon.a (mon.0) 499 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:54.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[64618]: audit 2023-12-06T07:39:53.052589+0000 mon.a (mon.0) 500 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:54.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[64618]: audit 2023-12-06T07:39:53.055785+0000 mon.a (mon.0) 501 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:54.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[64618]: audit 2023-12-06T07:39:53.060029+0000 mon.a (mon.0) 502 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T07:39:54.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[64618]: audit 2023-12-06T07:39:53.060271+0000 mgr.y (mgr.25528) 284 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T07:39:54.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:53 smithi172 bash[64618]: cephadm 2023-12-06T07:39:53.062063+0000 mgr.y (mgr.25528) 285 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-06T07:39:54.675 INFO:teuthology.orchestra.run.smithi172.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:39:54.675 INFO:teuthology.orchestra.run.smithi172.stdout:alertmanager.a smithi172 *:9093,9094 running (7m) 70s ago 14m 16.2M - 0.23.0 ba2b418f427c 834724028b79 2023-12-06T07:39:54.675 INFO:teuthology.orchestra.run.smithi172.stdout:grafana.a smithi195 *:3000 running (6m) 12s ago 14m 43.7M - 8.3.5 dad864ee21e9 c0abf90c662f 2023-12-06T07:39:54.675 INFO:teuthology.orchestra.run.smithi172.stdout:iscsi.foo.smithi172.imjphn smithi172 running (5m) 70s ago 12m 47.3M - 3.5 e1d6a67b021e d65a8ea57779 2023-12-06T07:39:54.675 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.x smithi195 *:8443,9283,8765 running (5m) 12s ago 20m 437M - 19.0.0-26-g0482646f 26bb7d89db2e e5647ee16c48 2023-12-06T07:39:54.676 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.y smithi172 *:8443,9283,8765 running (6m) 70s ago 22m 494M - 19.0.0-26-g0482646f 26bb7d89db2e 5594cbd599cc 2023-12-06T07:39:54.676 INFO:teuthology.orchestra.run.smithi172.stdout:mon.a smithi172 running (4m) 70s ago 22m 52.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e b9309f43e92c 2023-12-06T07:39:54.676 INFO:teuthology.orchestra.run.smithi172.stdout:mon.b smithi195 running (3m) 12s ago 20m 42.4M 2048M 19.0.0-26-g0482646f 26bb7d89db2e da852bc4d7be 2023-12-06T07:39:54.676 INFO:teuthology.orchestra.run.smithi172.stdout:mon.c smithi172 running (4m) 70s ago 20m 45.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 59a91fe7affc 2023-12-06T07:39:54.676 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.a smithi172 *:9100 running (7m) 70s ago 14m 14.2M - 1.3.1 1dbe0e931976 4171378093cf 2023-12-06T07:39:54.676 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.b smithi195 *:9100 running (6m) 12s ago 14m 12.1M - 1.3.1 1dbe0e931976 3f1c42cbb0e4 2023-12-06T07:39:54.676 INFO:teuthology.orchestra.run.smithi172.stdout:osd.0 smithi172 running (2m) 70s ago 19m 52.9M 2781M 19.0.0-26-g0482646f 26bb7d89db2e 7109e894fc03 2023-12-06T07:39:54.677 INFO:teuthology.orchestra.run.smithi172.stdout:osd.1 smithi172 running (2m) 70s ago 19m 50.9M 2781M 19.0.0-26-g0482646f 26bb7d89db2e 9ee0a91cbcce 2023-12-06T07:39:54.677 INFO:teuthology.orchestra.run.smithi172.stdout:osd.2 smithi172 running (103s) 70s ago 18m 47.6M 2781M 19.0.0-26-g0482646f 26bb7d89db2e 97325b53ba4a 2023-12-06T07:39:54.677 INFO:teuthology.orchestra.run.smithi172.stdout:osd.3 smithi172 running (74s) 70s ago 17m - 2781M 19.0.0-26-g0482646f 26bb7d89db2e eb190f1606bc 2023-12-06T07:39:54.677 INFO:teuthology.orchestra.run.smithi172.stdout:osd.4 smithi195 running (45s) 12s ago 17m 51.1M 3037M 19.0.0-26-g0482646f 26bb7d89db2e 42b0e019d824 2023-12-06T07:39:54.677 INFO:teuthology.orchestra.run.smithi172.stdout:osd.5 smithi195 running (16s) 12s ago 16m - 3037M 19.0.0-26-g0482646f 26bb7d89db2e 5ba2df88d1fc 2023-12-06T07:39:54.677 INFO:teuthology.orchestra.run.smithi172.stdout:osd.6 smithi195 running (16m) 12s ago 16m 63.8M 3037M 17.2.0 e1d6a67b021e 3bdaad441af1 2023-12-06T07:39:54.677 INFO:teuthology.orchestra.run.smithi172.stdout:osd.7 smithi195 running (15m) 12s ago 15m 67.6M 3037M 17.2.0 e1d6a67b021e 33c403e0a340 2023-12-06T07:39:54.678 INFO:teuthology.orchestra.run.smithi172.stdout:prometheus.a smithi195 *:9095 running (5m) 12s ago 14m 63.1M - 2.33.4 514e6a882f6e 15fc5d42d7a7 2023-12-06T07:39:54.678 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi172.fmdqeg smithi172 *:8000 running (12m) 70s ago 12m 88.6M - 17.2.0 e1d6a67b021e f5f3949b1de8 2023-12-06T07:39:54.678 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi195.hycrot smithi195 *:8000 running (12m) 12s ago 12m 89.1M - 17.2.0 e1d6a67b021e 9c5f08c98b32 2023-12-06T07:39:54.678 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi172.woscxg smithi172 *:80 running (12m) 70s ago 12m 88.6M - 17.2.0 e1d6a67b021e 0c4c84135665 2023-12-06T07:39:54.678 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi195.imqeni smithi195 *:80 running (12m) 12s ago 12m 89.0M - 17.2.0 e1d6a67b021e ca4b88c28560 2023-12-06T07:39:55.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:54 smithi195 bash[51959]: audit 2023-12-06T07:39:53.881296+0000 mgr.y (mgr.25528) 286 : audit 0 from='client.34458 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:55.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:54 smithi195 bash[51959]: audit 2023-12-06T07:39:54.279681+0000 mgr.y (mgr.25528) 287 : audit 0 from='client.44389 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:55.118 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:39:55.118 INFO:teuthology.orchestra.run.smithi172.stdout: "mon": { 2023-12-06T07:39:55.119 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:39:55.119 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:39:55.119 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr": { 2023-12-06T07:39:55.119 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:39:55.119 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:39:55.119 INFO:teuthology.orchestra.run.smithi172.stdout: "osd": { 2023-12-06T07:39:55.119 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2023-12-06T07:39:55.119 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 6 2023-12-06T07:39:55.119 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:39:55.119 INFO:teuthology.orchestra.run.smithi172.stdout: "rgw": { 2023-12-06T07:39:55.119 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:39:55.119 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:39:55.119 INFO:teuthology.orchestra.run.smithi172.stdout: "overall": { 2023-12-06T07:39:55.119 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2023-12-06T07:39:55.120 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 11 2023-12-06T07:39:55.120 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:39:55.120 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:39:55.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:54 smithi172 bash[64618]: audit 2023-12-06T07:39:53.881296+0000 mgr.y (mgr.25528) 286 : audit 0 from='client.34458 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:55.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:54 smithi172 bash[64618]: audit 2023-12-06T07:39:54.279681+0000 mgr.y (mgr.25528) 287 : audit 0 from='client.44389 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:55.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:54 smithi172 bash[66109]: audit 2023-12-06T07:39:53.881296+0000 mgr.y (mgr.25528) 286 : audit 0 from='client.34458 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:55.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:54 smithi172 bash[66109]: audit 2023-12-06T07:39:54.279681+0000 mgr.y (mgr.25528) 287 : audit 0 from='client.44389 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:55.498 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:39:55.498 INFO:teuthology.orchestra.run.smithi172.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:39:55.498 INFO:teuthology.orchestra.run.smithi172.stdout: "in_progress": true, 2023-12-06T07:39:55.498 INFO:teuthology.orchestra.run.smithi172.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:39:55.498 INFO:teuthology.orchestra.run.smithi172.stdout: "services_complete": [ 2023-12-06T07:39:55.498 INFO:teuthology.orchestra.run.smithi172.stdout: "mon", 2023-12-06T07:39:55.499 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr" 2023-12-06T07:39:55.499 INFO:teuthology.orchestra.run.smithi172.stdout: ], 2023-12-06T07:39:55.499 INFO:teuthology.orchestra.run.smithi172.stdout: "progress": "11/23 daemons upgraded", 2023-12-06T07:39:55.499 INFO:teuthology.orchestra.run.smithi172.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T07:39:55.499 INFO:teuthology.orchestra.run.smithi172.stdout: "is_paused": false 2023-12-06T07:39:55.499 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:39:55.940 INFO:teuthology.orchestra.run.smithi172.stdout:HEALTH_OK 2023-12-06T07:39:56.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:55 smithi195 bash[51959]: cluster 2023-12-06T07:39:54.631731+0000 mgr.y (mgr.25528) 288 : cluster 0 pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-06T07:39:56.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:55 smithi195 bash[51959]: audit 2023-12-06T07:39:54.658315+0000 mgr.y (mgr.25528) 289 : audit 0 from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:56.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:55 smithi195 bash[51959]: audit 2023-12-06T07:39:55.118232+0000 mon.c (mon.1) 16 : audit 0 from='client.? 172.21.15.172:0/1050013269' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:56.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:55 smithi195 bash[51959]: audit 2023-12-06T07:39:55.341049+0000 mon.a (mon.0) 503 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:56.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:55 smithi195 bash[51959]: audit 2023-12-06T07:39:55.345387+0000 mon.a (mon.0) 504 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T07:39:56.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:55 smithi195 bash[51959]: audit 2023-12-06T07:39:55.346634+0000 mon.a (mon.0) 505 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:39:56.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:55 smithi195 bash[51959]: audit 2023-12-06T07:39:55.939928+0000 mon.a (mon.0) 506 : audit 0 from='client.? 172.21.15.172:0/1132503892' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:39:56.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:55 smithi172 bash[64618]: cluster 2023-12-06T07:39:54.631731+0000 mgr.y (mgr.25528) 288 : cluster 0 pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-06T07:39:56.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:55 smithi172 bash[64618]: audit 2023-12-06T07:39:54.658315+0000 mgr.y (mgr.25528) 289 : audit 0 from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:56.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:55 smithi172 bash[64618]: audit 2023-12-06T07:39:55.118232+0000 mon.c (mon.1) 16 : audit 0 from='client.? 172.21.15.172:0/1050013269' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:56.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:55 smithi172 bash[64618]: audit 2023-12-06T07:39:55.341049+0000 mon.a (mon.0) 503 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:56.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:55 smithi172 bash[64618]: audit 2023-12-06T07:39:55.345387+0000 mon.a (mon.0) 504 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T07:39:56.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:55 smithi172 bash[64618]: audit 2023-12-06T07:39:55.346634+0000 mon.a (mon.0) 505 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:39:56.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:55 smithi172 bash[64618]: audit 2023-12-06T07:39:55.939928+0000 mon.a (mon.0) 506 : audit 0 from='client.? 172.21.15.172:0/1132503892' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:39:56.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:55 smithi172 bash[66109]: cluster 2023-12-06T07:39:54.631731+0000 mgr.y (mgr.25528) 288 : cluster 0 pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-06T07:39:56.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:55 smithi172 bash[66109]: audit 2023-12-06T07:39:54.658315+0000 mgr.y (mgr.25528) 289 : audit 0 from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:56.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:55 smithi172 bash[66109]: audit 2023-12-06T07:39:55.118232+0000 mon.c (mon.1) 16 : audit 0 from='client.? 172.21.15.172:0/1050013269' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:39:56.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:55 smithi172 bash[66109]: audit 2023-12-06T07:39:55.341049+0000 mon.a (mon.0) 503 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:56.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:55 smithi172 bash[66109]: audit 2023-12-06T07:39:55.345387+0000 mon.a (mon.0) 504 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T07:39:56.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:55 smithi172 bash[66109]: audit 2023-12-06T07:39:55.346634+0000 mon.a (mon.0) 505 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:39:56.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:55 smithi172 bash[66109]: audit 2023-12-06T07:39:55.939928+0000 mon.a (mon.0) 506 : audit 0 from='client.? 172.21.15.172:0/1132503892' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:39:57.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:56 smithi195 bash[51959]: cephadm 2023-12-06T07:39:55.332029+0000 mgr.y (mgr.25528) 290 : cephadm 1 Upgrade: Updating osd.6 2023-12-06T07:39:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:56 smithi195 bash[51959]: cephadm 2023-12-06T07:39:55.350151+0000 mgr.y (mgr.25528) 291 : cephadm 1 Deploying daemon osd.6 on smithi195 2023-12-06T07:39:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:56 smithi195 bash[51959]: audit 2023-12-06T07:39:55.497197+0000 mgr.y (mgr.25528) 292 : audit 0 from='client.44407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:57.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:56 smithi195 bash[51959]: audit 2023-12-06T07:39:56.857883+0000 mon.a (mon.0) 507 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:57.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:56 smithi172 bash[64618]: cephadm 2023-12-06T07:39:55.332029+0000 mgr.y (mgr.25528) 290 : cephadm 1 Upgrade: Updating osd.6 2023-12-06T07:39:57.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:56 smithi172 bash[64618]: cephadm 2023-12-06T07:39:55.350151+0000 mgr.y (mgr.25528) 291 : cephadm 1 Deploying daemon osd.6 on smithi195 2023-12-06T07:39:57.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:56 smithi172 bash[64618]: audit 2023-12-06T07:39:55.497197+0000 mgr.y (mgr.25528) 292 : audit 0 from='client.44407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:57.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:56 smithi172 bash[64618]: audit 2023-12-06T07:39:56.857883+0000 mon.a (mon.0) 507 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:57.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:56 smithi172 bash[66109]: cephadm 2023-12-06T07:39:55.332029+0000 mgr.y (mgr.25528) 290 : cephadm 1 Upgrade: Updating osd.6 2023-12-06T07:39:57.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:56 smithi172 bash[66109]: cephadm 2023-12-06T07:39:55.350151+0000 mgr.y (mgr.25528) 291 : cephadm 1 Deploying daemon osd.6 on smithi195 2023-12-06T07:39:57.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:56 smithi172 bash[66109]: audit 2023-12-06T07:39:55.497197+0000 mgr.y (mgr.25528) 292 : audit 0 from='client.44407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:39:57.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:56 smithi172 bash[66109]: audit 2023-12-06T07:39:56.857883+0000 mon.a (mon.0) 507 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:39:58.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:57 smithi195 bash[51959]: cluster 2023-12-06T07:39:56.632832+0000 mgr.y (mgr.25528) 293 : cluster 0 pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 931 B/s rd, 0 op/s 2023-12-06T07:39:58.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:57 smithi172 bash[66109]: cluster 2023-12-06T07:39:56.632832+0000 mgr.y (mgr.25528) 293 : cluster 0 pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 931 B/s rd, 0 op/s 2023-12-06T07:39:58.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:57 smithi172 bash[64618]: cluster 2023-12-06T07:39:56.632832+0000 mgr.y (mgr.25528) 293 : cluster 0 pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 931 B/s rd, 0 op/s 2023-12-06T07:39:59.222 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:58 smithi195 bash[51959]: audit 2023-12-06T07:39:57.705119+0000 mgr.y (mgr.25528) 294 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:39:59.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:58 smithi172 bash[64618]: audit 2023-12-06T07:39:57.705119+0000 mgr.y (mgr.25528) 294 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:39:59.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:58 smithi172 bash[66109]: audit 2023-12-06T07:39:57.705119+0000 mgr.y (mgr.25528) 294 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:40:00.246 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:39:59 smithi195 bash[51959]: cluster 2023-12-06T07:39:58.634062+0000 mgr.y (mgr.25528) 295 : cluster 0 pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:40:00.247 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:40:00 smithi195 systemd[1]: Stopping Ceph osd.6 for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:40:00.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:39:59 smithi172 bash[64618]: cluster 2023-12-06T07:39:58.634062+0000 mgr.y (mgr.25528) 295 : cluster 0 pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:40:00.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:39:59 smithi172 bash[66109]: cluster 2023-12-06T07:39:58.634062+0000 mgr.y (mgr.25528) 295 : cluster 0 pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:40:00.595 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:40:00 smithi195 bash[34664]: debug 2023-12-06T07:40:00.240+0000 7f9ba501e700 -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-06T07:40:00.595 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:40:00 smithi195 bash[34664]: debug 2023-12-06T07:40:00.240+0000 7f9ba501e700 -1 osd.6 137 *** Got signal Terminated *** 2023-12-06T07:40:00.595 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:40:00 smithi195 bash[34664]: debug 2023-12-06T07:40:00.240+0000 7f9ba501e700 -1 osd.6 137 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:40:01.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:00 smithi195 bash[51959]: cluster 2023-12-06T07:40:00.000157+0000 mon.a (mon.0) 508 : cluster 1 overall HEALTH_OK 2023-12-06T07:40:01.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:00 smithi195 bash[51959]: cluster 2023-12-06T07:40:00.247733+0000 mon.a (mon.0) 509 : cluster 1 osd.6 marked itself down and dead 2023-12-06T07:40:01.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:00 smithi172 bash[66109]: cluster 2023-12-06T07:40:00.000157+0000 mon.a (mon.0) 508 : cluster 1 overall HEALTH_OK 2023-12-06T07:40:01.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:00 smithi172 bash[66109]: cluster 2023-12-06T07:40:00.247733+0000 mon.a (mon.0) 509 : cluster 1 osd.6 marked itself down and dead 2023-12-06T07:40:01.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:00 smithi172 bash[64618]: cluster 2023-12-06T07:40:00.000157+0000 mon.a (mon.0) 508 : cluster 1 overall HEALTH_OK 2023-12-06T07:40:01.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:00 smithi172 bash[64618]: cluster 2023-12-06T07:40:00.247733+0000 mon.a (mon.0) 509 : cluster 1 osd.6 marked itself down and dead 2023-12-06T07:40:01.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:40:01 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:40:01] "GET /metrics HTTP/1.1" 200 38432 "" "Prometheus/2.33.4" 2023-12-06T07:40:02.002 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:01 smithi195 bash[51959]: cluster 2023-12-06T07:40:00.635411+0000 mgr.y (mgr.25528) 296 : cluster 0 pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:40:02.002 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:01 smithi195 bash[51959]: cluster 2023-12-06T07:40:00.972710+0000 mon.a (mon.0) 510 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:40:02.002 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:01 smithi195 bash[51959]: cluster 2023-12-06T07:40:00.987480+0000 mon.a (mon.0) 511 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-06T07:40:02.003 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:01 smithi195 bash[51959]: cluster 2023-12-06T07:40:00.990448+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:40:02.003 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:01 smithi195 bash[51959]: cluster 2023-12-06T07:40:00.992381+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:40:02.003 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:01 smithi195 bash[51959]: cluster 2023-12-06T07:40:00.994307+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:40:02.276 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:40:02 smithi195 bash[57892]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-6 2023-12-06T07:40:02.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:02 smithi172 bash[66109]: cluster 2023-12-06T07:40:00.635411+0000 mgr.y (mgr.25528) 296 : cluster 0 pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:40:02.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:02 smithi172 bash[66109]: cluster 2023-12-06T07:40:00.972710+0000 mon.a (mon.0) 510 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:40:02.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:02 smithi172 bash[66109]: cluster 2023-12-06T07:40:00.987480+0000 mon.a (mon.0) 511 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-06T07:40:02.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:02 smithi172 bash[66109]: cluster 2023-12-06T07:40:00.990448+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:40:02.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:02 smithi172 bash[66109]: cluster 2023-12-06T07:40:00.992381+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:40:02.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:02 smithi172 bash[66109]: cluster 2023-12-06T07:40:00.994307+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:40:02.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:01 smithi172 bash[64618]: cluster 2023-12-06T07:40:00.635411+0000 mgr.y (mgr.25528) 296 : cluster 0 pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T07:40:02.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:01 smithi172 bash[64618]: cluster 2023-12-06T07:40:00.972710+0000 mon.a (mon.0) 510 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:40:02.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:01 smithi172 bash[64618]: cluster 2023-12-06T07:40:00.987480+0000 mon.a (mon.0) 511 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-06T07:40:02.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:01 smithi172 bash[64618]: cluster 2023-12-06T07:40:00.990448+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:40:02.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:01 smithi172 bash[64618]: cluster 2023-12-06T07:40:00.992381+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:40:02.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:01 smithi172 bash[64618]: cluster 2023-12-06T07:40:00.994307+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T07:40:02.595 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:40:02 smithi195 bash[57965]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-6 2023-12-06T07:40:03.286 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:02 smithi195 bash[51959]: cluster 2023-12-06T07:40:01.985725+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:40:03.286 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:02 smithi195 bash[51959]: cluster 2023-12-06T07:40:01.989994+0000 mon.a (mon.0) 512 : cluster 0 osdmap e139: 8 total, 7 up, 8 in 2023-12-06T07:40:03.286 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:02 smithi195 bash[51959]: cluster 2023-12-06T07:40:01.991242+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:40:03.286 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:02 smithi195 bash[51959]: cluster 2023-12-06T07:40:01.995148+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:40:03.286 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:02 smithi195 bash[51959]: cluster 2023-12-06T07:40:01.996960+0000 osd.7 (osd.7) 62 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:40:03.286 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:03 smithi195 bash[51959]: cluster 2023-12-06T07:40:01.998700+0000 osd.7 (osd.7) 63 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:40:03.286 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:03 smithi195 bash[51959]: cluster 2023-12-06T07:40:02.000520+0000 osd.7 (osd.7) 64 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:40:03.286 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:03 smithi195 bash[51959]: cluster 2023-12-06T07:40:02.001997+0000 osd.7 (osd.7) 65 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:40:03.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:03 smithi172 bash[66109]: cluster 2023-12-06T07:40:01.985725+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:40:03.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:03 smithi172 bash[66109]: cluster 2023-12-06T07:40:01.989994+0000 mon.a (mon.0) 512 : cluster 0 osdmap e139: 8 total, 7 up, 8 in 2023-12-06T07:40:03.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:03 smithi172 bash[66109]: cluster 2023-12-06T07:40:01.991242+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:40:03.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:03 smithi172 bash[66109]: cluster 2023-12-06T07:40:01.995148+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:40:03.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:03 smithi172 bash[66109]: cluster 2023-12-06T07:40:01.996960+0000 osd.7 (osd.7) 62 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:40:03.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:03 smithi172 bash[66109]: cluster 2023-12-06T07:40:01.998700+0000 osd.7 (osd.7) 63 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:40:03.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:03 smithi172 bash[66109]: cluster 2023-12-06T07:40:02.000520+0000 osd.7 (osd.7) 64 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:40:03.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:03 smithi172 bash[66109]: cluster 2023-12-06T07:40:02.001997+0000 osd.7 (osd.7) 65 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:40:03.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:03 smithi172 bash[64618]: cluster 2023-12-06T07:40:01.985725+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:40:03.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:03 smithi172 bash[64618]: cluster 2023-12-06T07:40:01.989994+0000 mon.a (mon.0) 512 : cluster 0 osdmap e139: 8 total, 7 up, 8 in 2023-12-06T07:40:03.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:03 smithi172 bash[64618]: cluster 2023-12-06T07:40:01.991242+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:40:03.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:03 smithi172 bash[64618]: cluster 2023-12-06T07:40:01.995148+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:40:03.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:03 smithi172 bash[64618]: cluster 2023-12-06T07:40:01.996960+0000 osd.7 (osd.7) 62 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:40:03.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:03 smithi172 bash[64618]: cluster 2023-12-06T07:40:01.998700+0000 osd.7 (osd.7) 63 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:40:03.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:03 smithi172 bash[64618]: cluster 2023-12-06T07:40:02.000520+0000 osd.7 (osd.7) 64 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:40:03.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:03 smithi172 bash[64618]: cluster 2023-12-06T07:40:02.001997+0000 osd.7 (osd.7) 65 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T07:40:04.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:04 smithi195 bash[51959]: cluster 2023-12-06T07:40:02.636550+0000 mgr.y (mgr.25528) 297 : cluster 0 pgmap v187: 161 pgs: 4 active+undersized+degraded, 2 peering, 12 stale+active+clean, 9 active+undersized, 134 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 24/630 objects degraded (3.810%) 2023-12-06T07:40:04.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:04 smithi195 bash[51959]: cluster 2023-12-06T07:40:02.998044+0000 mon.a (mon.0) 513 : cluster 3 Health check failed: Degraded data redundancy: 24/630 objects degraded (3.810%), 4 pgs degraded (PG_DEGRADED) 2023-12-06T07:40:04.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:04 smithi172 bash[66109]: cluster 2023-12-06T07:40:02.636550+0000 mgr.y (mgr.25528) 297 : cluster 0 pgmap v187: 161 pgs: 4 active+undersized+degraded, 2 peering, 12 stale+active+clean, 9 active+undersized, 134 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 24/630 objects degraded (3.810%) 2023-12-06T07:40:04.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:04 smithi172 bash[66109]: cluster 2023-12-06T07:40:02.998044+0000 mon.a (mon.0) 513 : cluster 3 Health check failed: Degraded data redundancy: 24/630 objects degraded (3.810%), 4 pgs degraded (PG_DEGRADED) 2023-12-06T07:40:04.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:04 smithi172 bash[64618]: cluster 2023-12-06T07:40:02.636550+0000 mgr.y (mgr.25528) 297 : cluster 0 pgmap v187: 161 pgs: 4 active+undersized+degraded, 2 peering, 12 stale+active+clean, 9 active+undersized, 134 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 24/630 objects degraded (3.810%) 2023-12-06T07:40:04.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:04 smithi172 bash[64618]: cluster 2023-12-06T07:40:02.998044+0000 mon.a (mon.0) 513 : cluster 3 Health check failed: Degraded data redundancy: 24/630 objects degraded (3.810%), 4 pgs degraded (PG_DEGRADED) 2023-12-06T07:40:04.682 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:40:04 smithi195 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.6.service: Succeeded. 2023-12-06T07:40:04.683 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:40:04 smithi195 systemd[1]: Stopped Ceph osd.6 for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:40:04.683 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:40:04 smithi195 systemd[1]: Started Ceph osd.6 for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:40:06.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:05 smithi195 bash[51959]: cluster 2023-12-06T07:40:04.637515+0000 mgr.y (mgr.25528) 298 : cluster 0 pgmap v188: 161 pgs: 9 active+undersized+degraded, 2 peering, 8 stale+active+clean, 16 active+undersized, 126 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 38/630 objects degraded (6.032%) 2023-12-06T07:40:06.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:05 smithi195 bash[51959]: audit 2023-12-06T07:40:04.676105+0000 mon.a (mon.0) 514 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:06.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:05 smithi195 bash[51959]: audit 2023-12-06T07:40:04.687853+0000 mon.a (mon.0) 515 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:06.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:05 smithi195 bash[51959]: audit 2023-12-06T07:40:05.262803+0000 mon.a (mon.0) 516 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:06.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:05 smithi195 bash[51959]: audit 2023-12-06T07:40:05.269694+0000 mon.a (mon.0) 517 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:06.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:05 smithi172 bash[64618]: cluster 2023-12-06T07:40:04.637515+0000 mgr.y (mgr.25528) 298 : cluster 0 pgmap v188: 161 pgs: 9 active+undersized+degraded, 2 peering, 8 stale+active+clean, 16 active+undersized, 126 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 38/630 objects degraded (6.032%) 2023-12-06T07:40:06.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:05 smithi172 bash[64618]: audit 2023-12-06T07:40:04.676105+0000 mon.a (mon.0) 514 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:06.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:05 smithi172 bash[64618]: audit 2023-12-06T07:40:04.687853+0000 mon.a (mon.0) 515 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:06.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:05 smithi172 bash[64618]: audit 2023-12-06T07:40:05.262803+0000 mon.a (mon.0) 516 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:06.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:05 smithi172 bash[64618]: audit 2023-12-06T07:40:05.269694+0000 mon.a (mon.0) 517 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:06.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:05 smithi172 bash[66109]: cluster 2023-12-06T07:40:04.637515+0000 mgr.y (mgr.25528) 298 : cluster 0 pgmap v188: 161 pgs: 9 active+undersized+degraded, 2 peering, 8 stale+active+clean, 16 active+undersized, 126 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 38/630 objects degraded (6.032%) 2023-12-06T07:40:06.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:05 smithi172 bash[66109]: audit 2023-12-06T07:40:04.676105+0000 mon.a (mon.0) 514 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:06.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:05 smithi172 bash[66109]: audit 2023-12-06T07:40:04.687853+0000 mon.a (mon.0) 515 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:06.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:05 smithi172 bash[66109]: audit 2023-12-06T07:40:05.262803+0000 mon.a (mon.0) 516 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:06.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:05 smithi172 bash[66109]: audit 2023-12-06T07:40:05.269694+0000 mon.a (mon.0) 517 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:06.595 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:40:06 smithi195 bash[58136]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-06T07:40:06.595 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:40:06 smithi195 bash[58136]: 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-06T07:40:06.595 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:40:06 smithi195 bash[58136]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-12-06T07:40:06.596 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:40:06 smithi195 bash[58136]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-06T07:40:06.596 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:40:06 smithi195 bash[58136]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2023-12-06T07:40:06.596 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:40:06 smithi195 bash[58136]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-06T07:40:06.596 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:40:06 smithi195 bash[58136]: --> ceph-volume raw activate successful for osd ID: 6 2023-12-06T07:40:07.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:07 smithi195 bash[51959]: audit 2023-12-06T07:40:06.574365+0000 mon.a (mon.0) 518 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:07.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:07 smithi195 bash[51959]: audit 2023-12-06T07:40:06.576899+0000 mon.a (mon.0) 519 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:40:07.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:07 smithi195 bash[51959]: cluster 2023-12-06T07:40:06.638786+0000 mgr.y (mgr.25528) 299 : cluster 0 pgmap v189: 161 pgs: 17 active+undersized+degraded, 2 peering, 34 active+undersized, 108 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2023-12-06T07:40:07.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:07 smithi172 bash[64618]: audit 2023-12-06T07:40:06.574365+0000 mon.a (mon.0) 518 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:07.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:07 smithi172 bash[64618]: audit 2023-12-06T07:40:06.576899+0000 mon.a (mon.0) 519 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:40:07.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:07 smithi172 bash[64618]: cluster 2023-12-06T07:40:06.638786+0000 mgr.y (mgr.25528) 299 : cluster 0 pgmap v189: 161 pgs: 17 active+undersized+degraded, 2 peering, 34 active+undersized, 108 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2023-12-06T07:40:07.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:07 smithi172 bash[66109]: audit 2023-12-06T07:40:06.574365+0000 mon.a (mon.0) 518 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:07.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:07 smithi172 bash[66109]: audit 2023-12-06T07:40:06.576899+0000 mon.a (mon.0) 519 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:40:07.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:07 smithi172 bash[66109]: cluster 2023-12-06T07:40:06.638786+0000 mgr.y (mgr.25528) 299 : cluster 0 pgmap v189: 161 pgs: 17 active+undersized+degraded, 2 peering, 34 active+undersized, 108 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2023-12-06T07:40:08.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:40:08 smithi195 bash[58460]: debug 2023-12-06T07:40:08.128+0000 7f0f848df700 1 -- 172.21.15.195:0/3665981143 <== mon.2 v2:172.21.15.195:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5616edc111e0 con 0x5616edc97000 2023-12-06T07:40:08.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:08 smithi195 bash[51959]: audit 2023-12-06T07:40:07.716288+0000 mgr.y (mgr.25528) 300 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:40:08.846 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:40:08 smithi195 bash[58460]: debug 2023-12-06T07:40:08.664+0000 7f0f8da65640 -1 Falling back to public interface 2023-12-06T07:40:08.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:08 smithi172 bash[64618]: audit 2023-12-06T07:40:07.716288+0000 mgr.y (mgr.25528) 300 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:40:08.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:08 smithi172 bash[66109]: audit 2023-12-06T07:40:07.716288+0000 mgr.y (mgr.25528) 300 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:40:09.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:09 smithi172 bash[66109]: cluster 2023-12-06T07:40:08.640261+0000 mgr.y (mgr.25528) 301 : cluster 0 pgmap v190: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2023-12-06T07:40:09.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:09 smithi172 bash[64618]: cluster 2023-12-06T07:40:08.640261+0000 mgr.y (mgr.25528) 301 : cluster 0 pgmap v190: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2023-12-06T07:40:10.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:09 smithi195 bash[51959]: cluster 2023-12-06T07:40:08.640261+0000 mgr.y (mgr.25528) 301 : cluster 0 pgmap v190: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2023-12-06T07:40:11.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:11 smithi172 bash[64618]: cluster 2023-12-06T07:40:10.642055+0000 mgr.y (mgr.25528) 302 : cluster 0 pgmap v191: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2023-12-06T07:40:11.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:40:11 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:40:11] "GET /metrics HTTP/1.1" 200 38433 "" "Prometheus/2.33.4" 2023-12-06T07:40:11.923 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:11 smithi172 bash[66109]: cluster 2023-12-06T07:40:10.642055+0000 mgr.y (mgr.25528) 302 : cluster 0 pgmap v191: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2023-12-06T07:40:12.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:11 smithi195 bash[51959]: cluster 2023-12-06T07:40:10.642055+0000 mgr.y (mgr.25528) 302 : cluster 0 pgmap v191: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2023-12-06T07:40:12.095 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:40:11 smithi195 bash[58460]: debug 2023-12-06T07:40:11.704+0000 7f0f8da65640 -1 osd.6 0 read_superblock omap replica is missing. 2023-12-06T07:40:12.096 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:40:11 smithi195 bash[58460]: debug 2023-12-06T07:40:11.752+0000 7f0f8da65640 -1 osd.6 137 log_to_monitors true 2023-12-06T07:40:13.095 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:40:12 smithi195 bash[58460]: debug 2023-12-06T07:40:12.760+0000 7f0f7bed0700 -1 osd.6 137 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:40:13.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:12 smithi195 bash[51959]: audit 2023-12-06T07:40:11.759671+0000 mon.b (mon.2) 7 : audit 1 from='osd.6 [v2:172.21.15.195:6816/871390105,v1:172.21.15.195:6817/871390105]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T07:40:13.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:12 smithi195 bash[51959]: audit 2023-12-06T07:40:11.762414+0000 mon.a (mon.0) 520 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T07:40:13.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:12 smithi195 bash[51959]: cluster 2023-12-06T07:40:11.805778+0000 mon.a (mon.0) 521 : cluster 3 Health check update: Degraded data redundancy: 73/630 objects degraded (11.587%), 17 pgs degraded (PG_DEGRADED) 2023-12-06T07:40:13.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:12 smithi195 bash[51959]: audit 2023-12-06T07:40:12.085739+0000 mon.a (mon.0) 522 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:13.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:12 smithi195 bash[51959]: audit 2023-12-06T07:40:12.096091+0000 mon.a (mon.0) 523 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:13.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:12 smithi172 bash[64618]: audit 2023-12-06T07:40:11.759671+0000 mon.b (mon.2) 7 : audit 1 from='osd.6 [v2:172.21.15.195:6816/871390105,v1:172.21.15.195:6817/871390105]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T07:40:13.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:12 smithi172 bash[64618]: audit 2023-12-06T07:40:11.762414+0000 mon.a (mon.0) 520 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T07:40:13.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:12 smithi172 bash[64618]: cluster 2023-12-06T07:40:11.805778+0000 mon.a (mon.0) 521 : cluster 3 Health check update: Degraded data redundancy: 73/630 objects degraded (11.587%), 17 pgs degraded (PG_DEGRADED) 2023-12-06T07:40:13.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:12 smithi172 bash[64618]: audit 2023-12-06T07:40:12.085739+0000 mon.a (mon.0) 522 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:13.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:12 smithi172 bash[64618]: audit 2023-12-06T07:40:12.096091+0000 mon.a (mon.0) 523 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:13.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:12 smithi172 bash[66109]: audit 2023-12-06T07:40:11.759671+0000 mon.b (mon.2) 7 : audit 1 from='osd.6 [v2:172.21.15.195:6816/871390105,v1:172.21.15.195:6817/871390105]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T07:40:13.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:12 smithi172 bash[66109]: audit 2023-12-06T07:40:11.762414+0000 mon.a (mon.0) 520 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T07:40:13.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:12 smithi172 bash[66109]: cluster 2023-12-06T07:40:11.805778+0000 mon.a (mon.0) 521 : cluster 3 Health check update: Degraded data redundancy: 73/630 objects degraded (11.587%), 17 pgs degraded (PG_DEGRADED) 2023-12-06T07:40:13.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:12 smithi172 bash[66109]: audit 2023-12-06T07:40:12.085739+0000 mon.a (mon.0) 522 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:13.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:12 smithi172 bash[66109]: audit 2023-12-06T07:40:12.096091+0000 mon.a (mon.0) 523 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:14.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:13 smithi195 bash[51959]: cluster 2023-12-06T07:40:12.643388+0000 mgr.y (mgr.25528) 303 : cluster 0 pgmap v192: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2023-12-06T07:40:14.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:13 smithi195 bash[51959]: audit 2023-12-06T07:40:12.708375+0000 mon.a (mon.0) 524 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T07:40:14.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:13 smithi195 bash[51959]: cluster 2023-12-06T07:40:12.711681+0000 mon.a (mon.0) 525 : cluster 0 osdmap e140: 8 total, 7 up, 8 in 2023-12-06T07:40:14.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:13 smithi195 bash[51959]: audit 2023-12-06T07:40:12.714132+0000 mon.b (mon.2) 8 : audit 1 from='osd.6 [v2:172.21.15.195:6816/871390105,v1:172.21.15.195:6817/871390105]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:40:14.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:13 smithi195 bash[51959]: audit 2023-12-06T07:40:12.716637+0000 mon.a (mon.0) 526 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:40:14.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:13 smithi195 bash[51959]: audit 2023-12-06T07:40:13.142214+0000 mon.a (mon.0) 527 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:14.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:13 smithi195 bash[51959]: audit 2023-12-06T07:40:13.154066+0000 mon.a (mon.0) 528 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:14.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:13 smithi172 bash[66109]: cluster 2023-12-06T07:40:12.643388+0000 mgr.y (mgr.25528) 303 : cluster 0 pgmap v192: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2023-12-06T07:40:14.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:13 smithi172 bash[66109]: audit 2023-12-06T07:40:12.708375+0000 mon.a (mon.0) 524 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T07:40:14.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:13 smithi172 bash[66109]: cluster 2023-12-06T07:40:12.711681+0000 mon.a (mon.0) 525 : cluster 0 osdmap e140: 8 total, 7 up, 8 in 2023-12-06T07:40:14.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:13 smithi172 bash[66109]: audit 2023-12-06T07:40:12.714132+0000 mon.b (mon.2) 8 : audit 1 from='osd.6 [v2:172.21.15.195:6816/871390105,v1:172.21.15.195:6817/871390105]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:40:14.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:13 smithi172 bash[66109]: audit 2023-12-06T07:40:12.716637+0000 mon.a (mon.0) 526 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:40:14.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:13 smithi172 bash[66109]: audit 2023-12-06T07:40:13.142214+0000 mon.a (mon.0) 527 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:14.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:13 smithi172 bash[66109]: audit 2023-12-06T07:40:13.154066+0000 mon.a (mon.0) 528 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:14.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:13 smithi172 bash[64618]: cluster 2023-12-06T07:40:12.643388+0000 mgr.y (mgr.25528) 303 : cluster 0 pgmap v192: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2023-12-06T07:40:14.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:13 smithi172 bash[64618]: audit 2023-12-06T07:40:12.708375+0000 mon.a (mon.0) 524 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T07:40:14.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:13 smithi172 bash[64618]: cluster 2023-12-06T07:40:12.711681+0000 mon.a (mon.0) 525 : cluster 0 osdmap e140: 8 total, 7 up, 8 in 2023-12-06T07:40:14.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:13 smithi172 bash[64618]: audit 2023-12-06T07:40:12.714132+0000 mon.b (mon.2) 8 : audit 1 from='osd.6 [v2:172.21.15.195:6816/871390105,v1:172.21.15.195:6817/871390105]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:40:14.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:13 smithi172 bash[64618]: audit 2023-12-06T07:40:12.716637+0000 mon.a (mon.0) 526 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:40:14.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:13 smithi172 bash[64618]: audit 2023-12-06T07:40:13.142214+0000 mon.a (mon.0) 527 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:14.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:13 smithi172 bash[64618]: audit 2023-12-06T07:40:13.154066+0000 mon.a (mon.0) 528 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:15.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:14 smithi195 bash[51959]: cluster 2023-12-06T07:40:12.891746+0000 osd.7 (osd.7) 66 : cluster 3 failed to encode map e140 with expected crc 2023-12-06T07:40:15.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:14 smithi195 bash[51959]: cluster 2023-12-06T07:40:13.709253+0000 mon.a (mon.0) 529 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:40:15.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:14 smithi195 bash[51959]: cluster 2023-12-06T07:40:13.716003+0000 osd.7 (osd.7) 67 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:40:15.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:14 smithi195 bash[51959]: cluster 2023-12-06T07:40:13.718772+0000 mon.a (mon.0) 530 : cluster 1 osd.6 [v2:172.21.15.195:6816/871390105,v1:172.21.15.195:6817/871390105] boot 2023-12-06T07:40:15.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:14 smithi195 bash[51959]: cluster 2023-12-06T07:40:13.718834+0000 mon.a (mon.0) 531 : cluster 0 osdmap e141: 8 total, 8 up, 8 in 2023-12-06T07:40:15.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:14 smithi195 bash[51959]: audit 2023-12-06T07:40:13.721312+0000 mon.a (mon.0) 532 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:40:15.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:14 smithi195 bash[51959]: cluster 2023-12-06T07:40:13.723475+0000 osd.7 (osd.7) 68 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:40:15.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:14 smithi195 bash[51959]: cluster 2023-12-06T07:40:13.725402+0000 osd.7 (osd.7) 69 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:40:15.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:14 smithi195 bash[51959]: cluster 2023-12-06T07:40:13.735637+0000 osd.7 (osd.7) 70 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:40:15.097 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:14 smithi195 bash[51959]: cluster 2023-12-06T07:40:14.721926+0000 mon.a (mon.0) 533 : cluster 0 osdmap e142: 8 total, 8 up, 8 in 2023-12-06T07:40:15.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:14 smithi172 bash[64618]: cluster 2023-12-06T07:40:12.891746+0000 osd.7 (osd.7) 66 : cluster 3 failed to encode map e140 with expected crc 2023-12-06T07:40:15.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:14 smithi172 bash[64618]: cluster 2023-12-06T07:40:13.709253+0000 mon.a (mon.0) 529 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:40:15.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:14 smithi172 bash[64618]: cluster 2023-12-06T07:40:13.716003+0000 osd.7 (osd.7) 67 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:40:15.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:14 smithi172 bash[64618]: cluster 2023-12-06T07:40:13.718772+0000 mon.a (mon.0) 530 : cluster 1 osd.6 [v2:172.21.15.195:6816/871390105,v1:172.21.15.195:6817/871390105] boot 2023-12-06T07:40:15.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:14 smithi172 bash[64618]: cluster 2023-12-06T07:40:13.718834+0000 mon.a (mon.0) 531 : cluster 0 osdmap e141: 8 total, 8 up, 8 in 2023-12-06T07:40:15.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:14 smithi172 bash[64618]: audit 2023-12-06T07:40:13.721312+0000 mon.a (mon.0) 532 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:40:15.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:14 smithi172 bash[64618]: cluster 2023-12-06T07:40:13.723475+0000 osd.7 (osd.7) 68 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:40:15.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:14 smithi172 bash[64618]: cluster 2023-12-06T07:40:13.725402+0000 osd.7 (osd.7) 69 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:40:15.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:14 smithi172 bash[64618]: cluster 2023-12-06T07:40:13.735637+0000 osd.7 (osd.7) 70 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:40:15.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:14 smithi172 bash[64618]: cluster 2023-12-06T07:40:14.721926+0000 mon.a (mon.0) 533 : cluster 0 osdmap e142: 8 total, 8 up, 8 in 2023-12-06T07:40:15.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:14 smithi172 bash[66109]: cluster 2023-12-06T07:40:12.891746+0000 osd.7 (osd.7) 66 : cluster 3 failed to encode map e140 with expected crc 2023-12-06T07:40:15.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:14 smithi172 bash[66109]: cluster 2023-12-06T07:40:13.709253+0000 mon.a (mon.0) 529 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:40:15.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:14 smithi172 bash[66109]: cluster 2023-12-06T07:40:13.716003+0000 osd.7 (osd.7) 67 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:40:15.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:14 smithi172 bash[66109]: cluster 2023-12-06T07:40:13.718772+0000 mon.a (mon.0) 530 : cluster 1 osd.6 [v2:172.21.15.195:6816/871390105,v1:172.21.15.195:6817/871390105] boot 2023-12-06T07:40:15.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:14 smithi172 bash[66109]: cluster 2023-12-06T07:40:13.718834+0000 mon.a (mon.0) 531 : cluster 0 osdmap e141: 8 total, 8 up, 8 in 2023-12-06T07:40:15.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:14 smithi172 bash[66109]: audit 2023-12-06T07:40:13.721312+0000 mon.a (mon.0) 532 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T07:40:15.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:14 smithi172 bash[66109]: cluster 2023-12-06T07:40:13.723475+0000 osd.7 (osd.7) 68 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:40:15.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:14 smithi172 bash[66109]: cluster 2023-12-06T07:40:13.725402+0000 osd.7 (osd.7) 69 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:40:15.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:14 smithi172 bash[66109]: cluster 2023-12-06T07:40:13.735637+0000 osd.7 (osd.7) 70 : cluster 3 failed to encode map e141 with expected crc 2023-12-06T07:40:15.174 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:14 smithi172 bash[66109]: cluster 2023-12-06T07:40:14.721926+0000 mon.a (mon.0) 533 : cluster 0 osdmap e142: 8 total, 8 up, 8 in 2023-12-06T07:40:16.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:15 smithi195 bash[51959]: cluster 2023-12-06T07:40:14.644111+0000 mgr.y (mgr.25528) 304 : cluster 0 pgmap v195: 161 pgs: 1 peering, 17 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 73/630 objects degraded (11.587%) 2023-12-06T07:40:16.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:15 smithi195 bash[51959]: cluster 2023-12-06T07:40:14.717783+0000 osd.7 (osd.7) 71 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:40:16.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:15 smithi195 bash[51959]: cluster 2023-12-06T07:40:14.724698+0000 osd.7 (osd.7) 72 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:40:16.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:15 smithi195 bash[51959]: cluster 2023-12-06T07:40:14.727209+0000 osd.7 (osd.7) 73 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:40:16.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:15 smithi172 bash[64618]: cluster 2023-12-06T07:40:14.644111+0000 mgr.y (mgr.25528) 304 : cluster 0 pgmap v195: 161 pgs: 1 peering, 17 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 73/630 objects degraded (11.587%) 2023-12-06T07:40:16.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:15 smithi172 bash[64618]: cluster 2023-12-06T07:40:14.717783+0000 osd.7 (osd.7) 71 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:40:16.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:15 smithi172 bash[64618]: cluster 2023-12-06T07:40:14.724698+0000 osd.7 (osd.7) 72 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:40:16.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:15 smithi172 bash[64618]: cluster 2023-12-06T07:40:14.727209+0000 osd.7 (osd.7) 73 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:40:16.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:15 smithi172 bash[66109]: cluster 2023-12-06T07:40:14.644111+0000 mgr.y (mgr.25528) 304 : cluster 0 pgmap v195: 161 pgs: 1 peering, 17 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 73/630 objects degraded (11.587%) 2023-12-06T07:40:16.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:15 smithi172 bash[66109]: cluster 2023-12-06T07:40:14.717783+0000 osd.7 (osd.7) 71 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:40:16.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:15 smithi172 bash[66109]: cluster 2023-12-06T07:40:14.724698+0000 osd.7 (osd.7) 72 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:40:16.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:15 smithi172 bash[66109]: cluster 2023-12-06T07:40:14.727209+0000 osd.7 (osd.7) 73 : cluster 3 failed to encode map e142 with expected crc 2023-12-06T07:40:18.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:17 smithi195 bash[51959]: cluster 2023-12-06T07:40:16.645562+0000 mgr.y (mgr.25528) 305 : cluster 0 pgmap v197: 161 pgs: 1 peering, 10 active+undersized+degraded, 24 active+undersized, 126 active+clean; 585 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 47/630 objects degraded (7.460%) 2023-12-06T07:40:18.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:17 smithi195 bash[51959]: cluster 2023-12-06T07:40:16.807555+0000 mon.a (mon.0) 534 : cluster 3 Health check update: Degraded data redundancy: 47/630 objects degraded (7.460%), 10 pgs degraded (PG_DEGRADED) 2023-12-06T07:40:18.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:17 smithi172 bash[64618]: cluster 2023-12-06T07:40:16.645562+0000 mgr.y (mgr.25528) 305 : cluster 0 pgmap v197: 161 pgs: 1 peering, 10 active+undersized+degraded, 24 active+undersized, 126 active+clean; 585 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 47/630 objects degraded (7.460%) 2023-12-06T07:40:18.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:17 smithi172 bash[64618]: cluster 2023-12-06T07:40:16.807555+0000 mon.a (mon.0) 534 : cluster 3 Health check update: Degraded data redundancy: 47/630 objects degraded (7.460%), 10 pgs degraded (PG_DEGRADED) 2023-12-06T07:40:18.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:17 smithi172 bash[66109]: cluster 2023-12-06T07:40:16.645562+0000 mgr.y (mgr.25528) 305 : cluster 0 pgmap v197: 161 pgs: 1 peering, 10 active+undersized+degraded, 24 active+undersized, 126 active+clean; 585 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 47/630 objects degraded (7.460%) 2023-12-06T07:40:18.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:17 smithi172 bash[66109]: cluster 2023-12-06T07:40:16.807555+0000 mon.a (mon.0) 534 : cluster 3 Health check update: Degraded data redundancy: 47/630 objects degraded (7.460%), 10 pgs degraded (PG_DEGRADED) 2023-12-06T07:40:19.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:18 smithi195 bash[51959]: audit 2023-12-06T07:40:17.725206+0000 mgr.y (mgr.25528) 306 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:40:19.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:18 smithi172 bash[64618]: audit 2023-12-06T07:40:17.725206+0000 mgr.y (mgr.25528) 306 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:40:19.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:18 smithi172 bash[66109]: audit 2023-12-06T07:40:17.725206+0000 mgr.y (mgr.25528) 306 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:40:20.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:19 smithi195 bash[51959]: cluster 2023-12-06T07:40:18.646821+0000 mgr.y (mgr.25528) 307 : cluster 0 pgmap v198: 161 pgs: 1 peering, 2 active+undersized+degraded, 5 active+undersized, 153 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 10/630 objects degraded (1.587%) 2023-12-06T07:40:20.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:19 smithi172 bash[64618]: cluster 2023-12-06T07:40:18.646821+0000 mgr.y (mgr.25528) 307 : cluster 0 pgmap v198: 161 pgs: 1 peering, 2 active+undersized+degraded, 5 active+undersized, 153 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 10/630 objects degraded (1.587%) 2023-12-06T07:40:20.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:19 smithi172 bash[66109]: cluster 2023-12-06T07:40:18.646821+0000 mgr.y (mgr.25528) 307 : cluster 0 pgmap v198: 161 pgs: 1 peering, 2 active+undersized+degraded, 5 active+undersized, 153 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 10/630 objects degraded (1.587%) 2023-12-06T07:40:21.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:20 smithi195 bash[51959]: cluster 2023-12-06T07:40:20.756549+0000 mon.a (mon.0) 535 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 10/630 objects degraded (1.587%), 2 pgs degraded) 2023-12-06T07:40:21.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:20 smithi195 bash[51959]: cluster 2023-12-06T07:40:20.756615+0000 mon.a (mon.0) 536 : cluster 1 Cluster is now healthy 2023-12-06T07:40:21.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:20 smithi172 bash[64618]: cluster 2023-12-06T07:40:20.756549+0000 mon.a (mon.0) 535 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 10/630 objects degraded (1.587%), 2 pgs degraded) 2023-12-06T07:40:21.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:20 smithi172 bash[64618]: cluster 2023-12-06T07:40:20.756615+0000 mon.a (mon.0) 536 : cluster 1 Cluster is now healthy 2023-12-06T07:40:21.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:20 smithi172 bash[66109]: cluster 2023-12-06T07:40:20.756549+0000 mon.a (mon.0) 535 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 10/630 objects degraded (1.587%), 2 pgs degraded) 2023-12-06T07:40:21.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:20 smithi172 bash[66109]: cluster 2023-12-06T07:40:20.756615+0000 mon.a (mon.0) 536 : cluster 1 Cluster is now healthy 2023-12-06T07:40:21.820 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:40:21 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:40:21] "GET /metrics HTTP/1.1" 200 38433 "" "Prometheus/2.33.4" 2023-12-06T07:40:22.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:21 smithi195 bash[51959]: cluster 2023-12-06T07:40:20.648167+0000 mgr.y (mgr.25528) 308 : cluster 0 pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:40:22.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:21 smithi195 bash[51959]: audit 2023-12-06T07:40:21.574411+0000 mon.a (mon.0) 537 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:22.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:21 smithi195 bash[51959]: audit 2023-12-06T07:40:21.576427+0000 mon.a (mon.0) 538 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:40:22.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:21 smithi172 bash[64618]: cluster 2023-12-06T07:40:20.648167+0000 mgr.y (mgr.25528) 308 : cluster 0 pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:40:22.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:21 smithi172 bash[64618]: audit 2023-12-06T07:40:21.574411+0000 mon.a (mon.0) 537 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:22.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:21 smithi172 bash[64618]: audit 2023-12-06T07:40:21.576427+0000 mon.a (mon.0) 538 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:40:22.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:21 smithi172 bash[66109]: cluster 2023-12-06T07:40:20.648167+0000 mgr.y (mgr.25528) 308 : cluster 0 pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T07:40:22.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:21 smithi172 bash[66109]: audit 2023-12-06T07:40:21.574411+0000 mon.a (mon.0) 537 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:22.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:21 smithi172 bash[66109]: audit 2023-12-06T07:40:21.576427+0000 mon.a (mon.0) 538 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:40:23.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:22 smithi195 bash[51959]: audit 2023-12-06T07:40:21.894354+0000 mon.a (mon.0) 539 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:23.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:22 smithi172 bash[66109]: audit 2023-12-06T07:40:21.894354+0000 mon.a (mon.0) 539 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:23.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:22 smithi172 bash[64618]: audit 2023-12-06T07:40:21.894354+0000 mon.a (mon.0) 539 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:24.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:24 smithi195 bash[51959]: cluster 2023-12-06T07:40:22.649363+0000 mgr.y (mgr.25528) 309 : cluster 0 pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-06T07:40:24.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:24 smithi195 bash[51959]: audit 2023-12-06T07:40:23.310603+0000 mon.a (mon.0) 540 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:24.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:24 smithi195 bash[51959]: audit 2023-12-06T07:40:23.321959+0000 mon.a (mon.0) 541 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:24.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:24 smithi195 bash[51959]: audit 2023-12-06T07:40:23.323823+0000 mon.a (mon.0) 542 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:40:24.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:24 smithi195 bash[51959]: audit 2023-12-06T07:40:23.325171+0000 mon.a (mon.0) 543 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:40:24.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:24 smithi195 bash[51959]: audit 2023-12-06T07:40:23.336109+0000 mon.a (mon.0) 544 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:24.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:24 smithi195 bash[51959]: audit 2023-12-06T07:40:23.422732+0000 mon.a (mon.0) 545 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:40:24.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:24 smithi195 bash[51959]: audit 2023-12-06T07:40:23.426265+0000 mon.a (mon.0) 546 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:24.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:24 smithi195 bash[51959]: audit 2023-12-06T07:40:23.429505+0000 mon.a (mon.0) 547 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:24.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:24 smithi195 bash[51959]: audit 2023-12-06T07:40:23.431567+0000 mon.a (mon.0) 548 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:24.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:24 smithi195 bash[51959]: audit 2023-12-06T07:40:23.434677+0000 mon.a (mon.0) 549 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T07:40:24.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:24 smithi172 bash[66109]: cluster 2023-12-06T07:40:22.649363+0000 mgr.y (mgr.25528) 309 : cluster 0 pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-06T07:40:24.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:24 smithi172 bash[66109]: audit 2023-12-06T07:40:23.310603+0000 mon.a (mon.0) 540 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:24.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:24 smithi172 bash[66109]: audit 2023-12-06T07:40:23.321959+0000 mon.a (mon.0) 541 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:24.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:24 smithi172 bash[66109]: audit 2023-12-06T07:40:23.323823+0000 mon.a (mon.0) 542 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:40:24.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:24 smithi172 bash[66109]: audit 2023-12-06T07:40:23.325171+0000 mon.a (mon.0) 543 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:40:24.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:24 smithi172 bash[66109]: audit 2023-12-06T07:40:23.336109+0000 mon.a (mon.0) 544 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:24.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:24 smithi172 bash[66109]: audit 2023-12-06T07:40:23.422732+0000 mon.a (mon.0) 545 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:40:24.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:24 smithi172 bash[66109]: audit 2023-12-06T07:40:23.426265+0000 mon.a (mon.0) 546 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:24.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:24 smithi172 bash[66109]: audit 2023-12-06T07:40:23.429505+0000 mon.a (mon.0) 547 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:24.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:24 smithi172 bash[66109]: audit 2023-12-06T07:40:23.431567+0000 mon.a (mon.0) 548 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:24.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:24 smithi172 bash[66109]: audit 2023-12-06T07:40:23.434677+0000 mon.a (mon.0) 549 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T07:40:24.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:24 smithi172 bash[64618]: cluster 2023-12-06T07:40:22.649363+0000 mgr.y (mgr.25528) 309 : cluster 0 pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-06T07:40:24.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:24 smithi172 bash[64618]: audit 2023-12-06T07:40:23.310603+0000 mon.a (mon.0) 540 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:24.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:24 smithi172 bash[64618]: audit 2023-12-06T07:40:23.321959+0000 mon.a (mon.0) 541 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:24.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:24 smithi172 bash[64618]: audit 2023-12-06T07:40:23.323823+0000 mon.a (mon.0) 542 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:40:24.673 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:24 smithi172 bash[64618]: audit 2023-12-06T07:40:23.325171+0000 mon.a (mon.0) 543 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:40:24.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:24 smithi172 bash[64618]: audit 2023-12-06T07:40:23.336109+0000 mon.a (mon.0) 544 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:24.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:24 smithi172 bash[64618]: audit 2023-12-06T07:40:23.422732+0000 mon.a (mon.0) 545 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:40:24.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:24 smithi172 bash[64618]: audit 2023-12-06T07:40:23.426265+0000 mon.a (mon.0) 546 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:24.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:24 smithi172 bash[64618]: audit 2023-12-06T07:40:23.429505+0000 mon.a (mon.0) 547 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:24.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:24 smithi172 bash[64618]: audit 2023-12-06T07:40:23.431567+0000 mon.a (mon.0) 548 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:24.674 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:24 smithi172 bash[64618]: audit 2023-12-06T07:40:23.434677+0000 mon.a (mon.0) 549 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T07:40:25.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:25 smithi195 bash[51959]: audit 2023-12-06T07:40:23.434994+0000 mgr.y (mgr.25528) 310 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T07:40:25.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:25 smithi195 bash[51959]: cephadm 2023-12-06T07:40:23.436886+0000 mgr.y (mgr.25528) 311 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-06T07:40:25.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:25 smithi195 bash[51959]: cluster 2023-12-06T07:40:24.650367+0000 mgr.y (mgr.25528) 312 : cluster 0 pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-06T07:40:25.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:25 smithi172 bash[64618]: audit 2023-12-06T07:40:23.434994+0000 mgr.y (mgr.25528) 310 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T07:40:25.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:25 smithi172 bash[64618]: cephadm 2023-12-06T07:40:23.436886+0000 mgr.y (mgr.25528) 311 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-06T07:40:25.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:25 smithi172 bash[64618]: cluster 2023-12-06T07:40:24.650367+0000 mgr.y (mgr.25528) 312 : cluster 0 pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-06T07:40:25.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:25 smithi172 bash[66109]: audit 2023-12-06T07:40:23.434994+0000 mgr.y (mgr.25528) 310 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T07:40:25.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:25 smithi172 bash[66109]: cephadm 2023-12-06T07:40:23.436886+0000 mgr.y (mgr.25528) 311 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-06T07:40:25.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:25 smithi172 bash[66109]: cluster 2023-12-06T07:40:24.650367+0000 mgr.y (mgr.25528) 312 : cluster 0 pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-06T07:40:26.344 INFO:teuthology.orchestra.run.smithi172.stdout:true 2023-12-06T07:40:26.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:26 smithi172 bash[66109]: cephadm 2023-12-06T07:40:25.657472+0000 mgr.y (mgr.25528) 313 : cephadm 1 Upgrade: Updating osd.7 2023-12-06T07:40:26.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:26 smithi172 bash[66109]: audit 2023-12-06T07:40:25.665432+0000 mon.a (mon.0) 550 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:26.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:26 smithi172 bash[66109]: audit 2023-12-06T07:40:25.671411+0000 mon.a (mon.0) 551 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T07:40:26.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:26 smithi172 bash[66109]: audit 2023-12-06T07:40:25.673620+0000 mon.a (mon.0) 552 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:40:26.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:26 smithi172 bash[66109]: cephadm 2023-12-06T07:40:25.676934+0000 mgr.y (mgr.25528) 314 : cephadm 1 Deploying daemon osd.7 on smithi195 2023-12-06T07:40:26.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:26 smithi172 bash[64618]: cephadm 2023-12-06T07:40:25.657472+0000 mgr.y (mgr.25528) 313 : cephadm 1 Upgrade: Updating osd.7 2023-12-06T07:40:26.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:26 smithi172 bash[64618]: audit 2023-12-06T07:40:25.665432+0000 mon.a (mon.0) 550 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:26.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:26 smithi172 bash[64618]: audit 2023-12-06T07:40:25.671411+0000 mon.a (mon.0) 551 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T07:40:26.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:26 smithi172 bash[64618]: audit 2023-12-06T07:40:25.673620+0000 mon.a (mon.0) 552 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:40:26.923 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:26 smithi172 bash[64618]: cephadm 2023-12-06T07:40:25.676934+0000 mgr.y (mgr.25528) 314 : cephadm 1 Deploying daemon osd.7 on smithi195 2023-12-06T07:40:26.933 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:26 smithi195 bash[51959]: cephadm 2023-12-06T07:40:25.657472+0000 mgr.y (mgr.25528) 313 : cephadm 1 Upgrade: Updating osd.7 2023-12-06T07:40:26.933 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:26 smithi195 bash[51959]: audit 2023-12-06T07:40:25.665432+0000 mon.a (mon.0) 550 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:26.934 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:26 smithi195 bash[51959]: audit 2023-12-06T07:40:25.671411+0000 mon.a (mon.0) 551 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T07:40:26.934 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:26 smithi195 bash[51959]: audit 2023-12-06T07:40:25.673620+0000 mon.a (mon.0) 552 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:40:26.934 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:26 smithi195 bash[51959]: cephadm 2023-12-06T07:40:25.676934+0000 mgr.y (mgr.25528) 314 : cephadm 1 Deploying daemon osd.7 on smithi195 2023-12-06T07:40:27.105 INFO:teuthology.orchestra.run.smithi172.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:40:27.105 INFO:teuthology.orchestra.run.smithi172.stdout:alertmanager.a smithi172 *:9093,9094 running (7m) 102s ago 14m 16.2M - 0.23.0 ba2b418f427c 834724028b79 2023-12-06T07:40:27.105 INFO:teuthology.orchestra.run.smithi172.stdout:grafana.a smithi195 *:3000 running (6m) 15s ago 14m 43.9M - 8.3.5 dad864ee21e9 c0abf90c662f 2023-12-06T07:40:27.105 INFO:teuthology.orchestra.run.smithi172.stdout:iscsi.foo.smithi172.imjphn smithi172 running (6m) 102s ago 12m 47.3M - 3.5 e1d6a67b021e d65a8ea57779 2023-12-06T07:40:27.105 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.x smithi195 *:8443,9283,8765 running (5m) 15s ago 20m 437M - 19.0.0-26-g0482646f 26bb7d89db2e e5647ee16c48 2023-12-06T07:40:27.105 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.y smithi172 *:8443,9283,8765 running (6m) 102s ago 22m 494M - 19.0.0-26-g0482646f 26bb7d89db2e 5594cbd599cc 2023-12-06T07:40:27.105 INFO:teuthology.orchestra.run.smithi172.stdout:mon.a smithi172 running (5m) 102s ago 22m 52.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e b9309f43e92c 2023-12-06T07:40:27.105 INFO:teuthology.orchestra.run.smithi172.stdout:mon.b smithi195 running (4m) 15s ago 21m 44.5M 2048M 19.0.0-26-g0482646f 26bb7d89db2e da852bc4d7be 2023-12-06T07:40:27.105 INFO:teuthology.orchestra.run.smithi172.stdout:mon.c smithi172 running (4m) 102s ago 21m 45.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 59a91fe7affc 2023-12-06T07:40:27.105 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.a smithi172 *:9100 running (7m) 102s ago 15m 14.2M - 1.3.1 1dbe0e931976 4171378093cf 2023-12-06T07:40:27.105 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.b smithi195 *:9100 running (7m) 15s ago 15m 12.3M - 1.3.1 1dbe0e931976 3f1c42cbb0e4 2023-12-06T07:40:27.105 INFO:teuthology.orchestra.run.smithi172.stdout:osd.0 smithi172 running (3m) 102s ago 20m 52.9M 2781M 19.0.0-26-g0482646f 26bb7d89db2e 7109e894fc03 2023-12-06T07:40:27.105 INFO:teuthology.orchestra.run.smithi172.stdout:osd.1 smithi172 running (2m) 102s ago 19m 50.9M 2781M 19.0.0-26-g0482646f 26bb7d89db2e 9ee0a91cbcce 2023-12-06T07:40:27.105 INFO:teuthology.orchestra.run.smithi172.stdout:osd.2 smithi172 running (2m) 102s ago 19m 47.6M 2781M 19.0.0-26-g0482646f 26bb7d89db2e 97325b53ba4a 2023-12-06T07:40:27.106 INFO:teuthology.orchestra.run.smithi172.stdout:osd.3 smithi172 running (106s) 102s ago 18m - 2781M 19.0.0-26-g0482646f 26bb7d89db2e eb190f1606bc 2023-12-06T07:40:27.106 INFO:teuthology.orchestra.run.smithi172.stdout:osd.4 smithi195 running (77s) 15s ago 17m 51.9M 3037M 19.0.0-26-g0482646f 26bb7d89db2e 42b0e019d824 2023-12-06T07:40:27.106 INFO:teuthology.orchestra.run.smithi172.stdout:osd.5 smithi195 running (49s) 15s ago 17m 49.3M 3037M 19.0.0-26-g0482646f 26bb7d89db2e 5ba2df88d1fc 2023-12-06T07:40:27.106 INFO:teuthology.orchestra.run.smithi172.stdout:osd.6 smithi195 running (19s) 15s ago 16m - 3037M 19.0.0-26-g0482646f 26bb7d89db2e 71ba2fad14de 2023-12-06T07:40:27.106 INFO:teuthology.orchestra.run.smithi172.stdout:osd.7 smithi195 running (16m) 15s ago 16m 69.7M 3037M 17.2.0 e1d6a67b021e 33c403e0a340 2023-12-06T07:40:27.106 INFO:teuthology.orchestra.run.smithi172.stdout:prometheus.a smithi195 *:9095 running (6m) 15s ago 15m 63.4M - 2.33.4 514e6a882f6e 15fc5d42d7a7 2023-12-06T07:40:27.106 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi172.fmdqeg smithi172 *:8000 running (13m) 102s ago 13m 88.6M - 17.2.0 e1d6a67b021e f5f3949b1de8 2023-12-06T07:40:27.106 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi195.hycrot smithi195 *:8000 running (13m) 15s ago 13m 89.3M - 17.2.0 e1d6a67b021e 9c5f08c98b32 2023-12-06T07:40:27.106 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi172.woscxg smithi172 *:80 running (12m) 102s ago 12m 88.6M - 17.2.0 e1d6a67b021e 0c4c84135665 2023-12-06T07:40:27.106 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi195.imqeni smithi195 *:80 running (12m) 15s ago 12m 89.2M - 17.2.0 e1d6a67b021e ca4b88c28560 2023-12-06T07:40:27.555 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:40:27.555 INFO:teuthology.orchestra.run.smithi172.stdout: "mon": { 2023-12-06T07:40:27.555 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:40:27.556 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:40:27.556 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr": { 2023-12-06T07:40:27.556 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:40:27.556 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:40:27.556 INFO:teuthology.orchestra.run.smithi172.stdout: "osd": { 2023-12-06T07:40:27.556 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T07:40:27.556 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 7 2023-12-06T07:40:27.556 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:40:27.556 INFO:teuthology.orchestra.run.smithi172.stdout: "rgw": { 2023-12-06T07:40:27.556 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:40:27.556 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:40:27.556 INFO:teuthology.orchestra.run.smithi172.stdout: "overall": { 2023-12-06T07:40:27.556 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-06T07:40:27.556 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 12 2023-12-06T07:40:27.556 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:40:27.557 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:40:27.945 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:40:27.945 INFO:teuthology.orchestra.run.smithi172.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:40:27.945 INFO:teuthology.orchestra.run.smithi172.stdout: "in_progress": true, 2023-12-06T07:40:27.945 INFO:teuthology.orchestra.run.smithi172.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:40:27.945 INFO:teuthology.orchestra.run.smithi172.stdout: "services_complete": [ 2023-12-06T07:40:27.946 INFO:teuthology.orchestra.run.smithi172.stdout: "mon", 2023-12-06T07:40:27.946 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr" 2023-12-06T07:40:27.946 INFO:teuthology.orchestra.run.smithi172.stdout: ], 2023-12-06T07:40:27.946 INFO:teuthology.orchestra.run.smithi172.stdout: "progress": "12/23 daemons upgraded", 2023-12-06T07:40:27.946 INFO:teuthology.orchestra.run.smithi172.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T07:40:27.946 INFO:teuthology.orchestra.run.smithi172.stdout: "is_paused": false 2023-12-06T07:40:27.946 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:40:28.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:27 smithi195 bash[51959]: audit 2023-12-06T07:40:26.328534+0000 mgr.y (mgr.25528) 315 : audit 0 from='client.34500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:40:28.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:27 smithi195 bash[51959]: cluster 2023-12-06T07:40:26.651379+0000 mgr.y (mgr.25528) 316 : cluster 0 pgmap v202: 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-06T07:40:28.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:27 smithi195 bash[51959]: audit 2023-12-06T07:40:26.719511+0000 mgr.y (mgr.25528) 317 : audit 0 from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:40:28.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:27 smithi195 bash[51959]: audit 2023-12-06T07:40:27.081038+0000 mgr.y (mgr.25528) 318 : audit 0 from='client.34512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:40:28.096 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:27 smithi195 bash[51959]: audit 2023-12-06T07:40:27.555220+0000 mon.c (mon.1) 17 : audit 0 from='client.? 172.21.15.172:0/170725406' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:28.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:27 smithi172 bash[64618]: audit 2023-12-06T07:40:26.328534+0000 mgr.y (mgr.25528) 315 : audit 0 from='client.34500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:40:28.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:27 smithi172 bash[64618]: cluster 2023-12-06T07:40:26.651379+0000 mgr.y (mgr.25528) 316 : cluster 0 pgmap v202: 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-06T07:40:28.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:27 smithi172 bash[64618]: audit 2023-12-06T07:40:26.719511+0000 mgr.y (mgr.25528) 317 : audit 0 from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:40:28.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:27 smithi172 bash[64618]: audit 2023-12-06T07:40:27.081038+0000 mgr.y (mgr.25528) 318 : audit 0 from='client.34512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:40:28.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:27 smithi172 bash[64618]: audit 2023-12-06T07:40:27.555220+0000 mon.c (mon.1) 17 : audit 0 from='client.? 172.21.15.172:0/170725406' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:28.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:27 smithi172 bash[66109]: audit 2023-12-06T07:40:26.328534+0000 mgr.y (mgr.25528) 315 : audit 0 from='client.34500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:40:28.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:27 smithi172 bash[66109]: cluster 2023-12-06T07:40:26.651379+0000 mgr.y (mgr.25528) 316 : cluster 0 pgmap v202: 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-06T07:40:28.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:27 smithi172 bash[66109]: audit 2023-12-06T07:40:26.719511+0000 mgr.y (mgr.25528) 317 : audit 0 from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:40:28.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:27 smithi172 bash[66109]: audit 2023-12-06T07:40:27.081038+0000 mgr.y (mgr.25528) 318 : audit 0 from='client.34512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:40:28.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:27 smithi172 bash[66109]: audit 2023-12-06T07:40:27.555220+0000 mon.c (mon.1) 17 : audit 0 from='client.? 172.21.15.172:0/170725406' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:28.383 INFO:teuthology.orchestra.run.smithi172.stdout:HEALTH_OK 2023-12-06T07:40:29.094 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:28 smithi195 bash[51959]: audit 2023-12-06T07:40:27.733303+0000 mgr.y (mgr.25528) 319 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:40:29.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:28 smithi195 bash[51959]: audit 2023-12-06T07:40:27.944596+0000 mgr.y (mgr.25528) 320 : audit 0 from='client.34524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:40:29.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:28 smithi195 bash[51959]: audit 2023-12-06T07:40:28.383762+0000 mon.c (mon.1) 18 : audit 0 from='client.? 172.21.15.172:0/352023172' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:40:29.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:28 smithi172 bash[64618]: audit 2023-12-06T07:40:27.733303+0000 mgr.y (mgr.25528) 319 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:40:29.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:28 smithi172 bash[64618]: audit 2023-12-06T07:40:27.944596+0000 mgr.y (mgr.25528) 320 : audit 0 from='client.34524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:40:29.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:28 smithi172 bash[64618]: audit 2023-12-06T07:40:28.383762+0000 mon.c (mon.1) 18 : audit 0 from='client.? 172.21.15.172:0/352023172' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:40:29.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:28 smithi172 bash[66109]: audit 2023-12-06T07:40:27.733303+0000 mgr.y (mgr.25528) 319 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:40:29.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:28 smithi172 bash[66109]: audit 2023-12-06T07:40:27.944596+0000 mgr.y (mgr.25528) 320 : audit 0 from='client.34524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:40:29.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:28 smithi172 bash[66109]: audit 2023-12-06T07:40:28.383762+0000 mon.c (mon.1) 18 : audit 0 from='client.? 172.21.15.172:0/352023172' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:40:30.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:29 smithi195 bash[51959]: cluster 2023-12-06T07:40:28.652736+0000 mgr.y (mgr.25528) 321 : cluster 0 pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:40:30.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:29 smithi172 bash[64618]: cluster 2023-12-06T07:40:28.652736+0000 mgr.y (mgr.25528) 321 : cluster 0 pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:40:30.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:29 smithi172 bash[66109]: cluster 2023-12-06T07:40:28.652736+0000 mgr.y (mgr.25528) 321 : cluster 0 pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T07:40:30.595 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:40:30 smithi195 systemd[1]: Stopping Ceph osd.7 for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:40:30.595 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:40:30 smithi195 bash[37787]: debug 2023-12-06T07:40:30.376+0000 7fe200da7700 -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-06T07:40:30.595 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:40:30 smithi195 bash[37787]: debug 2023-12-06T07:40:30.376+0000 7fe200da7700 -1 osd.7 142 *** Got signal Terminated *** 2023-12-06T07:40:30.595 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:40:30 smithi195 bash[37787]: debug 2023-12-06T07:40:30.376+0000 7fe200da7700 -1 osd.7 142 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:40:31.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:30 smithi195 bash[51959]: cluster 2023-12-06T07:40:30.384697+0000 mon.a (mon.0) 553 : cluster 1 osd.7 marked itself down and dead 2023-12-06T07:40:31.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:30 smithi172 bash[64618]: cluster 2023-12-06T07:40:30.384697+0000 mon.a (mon.0) 553 : cluster 1 osd.7 marked itself down and dead 2023-12-06T07:40:31.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:30 smithi172 bash[66109]: cluster 2023-12-06T07:40:30.384697+0000 mon.a (mon.0) 553 : cluster 1 osd.7 marked itself down and dead 2023-12-06T07:40:31.815 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:40:31 smithi195 bash[59939]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-7 2023-12-06T07:40:31.831 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:40:31 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:40:31] "GET /metrics HTTP/1.1" 200 38436 "" "Prometheus/2.33.4" 2023-12-06T07:40:32.095 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:40:32 smithi195 bash[60014]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-7 2023-12-06T07:40:32.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:31 smithi195 bash[51959]: cluster 2023-12-06T07:40:30.654118+0000 mgr.y (mgr.25528) 322 : cluster 0 pgmap v204: 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-06T07:40:32.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:31 smithi195 bash[51959]: cluster 2023-12-06T07:40:30.828385+0000 mon.a (mon.0) 554 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:40:32.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:31 smithi195 bash[51959]: cluster 2023-12-06T07:40:30.841474+0000 mon.a (mon.0) 555 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2023-12-06T07:40:32.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:31 smithi172 bash[66109]: cluster 2023-12-06T07:40:30.654118+0000 mgr.y (mgr.25528) 322 : cluster 0 pgmap v204: 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-06T07:40:32.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:31 smithi172 bash[66109]: cluster 2023-12-06T07:40:30.828385+0000 mon.a (mon.0) 554 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:40:32.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:31 smithi172 bash[66109]: cluster 2023-12-06T07:40:30.841474+0000 mon.a (mon.0) 555 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2023-12-06T07:40:32.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:31 smithi172 bash[64618]: cluster 2023-12-06T07:40:30.654118+0000 mgr.y (mgr.25528) 322 : cluster 0 pgmap v204: 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-06T07:40:32.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:31 smithi172 bash[64618]: cluster 2023-12-06T07:40:30.828385+0000 mon.a (mon.0) 554 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T07:40:32.173 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:31 smithi172 bash[64618]: cluster 2023-12-06T07:40:30.841474+0000 mon.a (mon.0) 555 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2023-12-06T07:40:33.107 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:32 smithi195 bash[51959]: cluster 2023-12-06T07:40:31.843859+0000 mon.a (mon.0) 556 : cluster 0 osdmap e144: 8 total, 7 up, 8 in 2023-12-06T07:40:33.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:32 smithi172 bash[66109]: cluster 2023-12-06T07:40:31.843859+0000 mon.a (mon.0) 556 : cluster 0 osdmap e144: 8 total, 7 up, 8 in 2023-12-06T07:40:33.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:32 smithi172 bash[64618]: cluster 2023-12-06T07:40:31.843859+0000 mon.a (mon.0) 556 : cluster 0 osdmap e144: 8 total, 7 up, 8 in 2023-12-06T07:40:34.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:33 smithi195 bash[51959]: cluster 2023-12-06T07:40:32.655390+0000 mgr.y (mgr.25528) 323 : cluster 0 pgmap v207: 161 pgs: 1 active+undersized+degraded, 18 stale+active+clean, 10 active+undersized, 132 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 1/630 objects degraded (0.159%) 2023-12-06T07:40:34.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:33 smithi195 bash[51959]: cluster 2023-12-06T07:40:32.838574+0000 mon.a (mon.0) 557 : cluster 3 Health check failed: Degraded data redundancy: 1/630 objects degraded (0.159%), 1 pg degraded (PG_DEGRADED) 2023-12-06T07:40:34.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:33 smithi172 bash[66109]: cluster 2023-12-06T07:40:32.655390+0000 mgr.y (mgr.25528) 323 : cluster 0 pgmap v207: 161 pgs: 1 active+undersized+degraded, 18 stale+active+clean, 10 active+undersized, 132 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 1/630 objects degraded (0.159%) 2023-12-06T07:40:34.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:33 smithi172 bash[66109]: cluster 2023-12-06T07:40:32.838574+0000 mon.a (mon.0) 557 : cluster 3 Health check failed: Degraded data redundancy: 1/630 objects degraded (0.159%), 1 pg degraded (PG_DEGRADED) 2023-12-06T07:40:34.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:33 smithi172 bash[64618]: cluster 2023-12-06T07:40:32.655390+0000 mgr.y (mgr.25528) 323 : cluster 0 pgmap v207: 161 pgs: 1 active+undersized+degraded, 18 stale+active+clean, 10 active+undersized, 132 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 1/630 objects degraded (0.159%) 2023-12-06T07:40:34.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:33 smithi172 bash[64618]: cluster 2023-12-06T07:40:32.838574+0000 mon.a (mon.0) 557 : cluster 3 Health check failed: Degraded data redundancy: 1/630 objects degraded (0.159%), 1 pg degraded (PG_DEGRADED) 2023-12-06T07:40:34.529 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:40:34 smithi195 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.7.service: Succeeded. 2023-12-06T07:40:34.529 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:40:34 smithi195 systemd[1]: Stopped Ceph osd.7 for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:40:34.529 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:40:34 smithi195 systemd[1]: Started Ceph osd.7 for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:40:35.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:35 smithi195 bash[51959]: audit 2023-12-06T07:40:34.520885+0000 mon.a (mon.0) 558 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:35.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:35 smithi195 bash[51959]: audit 2023-12-06T07:40:34.533712+0000 mon.a (mon.0) 559 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:35.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:35 smithi195 bash[51959]: cluster 2023-12-06T07:40:34.656577+0000 mgr.y (mgr.25528) 324 : cluster 0 pgmap v208: 161 pgs: 13 active+undersized+degraded, 8 stale+active+clean, 28 active+undersized, 112 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 29/630 objects degraded (4.603%) 2023-12-06T07:40:35.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:35 smithi172 bash[66109]: audit 2023-12-06T07:40:34.520885+0000 mon.a (mon.0) 558 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:35.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:35 smithi172 bash[66109]: audit 2023-12-06T07:40:34.533712+0000 mon.a (mon.0) 559 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:35.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:35 smithi172 bash[66109]: cluster 2023-12-06T07:40:34.656577+0000 mgr.y (mgr.25528) 324 : cluster 0 pgmap v208: 161 pgs: 13 active+undersized+degraded, 8 stale+active+clean, 28 active+undersized, 112 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 29/630 objects degraded (4.603%) 2023-12-06T07:40:35.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:35 smithi172 bash[64618]: audit 2023-12-06T07:40:34.520885+0000 mon.a (mon.0) 558 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:35.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:35 smithi172 bash[64618]: audit 2023-12-06T07:40:34.533712+0000 mon.a (mon.0) 559 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:35.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:35 smithi172 bash[64618]: cluster 2023-12-06T07:40:34.656577+0000 mgr.y (mgr.25528) 324 : cluster 0 pgmap v208: 161 pgs: 13 active+undersized+degraded, 8 stale+active+clean, 28 active+undersized, 112 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 29/630 objects degraded (4.603%) 2023-12-06T07:40:36.345 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:40:36 smithi195 bash[60187]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-06T07:40:36.345 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:40:36 smithi195 bash[60187]: 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-06T07:40:36.345 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:40:36 smithi195 bash[60187]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2023-12-06T07:40:36.346 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:40:36 smithi195 bash[60187]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-06T07:40:36.346 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:40:36 smithi195 bash[60187]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2023-12-06T07:40:36.346 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:40:36 smithi195 bash[60187]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-06T07:40:36.346 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:40:36 smithi195 bash[60187]: --> ceph-volume raw activate successful for osd ID: 7 2023-12-06T07:40:37.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:40:37 smithi195 bash[60486]: debug 2023-12-06T07:40:37.744+0000 7f2097cc9700 1 -- 172.21.15.195:0/2054377697 <== mon.2 v2:172.21.15.195:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55bff4ab91e0 con 0x55bff4b3ec00 2023-12-06T07:40:37.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:37 smithi195 bash[51959]: audit 2023-12-06T07:40:36.575412+0000 mon.a (mon.0) 560 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:37.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:37 smithi195 bash[51959]: audit 2023-12-06T07:40:36.577756+0000 mon.a (mon.0) 561 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:40:37.846 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:37 smithi195 bash[51959]: cluster 2023-12-06T07:40:36.658150+0000 mgr.y (mgr.25528) 325 : cluster 0 pgmap v209: 161 pgs: 27 active+undersized+degraded, 37 active+undersized, 97 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T07:40:37.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:37 smithi172 bash[66109]: audit 2023-12-06T07:40:36.575412+0000 mon.a (mon.0) 560 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:37.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:37 smithi172 bash[66109]: audit 2023-12-06T07:40:36.577756+0000 mon.a (mon.0) 561 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:40:37.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:37 smithi172 bash[66109]: cluster 2023-12-06T07:40:36.658150+0000 mgr.y (mgr.25528) 325 : cluster 0 pgmap v209: 161 pgs: 27 active+undersized+degraded, 37 active+undersized, 97 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T07:40:37.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:37 smithi172 bash[64618]: audit 2023-12-06T07:40:36.575412+0000 mon.a (mon.0) 560 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:37.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:37 smithi172 bash[64618]: audit 2023-12-06T07:40:36.577756+0000 mon.a (mon.0) 561 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:40:37.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:37 smithi172 bash[64618]: cluster 2023-12-06T07:40:36.658150+0000 mgr.y (mgr.25528) 325 : cluster 0 pgmap v209: 161 pgs: 27 active+undersized+degraded, 37 active+undersized, 97 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T07:40:38.585 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:40:38 smithi195 bash[60486]: debug 2023-12-06T07:40:38.276+0000 7f20a0e4f640 -1 Falling back to public interface 2023-12-06T07:40:38.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:38 smithi195 bash[51959]: audit 2023-12-06T07:40:37.744415+0000 mgr.y (mgr.25528) 326 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:40:38.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:38 smithi172 bash[66109]: audit 2023-12-06T07:40:37.744415+0000 mgr.y (mgr.25528) 326 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:40:38.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:38 smithi172 bash[64618]: audit 2023-12-06T07:40:37.744415+0000 mgr.y (mgr.25528) 326 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:40:39.845 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:39 smithi195 bash[51959]: cluster 2023-12-06T07:40:38.659601+0000 mgr.y (mgr.25528) 327 : cluster 0 pgmap v210: 161 pgs: 27 active+undersized+degraded, 37 active+undersized, 97 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T07:40:39.922 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:39 smithi172 bash[66109]: cluster 2023-12-06T07:40:38.659601+0000 mgr.y (mgr.25528) 327 : cluster 0 pgmap v210: 161 pgs: 27 active+undersized+degraded, 37 active+undersized, 97 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T07:40:39.922 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:39 smithi172 bash[64618]: cluster 2023-12-06T07:40:38.659601+0000 mgr.y (mgr.25528) 327 : cluster 0 pgmap v210: 161 pgs: 27 active+undersized+degraded, 37 active+undersized, 97 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T07:40:41.595 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:40:41 smithi195 bash[60486]: debug 2023-12-06T07:40:41.128+0000 7f20a0e4f640 -1 osd.7 0 read_superblock omap replica is missing. 2023-12-06T07:40:41.595 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:40:41 smithi195 bash[60486]: debug 2023-12-06T07:40:41.168+0000 7f20a0e4f640 -1 osd.7 142 log_to_monitors true 2023-12-06T07:40:41.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:40:41 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:40:41] "GET /metrics HTTP/1.1" 200 38436 "" "Prometheus/2.33.4" 2023-12-06T07:40:42.345 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:40:42 smithi195 bash[60486]: debug 2023-12-06T07:40:42.088+0000 7f2091abf700 -1 osd.7 142 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T07:40:42.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:42 smithi195 bash[51959]: cluster 2023-12-06T07:40:40.661248+0000 mgr.y (mgr.25528) 328 : cluster 0 pgmap v211: 161 pgs: 27 active+undersized+degraded, 37 active+undersized, 97 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T07:40:42.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:42 smithi195 bash[51959]: audit 2023-12-06T07:40:41.027902+0000 mon.a (mon.0) 562 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:42.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:42 smithi195 bash[51959]: audit 2023-12-06T07:40:41.038828+0000 mon.a (mon.0) 563 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:42.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:42 smithi195 bash[51959]: audit 2023-12-06T07:40:41.176679+0000 mon.b (mon.2) 9 : audit 1 from='osd.7 [v2:172.21.15.195:6824/157841856,v1:172.21.15.195:6825/157841856]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T07:40:42.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:42 smithi195 bash[51959]: audit 2023-12-06T07:40:41.179170+0000 mon.a (mon.0) 564 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T07:40:42.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:42 smithi195 bash[51959]: cluster 2023-12-06T07:40:41.816141+0000 mon.a (mon.0) 565 : cluster 3 Health check update: Degraded data redundancy: 83/630 objects degraded (13.175%), 27 pgs degraded (PG_DEGRADED) 2023-12-06T07:40:42.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:42 smithi172 bash[66109]: cluster 2023-12-06T07:40:40.661248+0000 mgr.y (mgr.25528) 328 : cluster 0 pgmap v211: 161 pgs: 27 active+undersized+degraded, 37 active+undersized, 97 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T07:40:42.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:42 smithi172 bash[66109]: audit 2023-12-06T07:40:41.027902+0000 mon.a (mon.0) 562 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:42.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:42 smithi172 bash[66109]: audit 2023-12-06T07:40:41.038828+0000 mon.a (mon.0) 563 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:42.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:42 smithi172 bash[66109]: audit 2023-12-06T07:40:41.176679+0000 mon.b (mon.2) 9 : audit 1 from='osd.7 [v2:172.21.15.195:6824/157841856,v1:172.21.15.195:6825/157841856]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T07:40:42.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:42 smithi172 bash[66109]: audit 2023-12-06T07:40:41.179170+0000 mon.a (mon.0) 564 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T07:40:42.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:42 smithi172 bash[66109]: cluster 2023-12-06T07:40:41.816141+0000 mon.a (mon.0) 565 : cluster 3 Health check update: Degraded data redundancy: 83/630 objects degraded (13.175%), 27 pgs degraded (PG_DEGRADED) 2023-12-06T07:40:42.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:42 smithi172 bash[64618]: cluster 2023-12-06T07:40:40.661248+0000 mgr.y (mgr.25528) 328 : cluster 0 pgmap v211: 161 pgs: 27 active+undersized+degraded, 37 active+undersized, 97 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T07:40:42.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:42 smithi172 bash[64618]: audit 2023-12-06T07:40:41.027902+0000 mon.a (mon.0) 562 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:42.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:42 smithi172 bash[64618]: audit 2023-12-06T07:40:41.038828+0000 mon.a (mon.0) 563 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:42.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:42 smithi172 bash[64618]: audit 2023-12-06T07:40:41.176679+0000 mon.b (mon.2) 9 : audit 1 from='osd.7 [v2:172.21.15.195:6824/157841856,v1:172.21.15.195:6825/157841856]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T07:40:42.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:42 smithi172 bash[64618]: audit 2023-12-06T07:40:41.179170+0000 mon.a (mon.0) 564 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T07:40:42.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:42 smithi172 bash[64618]: cluster 2023-12-06T07:40:41.816141+0000 mon.a (mon.0) 565 : cluster 3 Health check update: Degraded data redundancy: 83/630 objects degraded (13.175%), 27 pgs degraded (PG_DEGRADED) 2023-12-06T07:40:43.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:43 smithi195 bash[51959]: audit 2023-12-06T07:40:42.041121+0000 mon.a (mon.0) 566 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:43.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:43 smithi195 bash[51959]: audit 2023-12-06T07:40:42.046011+0000 mon.a (mon.0) 567 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T07:40:43.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:43 smithi195 bash[51959]: audit 2023-12-06T07:40:42.051512+0000 mon.b (mon.2) 10 : audit 1 from='osd.7 [v2:172.21.15.195:6824/157841856,v1:172.21.15.195:6825/157841856]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:40:43.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:43 smithi195 bash[51959]: cluster 2023-12-06T07:40:42.052305+0000 mon.a (mon.0) 568 : cluster 0 osdmap e145: 8 total, 7 up, 8 in 2023-12-06T07:40:43.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:43 smithi195 bash[51959]: audit 2023-12-06T07:40:42.057505+0000 mon.a (mon.0) 569 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:40:43.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:43 smithi195 bash[51959]: audit 2023-12-06T07:40:42.061208+0000 mon.a (mon.0) 570 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:43.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:43 smithi172 bash[66109]: audit 2023-12-06T07:40:42.041121+0000 mon.a (mon.0) 566 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:43.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:43 smithi172 bash[66109]: audit 2023-12-06T07:40:42.046011+0000 mon.a (mon.0) 567 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T07:40:43.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:43 smithi172 bash[66109]: audit 2023-12-06T07:40:42.051512+0000 mon.b (mon.2) 10 : audit 1 from='osd.7 [v2:172.21.15.195:6824/157841856,v1:172.21.15.195:6825/157841856]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:40:43.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:43 smithi172 bash[66109]: cluster 2023-12-06T07:40:42.052305+0000 mon.a (mon.0) 568 : cluster 0 osdmap e145: 8 total, 7 up, 8 in 2023-12-06T07:40:43.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:43 smithi172 bash[66109]: audit 2023-12-06T07:40:42.057505+0000 mon.a (mon.0) 569 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:40:43.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:43 smithi172 bash[66109]: audit 2023-12-06T07:40:42.061208+0000 mon.a (mon.0) 570 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:43.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:43 smithi172 bash[64618]: audit 2023-12-06T07:40:42.041121+0000 mon.a (mon.0) 566 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:43.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:43 smithi172 bash[64618]: audit 2023-12-06T07:40:42.046011+0000 mon.a (mon.0) 567 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T07:40:43.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:43 smithi172 bash[64618]: audit 2023-12-06T07:40:42.051512+0000 mon.b (mon.2) 10 : audit 1 from='osd.7 [v2:172.21.15.195:6824/157841856,v1:172.21.15.195:6825/157841856]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:40:43.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:43 smithi172 bash[64618]: cluster 2023-12-06T07:40:42.052305+0000 mon.a (mon.0) 568 : cluster 0 osdmap e145: 8 total, 7 up, 8 in 2023-12-06T07:40:43.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:43 smithi172 bash[64618]: audit 2023-12-06T07:40:42.057505+0000 mon.a (mon.0) 569 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2023-12-06T07:40:43.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:43 smithi172 bash[64618]: audit 2023-12-06T07:40:42.061208+0000 mon.a (mon.0) 570 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:44.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:44 smithi195 bash[51959]: cluster 2023-12-06T07:40:42.662469+0000 mgr.y (mgr.25528) 329 : cluster 0 pgmap v213: 161 pgs: 27 active+undersized+degraded, 37 active+undersized, 97 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T07:40:44.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:44 smithi195 bash[51959]: cluster 2023-12-06T07:40:43.059203+0000 mon.a (mon.0) 571 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:40:44.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:44 smithi195 bash[51959]: cluster 2023-12-06T07:40:43.074422+0000 mon.a (mon.0) 572 : cluster 1 osd.7 [v2:172.21.15.195:6824/157841856,v1:172.21.15.195:6825/157841856] boot 2023-12-06T07:40:44.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:44 smithi195 bash[51959]: cluster 2023-12-06T07:40:43.074714+0000 mon.a (mon.0) 573 : cluster 0 osdmap e146: 8 total, 8 up, 8 in 2023-12-06T07:40:44.346 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:44 smithi195 bash[51959]: audit 2023-12-06T07:40:43.085576+0000 mon.a (mon.0) 574 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:40:44.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:44 smithi172 bash[66109]: cluster 2023-12-06T07:40:42.662469+0000 mgr.y (mgr.25528) 329 : cluster 0 pgmap v213: 161 pgs: 27 active+undersized+degraded, 37 active+undersized, 97 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T07:40:44.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:44 smithi172 bash[66109]: cluster 2023-12-06T07:40:43.059203+0000 mon.a (mon.0) 571 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:40:44.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:44 smithi172 bash[66109]: cluster 2023-12-06T07:40:43.074422+0000 mon.a (mon.0) 572 : cluster 1 osd.7 [v2:172.21.15.195:6824/157841856,v1:172.21.15.195:6825/157841856] boot 2023-12-06T07:40:44.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:44 smithi172 bash[66109]: cluster 2023-12-06T07:40:43.074714+0000 mon.a (mon.0) 573 : cluster 0 osdmap e146: 8 total, 8 up, 8 in 2023-12-06T07:40:44.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:44 smithi172 bash[66109]: audit 2023-12-06T07:40:43.085576+0000 mon.a (mon.0) 574 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:40:44.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:44 smithi172 bash[64618]: cluster 2023-12-06T07:40:42.662469+0000 mgr.y (mgr.25528) 329 : cluster 0 pgmap v213: 161 pgs: 27 active+undersized+degraded, 37 active+undersized, 97 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-06T07:40:44.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:44 smithi172 bash[64618]: cluster 2023-12-06T07:40:43.059203+0000 mon.a (mon.0) 571 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T07:40:44.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:44 smithi172 bash[64618]: cluster 2023-12-06T07:40:43.074422+0000 mon.a (mon.0) 572 : cluster 1 osd.7 [v2:172.21.15.195:6824/157841856,v1:172.21.15.195:6825/157841856] boot 2023-12-06T07:40:44.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:44 smithi172 bash[64618]: cluster 2023-12-06T07:40:43.074714+0000 mon.a (mon.0) 573 : cluster 0 osdmap e146: 8 total, 8 up, 8 in 2023-12-06T07:40:44.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:44 smithi172 bash[64618]: audit 2023-12-06T07:40:43.085576+0000 mon.a (mon.0) 574 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T07:40:45.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:45 smithi195 bash[51959]: cluster 2023-12-06T07:40:44.072508+0000 mon.a (mon.0) 575 : cluster 0 osdmap e147: 8 total, 8 up, 8 in 2023-12-06T07:40:45.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:45 smithi172 bash[66109]: cluster 2023-12-06T07:40:44.072508+0000 mon.a (mon.0) 575 : cluster 0 osdmap e147: 8 total, 8 up, 8 in 2023-12-06T07:40:45.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:45 smithi172 bash[64618]: cluster 2023-12-06T07:40:44.072508+0000 mon.a (mon.0) 575 : cluster 0 osdmap e147: 8 total, 8 up, 8 in 2023-12-06T07:40:46.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:46 smithi195 bash[51959]: cluster 2023-12-06T07:40:44.663423+0000 mgr.y (mgr.25528) 330 : cluster 0 pgmap v216: 161 pgs: 16 peering, 20 active+undersized+degraded, 28 active+undersized, 97 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2023-12-06T07:40:46.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:46 smithi172 bash[66109]: cluster 2023-12-06T07:40:44.663423+0000 mgr.y (mgr.25528) 330 : cluster 0 pgmap v216: 161 pgs: 16 peering, 20 active+undersized+degraded, 28 active+undersized, 97 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2023-12-06T07:40:46.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:46 smithi172 bash[64618]: cluster 2023-12-06T07:40:44.663423+0000 mgr.y (mgr.25528) 330 : cluster 0 pgmap v216: 161 pgs: 16 peering, 20 active+undersized+degraded, 28 active+undersized, 97 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2023-12-06T07:40:47.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:47 smithi195 bash[51959]: cluster 2023-12-06T07:40:46.817885+0000 mon.a (mon.0) 576 : cluster 3 Health check update: Degraded data redundancy: 68/630 objects degraded (10.794%), 20 pgs degraded (PG_DEGRADED) 2023-12-06T07:40:47.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:47 smithi172 bash[66109]: cluster 2023-12-06T07:40:46.817885+0000 mon.a (mon.0) 576 : cluster 3 Health check update: Degraded data redundancy: 68/630 objects degraded (10.794%), 20 pgs degraded (PG_DEGRADED) 2023-12-06T07:40:47.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:47 smithi172 bash[64618]: cluster 2023-12-06T07:40:46.817885+0000 mon.a (mon.0) 576 : cluster 3 Health check update: Degraded data redundancy: 68/630 objects degraded (10.794%), 20 pgs degraded (PG_DEGRADED) 2023-12-06T07:40:48.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:48 smithi172 bash[66109]: cluster 2023-12-06T07:40:46.664859+0000 mgr.y (mgr.25528) 331 : cluster 0 pgmap v217: 161 pgs: 16 peering, 12 active+undersized+degraded, 21 active+undersized, 112 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 41/630 objects degraded (6.508%) 2023-12-06T07:40:48.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:48 smithi172 bash[64618]: cluster 2023-12-06T07:40:46.664859+0000 mgr.y (mgr.25528) 331 : cluster 0 pgmap v217: 161 pgs: 16 peering, 12 active+undersized+degraded, 21 active+undersized, 112 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 41/630 objects degraded (6.508%) 2023-12-06T07:40:48.430 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:48 smithi195 bash[51959]: cluster 2023-12-06T07:40:46.664859+0000 mgr.y (mgr.25528) 331 : cluster 0 pgmap v217: 161 pgs: 16 peering, 12 active+undersized+degraded, 21 active+undersized, 112 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 41/630 objects degraded (6.508%) 2023-12-06T07:40:49.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:49 smithi195 bash[51959]: audit 2023-12-06T07:40:47.753260+0000 mgr.y (mgr.25528) 332 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:40:49.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:49 smithi172 bash[66109]: audit 2023-12-06T07:40:47.753260+0000 mgr.y (mgr.25528) 332 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:40:49.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:49 smithi172 bash[64618]: audit 2023-12-06T07:40:47.753260+0000 mgr.y (mgr.25528) 332 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:40:50.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:50 smithi195 bash[51959]: cluster 2023-12-06T07:40:48.666344+0000 mgr.y (mgr.25528) 333 : cluster 0 pgmap v218: 161 pgs: 16 peering, 145 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 773 B/s rd, 0 op/s 2023-12-06T07:40:50.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:50 smithi195 bash[51959]: cluster 2023-12-06T07:40:49.094980+0000 mon.a (mon.0) 577 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 41/630 objects degraded (6.508%), 12 pgs degraded) 2023-12-06T07:40:50.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:50 smithi195 bash[51959]: cluster 2023-12-06T07:40:49.095047+0000 mon.a (mon.0) 578 : cluster 1 Cluster is now healthy 2023-12-06T07:40:50.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:50 smithi172 bash[66109]: cluster 2023-12-06T07:40:48.666344+0000 mgr.y (mgr.25528) 333 : cluster 0 pgmap v218: 161 pgs: 16 peering, 145 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 773 B/s rd, 0 op/s 2023-12-06T07:40:50.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:50 smithi172 bash[66109]: cluster 2023-12-06T07:40:49.094980+0000 mon.a (mon.0) 577 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 41/630 objects degraded (6.508%), 12 pgs degraded) 2023-12-06T07:40:50.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:50 smithi172 bash[66109]: cluster 2023-12-06T07:40:49.095047+0000 mon.a (mon.0) 578 : cluster 1 Cluster is now healthy 2023-12-06T07:40:50.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:50 smithi172 bash[64618]: cluster 2023-12-06T07:40:48.666344+0000 mgr.y (mgr.25528) 333 : cluster 0 pgmap v218: 161 pgs: 16 peering, 145 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 773 B/s rd, 0 op/s 2023-12-06T07:40:50.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:50 smithi172 bash[64618]: cluster 2023-12-06T07:40:49.094980+0000 mon.a (mon.0) 577 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 41/630 objects degraded (6.508%), 12 pgs degraded) 2023-12-06T07:40:50.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:50 smithi172 bash[64618]: cluster 2023-12-06T07:40:49.095047+0000 mon.a (mon.0) 578 : cluster 1 Cluster is now healthy 2023-12-06T07:40:51.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:40:51 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:40:51] "GET /metrics HTTP/1.1" 200 38436 "" "Prometheus/2.33.4" 2023-12-06T07:40:52.422 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[61365]: debug 2023-12-06T07:40:52.116+0000 7fd8bcb39700 -1 log_channel(cephadm) log [ERR] : Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-06T07:40:52.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: cluster 2023-12-06T07:40:50.667704+0000 mgr.y (mgr.25528) 334 : cluster 0 pgmap v219: 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-06T07:40:52.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:51.575403+0000 mon.a (mon.0) 579 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:52.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:51.577875+0000 mon.a (mon.0) 580 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:40:52.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:51.915706+0000 mon.a (mon.0) 581 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:52.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:51.925296+0000 mon.a (mon.0) 582 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:52.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:51.926837+0000 mon.a (mon.0) 583 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:40:52.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:51.927919+0000 mon.a (mon.0) 584 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:40:52.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:51.936009+0000 mon.a (mon.0) 585 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:52.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:52.019496+0000 mon.a (mon.0) 586 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:40:52.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:52.022950+0000 mon.a (mon.0) 587 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:52.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:52.027179+0000 mon.a (mon.0) 588 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:52.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:52.029352+0000 mon.a (mon.0) 589 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:52.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:52.033297+0000 mon.a (mon.0) 590 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:52.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:52.041857+0000 mon.a (mon.0) 591 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:52.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:52.046116+0000 mon.a (mon.0) 592 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-06T07:40:52.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:52.051061+0000 mon.a (mon.0) 593 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-06T07:40:52.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:52.054392+0000 mon.a (mon.0) 594 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-06T07:40:52.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:52.058173+0000 mon.a (mon.0) 595 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-06T07:40:52.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:52.061406+0000 mon.a (mon.0) 596 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-06T07:40:52.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: cluster 2023-12-06T07:40:50.667704+0000 mgr.y (mgr.25528) 334 : cluster 0 pgmap v219: 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-06T07:40:52.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:51.575403+0000 mon.a (mon.0) 579 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:52.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:51.577875+0000 mon.a (mon.0) 580 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:40:52.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:51.915706+0000 mon.a (mon.0) 581 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:52.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:51.925296+0000 mon.a (mon.0) 582 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:52.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:51.926837+0000 mon.a (mon.0) 583 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:40:52.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:51.927919+0000 mon.a (mon.0) 584 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:40:52.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:51.936009+0000 mon.a (mon.0) 585 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:52.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:52.019496+0000 mon.a (mon.0) 586 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:40:52.424 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:52.022950+0000 mon.a (mon.0) 587 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:52.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:52.027179+0000 mon.a (mon.0) 588 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:52.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:52.029352+0000 mon.a (mon.0) 589 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:52.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:52.033297+0000 mon.a (mon.0) 590 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:52.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:52.041857+0000 mon.a (mon.0) 591 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:52.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:52.046116+0000 mon.a (mon.0) 592 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-06T07:40:52.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:52.051061+0000 mon.a (mon.0) 593 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-06T07:40:52.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:52.054392+0000 mon.a (mon.0) 594 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-06T07:40:52.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:52.058173+0000 mon.a (mon.0) 595 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-06T07:40:52.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:52.061406+0000 mon.a (mon.0) 596 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-06T07:40:52.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:52.065418+0000 mon.a (mon.0) 597 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-06T07:40:52.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:52.068928+0000 mon.a (mon.0) 598 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-06T07:40:52.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:52.074946+0000 mon.a (mon.0) 599 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-06T07:40:52.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:52.078669+0000 mon.a (mon.0) 600 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-06T07:40:52.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:52.083202+0000 mon.a (mon.0) 601 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-06T07:40:52.425 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:52.086285+0000 mon.a (mon.0) 602 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-06T07:40:52.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:52.090062+0000 mon.a (mon.0) 603 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-06T07:40:52.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:52.093740+0000 mon.a (mon.0) 604 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-06T07:40:52.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:52.099957+0000 mon.a (mon.0) 605 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-06T07:40:52.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:52.103134+0000 mon.a (mon.0) 606 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-06T07:40:52.426 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[66109]: audit 2023-12-06T07:40:52.107532+0000 mon.a (mon.0) 607 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-06T07:40:52.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:52.065418+0000 mon.a (mon.0) 597 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-06T07:40:52.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:52.068928+0000 mon.a (mon.0) 598 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-06T07:40:52.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:52.074946+0000 mon.a (mon.0) 599 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-06T07:40:52.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:52.078669+0000 mon.a (mon.0) 600 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-06T07:40:52.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:52.083202+0000 mon.a (mon.0) 601 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-06T07:40:52.426 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:52.086285+0000 mon.a (mon.0) 602 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-06T07:40:52.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:52.090062+0000 mon.a (mon.0) 603 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-06T07:40:52.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:52.093740+0000 mon.a (mon.0) 604 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-06T07:40:52.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:52.099957+0000 mon.a (mon.0) 605 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-06T07:40:52.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:52.103134+0000 mon.a (mon.0) 606 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-06T07:40:52.427 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:52 smithi172 bash[64618]: audit 2023-12-06T07:40:52.107532+0000 mon.a (mon.0) 607 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-06T07:40:52.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: cluster 2023-12-06T07:40:50.667704+0000 mgr.y (mgr.25528) 334 : cluster 0 pgmap v219: 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-06T07:40:52.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:51.575403+0000 mon.a (mon.0) 579 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:52.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:51.577875+0000 mon.a (mon.0) 580 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:40:52.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:51.915706+0000 mon.a (mon.0) 581 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:52.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:51.925296+0000 mon.a (mon.0) 582 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:52.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:51.926837+0000 mon.a (mon.0) 583 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:40:52.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:51.927919+0000 mon.a (mon.0) 584 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:40:52.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:51.936009+0000 mon.a (mon.0) 585 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:52.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:52.019496+0000 mon.a (mon.0) 586 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T07:40:52.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:52.022950+0000 mon.a (mon.0) 587 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:52.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:52.027179+0000 mon.a (mon.0) 588 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:52.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:52.029352+0000 mon.a (mon.0) 589 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:52.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:52.033297+0000 mon.a (mon.0) 590 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:40:52.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:52.041857+0000 mon.a (mon.0) 591 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:52.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:52.046116+0000 mon.a (mon.0) 592 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-06T07:40:52.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:52.051061+0000 mon.a (mon.0) 593 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-06T07:40:52.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:52.054392+0000 mon.a (mon.0) 594 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-06T07:40:52.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:52.058173+0000 mon.a (mon.0) 595 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-06T07:40:52.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:52.061406+0000 mon.a (mon.0) 596 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-06T07:40:52.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:52.065418+0000 mon.a (mon.0) 597 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-06T07:40:52.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:52.068928+0000 mon.a (mon.0) 598 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-06T07:40:52.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:52.074946+0000 mon.a (mon.0) 599 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-06T07:40:52.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:52.078669+0000 mon.a (mon.0) 600 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-06T07:40:52.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:52.083202+0000 mon.a (mon.0) 601 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-06T07:40:52.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:52.086285+0000 mon.a (mon.0) 602 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-06T07:40:52.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:52.090062+0000 mon.a (mon.0) 603 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-06T07:40:52.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:52.093740+0000 mon.a (mon.0) 604 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-06T07:40:52.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:52.099957+0000 mon.a (mon.0) 605 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-06T07:40:52.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:52.103134+0000 mon.a (mon.0) 606 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-06T07:40:52.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:52 smithi195 bash[51959]: audit 2023-12-06T07:40:52.107532+0000 mon.a (mon.0) 607 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-06T07:40:53.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:53 smithi172 bash[66109]: cephadm 2023-12-06T07:40:52.034579+0000 mgr.y (mgr.25528) 335 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-06T07:40:53.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:53 smithi172 bash[66109]: cephadm 2023-12-06T07:40:52.113251+0000 mgr.y (mgr.25528) 336 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-06T07:40:53.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:53 smithi172 bash[66109]: audit 2023-12-06T07:40:52.118376+0000 mon.a (mon.0) 608 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-06T07:40:53.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:53 smithi172 bash[66109]: cephadm 2023-12-06T07:40:52.119360+0000 mgr.y (mgr.25528) 337 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-06T07:40:53.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:53 smithi172 bash[66109]: audit 2023-12-06T07:40:52.125894+0000 mon.a (mon.0) 609 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:53.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:53 smithi172 bash[66109]: cluster 2023-12-06T07:40:52.126854+0000 mgr.y (mgr.25528) 338 : cluster 0 pgmap v220: 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-06T07:40:53.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:53 smithi172 bash[66109]: audit 2023-12-06T07:40:52.127709+0000 mon.a (mon.0) 610 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:40:53.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:53 smithi172 bash[66109]: audit 2023-12-06T07:40:52.128826+0000 mon.a (mon.0) 611 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:40:53.423 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:53 smithi172 bash[66109]: audit 2023-12-06T07:40:52.137571+0000 mon.a (mon.0) 612 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:53.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:53 smithi172 bash[64618]: cephadm 2023-12-06T07:40:52.034579+0000 mgr.y (mgr.25528) 335 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-06T07:40:53.423 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:53 smithi172 bash[64618]: cephadm 2023-12-06T07:40:52.113251+0000 mgr.y (mgr.25528) 336 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-06T07:40:53.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:53 smithi172 bash[64618]: audit 2023-12-06T07:40:52.118376+0000 mon.a (mon.0) 608 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-06T07:40:53.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:53 smithi172 bash[64618]: cephadm 2023-12-06T07:40:52.119360+0000 mgr.y (mgr.25528) 337 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-06T07:40:53.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:53 smithi172 bash[64618]: audit 2023-12-06T07:40:52.125894+0000 mon.a (mon.0) 609 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:53.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:53 smithi172 bash[64618]: cluster 2023-12-06T07:40:52.126854+0000 mgr.y (mgr.25528) 338 : cluster 0 pgmap v220: 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-06T07:40:53.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:53 smithi172 bash[64618]: audit 2023-12-06T07:40:52.127709+0000 mon.a (mon.0) 610 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:40:53.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:53 smithi172 bash[64618]: audit 2023-12-06T07:40:52.128826+0000 mon.a (mon.0) 611 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:40:53.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:53 smithi172 bash[64618]: audit 2023-12-06T07:40:52.137571+0000 mon.a (mon.0) 612 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:53.424 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:53 smithi172 bash[64618]: debug 2023-12-06T07:40:53.120+0000 7f23452fc700 -1 log_channel(cluster) log [ERR] : Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-06T07:40:53.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:53 smithi195 bash[51959]: cephadm 2023-12-06T07:40:52.034579+0000 mgr.y (mgr.25528) 335 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-06T07:40:53.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:53 smithi195 bash[51959]: cephadm 2023-12-06T07:40:52.113251+0000 mgr.y (mgr.25528) 336 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-06T07:40:53.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:53 smithi195 bash[51959]: audit 2023-12-06T07:40:52.118376+0000 mon.a (mon.0) 608 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-06T07:40:53.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:53 smithi195 bash[51959]: cephadm 2023-12-06T07:40:52.119360+0000 mgr.y (mgr.25528) 337 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-06T07:40:53.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:53 smithi195 bash[51959]: audit 2023-12-06T07:40:52.125894+0000 mon.a (mon.0) 609 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:53.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:53 smithi195 bash[51959]: cluster 2023-12-06T07:40:52.126854+0000 mgr.y (mgr.25528) 338 : cluster 0 pgmap v220: 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-06T07:40:53.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:53 smithi195 bash[51959]: audit 2023-12-06T07:40:52.127709+0000 mon.a (mon.0) 610 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:40:53.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:53 smithi195 bash[51959]: audit 2023-12-06T07:40:52.128826+0000 mon.a (mon.0) 611 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:40:53.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:53 smithi195 bash[51959]: audit 2023-12-06T07:40:52.137571+0000 mon.a (mon.0) 612 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:54.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:54 smithi172 bash[66109]: cluster 2023-12-06T07:40:53.123481+0000 mon.a (mon.0) 613 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-06T07:40:54.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:54 smithi172 bash[64618]: cluster 2023-12-06T07:40:53.123481+0000 mon.a (mon.0) 613 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-06T07:40:54.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:54 smithi195 bash[51959]: cluster 2023-12-06T07:40:53.123481+0000 mon.a (mon.0) 613 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-06T07:40:55.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:55 smithi172 bash[64618]: cluster 2023-12-06T07:40:54.128124+0000 mgr.y (mgr.25528) 339 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1017 B/s rd, 0 op/s 2023-12-06T07:40:55.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:55 smithi172 bash[66109]: cluster 2023-12-06T07:40:54.128124+0000 mgr.y (mgr.25528) 339 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1017 B/s rd, 0 op/s 2023-12-06T07:40:55.597 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:55 smithi195 bash[51959]: cluster 2023-12-06T07:40:54.128124+0000 mgr.y (mgr.25528) 339 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1017 B/s rd, 0 op/s 2023-12-06T07:40:57.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:57 smithi195 bash[51959]: cluster 2023-12-06T07:40:56.129292+0000 mgr.y (mgr.25528) 340 : cluster 0 pgmap v222: 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-06T07:40:57.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:57 smithi195 bash[51959]: audit 2023-12-06T07:40:56.931532+0000 mon.a (mon.0) 614 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:57.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:57 smithi172 bash[64618]: cluster 2023-12-06T07:40:56.129292+0000 mgr.y (mgr.25528) 340 : cluster 0 pgmap v222: 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-06T07:40:57.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:57 smithi172 bash[64618]: audit 2023-12-06T07:40:56.931532+0000 mon.a (mon.0) 614 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:57.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:57 smithi172 bash[66109]: cluster 2023-12-06T07:40:56.129292+0000 mgr.y (mgr.25528) 340 : cluster 0 pgmap v222: 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-06T07:40:57.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:57 smithi172 bash[66109]: audit 2023-12-06T07:40:56.931532+0000 mon.a (mon.0) 614 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:40:58.795 INFO:teuthology.orchestra.run.smithi172.stdout:true 2023-12-06T07:40:59.176 INFO:teuthology.orchestra.run.smithi172.stdout:"Error: UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception" 2023-12-06T07:40:59.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:59 smithi195 bash[51959]: audit 2023-12-06T07:40:57.764535+0000 mgr.y (mgr.25528) 341 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:40:59.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:40:59 smithi195 bash[51959]: cluster 2023-12-06T07:40:58.130555+0000 mgr.y (mgr.25528) 342 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 893 B/s rd, 0 op/s 2023-12-06T07:40:59.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:59 smithi172 bash[66109]: audit 2023-12-06T07:40:57.764535+0000 mgr.y (mgr.25528) 341 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:40:59.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:40:59 smithi172 bash[66109]: cluster 2023-12-06T07:40:58.130555+0000 mgr.y (mgr.25528) 342 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 893 B/s rd, 0 op/s 2023-12-06T07:40:59.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:59 smithi172 bash[64618]: audit 2023-12-06T07:40:57.764535+0000 mgr.y (mgr.25528) 341 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:40:59.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:40:59 smithi172 bash[64618]: cluster 2023-12-06T07:40:58.130555+0000 mgr.y (mgr.25528) 342 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 893 B/s rd, 0 op/s 2023-12-06T07:41:00.188 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch ps' 2023-12-06T07:41:00.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:00 smithi195 bash[51959]: audit 2023-12-06T07:40:58.778943+0000 mgr.y (mgr.25528) 343 : audit 0 from='client.44464 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:41:00.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:00 smithi195 bash[51959]: audit 2023-12-06T07:40:59.162286+0000 mgr.y (mgr.25528) 344 : audit 0 from='client.34548 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:41:00.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:00 smithi172 bash[66109]: audit 2023-12-06T07:40:58.778943+0000 mgr.y (mgr.25528) 343 : audit 0 from='client.44464 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:41:00.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:00 smithi172 bash[66109]: audit 2023-12-06T07:40:59.162286+0000 mgr.y (mgr.25528) 344 : audit 0 from='client.34548 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:41:00.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:00 smithi172 bash[64618]: audit 2023-12-06T07:40:58.778943+0000 mgr.y (mgr.25528) 343 : audit 0 from='client.44464 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:41:00.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:00 smithi172 bash[64618]: audit 2023-12-06T07:40:59.162286+0000 mgr.y (mgr.25528) 344 : audit 0 from='client.34548 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:41:01.502 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:01 smithi172 bash[64618]: cluster 2023-12-06T07:41:00.131734+0000 mgr.y (mgr.25528) 345 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 893 B/s rd, 0 op/s 2023-12-06T07:41:01.503 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:01 smithi172 bash[66109]: cluster 2023-12-06T07:41:00.131734+0000 mgr.y (mgr.25528) 345 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 893 B/s rd, 0 op/s 2023-12-06T07:41:01.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:01 smithi195 bash[51959]: cluster 2023-12-06T07:41:00.131734+0000 mgr.y (mgr.25528) 345 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 893 B/s rd, 0 op/s 2023-12-06T07:41:01.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:41:01 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:41:01] "GET /metrics HTTP/1.1" 200 38449 "" "Prometheus/2.33.4" 2023-12-06T07:41:03.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:02 smithi195 bash[51959]: cluster 2023-12-06T07:41:02.132786+0000 mgr.y (mgr.25528) 346 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 893 B/s rd, 0 op/s 2023-12-06T07:41:03.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:02 smithi172 bash[64618]: cluster 2023-12-06T07:41:02.132786+0000 mgr.y (mgr.25528) 346 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 893 B/s rd, 0 op/s 2023-12-06T07:41:03.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:02 smithi172 bash[66109]: cluster 2023-12-06T07:41:02.132786+0000 mgr.y (mgr.25528) 346 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 893 B/s rd, 0 op/s 2023-12-06T07:41:03.323 INFO:teuthology.orchestra.run.smithi172.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:41:03.323 INFO:teuthology.orchestra.run.smithi172.stdout:alertmanager.a smithi172 *:9093,9094 running (8m) 2m ago 15m 16.2M - 0.23.0 ba2b418f427c 834724028b79 2023-12-06T07:41:03.323 INFO:teuthology.orchestra.run.smithi172.stdout:grafana.a smithi195 *:3000 running (7m) 22s ago 15m 43.6M - 8.3.5 dad864ee21e9 c0abf90c662f 2023-12-06T07:41:03.323 INFO:teuthology.orchestra.run.smithi172.stdout:iscsi.foo.smithi172.imjphn smithi172 running (6m) 2m ago 13m 47.3M - 3.5 e1d6a67b021e d65a8ea57779 2023-12-06T07:41:03.323 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.x smithi195 *:8443,9283,8765 running (6m) 22s ago 21m 438M - 19.0.0-26-g0482646f 26bb7d89db2e e5647ee16c48 2023-12-06T07:41:03.323 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.y smithi172 *:8443,9283,8765 running (7m) 2m ago 23m 494M - 19.0.0-26-g0482646f 26bb7d89db2e 5594cbd599cc 2023-12-06T07:41:03.324 INFO:teuthology.orchestra.run.smithi172.stdout:mon.a smithi172 running (6m) 2m ago 23m 52.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e b9309f43e92c 2023-12-06T07:41:03.324 INFO:teuthology.orchestra.run.smithi172.stdout:mon.b smithi195 running (5m) 22s ago 21m 45.6M 2048M 19.0.0-26-g0482646f 26bb7d89db2e da852bc4d7be 2023-12-06T07:41:03.324 INFO:teuthology.orchestra.run.smithi172.stdout:mon.c smithi172 running (5m) 2m ago 21m 45.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 59a91fe7affc 2023-12-06T07:41:03.324 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.a smithi172 *:9100 running (8m) 2m ago 15m 14.2M - 1.3.1 1dbe0e931976 4171378093cf 2023-12-06T07:41:03.324 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.b smithi195 *:9100 running (7m) 22s ago 15m 12.1M - 1.3.1 1dbe0e931976 3f1c42cbb0e4 2023-12-06T07:41:03.324 INFO:teuthology.orchestra.run.smithi172.stdout:osd.0 smithi172 running (3m) 2m ago 20m 52.9M 2781M 19.0.0-26-g0482646f 26bb7d89db2e 7109e894fc03 2023-12-06T07:41:03.324 INFO:teuthology.orchestra.run.smithi172.stdout:osd.1 smithi172 running (3m) 2m ago 20m 50.9M 2781M 19.0.0-26-g0482646f 26bb7d89db2e 9ee0a91cbcce 2023-12-06T07:41:03.324 INFO:teuthology.orchestra.run.smithi172.stdout:osd.2 smithi172 running (2m) 2m ago 19m 47.6M 2781M 19.0.0-26-g0482646f 26bb7d89db2e 97325b53ba4a 2023-12-06T07:41:03.324 INFO:teuthology.orchestra.run.smithi172.stdout:osd.3 smithi172 running (2m) 2m ago 19m - 2781M 19.0.0-26-g0482646f 26bb7d89db2e eb190f1606bc 2023-12-06T07:41:03.324 INFO:teuthology.orchestra.run.smithi172.stdout:osd.4 smithi195 running (113s) 22s ago 18m 52.9M 3037M 19.0.0-26-g0482646f 26bb7d89db2e 42b0e019d824 2023-12-06T07:41:03.324 INFO:teuthology.orchestra.run.smithi172.stdout:osd.5 smithi195 running (85s) 22s ago 17m 50.2M 3037M 19.0.0-26-g0482646f 26bb7d89db2e 5ba2df88d1fc 2023-12-06T07:41:03.325 INFO:teuthology.orchestra.run.smithi172.stdout:osd.6 smithi195 running (56s) 22s ago 17m 48.1M 3037M 19.0.0-26-g0482646f 26bb7d89db2e 71ba2fad14de 2023-12-06T07:41:03.325 INFO:teuthology.orchestra.run.smithi172.stdout:osd.7 smithi195 running (26s) 22s ago 16m - 3037M 19.0.0-26-g0482646f 26bb7d89db2e 62d518bdcf5e 2023-12-06T07:41:03.325 INFO:teuthology.orchestra.run.smithi172.stdout:prometheus.a smithi195 *:9095 running (6m) 22s ago 15m 63.7M - 2.33.4 514e6a882f6e 15fc5d42d7a7 2023-12-06T07:41:03.325 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi172.fmdqeg smithi172 *:8000 running (13m) 2m ago 13m 88.6M - 17.2.0 e1d6a67b021e f5f3949b1de8 2023-12-06T07:41:03.325 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi195.hycrot smithi195 *:8000 running (13m) 22s ago 13m 89.6M - 17.2.0 e1d6a67b021e 9c5f08c98b32 2023-12-06T07:41:03.325 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi172.woscxg smithi172 *:80 running (13m) 2m ago 13m 88.6M - 17.2.0 e1d6a67b021e 0c4c84135665 2023-12-06T07:41:03.325 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi195.imqeni smithi195 *:80 running (13m) 22s ago 13m 89.3M - 17.2.0 e1d6a67b021e ca4b88c28560 2023-12-06T07:41:04.070 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph versions' 2023-12-06T07:41:04.098 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:03 smithi195 bash[51959]: audit 2023-12-06T07:41:03.296690+0000 mgr.y (mgr.25528) 347 : audit 0 from='client.34554 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:41:04.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:03 smithi172 bash[64618]: audit 2023-12-06T07:41:03.296690+0000 mgr.y (mgr.25528) 347 : audit 0 from='client.34554 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:41:04.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:03 smithi172 bash[66109]: audit 2023-12-06T07:41:03.296690+0000 mgr.y (mgr.25528) 347 : audit 0 from='client.34554 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:41:05.110 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:04 smithi172 bash[64618]: cluster 2023-12-06T07:41:04.134035+0000 mgr.y (mgr.25528) 348 : 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-06T07:41:05.111 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:04 smithi172 bash[66109]: cluster 2023-12-06T07:41:04.134035+0000 mgr.y (mgr.25528) 348 : 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-06T07:41:05.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:04 smithi195 bash[51959]: cluster 2023-12-06T07:41:04.134035+0000 mgr.y (mgr.25528) 348 : 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-06T07:41:07.370 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:41:07.370 INFO:teuthology.orchestra.run.smithi172.stdout: "mon": { 2023-12-06T07:41:07.370 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:41:07.370 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:41:07.370 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr": { 2023-12-06T07:41:07.371 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:41:07.371 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:41:07.371 INFO:teuthology.orchestra.run.smithi172.stdout: "osd": { 2023-12-06T07:41:07.371 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 8 2023-12-06T07:41:07.371 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:41:07.371 INFO:teuthology.orchestra.run.smithi172.stdout: "rgw": { 2023-12-06T07:41:07.371 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:41:07.371 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:41:07.371 INFO:teuthology.orchestra.run.smithi172.stdout: "overall": { 2023-12-06T07:41:07.371 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-06T07:41:07.371 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 13 2023-12-06T07:41:07.371 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:41:07.371 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:41:07.539 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:07 smithi172 bash[64618]: cluster 2023-12-06T07:41:06.135185+0000 mgr.y (mgr.25528) 349 : 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-06T07:41:07.539 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:07 smithi172 bash[64618]: audit 2023-12-06T07:41:06.575678+0000 mon.a (mon.0) 615 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:41:07.539 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:07 smithi172 bash[64618]: audit 2023-12-06T07:41:06.578011+0000 mon.a (mon.0) 616 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:41:07.539 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:07 smithi172 bash[66109]: cluster 2023-12-06T07:41:06.135185+0000 mgr.y (mgr.25528) 349 : 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-06T07:41:07.539 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:07 smithi172 bash[66109]: audit 2023-12-06T07:41:06.575678+0000 mon.a (mon.0) 615 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:41:07.540 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:07 smithi172 bash[66109]: audit 2023-12-06T07:41:06.578011+0000 mon.a (mon.0) 616 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:41:07.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:07 smithi195 bash[51959]: cluster 2023-12-06T07:41:06.135185+0000 mgr.y (mgr.25528) 349 : 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-06T07:41:07.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:07 smithi195 bash[51959]: audit 2023-12-06T07:41:06.575678+0000 mon.a (mon.0) 615 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:41:07.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:07 smithi195 bash[51959]: audit 2023-12-06T07:41:06.578011+0000 mon.a (mon.0) 616 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:41:08.064 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-06T07:41:08.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:08 smithi172 bash[64618]: audit 2023-12-06T07:41:07.369672+0000 mon.c (mon.1) 19 : audit 0 from='client.? 172.21.15.172:0/2248780664' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:41:08.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:08 smithi172 bash[66109]: audit 2023-12-06T07:41:07.369672+0000 mon.c (mon.1) 19 : audit 0 from='client.? 172.21.15.172:0/2248780664' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:41:08.598 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:08 smithi195 bash[51959]: audit 2023-12-06T07:41:07.369672+0000 mon.c (mon.1) 19 : audit 0 from='client.? 172.21.15.172:0/2248780664' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:41:09.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:09 smithi172 bash[64618]: audit 2023-12-06T07:41:07.775843+0000 mgr.y (mgr.25528) 350 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:41:09.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:09 smithi172 bash[64618]: cluster 2023-12-06T07:41:08.136238+0000 mgr.y (mgr.25528) 351 : 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-06T07:41:09.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:09 smithi172 bash[66109]: audit 2023-12-06T07:41:07.775843+0000 mgr.y (mgr.25528) 350 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:41:09.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:09 smithi172 bash[66109]: cluster 2023-12-06T07:41:08.136238+0000 mgr.y (mgr.25528) 351 : 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-06T07:41:09.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:09 smithi195 bash[51959]: audit 2023-12-06T07:41:07.775843+0000 mgr.y (mgr.25528) 350 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:41:09.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:09 smithi195 bash[51959]: cluster 2023-12-06T07:41:08.136238+0000 mgr.y (mgr.25528) 351 : 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-06T07:41:10.913 INFO:teuthology.orchestra.run.smithi172.stdout:wait for servicemap items w/ changing names to refresh 2023-12-06T07:41:11.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:11 smithi172 bash[64618]: cluster 2023-12-06T07:41:10.137503+0000 mgr.y (mgr.25528) 352 : 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-06T07:41:11.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:11 smithi172 bash[66109]: cluster 2023-12-06T07:41:10.137503+0000 mgr.y (mgr.25528) 352 : 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-06T07:41:11.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:11 smithi195 bash[51959]: cluster 2023-12-06T07:41:10.137503+0000 mgr.y (mgr.25528) 352 : 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-06T07:41:11.669 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'sleep 60' 2023-12-06T07:41:11.857 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:41:11 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:41:11] "GET /metrics HTTP/1.1" 200 38518 "" "Prometheus/2.33.4" 2023-12-06T07:41:13.071 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:12 smithi172 bash[66109]: cluster 2023-12-06T07:41:12.138709+0000 mgr.y (mgr.25528) 353 : 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-06T07:41:13.071 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:12 smithi172 bash[64618]: cluster 2023-12-06T07:41:12.138709+0000 mgr.y (mgr.25528) 353 : 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-06T07:41:13.095 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:12 smithi195 bash[51959]: cluster 2023-12-06T07:41:12.138709+0000 mgr.y (mgr.25528) 353 : 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-06T07:41:15.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:15 smithi195 bash[51959]: cluster 2023-12-06T07:41:14.139775+0000 mgr.y (mgr.25528) 354 : 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-06T07:41:15.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:15 smithi172 bash[64618]: cluster 2023-12-06T07:41:14.139775+0000 mgr.y (mgr.25528) 354 : 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-06T07:41:15.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:15 smithi172 bash[66109]: cluster 2023-12-06T07:41:14.139775+0000 mgr.y (mgr.25528) 354 : 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-06T07:41:17.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:17 smithi195 bash[51959]: cluster 2023-12-06T07:41:16.140912+0000 mgr.y (mgr.25528) 355 : 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-06T07:41:17.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:17 smithi172 bash[64618]: cluster 2023-12-06T07:41:16.140912+0000 mgr.y (mgr.25528) 355 : 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-06T07:41:17.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:17 smithi172 bash[66109]: cluster 2023-12-06T07:41:16.140912+0000 mgr.y (mgr.25528) 355 : 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-06T07:41:19.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:19 smithi195 bash[51959]: audit 2023-12-06T07:41:17.785237+0000 mgr.y (mgr.25528) 356 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:41:19.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:19 smithi195 bash[51959]: cluster 2023-12-06T07:41:18.142141+0000 mgr.y (mgr.25528) 357 : 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-06T07:41:19.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:19 smithi172 bash[64618]: audit 2023-12-06T07:41:17.785237+0000 mgr.y (mgr.25528) 356 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:41:19.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:19 smithi172 bash[64618]: cluster 2023-12-06T07:41:18.142141+0000 mgr.y (mgr.25528) 357 : 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-06T07:41:19.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:19 smithi172 bash[66109]: audit 2023-12-06T07:41:17.785237+0000 mgr.y (mgr.25528) 356 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:41:19.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:19 smithi172 bash[66109]: cluster 2023-12-06T07:41:18.142141+0000 mgr.y (mgr.25528) 357 : 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-06T07:41:21.503 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:21 smithi172 bash[64618]: cluster 2023-12-06T07:41:20.143325+0000 mgr.y (mgr.25528) 358 : 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-06T07:41:21.503 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:21 smithi172 bash[66109]: cluster 2023-12-06T07:41:20.143325+0000 mgr.y (mgr.25528) 358 : 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-06T07:41:21.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:21 smithi195 bash[51959]: cluster 2023-12-06T07:41:20.143325+0000 mgr.y (mgr.25528) 358 : 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-06T07:41:21.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:41:21 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:41:21] "GET /metrics HTTP/1.1" 200 38518 "" "Prometheus/2.33.4" 2023-12-06T07:41:22.596 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:22 smithi195 bash[51959]: audit 2023-12-06T07:41:21.570052+0000 mon.a (mon.0) 617 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:41:22.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:22 smithi172 bash[64618]: audit 2023-12-06T07:41:21.570052+0000 mon.a (mon.0) 617 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:41:22.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:22 smithi172 bash[66109]: audit 2023-12-06T07:41:21.570052+0000 mon.a (mon.0) 617 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:41:23.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:23 smithi195 bash[51959]: cluster 2023-12-06T07:41:22.144604+0000 mgr.y (mgr.25528) 359 : 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-06T07:41:23.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:23 smithi172 bash[64618]: cluster 2023-12-06T07:41:22.144604+0000 mgr.y (mgr.25528) 359 : 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-06T07:41:23.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:23 smithi172 bash[66109]: cluster 2023-12-06T07:41:22.144604+0000 mgr.y (mgr.25528) 359 : 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-06T07:41:25.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:25 smithi195 bash[51959]: cluster 2023-12-06T07:41:24.146010+0000 mgr.y (mgr.25528) 360 : 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-06T07:41:25.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:25 smithi172 bash[64618]: cluster 2023-12-06T07:41:24.146010+0000 mgr.y (mgr.25528) 360 : 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-06T07:41:25.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:25 smithi172 bash[66109]: cluster 2023-12-06T07:41:24.146010+0000 mgr.y (mgr.25528) 360 : 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-06T07:41:27.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:27 smithi195 bash[51959]: cluster 2023-12-06T07:41:26.147268+0000 mgr.y (mgr.25528) 361 : 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-06T07:41:27.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:27 smithi172 bash[64618]: cluster 2023-12-06T07:41:26.147268+0000 mgr.y (mgr.25528) 361 : 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-06T07:41:27.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:27 smithi172 bash[66109]: cluster 2023-12-06T07:41:26.147268+0000 mgr.y (mgr.25528) 361 : 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-06T07:41:29.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:29 smithi195 bash[51959]: audit 2023-12-06T07:41:27.789868+0000 mgr.y (mgr.25528) 362 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:41:29.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:29 smithi195 bash[51959]: cluster 2023-12-06T07:41:28.148623+0000 mgr.y (mgr.25528) 363 : 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-06T07:41:29.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:29 smithi172 bash[66109]: audit 2023-12-06T07:41:27.789868+0000 mgr.y (mgr.25528) 362 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:41:29.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:29 smithi172 bash[66109]: cluster 2023-12-06T07:41:28.148623+0000 mgr.y (mgr.25528) 363 : 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-06T07:41:29.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:29 smithi172 bash[64618]: audit 2023-12-06T07:41:27.789868+0000 mgr.y (mgr.25528) 362 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:41:29.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:29 smithi172 bash[64618]: cluster 2023-12-06T07:41:28.148623+0000 mgr.y (mgr.25528) 363 : 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-06T07:41:31.503 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:31 smithi172 bash[64618]: cluster 2023-12-06T07:41:30.149858+0000 mgr.y (mgr.25528) 364 : 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-06T07:41:31.503 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:31 smithi172 bash[66109]: cluster 2023-12-06T07:41:30.149858+0000 mgr.y (mgr.25528) 364 : 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-06T07:41:31.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:31 smithi195 bash[51959]: cluster 2023-12-06T07:41:30.149858+0000 mgr.y (mgr.25528) 364 : 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-06T07:41:31.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:41:31 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:41:31] "GET /metrics HTTP/1.1" 200 38520 "" "Prometheus/2.33.4" 2023-12-06T07:41:33.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:32 smithi172 bash[66109]: cluster 2023-12-06T07:41:32.151029+0000 mgr.y (mgr.25528) 365 : 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-06T07:41:33.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:32 smithi172 bash[64618]: cluster 2023-12-06T07:41:32.151029+0000 mgr.y (mgr.25528) 365 : 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-06T07:41:33.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:32 smithi195 bash[51959]: cluster 2023-12-06T07:41:32.151029+0000 mgr.y (mgr.25528) 365 : 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-06T07:41:35.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:35 smithi195 bash[51959]: cluster 2023-12-06T07:41:34.152314+0000 mgr.y (mgr.25528) 366 : 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-06T07:41:35.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:35 smithi172 bash[64618]: cluster 2023-12-06T07:41:34.152314+0000 mgr.y (mgr.25528) 366 : 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-06T07:41:35.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:35 smithi172 bash[66109]: cluster 2023-12-06T07:41:34.152314+0000 mgr.y (mgr.25528) 366 : 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-06T07:41:37.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:37 smithi195 bash[51959]: cluster 2023-12-06T07:41:36.153519+0000 mgr.y (mgr.25528) 367 : 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-06T07:41:37.713 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:37 smithi195 bash[51959]: audit 2023-12-06T07:41:36.570476+0000 mon.a (mon.0) 618 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:41:37.714 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:37 smithi172 bash[64618]: cluster 2023-12-06T07:41:36.153519+0000 mgr.y (mgr.25528) 367 : 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-06T07:41:37.714 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:37 smithi172 bash[64618]: audit 2023-12-06T07:41:36.570476+0000 mon.a (mon.0) 618 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:41:37.714 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:37 smithi172 bash[66109]: cluster 2023-12-06T07:41:36.153519+0000 mgr.y (mgr.25528) 367 : 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-06T07:41:37.714 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:37 smithi172 bash[66109]: audit 2023-12-06T07:41:36.570476+0000 mon.a (mon.0) 618 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:41:39.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:39 smithi195 bash[51959]: audit 2023-12-06T07:41:37.801190+0000 mgr.y (mgr.25528) 368 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:41:39.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:39 smithi195 bash[51959]: cluster 2023-12-06T07:41:38.154781+0000 mgr.y (mgr.25528) 369 : 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-06T07:41:39.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:39 smithi172 bash[64618]: audit 2023-12-06T07:41:37.801190+0000 mgr.y (mgr.25528) 368 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:41:39.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:39 smithi172 bash[64618]: cluster 2023-12-06T07:41:38.154781+0000 mgr.y (mgr.25528) 369 : 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-06T07:41:39.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:39 smithi172 bash[66109]: audit 2023-12-06T07:41:37.801190+0000 mgr.y (mgr.25528) 368 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:41:39.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:39 smithi172 bash[66109]: cluster 2023-12-06T07:41:38.154781+0000 mgr.y (mgr.25528) 369 : 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-06T07:41:41.502 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:41 smithi172 bash[64618]: cluster 2023-12-06T07:41:40.156004+0000 mgr.y (mgr.25528) 370 : 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-06T07:41:41.502 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:41 smithi172 bash[66109]: cluster 2023-12-06T07:41:40.156004+0000 mgr.y (mgr.25528) 370 : 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-06T07:41:41.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:41 smithi195 bash[51959]: cluster 2023-12-06T07:41:40.156004+0000 mgr.y (mgr.25528) 370 : 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-06T07:41:41.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:41:41 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:41:41] "GET /metrics HTTP/1.1" 200 38524 "" "Prometheus/2.33.4" 2023-12-06T07:41:43.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:42 smithi172 bash[66109]: cluster 2023-12-06T07:41:42.157233+0000 mgr.y (mgr.25528) 371 : 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-06T07:41:43.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:42 smithi172 bash[64618]: cluster 2023-12-06T07:41:42.157233+0000 mgr.y (mgr.25528) 371 : 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-06T07:41:43.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:42 smithi195 bash[51959]: cluster 2023-12-06T07:41:42.157233+0000 mgr.y (mgr.25528) 371 : 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-06T07:41:45.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:45 smithi195 bash[51959]: cluster 2023-12-06T07:41:44.158541+0000 mgr.y (mgr.25528) 372 : 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-06T07:41:45.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:45 smithi172 bash[64618]: cluster 2023-12-06T07:41:44.158541+0000 mgr.y (mgr.25528) 372 : 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-06T07:41:45.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:45 smithi172 bash[66109]: cluster 2023-12-06T07:41:44.158541+0000 mgr.y (mgr.25528) 372 : 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-06T07:41:47.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:47 smithi195 bash[51959]: cluster 2023-12-06T07:41:46.159760+0000 mgr.y (mgr.25528) 373 : 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-06T07:41:47.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:47 smithi172 bash[64618]: cluster 2023-12-06T07:41:46.159760+0000 mgr.y (mgr.25528) 373 : 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-06T07:41:47.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:47 smithi172 bash[66109]: cluster 2023-12-06T07:41:46.159760+0000 mgr.y (mgr.25528) 373 : 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-06T07:41:49.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:49 smithi195 bash[51959]: audit 2023-12-06T07:41:47.812432+0000 mgr.y (mgr.25528) 374 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:41:49.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:49 smithi195 bash[51959]: cluster 2023-12-06T07:41:48.161205+0000 mgr.y (mgr.25528) 375 : 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-06T07:41:49.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:49 smithi172 bash[64618]: audit 2023-12-06T07:41:47.812432+0000 mgr.y (mgr.25528) 374 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:41:49.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:49 smithi172 bash[64618]: cluster 2023-12-06T07:41:48.161205+0000 mgr.y (mgr.25528) 375 : 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-06T07:41:49.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:49 smithi172 bash[66109]: audit 2023-12-06T07:41:47.812432+0000 mgr.y (mgr.25528) 374 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:41:49.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:49 smithi172 bash[66109]: cluster 2023-12-06T07:41:48.161205+0000 mgr.y (mgr.25528) 375 : 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-06T07:41:51.502 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:51 smithi172 bash[66109]: cluster 2023-12-06T07:41:50.162454+0000 mgr.y (mgr.25528) 376 : 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-06T07:41:51.503 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:51 smithi172 bash[64618]: cluster 2023-12-06T07:41:50.162454+0000 mgr.y (mgr.25528) 376 : 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-06T07:41:51.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:51 smithi195 bash[51959]: cluster 2023-12-06T07:41:50.162454+0000 mgr.y (mgr.25528) 376 : 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-06T07:41:51.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:41:51 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:41:51] "GET /metrics HTTP/1.1" 200 38524 "" "Prometheus/2.33.4" 2023-12-06T07:41:52.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:52 smithi195 bash[51959]: audit 2023-12-06T07:41:51.570804+0000 mon.a (mon.0) 619 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:41:52.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:52 smithi172 bash[64618]: audit 2023-12-06T07:41:51.570804+0000 mon.a (mon.0) 619 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:41:52.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:52 smithi172 bash[66109]: audit 2023-12-06T07:41:51.570804+0000 mon.a (mon.0) 619 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:41:53.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:53 smithi195 bash[51959]: cluster 2023-12-06T07:41:52.163597+0000 mgr.y (mgr.25528) 377 : 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-06T07:41:53.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:53 smithi195 bash[51959]: audit 2023-12-06T07:41:52.902639+0000 mon.a (mon.0) 620 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:41:53.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:53 smithi195 bash[51959]: audit 2023-12-06T07:41:52.903993+0000 mon.a (mon.0) 621 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:41:53.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:53 smithi195 bash[51959]: audit 2023-12-06T07:41:52.914728+0000 mon.a (mon.0) 622 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:41:53.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:53 smithi172 bash[64618]: cluster 2023-12-06T07:41:52.163597+0000 mgr.y (mgr.25528) 377 : 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-06T07:41:53.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:53 smithi172 bash[64618]: audit 2023-12-06T07:41:52.902639+0000 mon.a (mon.0) 620 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:41:53.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:53 smithi172 bash[64618]: audit 2023-12-06T07:41:52.903993+0000 mon.a (mon.0) 621 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:41:53.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:53 smithi172 bash[64618]: audit 2023-12-06T07:41:52.914728+0000 mon.a (mon.0) 622 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:41:53.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:53 smithi172 bash[66109]: cluster 2023-12-06T07:41:52.163597+0000 mgr.y (mgr.25528) 377 : 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-06T07:41:53.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:53 smithi172 bash[66109]: audit 2023-12-06T07:41:52.902639+0000 mon.a (mon.0) 620 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T07:41:53.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:53 smithi172 bash[66109]: audit 2023-12-06T07:41:52.903993+0000 mon.a (mon.0) 621 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T07:41:53.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:53 smithi172 bash[66109]: audit 2023-12-06T07:41:52.914728+0000 mon.a (mon.0) 622 : audit 1 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' 2023-12-06T07:41:55.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:55 smithi195 bash[51959]: cluster 2023-12-06T07:41:54.164909+0000 mgr.y (mgr.25528) 378 : 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-06T07:41:55.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:55 smithi172 bash[64618]: cluster 2023-12-06T07:41:54.164909+0000 mgr.y (mgr.25528) 378 : 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-06T07:41:55.673 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:55 smithi172 bash[66109]: cluster 2023-12-06T07:41:54.164909+0000 mgr.y (mgr.25528) 378 : 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-06T07:41:57.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:57 smithi195 bash[51959]: cluster 2023-12-06T07:41:56.166017+0000 mgr.y (mgr.25528) 379 : 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-06T07:41:57.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:57 smithi172 bash[64618]: cluster 2023-12-06T07:41:56.166017+0000 mgr.y (mgr.25528) 379 : 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-06T07:41:57.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:57 smithi172 bash[66109]: cluster 2023-12-06T07:41:56.166017+0000 mgr.y (mgr.25528) 379 : 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-06T07:41:59.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:59 smithi195 bash[51959]: audit 2023-12-06T07:41:57.815457+0000 mgr.y (mgr.25528) 380 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:41:59.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:41:59 smithi195 bash[51959]: cluster 2023-12-06T07:41:58.167269+0000 mgr.y (mgr.25528) 381 : 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-06T07:41:59.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:59 smithi172 bash[64618]: audit 2023-12-06T07:41:57.815457+0000 mgr.y (mgr.25528) 380 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:41:59.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:41:59 smithi172 bash[64618]: cluster 2023-12-06T07:41:58.167269+0000 mgr.y (mgr.25528) 381 : 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-06T07:41:59.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:59 smithi172 bash[66109]: audit 2023-12-06T07:41:57.815457+0000 mgr.y (mgr.25528) 380 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:41:59.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:41:59 smithi172 bash[66109]: cluster 2023-12-06T07:41:58.167269+0000 mgr.y (mgr.25528) 381 : 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-06T07:42:01.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:01 smithi195 bash[51959]: cluster 2023-12-06T07:42:00.168463+0000 mgr.y (mgr.25528) 382 : 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-06T07:42:01.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:01 smithi172 bash[64618]: cluster 2023-12-06T07:42:00.168463+0000 mgr.y (mgr.25528) 382 : 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-06T07:42:01.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:42:01 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:42:01] "GET /metrics HTTP/1.1" 200 38523 "" "Prometheus/2.33.4" 2023-12-06T07:42:01.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:01 smithi172 bash[66109]: cluster 2023-12-06T07:42:00.168463+0000 mgr.y (mgr.25528) 382 : 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-06T07:42:03.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:02 smithi172 bash[64618]: cluster 2023-12-06T07:42:02.169649+0000 mgr.y (mgr.25528) 383 : 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-06T07:42:03.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:02 smithi172 bash[66109]: cluster 2023-12-06T07:42:02.169649+0000 mgr.y (mgr.25528) 383 : 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-06T07:42:03.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:02 smithi195 bash[51959]: cluster 2023-12-06T07:42:02.169649+0000 mgr.y (mgr.25528) 383 : 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-06T07:42:05.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:05 smithi195 bash[51959]: cluster 2023-12-06T07:42:04.170950+0000 mgr.y (mgr.25528) 384 : 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-06T07:42:05.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:05 smithi172 bash[66109]: cluster 2023-12-06T07:42:04.170950+0000 mgr.y (mgr.25528) 384 : 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-06T07:42:05.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:05 smithi172 bash[64618]: cluster 2023-12-06T07:42:04.170950+0000 mgr.y (mgr.25528) 384 : 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-06T07:42:07.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:07 smithi195 bash[51959]: cluster 2023-12-06T07:42:06.172140+0000 mgr.y (mgr.25528) 385 : 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-06T07:42:07.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:07 smithi195 bash[51959]: audit 2023-12-06T07:42:06.571370+0000 mon.a (mon.0) 623 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:42:07.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:07 smithi172 bash[64618]: cluster 2023-12-06T07:42:06.172140+0000 mgr.y (mgr.25528) 385 : 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-06T07:42:07.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:07 smithi172 bash[64618]: audit 2023-12-06T07:42:06.571370+0000 mon.a (mon.0) 623 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:42:07.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:07 smithi172 bash[66109]: cluster 2023-12-06T07:42:06.172140+0000 mgr.y (mgr.25528) 385 : 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-06T07:42:07.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:07 smithi172 bash[66109]: audit 2023-12-06T07:42:06.571370+0000 mon.a (mon.0) 623 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:42:09.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:09 smithi195 bash[51959]: audit 2023-12-06T07:42:07.818305+0000 mgr.y (mgr.25528) 386 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:42:09.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:09 smithi195 bash[51959]: cluster 2023-12-06T07:42:08.173516+0000 mgr.y (mgr.25528) 387 : 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-06T07:42:09.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:09 smithi172 bash[66109]: audit 2023-12-06T07:42:07.818305+0000 mgr.y (mgr.25528) 386 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:42:09.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:09 smithi172 bash[66109]: cluster 2023-12-06T07:42:08.173516+0000 mgr.y (mgr.25528) 387 : 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-06T07:42:09.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:09 smithi172 bash[64618]: audit 2023-12-06T07:42:07.818305+0000 mgr.y (mgr.25528) 386 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:42:09.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:09 smithi172 bash[64618]: cluster 2023-12-06T07:42:08.173516+0000 mgr.y (mgr.25528) 387 : 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-06T07:42:11.502 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:11 smithi172 bash[66109]: cluster 2023-12-06T07:42:10.174729+0000 mgr.y (mgr.25528) 388 : 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-06T07:42:11.503 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:11 smithi172 bash[64618]: cluster 2023-12-06T07:42:10.174729+0000 mgr.y (mgr.25528) 388 : 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-06T07:42:11.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:11 smithi195 bash[51959]: cluster 2023-12-06T07:42:10.174729+0000 mgr.y (mgr.25528) 388 : 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-06T07:42:11.922 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:42:11 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:42:11] "GET /metrics HTTP/1.1" 200 38519 "" "Prometheus/2.33.4" 2023-12-06T07:42:13.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:12 smithi172 bash[64618]: cluster 2023-12-06T07:42:12.175929+0000 mgr.y (mgr.25528) 389 : 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-06T07:42:13.173 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:12 smithi172 bash[66109]: cluster 2023-12-06T07:42:12.175929+0000 mgr.y (mgr.25528) 389 : 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-06T07:42:13.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:12 smithi195 bash[51959]: cluster 2023-12-06T07:42:12.175929+0000 mgr.y (mgr.25528) 389 : 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-06T07:42:15.454 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch ps' 2023-12-06T07:42:15.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:15 smithi195 bash[51959]: cluster 2023-12-06T07:42:14.177253+0000 mgr.y (mgr.25528) 390 : 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-06T07:42:15.642 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:15 smithi172 bash[66109]: cluster 2023-12-06T07:42:14.177253+0000 mgr.y (mgr.25528) 390 : 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-06T07:42:15.642 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:15 smithi172 bash[64618]: cluster 2023-12-06T07:42:14.177253+0000 mgr.y (mgr.25528) 390 : 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-06T07:42:17.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:17 smithi195 bash[51959]: cluster 2023-12-06T07:42:16.178395+0000 mgr.y (mgr.25528) 391 : 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-06T07:42:17.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:17 smithi172 bash[64618]: cluster 2023-12-06T07:42:16.178395+0000 mgr.y (mgr.25528) 391 : 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-06T07:42:17.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:17 smithi172 bash[66109]: cluster 2023-12-06T07:42:16.178395+0000 mgr.y (mgr.25528) 391 : 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-06T07:42:18.717 INFO:teuthology.orchestra.run.smithi172.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T07:42:18.718 INFO:teuthology.orchestra.run.smithi172.stdout:alertmanager.a smithi172 *:9093,9094 running (9m) 3m ago 16m 16.2M - 0.23.0 ba2b418f427c 834724028b79 2023-12-06T07:42:18.718 INFO:teuthology.orchestra.run.smithi172.stdout:grafana.a smithi195 *:3000 running (8m) 97s ago 16m 43.6M - 8.3.5 dad864ee21e9 c0abf90c662f 2023-12-06T07:42:18.718 INFO:teuthology.orchestra.run.smithi172.stdout:iscsi.foo.smithi172.imjphn smithi172 running (7m) 3m ago 14m 47.3M - 3.5 e1d6a67b021e d65a8ea57779 2023-12-06T07:42:18.718 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.x smithi195 *:8443,9283,8765 running (7m) 97s ago 22m 438M - 19.0.0-26-g0482646f 26bb7d89db2e e5647ee16c48 2023-12-06T07:42:18.718 INFO:teuthology.orchestra.run.smithi172.stdout:mgr.y smithi172 *:8443,9283,8765 running (8m) 3m ago 24m 494M - 19.0.0-26-g0482646f 26bb7d89db2e 5594cbd599cc 2023-12-06T07:42:18.718 INFO:teuthology.orchestra.run.smithi172.stdout:mon.a smithi172 running (7m) 3m ago 24m 52.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e b9309f43e92c 2023-12-06T07:42:18.718 INFO:teuthology.orchestra.run.smithi172.stdout:mon.b smithi195 running (6m) 97s ago 22m 45.6M 2048M 19.0.0-26-g0482646f 26bb7d89db2e da852bc4d7be 2023-12-06T07:42:18.718 INFO:teuthology.orchestra.run.smithi172.stdout:mon.c smithi172 running (6m) 3m ago 22m 45.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 59a91fe7affc 2023-12-06T07:42:18.718 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.a smithi172 *:9100 running (9m) 3m ago 17m 14.2M - 1.3.1 1dbe0e931976 4171378093cf 2023-12-06T07:42:18.718 INFO:teuthology.orchestra.run.smithi172.stdout:node-exporter.b smithi195 *:9100 running (9m) 97s ago 17m 12.1M - 1.3.1 1dbe0e931976 3f1c42cbb0e4 2023-12-06T07:42:18.718 INFO:teuthology.orchestra.run.smithi172.stdout:osd.0 smithi172 running (5m) 3m ago 22m 52.9M 2781M 19.0.0-26-g0482646f 26bb7d89db2e 7109e894fc03 2023-12-06T07:42:18.718 INFO:teuthology.orchestra.run.smithi172.stdout:osd.1 smithi172 running (4m) 3m ago 21m 50.9M 2781M 19.0.0-26-g0482646f 26bb7d89db2e 9ee0a91cbcce 2023-12-06T07:42:18.718 INFO:teuthology.orchestra.run.smithi172.stdout:osd.2 smithi172 running (4m) 3m ago 20m 47.6M 2781M 19.0.0-26-g0482646f 26bb7d89db2e 97325b53ba4a 2023-12-06T07:42:18.719 INFO:teuthology.orchestra.run.smithi172.stdout:osd.3 smithi172 running (3m) 3m ago 20m - 2781M 19.0.0-26-g0482646f 26bb7d89db2e eb190f1606bc 2023-12-06T07:42:18.719 INFO:teuthology.orchestra.run.smithi172.stdout:osd.4 smithi195 running (3m) 97s ago 19m 52.9M 3037M 19.0.0-26-g0482646f 26bb7d89db2e 42b0e019d824 2023-12-06T07:42:18.719 INFO:teuthology.orchestra.run.smithi172.stdout:osd.5 smithi195 running (2m) 97s ago 19m 50.2M 3037M 19.0.0-26-g0482646f 26bb7d89db2e 5ba2df88d1fc 2023-12-06T07:42:18.719 INFO:teuthology.orchestra.run.smithi172.stdout:osd.6 smithi195 running (2m) 97s ago 18m 48.1M 3037M 19.0.0-26-g0482646f 26bb7d89db2e 71ba2fad14de 2023-12-06T07:42:18.719 INFO:teuthology.orchestra.run.smithi172.stdout:osd.7 smithi195 running (101s) 97s ago 17m - 3037M 19.0.0-26-g0482646f 26bb7d89db2e 62d518bdcf5e 2023-12-06T07:42:18.719 INFO:teuthology.orchestra.run.smithi172.stdout:prometheus.a smithi195 *:9095 running (7m) 97s ago 17m 63.7M - 2.33.4 514e6a882f6e 15fc5d42d7a7 2023-12-06T07:42:18.719 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi172.fmdqeg smithi172 *:8000 running (14m) 3m ago 14m 88.6M - 17.2.0 e1d6a67b021e f5f3949b1de8 2023-12-06T07:42:18.719 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.foo.smithi195.hycrot smithi195 *:8000 running (14m) 97s ago 14m 89.6M - 17.2.0 e1d6a67b021e 9c5f08c98b32 2023-12-06T07:42:18.719 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi172.woscxg smithi172 *:80 running (14m) 3m ago 14m 88.6M - 17.2.0 e1d6a67b021e 0c4c84135665 2023-12-06T07:42:18.719 INFO:teuthology.orchestra.run.smithi172.stdout:rgw.smpl.smithi195.imqeni smithi195 *:80 running (14m) 97s ago 14m 89.3M - 17.2.0 e1d6a67b021e ca4b88c28560 2023-12-06T07:42:19.457 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph versions' 2023-12-06T07:42:19.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:19 smithi195 bash[51959]: audit 2023-12-06T07:42:17.829525+0000 mgr.y (mgr.25528) 392 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:42:19.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:19 smithi195 bash[51959]: cluster 2023-12-06T07:42:18.179687+0000 mgr.y (mgr.25528) 393 : 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-06T07:42:19.644 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:19 smithi172 bash[64618]: audit 2023-12-06T07:42:17.829525+0000 mgr.y (mgr.25528) 392 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:42:19.644 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:19 smithi172 bash[64618]: cluster 2023-12-06T07:42:18.179687+0000 mgr.y (mgr.25528) 393 : 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-06T07:42:19.644 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:19 smithi172 bash[66109]: audit 2023-12-06T07:42:17.829525+0000 mgr.y (mgr.25528) 392 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:42:19.644 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:19 smithi172 bash[66109]: cluster 2023-12-06T07:42:18.179687+0000 mgr.y (mgr.25528) 393 : 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-06T07:42:20.555 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:20 smithi172 bash[64618]: audit 2023-12-06T07:42:18.695457+0000 mgr.y (mgr.25528) 394 : audit 0 from='client.44488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:42:20.555 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:20 smithi172 bash[66109]: audit 2023-12-06T07:42:18.695457+0000 mgr.y (mgr.25528) 394 : audit 0 from='client.44488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:42:20.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:20 smithi195 bash[51959]: audit 2023-12-06T07:42:18.695457+0000 mgr.y (mgr.25528) 394 : audit 0 from='client.44488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:42:21.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:21 smithi195 bash[51959]: cluster 2023-12-06T07:42:20.181061+0000 mgr.y (mgr.25528) 395 : 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-06T07:42:21.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:21 smithi172 bash[64618]: cluster 2023-12-06T07:42:20.181061+0000 mgr.y (mgr.25528) 395 : 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-06T07:42:21.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:21 smithi172 bash[66109]: cluster 2023-12-06T07:42:20.181061+0000 mgr.y (mgr.25528) 395 : 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-06T07:42:21.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:42:21 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:42:21] "GET /metrics HTTP/1.1" 200 38519 "" "Prometheus/2.33.4" 2023-12-06T07:42:22.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:22 smithi195 bash[51959]: audit 2023-12-06T07:42:21.571575+0000 mon.a (mon.0) 624 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:42:22.671 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:22 smithi172 bash[66109]: audit 2023-12-06T07:42:21.571575+0000 mon.a (mon.0) 624 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:42:22.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:22 smithi172 bash[64618]: audit 2023-12-06T07:42:21.571575+0000 mon.a (mon.0) 624 : audit 0 from='mgr.25528 172.21.15.172:0/1034648229' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T07:42:22.875 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:42:22.875 INFO:teuthology.orchestra.run.smithi172.stdout: "mon": { 2023-12-06T07:42:22.876 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T07:42:22.876 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:42:22.876 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr": { 2023-12-06T07:42:22.876 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T07:42:22.876 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:42:22.876 INFO:teuthology.orchestra.run.smithi172.stdout: "osd": { 2023-12-06T07:42:22.876 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 8 2023-12-06T07:42:22.876 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:42:22.876 INFO:teuthology.orchestra.run.smithi172.stdout: "rgw": { 2023-12-06T07:42:22.876 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T07:42:22.876 INFO:teuthology.orchestra.run.smithi172.stdout: }, 2023-12-06T07:42:22.876 INFO:teuthology.orchestra.run.smithi172.stdout: "overall": { 2023-12-06T07:42:22.876 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-06T07:42:22.876 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 13 2023-12-06T07:42:22.876 INFO:teuthology.orchestra.run.smithi172.stdout: } 2023-12-06T07:42:22.877 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:42:23.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:23 smithi172 bash[64618]: cluster 2023-12-06T07:42:22.183079+0000 mgr.y (mgr.25528) 396 : 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-06T07:42:23.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:23 smithi172 bash[64618]: audit 2023-12-06T07:42:22.875466+0000 mon.a (mon.0) 625 : audit 0 from='client.? 172.21.15.172:0/167476234' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:42:23.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:23 smithi172 bash[66109]: cluster 2023-12-06T07:42:22.183079+0000 mgr.y (mgr.25528) 396 : 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-06T07:42:23.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:23 smithi172 bash[66109]: audit 2023-12-06T07:42:22.875466+0000 mon.a (mon.0) 625 : audit 0 from='client.? 172.21.15.172:0/167476234' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:42:23.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:23 smithi195 bash[51959]: cluster 2023-12-06T07:42:22.183079+0000 mgr.y (mgr.25528) 396 : 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-06T07:42:23.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:23 smithi195 bash[51959]: audit 2023-12-06T07:42:22.875466+0000 mon.a (mon.0) 625 : audit 0 from='client.? 172.21.15.172:0/167476234' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:42:23.649 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch upgrade status' 2023-12-06T07:42:25.422 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:25 smithi172 bash[64618]: cluster 2023-12-06T07:42:24.184540+0000 mgr.y (mgr.25528) 397 : 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-06T07:42:25.422 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:25 smithi172 bash[66109]: cluster 2023-12-06T07:42:24.184540+0000 mgr.y (mgr.25528) 397 : 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-06T07:42:25.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:25 smithi195 bash[51959]: cluster 2023-12-06T07:42:24.184540+0000 mgr.y (mgr.25528) 397 : 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-06T07:42:26.845 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-06T07:42:26.845 INFO:teuthology.orchestra.run.smithi172.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T07:42:26.846 INFO:teuthology.orchestra.run.smithi172.stdout: "in_progress": true, 2023-12-06T07:42:26.846 INFO:teuthology.orchestra.run.smithi172.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T07:42:26.846 INFO:teuthology.orchestra.run.smithi172.stdout: "services_complete": [ 2023-12-06T07:42:26.846 INFO:teuthology.orchestra.run.smithi172.stdout: "mon", 2023-12-06T07:42:26.846 INFO:teuthology.orchestra.run.smithi172.stdout: "osd", 2023-12-06T07:42:26.846 INFO:teuthology.orchestra.run.smithi172.stdout: "mgr" 2023-12-06T07:42:26.846 INFO:teuthology.orchestra.run.smithi172.stdout: ], 2023-12-06T07:42:26.846 INFO:teuthology.orchestra.run.smithi172.stdout: "progress": "13/23 daemons upgraded", 2023-12-06T07:42:26.846 INFO:teuthology.orchestra.run.smithi172.stdout: "message": "Error: UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception", 2023-12-06T07:42:26.846 INFO:teuthology.orchestra.run.smithi172.stdout: "is_paused": true 2023-12-06T07:42:26.846 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-06T07:42:27.532 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:27 smithi172 bash[64618]: cluster 2023-12-06T07:42:26.185718+0000 mgr.y (mgr.25528) 398 : 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-06T07:42:27.532 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:27 smithi172 bash[66109]: cluster 2023-12-06T07:42:26.185718+0000 mgr.y (mgr.25528) 398 : 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-06T07:42:27.533 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph health detail' 2023-12-06T07:42:27.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:27 smithi195 bash[51959]: cluster 2023-12-06T07:42:26.185718+0000 mgr.y (mgr.25528) 398 : 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-06T07:42:28.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:28 smithi195 bash[51959]: audit 2023-12-06T07:42:26.844933+0000 mgr.y (mgr.25528) 399 : audit 0 from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:42:28.595 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:28 smithi172 bash[64618]: audit 2023-12-06T07:42:26.844933+0000 mgr.y (mgr.25528) 399 : audit 0 from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:42:28.596 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:28 smithi172 bash[66109]: audit 2023-12-06T07:42:26.844933+0000 mgr.y (mgr.25528) 399 : audit 0 from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T07:42:29.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:29 smithi195 bash[51959]: audit 2023-12-06T07:42:27.833954+0000 mgr.y (mgr.25528) 400 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:42:29.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:29 smithi195 bash[51959]: cluster 2023-12-06T07:42:28.187005+0000 mgr.y (mgr.25528) 401 : 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-06T07:42:29.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:29 smithi172 bash[64618]: audit 2023-12-06T07:42:27.833954+0000 mgr.y (mgr.25528) 400 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:42:29.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:29 smithi172 bash[64618]: cluster 2023-12-06T07:42:28.187005+0000 mgr.y (mgr.25528) 401 : 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-06T07:42:29.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:29 smithi172 bash[66109]: audit 2023-12-06T07:42:27.833954+0000 mgr.y (mgr.25528) 400 : audit 0 from='client.25307 -' entity='client.iscsi.foo.smithi172.imjphn' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T07:42:29.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:29 smithi172 bash[66109]: cluster 2023-12-06T07:42:28.187005+0000 mgr.y (mgr.25528) 401 : 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-06T07:42:30.795 INFO:teuthology.orchestra.run.smithi172.stdout:HEALTH_ERR Upgrade: failed due to an unexpected exception 2023-12-06T07:42:30.795 INFO:teuthology.orchestra.run.smithi172.stdout:[ERR] UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-06T07:42:30.795 INFO:teuthology.orchestra.run.smithi172.stdout: Unexpected exception occurred during upgrade process: osd require-osd-release failed: unrecognized release unknown retval: -22 2023-12-06T07:42:31.523 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-06T07:42:31.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:31 smithi195 bash[51959]: cluster 2023-12-06T07:42:30.188240+0000 mgr.y (mgr.25528) 402 : 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-06T07:42:31.595 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:31 smithi195 bash[51959]: audit 2023-12-06T07:42:30.795422+0000 mon.c (mon.1) 20 : audit 0 from='client.? 172.21.15.172:0/765455375' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:42:31.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:31 smithi172 bash[64618]: cluster 2023-12-06T07:42:30.188240+0000 mgr.y (mgr.25528) 402 : 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-06T07:42:31.672 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:31 smithi172 bash[64618]: audit 2023-12-06T07:42:30.795422+0000 mon.c (mon.1) 20 : audit 0 from='client.? 172.21.15.172:0/765455375' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:42:31.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:42:31 smithi172 bash[61365]: ::ffff:172.21.15.195 - - [06/Dec/2023:07:42:31] "GET /metrics HTTP/1.1" 200 38522 "" "Prometheus/2.33.4" 2023-12-06T07:42:31.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:31 smithi172 bash[66109]: cluster 2023-12-06T07:42:30.188240+0000 mgr.y (mgr.25528) 402 : 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-06T07:42:31.672 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:31 smithi172 bash[66109]: audit 2023-12-06T07:42:30.795422+0000 mon.c (mon.1) 20 : audit 0 from='client.? 172.21.15.172:0/765455375' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T07:42:33.172 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:32 smithi172 bash[66109]: cluster 2023-12-06T07:42:32.189665+0000 mgr.y (mgr.25528) 403 : 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-06T07:42:33.172 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:32 smithi172 bash[64618]: cluster 2023-12-06T07:42:32.189665+0000 mgr.y (mgr.25528) 403 : 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-06T07:42:33.345 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:32 smithi195 bash[51959]: cluster 2023-12-06T07:42:32.189665+0000 mgr.y (mgr.25528) 403 : 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-06T07:42:34.771 INFO:teuthology.orchestra.run.smithi172.stdout:false 2023-12-06T07:42:35.503 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:35 smithi172 bash[64618]: cluster 2023-12-06T07:42:34.191044+0000 mgr.y (mgr.25528) 404 : 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-06T07:42:35.503 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:35 smithi172 bash[64618]: audit 2023-12-06T07:42:34.756166+0000 mon.c (mon.1) 21 : audit 0 from='client.? 172.21.15.172:0/1725909588' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:42:35.503 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:35 smithi172 bash[66109]: cluster 2023-12-06T07:42:34.191044+0000 mgr.y (mgr.25528) 404 : 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-06T07:42:35.503 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:35 smithi172 bash[66109]: audit 2023-12-06T07:42:34.756166+0000 mon.c (mon.1) 21 : audit 0 from='client.? 172.21.15.172:0/1725909588' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:42:35.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:42:35.504 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_0482646fcf78576d871bc87843257d82edb79541/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/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 smithi172 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 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-06T07:42:35.593 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=c83849533ccc412bb4793f5ddc902bdd 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_0482646fcf78576d871bc87843257d82edb79541/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/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 smithi172 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 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-06T07:42:35.596 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-06T07:42:35.605 INFO:tasks.cephadm:Teardown begin 2023-12-06T07:42:35.606 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T07:42:35.610 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:35 smithi195 bash[51959]: cluster 2023-12-06T07:42:34.191044+0000 mgr.y (mgr.25528) 404 : 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-06T07:42:35.611 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:35 smithi195 bash[51959]: audit 2023-12-06T07:42:34.756166+0000 mon.c (mon.1) 21 : audit 0 from='client.? 172.21.15.172:0/1725909588' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T07:42:35.626 DEBUG:teuthology.orchestra.run.smithi195:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T07:42:35.644 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-06T07:42:35.644 DEBUG:teuthology.orchestra.run.smithi172:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-06T07:42:35.673 DEBUG:teuthology.orchestra.run.smithi195:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-06T07:42:35.693 INFO:tasks.cephadm:Stopping all daemons... 2023-12-06T07:42:35.693 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-12-06T07:42:35.694 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mon.a 2023-12-06T07:42:35.850 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:35 smithi172 systemd[1]: Stopping Ceph mon.a for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:42:36.157 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:35 smithi172 bash[64618]: debug 2023-12-06T07:42:35.845+0000 7f2348302700 -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-06T07:42:36.157 INFO:journalctl@ceph.mon.a.smithi172.stdout:Dec 06 07:42:35 smithi172 bash[64618]: debug 2023-12-06T07:42:35.845+0000 7f2348302700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2023-12-06T07:42:36.157 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:42:35 smithi172 bash[61365]: [06/Dec/2023:07:42:35] ENGINE Bus STOPPING 2023-12-06T07:42:36.157 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:42:35 smithi172 bash[61365]: [06/Dec/2023:07:42:35] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T07:42:36.157 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:42:35 smithi172 bash[61365]: [06/Dec/2023:07:42:35] ENGINE Bus STOPPED 2023-12-06T07:42:36.158 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:42:35 smithi172 bash[61365]: [06/Dec/2023:07:42:35] ENGINE Bus STARTING 2023-12-06T07:42:36.158 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:42:35 smithi172 bash[61365]: [06/Dec/2023:07:42:35] ENGINE Serving on http://:::9283 2023-12-06T07:42:36.158 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:42:35 smithi172 bash[61365]: [06/Dec/2023:07:42:35] ENGINE Bus STARTED 2023-12-06T07:42:36.823 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mon.a.service' 2023-12-06T07:42:36.860 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:42:36.860 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-12-06T07:42:36.860 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2023-12-06T07:42:36.860 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mon.c 2023-12-06T07:42:37.134 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:36 smithi172 systemd[1]: Stopping Ceph mon.c for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:42:37.134 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:37 smithi172 bash[66109]: debug 2023-12-06T07:42:37.081+0000 7f937e4a5700 -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-06T07:42:37.135 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:37 smithi172 bash[66109]: debug 2023-12-06T07:42:37.081+0000 7f937e4a5700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2023-12-06T07:42:37.422 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:42:37 smithi172 bash[61365]: [06/Dec/2023:07:42:37] ENGINE Bus STOPPING 2023-12-06T07:42:37.422 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:42:37 smithi172 bash[61365]: [06/Dec/2023:07:42:37] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T07:42:37.422 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:42:37 smithi172 bash[61365]: [06/Dec/2023:07:42:37] ENGINE Bus STOPPED 2023-12-06T07:42:37.422 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:42:37 smithi172 bash[61365]: [06/Dec/2023:07:42:37] ENGINE Bus STARTING 2023-12-06T07:42:37.422 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:42:37 smithi172 bash[61365]: [06/Dec/2023:07:42:37] ENGINE Serving on http://:::9283 2023-12-06T07:42:37.422 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:42:37 smithi172 bash[61365]: [06/Dec/2023:07:42:37] ENGINE Bus STARTED 2023-12-06T07:42:38.100 INFO:journalctl@ceph.mon.c.smithi172.stdout:Dec 06 07:42:37 smithi172 bash[78945]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-mon-c 2023-12-06T07:42:38.123 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mon.c.service' 2023-12-06T07:42:38.157 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:42:38.157 INFO:tasks.cephadm.mon.b:Stopped mon.c 2023-12-06T07:42:38.158 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2023-12-06T07:42:38.158 DEBUG:teuthology.orchestra.run.smithi195:> sudo systemctl stop ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mon.b 2023-12-06T07:42:38.425 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:38 smithi195 systemd[1]: Stopping Ceph mon.b for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:42:38.426 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:38 smithi195 bash[51959]: debug 2023-12-06T07:42:38.321+0000 7f1f3d538700 -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-06T07:42:38.426 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:38 smithi195 bash[51959]: debug 2023-12-06T07:42:38.321+0000 7f1f3d538700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2023-12-06T07:42:38.995 INFO:journalctl@ceph.mon.b.smithi195.stdout:Dec 06 07:42:38 smithi195 bash[61695]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-mon-b 2023-12-06T07:42:39.280 DEBUG:teuthology.orchestra.run.smithi195:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mon.b.service' 2023-12-06T07:42:39.318 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:42:39.318 INFO:tasks.cephadm.mon.b:Stopped mon.b 2023-12-06T07:42:39.318 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2023-12-06T07:42:39.318 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mgr.y 2023-12-06T07:42:39.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:42:39 smithi172 systemd[1]: Stopping Ceph mgr.y for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:42:39.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:42:39 smithi172 bash[61365]: debug 2023-12-06T07:42:39.485+0000 7fd92a5fb700 -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-06T07:42:39.672 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:42:39 smithi172 bash[61365]: debug 2023-12-06T07:42:39.485+0000 7fd92a5fb700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2023-12-06T07:42:40.134 INFO:journalctl@ceph.mgr.y.smithi172.stdout:Dec 06 07:42:40 smithi172 bash[79057]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-mgr-y 2023-12-06T07:42:40.339 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mgr.y.service' 2023-12-06T07:42:40.375 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:42:40.376 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2023-12-06T07:42:40.376 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2023-12-06T07:42:40.376 DEBUG:teuthology.orchestra.run.smithi195:> sudo systemctl stop ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mgr.x 2023-12-06T07:42:40.796 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:42:40 smithi195 systemd[1]: Stopping Ceph mgr.x for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:42:41.328 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:42:41 smithi195 bash[61809]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-mgr-x 2023-12-06T07:42:41.329 INFO:journalctl@ceph.mgr.x.smithi195.stdout:Dec 06 07:42:41 smithi195 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-06T07:42:41.333 DEBUG:teuthology.orchestra.run.smithi195:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@mgr.x.service' 2023-12-06T07:42:41.363 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:42:41.363 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2023-12-06T07:42:41.363 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-06T07:42:41.364 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.0 2023-12-06T07:42:41.672 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:42:41 smithi172 systemd[1]: Stopping Ceph osd.0 for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:42:41.672 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:42:41 smithi172 bash[68985]: debug 2023-12-06T07:42:41.549+0000 7f6b0dac8700 -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-06T07:42:41.672 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:42:41 smithi172 bash[68985]: debug 2023-12-06T07:42:41.549+0000 7f6b0dac8700 -1 osd.0 147 *** Got signal Terminated *** 2023-12-06T07:42:41.672 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:42:41 smithi172 bash[68985]: debug 2023-12-06T07:42:41.549+0000 7f6b0dac8700 -1 osd.0 147 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:42:43.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:42:43 smithi172 bash[60190]: level=warn ts=2023-12-06T07:42:43.558Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:42:43.923 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:42:43 smithi172 bash[60190]: level=warn ts=2023-12-06T07:42:43.560Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:42:44.672 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:42:44 smithi172 bash[60190]: level=warn ts=2023-12-06T07:42:44.243Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:42:44.672 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:42:44 smithi172 bash[60190]: level=warn ts=2023-12-06T07:42:44.244Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:42:48.058 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:42:47 smithi172 bash[79160]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-0 2023-12-06T07:42:48.058 INFO:journalctl@ceph.osd.0.smithi172.stdout:Dec 06 07:42:48 smithi172 bash[79235]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-0 2023-12-06T07:42:50.157 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.0.service' 2023-12-06T07:42:50.186 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:42:50.187 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-06T07:42:50.187 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-06T07:42:50.187 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.1 2023-12-06T07:42:50.422 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:42:50 smithi172 systemd[1]: Stopping Ceph osd.1 for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:42:50.422 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:42:50 smithi172 bash[71024]: debug 2023-12-06T07:42:50.385+0000 7f3104021700 -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-06T07:42:50.422 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:42:50 smithi172 bash[71024]: debug 2023-12-06T07:42:50.385+0000 7f3104021700 -1 osd.1 147 *** Got signal Terminated *** 2023-12-06T07:42:50.422 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:42:50 smithi172 bash[71024]: debug 2023-12-06T07:42:50.385+0000 7f3104021700 -1 osd.1 147 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:42:53.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:42:53 smithi172 bash[60190]: level=error ts=2023-12-06T07:42:53.557Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:42:53.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:42:53 smithi172 bash[60190]: level=warn ts=2023-12-06T07:42:53.559Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:42:53.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:42:53 smithi172 bash[60190]: level=warn ts=2023-12-06T07:42:53.561Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:42:54.672 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:42:54 smithi172 bash[60190]: level=error ts=2023-12-06T07:42:54.242Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:42:54.672 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:42:54 smithi172 bash[60190]: level=warn ts=2023-12-06T07:42:54.243Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:42:54.672 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:42:54 smithi172 bash[60190]: level=warn ts=2023-12-06T07:42:54.245Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:42:56.763 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:42:56 smithi172 bash[79377]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-1 2023-12-06T07:42:56.763 INFO:journalctl@ceph.osd.1.smithi172.stdout:Dec 06 07:42:56 smithi172 bash[79453]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-1 2023-12-06T07:42:58.678 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.1.service' 2023-12-06T07:42:58.710 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:42:58.710 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-06T07:42:58.710 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-06T07:42:58.710 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.2 2023-12-06T07:42:59.172 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:42:58 smithi172 systemd[1]: Stopping Ceph osd.2 for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:42:59.172 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:42:58 smithi172 bash[73167]: debug 2023-12-06T07:42:58.861+0000 7ff8de966700 -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-06T07:42:59.172 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:42:58 smithi172 bash[73167]: debug 2023-12-06T07:42:58.861+0000 7ff8de966700 -1 osd.2 147 *** Got signal Terminated *** 2023-12-06T07:42:59.172 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:42:58 smithi172 bash[73167]: debug 2023-12-06T07:42:58.861+0000 7ff8de966700 -1 osd.2 147 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:43:03.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:03 smithi172 bash[60190]: level=error ts=2023-12-06T07:43:03.558Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:43:03.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:03 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:03.559Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:43:03.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:03 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:03.561Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:43:04.498 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:04 smithi172 bash[60190]: level=error ts=2023-12-06T07:43:04.243Z 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://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:43:04.499 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:04 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:04.244Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:43:04.499 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:04 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:04.246Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:43:05.322 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:43:05 smithi172 bash[79593]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-2 2023-12-06T07:43:05.322 INFO:journalctl@ceph.osd.2.smithi172.stdout:Dec 06 07:43:05 smithi172 bash[79665]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-2 2023-12-06T07:43:07.208 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.2.service' 2023-12-06T07:43:07.244 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:43:07.244 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-06T07:43:07.244 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-06T07:43:07.244 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.3 2023-12-06T07:43:07.459 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:43:07 smithi172 systemd[1]: Stopping Ceph osd.3 for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:43:07.845 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:07 smithi195 bash[56393]: debug 2023-12-06T07:43:07.577+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:07.922 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:43:07 smithi172 bash[75325]: debug 2023-12-06T07:43:07.453+0000 7fda67e52700 -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-06T07:43:07.922 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:43:07 smithi172 bash[75325]: debug 2023-12-06T07:43:07.453+0000 7fda67e52700 -1 osd.3 147 *** Got signal Terminated *** 2023-12-06T07:43:07.922 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:43:07 smithi172 bash[75325]: debug 2023-12-06T07:43:07.453+0000 7fda67e52700 -1 osd.3 147 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:43:08.422 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:43:08 smithi172 bash[75325]: debug 2023-12-06T07:43:08.149+0000 7fda63c4c700 -1 osd.3 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:45.581581+0000 front 2023-12-06T07:42:45.581554+0000 (oldest deadline 2023-12-06T07:43:07.281594+0000) 2023-12-06T07:43:08.845 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:08 smithi195 bash[56393]: debug 2023-12-06T07:43:08.541+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:09.672 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:43:09 smithi172 bash[75325]: debug 2023-12-06T07:43:09.201+0000 7fda63c4c700 -1 osd.3 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:45.581581+0000 front 2023-12-06T07:42:45.581554+0000 (oldest deadline 2023-12-06T07:43:07.281594+0000) 2023-12-06T07:43:09.845 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:43:09 smithi195 bash[54345]: debug 2023-12-06T07:43:09.345+0000 7f9218433700 -1 osd.4 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:46.144970+0000 front 2023-12-06T07:42:46.144507+0000 (oldest deadline 2023-12-06T07:43:08.444626+0000) 2023-12-06T07:43:09.846 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:09 smithi195 bash[56393]: debug 2023-12-06T07:43:09.513+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:09.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:09 smithi195 bash[60486]: debug 2023-12-06T07:43:09.497+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:10.595 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:43:10 smithi195 bash[54345]: debug 2023-12-06T07:43:10.337+0000 7f9218433700 -1 osd.4 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:46.144970+0000 front 2023-12-06T07:42:46.144507+0000 (oldest deadline 2023-12-06T07:43:08.444626+0000) 2023-12-06T07:43:10.595 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:10 smithi195 bash[56393]: debug 2023-12-06T07:43:10.501+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:10.596 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:10 smithi195 bash[60486]: debug 2023-12-06T07:43:10.533+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:10.671 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:43:10 smithi172 bash[75325]: debug 2023-12-06T07:43:10.233+0000 7fda63c4c700 -1 osd.3 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:45.581581+0000 front 2023-12-06T07:42:45.581554+0000 (oldest deadline 2023-12-06T07:43:07.281594+0000) 2023-12-06T07:43:11.517 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:43:11 smithi195 bash[54345]: debug 2023-12-06T07:43:11.317+0000 7f9218433700 -1 osd.4 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:46.144970+0000 front 2023-12-06T07:42:46.144507+0000 (oldest deadline 2023-12-06T07:43:08.444626+0000) 2023-12-06T07:43:11.517 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:11 smithi195 bash[58460]: debug 2023-12-06T07:43:11.101+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:11.672 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:43:11 smithi172 bash[75325]: debug 2023-12-06T07:43:11.265+0000 7fda63c4c700 -1 osd.3 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:45.581581+0000 front 2023-12-06T07:42:45.581554+0000 (oldest deadline 2023-12-06T07:43:07.281594+0000) 2023-12-06T07:43:11.845 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:11 smithi195 bash[56393]: debug 2023-12-06T07:43:11.513+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:11.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:11 smithi195 bash[60486]: debug 2023-12-06T07:43:11.573+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:12.320 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:12 smithi195 bash[58460]: debug 2023-12-06T07:43:12.053+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:12.571 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:43:12 smithi195 bash[54345]: debug 2023-12-06T07:43:12.317+0000 7f9218433700 -1 osd.4 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:46.144970+0000 front 2023-12-06T07:42:46.144507+0000 (oldest deadline 2023-12-06T07:43:08.444626+0000) 2023-12-06T07:43:12.571 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:12 smithi195 bash[56393]: debug 2023-12-06T07:43:12.485+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:12.672 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:43:12 smithi172 bash[75325]: debug 2023-12-06T07:43:12.317+0000 7fda63c4c700 -1 osd.3 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:45.581581+0000 front 2023-12-06T07:42:45.581554+0000 (oldest deadline 2023-12-06T07:43:07.281594+0000) 2023-12-06T07:43:12.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:12 smithi195 bash[60486]: debug 2023-12-06T07:43:12.565+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:13.304 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:13 smithi195 bash[58460]: debug 2023-12-06T07:43:13.041+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:13.595 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:43:13 smithi195 bash[54345]: debug 2023-12-06T07:43:13.301+0000 7f9218433700 -1 osd.4 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:46.144970+0000 front 2023-12-06T07:42:46.144507+0000 (oldest deadline 2023-12-06T07:43:08.444626+0000) 2023-12-06T07:43:13.596 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:13 smithi195 bash[56393]: debug 2023-12-06T07:43:13.517+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:13.922 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:43:13 smithi172 bash[79806]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-3 2023-12-06T07:43:13.922 INFO:journalctl@ceph.osd.3.smithi172.stdout:Dec 06 07:43:13 smithi172 bash[79877]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-3 2023-12-06T07:43:13.925 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:13 smithi172 bash[60190]: level=error ts=2023-12-06T07:43:13.559Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:43:13.925 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:13 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:13.560Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:43:13.925 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:13 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:13.562Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:43:14.059 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:13 smithi195 bash[60486]: debug 2023-12-06T07:43:13.613+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:14.345 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:43:14 smithi195 bash[54345]: debug 2023-12-06T07:43:14.265+0000 7f9218433700 -1 osd.4 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:46.144970+0000 front 2023-12-06T07:42:46.144507+0000 (oldest deadline 2023-12-06T07:43:08.444626+0000) 2023-12-06T07:43:14.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:14 smithi195 bash[58460]: debug 2023-12-06T07:43:14.053+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:14.514 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:14 smithi172 bash[60190]: level=error ts=2023-12-06T07:43:14.244Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:43:14.514 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:14 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:14.245Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:43:14.514 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:14 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:14.247Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:43:14.845 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:14 smithi195 bash[56393]: debug 2023-12-06T07:43:14.485+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:14.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:14 smithi195 bash[60486]: debug 2023-12-06T07:43:14.641+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:15.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:15 smithi195 bash[58460]: debug 2023-12-06T07:43:15.085+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:15.345 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:43:15 smithi195 bash[54345]: debug 2023-12-06T07:43:15.237+0000 7f9218433700 -1 osd.4 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:46.144970+0000 front 2023-12-06T07:42:46.144507+0000 (oldest deadline 2023-12-06T07:43:08.444626+0000) 2023-12-06T07:43:15.659 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.3.service' 2023-12-06T07:43:15.692 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:43:15.693 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-06T07:43:15.693 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-06T07:43:15.693 DEBUG:teuthology.orchestra.run.smithi195:> sudo systemctl stop ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.4 2023-12-06T07:43:15.845 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:15 smithi195 bash[56393]: debug 2023-12-06T07:43:15.477+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:15.845 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:43:15 smithi195 systemd[1]: Stopping Ceph osd.4 for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:43:15.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:15 smithi195 bash[60486]: debug 2023-12-06T07:43:15.665+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:16.287 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:16 smithi195 bash[58460]: debug 2023-12-06T07:43:16.125+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:16.287 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:43:15 smithi195 bash[54345]: debug 2023-12-06T07:43:15.885+0000 7f921e63d700 -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-06T07:43:16.287 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:43:15 smithi195 bash[54345]: debug 2023-12-06T07:43:15.885+0000 7f921e63d700 -1 osd.4 147 *** Got signal Terminated *** 2023-12-06T07:43:16.288 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:43:15 smithi195 bash[54345]: debug 2023-12-06T07:43:15.885+0000 7f921e63d700 -1 osd.4 147 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:43:16.595 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:43:16 smithi195 bash[54345]: debug 2023-12-06T07:43:16.285+0000 7f9218433700 -1 osd.4 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:46.144970+0000 front 2023-12-06T07:42:46.144507+0000 (oldest deadline 2023-12-06T07:43:08.444626+0000) 2023-12-06T07:43:16.595 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:16 smithi195 bash[56393]: debug 2023-12-06T07:43:16.461+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:17.095 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:16 smithi195 bash[60486]: debug 2023-12-06T07:43:16.693+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:17.428 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:43:17 smithi195 bash[54345]: debug 2023-12-06T07:43:17.293+0000 7f9218433700 -1 osd.4 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:46.144970+0000 front 2023-12-06T07:42:46.144507+0000 (oldest deadline 2023-12-06T07:43:08.444626+0000) 2023-12-06T07:43:17.428 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:17 smithi195 bash[58460]: debug 2023-12-06T07:43:17.117+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:17.845 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:17 smithi195 bash[56393]: debug 2023-12-06T07:43:17.421+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:17.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:17 smithi195 bash[60486]: debug 2023-12-06T07:43:17.645+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:17.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:17 smithi195 bash[60486]: debug 2023-12-06T07:43:17.645+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:18.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:18 smithi195 bash[58460]: debug 2023-12-06T07:43:18.073+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:18.345 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:43:18 smithi195 bash[54345]: debug 2023-12-06T07:43:18.249+0000 7f9218433700 -1 osd.4 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:46.144970+0000 front 2023-12-06T07:42:46.144507+0000 (oldest deadline 2023-12-06T07:43:08.444626+0000) 2023-12-06T07:43:18.676 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:18 smithi195 bash[56393]: debug 2023-12-06T07:43:18.393+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:18.676 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:18 smithi195 bash[56393]: debug 2023-12-06T07:43:18.393+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.334715+0000 front 2023-12-06T07:42:53.334248+0000 (oldest deadline 2023-12-06T07:43:18.034049+0000) 2023-12-06T07:43:19.093 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:18 smithi195 bash[60486]: debug 2023-12-06T07:43:18.673+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:19.093 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:18 smithi195 bash[60486]: debug 2023-12-06T07:43:18.673+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:19.345 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:43:19 smithi195 bash[54345]: debug 2023-12-06T07:43:19.205+0000 7f9218433700 -1 osd.4 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:46.144970+0000 front 2023-12-06T07:42:46.144507+0000 (oldest deadline 2023-12-06T07:43:08.444626+0000) 2023-12-06T07:43:19.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:19 smithi195 bash[58460]: debug 2023-12-06T07:43:19.089+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:19.665 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:19 smithi195 bash[56393]: debug 2023-12-06T07:43:19.401+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:19.666 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:19 smithi195 bash[56393]: debug 2023-12-06T07:43:19.401+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.334715+0000 front 2023-12-06T07:42:53.334248+0000 (oldest deadline 2023-12-06T07:43:18.034049+0000) 2023-12-06T07:43:20.051 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:19 smithi195 bash[60486]: debug 2023-12-06T07:43:19.661+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:20.051 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:19 smithi195 bash[60486]: debug 2023-12-06T07:43:19.661+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:20.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:20 smithi195 bash[58460]: debug 2023-12-06T07:43:20.044+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:20.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:20 smithi195 bash[58460]: debug 2023-12-06T07:43:20.044+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:54.499422+0000 front 2023-12-06T07:42:54.499549+0000 (oldest deadline 2023-12-06T07:43:19.799036+0000) 2023-12-06T07:43:20.345 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:43:20 smithi195 bash[54345]: debug 2023-12-06T07:43:20.168+0000 7f9218433700 -1 osd.4 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:46.144970+0000 front 2023-12-06T07:42:46.144507+0000 (oldest deadline 2023-12-06T07:43:08.444626+0000) 2023-12-06T07:43:20.346 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:43:20 smithi195 bash[54345]: debug 2023-12-06T07:43:20.168+0000 7f9218433700 -1 osd.4 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:54.346843+0000 front 2023-12-06T07:42:54.346548+0000 (oldest deadline 2023-12-06T07:43:20.146860+0000) 2023-12-06T07:43:20.845 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:20 smithi195 bash[56393]: debug 2023-12-06T07:43:20.404+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:20.845 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:20 smithi195 bash[56393]: debug 2023-12-06T07:43:20.404+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.334715+0000 front 2023-12-06T07:42:53.334248+0000 (oldest deadline 2023-12-06T07:43:18.034049+0000) 2023-12-06T07:43:20.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:20 smithi195 bash[60486]: debug 2023-12-06T07:43:20.616+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:20.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:20 smithi195 bash[60486]: debug 2023-12-06T07:43:20.616+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:21.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:21 smithi195 bash[58460]: debug 2023-12-06T07:43:21.028+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:21.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:21 smithi195 bash[58460]: debug 2023-12-06T07:43:21.028+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:54.499422+0000 front 2023-12-06T07:42:54.499549+0000 (oldest deadline 2023-12-06T07:43:19.799036+0000) 2023-12-06T07:43:21.707 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:21 smithi195 bash[56393]: debug 2023-12-06T07:43:21.388+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:21.707 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:21 smithi195 bash[56393]: debug 2023-12-06T07:43:21.388+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.334715+0000 front 2023-12-06T07:42:53.334248+0000 (oldest deadline 2023-12-06T07:43:18.034049+0000) 2023-12-06T07:43:21.707 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:21 smithi195 bash[60486]: debug 2023-12-06T07:43:21.612+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:21.707 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:21 smithi195 bash[60486]: debug 2023-12-06T07:43:21.612+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:22.289 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:43:22 smithi195 bash[61924]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-4 2023-12-06T07:43:22.290 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:22 smithi195 bash[58460]: debug 2023-12-06T07:43:22.020+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:22.290 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:22 smithi195 bash[58460]: debug 2023-12-06T07:43:22.020+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:54.499422+0000 front 2023-12-06T07:42:54.499549+0000 (oldest deadline 2023-12-06T07:43:19.799036+0000) 2023-12-06T07:43:22.595 INFO:journalctl@ceph.osd.4.smithi195.stdout:Dec 06 07:43:22 smithi195 bash[62002]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-4 2023-12-06T07:43:22.595 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:22 smithi195 bash[56393]: debug 2023-12-06T07:43:22.408+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:22.595 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:22 smithi195 bash[56393]: debug 2023-12-06T07:43:22.408+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.334715+0000 front 2023-12-06T07:42:53.334248+0000 (oldest deadline 2023-12-06T07:43:18.034049+0000) 2023-12-06T07:43:23.009 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:22 smithi195 bash[60486]: debug 2023-12-06T07:43:22.616+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:23.010 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:22 smithi195 bash[60486]: debug 2023-12-06T07:43:22.616+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:23.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:23 smithi195 bash[58460]: debug 2023-12-06T07:43:23.004+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:23.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:23 smithi195 bash[58460]: debug 2023-12-06T07:43:23.004+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:54.499422+0000 front 2023-12-06T07:42:54.499549+0000 (oldest deadline 2023-12-06T07:43:19.799036+0000) 2023-12-06T07:43:23.845 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:23 smithi195 bash[56393]: debug 2023-12-06T07:43:23.404+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:23.845 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:23 smithi195 bash[56393]: debug 2023-12-06T07:43:23.404+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.334715+0000 front 2023-12-06T07:42:53.334248+0000 (oldest deadline 2023-12-06T07:43:18.034049+0000) 2023-12-06T07:43:23.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:23 smithi195 bash[60486]: debug 2023-12-06T07:43:23.620+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:23.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:23 smithi195 bash[60486]: debug 2023-12-06T07:43:23.620+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:23.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:23 smithi172 bash[60190]: level=error ts=2023-12-06T07:43:23.559Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:43:23.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:23 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:23.562Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:43:23.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:23 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:23.564Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:43:24.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:24 smithi195 bash[58460]: debug 2023-12-06T07:43:24.028+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:24.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:24 smithi195 bash[58460]: debug 2023-12-06T07:43:24.028+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:54.499422+0000 front 2023-12-06T07:42:54.499549+0000 (oldest deadline 2023-12-06T07:43:19.799036+0000) 2023-12-06T07:43:24.585 DEBUG:teuthology.orchestra.run.smithi195:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.4.service' 2023-12-06T07:43:24.616 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:43:24.617 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-06T07:43:24.617 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-06T07:43:24.617 DEBUG:teuthology.orchestra.run.smithi195:> sudo systemctl stop ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.5 2023-12-06T07:43:24.628 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:24 smithi195 bash[56393]: debug 2023-12-06T07:43:24.372+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:24.629 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:24 smithi195 bash[56393]: debug 2023-12-06T07:43:24.372+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.334715+0000 front 2023-12-06T07:42:53.334248+0000 (oldest deadline 2023-12-06T07:43:18.034049+0000) 2023-12-06T07:43:24.629 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:24 smithi195 bash[60486]: debug 2023-12-06T07:43:24.616+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:24.629 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:24 smithi195 bash[60486]: debug 2023-12-06T07:43:24.616+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:24.672 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:24 smithi172 bash[60190]: level=error ts=2023-12-06T07:43:24.245Z 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://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:43:24.672 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:24 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:24.246Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:43:24.672 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:24 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:24.247Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:43:24.989 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:24 smithi195 systemd[1]: Stopping Ceph osd.5 for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:43:24.989 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:24 smithi195 bash[56393]: debug 2023-12-06T07:43:24.756+0000 7f6120e40700 -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-06T07:43:24.990 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:24 smithi195 bash[56393]: debug 2023-12-06T07:43:24.756+0000 7f6120e40700 -1 osd.5 147 *** Got signal Terminated *** 2023-12-06T07:43:24.990 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:24 smithi195 bash[56393]: debug 2023-12-06T07:43:24.756+0000 7f6120e40700 -1 osd.5 147 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:43:25.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:24 smithi195 bash[58460]: debug 2023-12-06T07:43:24.984+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:25.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:24 smithi195 bash[58460]: debug 2023-12-06T07:43:24.984+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:54.499422+0000 front 2023-12-06T07:42:54.499549+0000 (oldest deadline 2023-12-06T07:43:19.799036+0000) 2023-12-06T07:43:25.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:25 smithi195 bash[60486]: debug 2023-12-06T07:43:25.588+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:25.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:25 smithi195 bash[60486]: debug 2023-12-06T07:43:25.588+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:25.845 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:25 smithi195 bash[56393]: debug 2023-12-06T07:43:25.340+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:25.846 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:25 smithi195 bash[56393]: debug 2023-12-06T07:43:25.340+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.334715+0000 front 2023-12-06T07:42:53.334248+0000 (oldest deadline 2023-12-06T07:43:18.034049+0000) 2023-12-06T07:43:26.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:26 smithi195 bash[58460]: debug 2023-12-06T07:43:26.032+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:26.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:26 smithi195 bash[58460]: debug 2023-12-06T07:43:26.032+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:54.499422+0000 front 2023-12-06T07:42:54.499549+0000 (oldest deadline 2023-12-06T07:43:19.799036+0000) 2023-12-06T07:43:26.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:26 smithi195 bash[60486]: debug 2023-12-06T07:43:26.612+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:26.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:26 smithi195 bash[60486]: debug 2023-12-06T07:43:26.612+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:26.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:26 smithi195 bash[60486]: debug 2023-12-06T07:43:26.612+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:03.212147+0000 front 2023-12-06T07:43:03.212261+0000 (oldest deadline 2023-12-06T07:43:26.612758+0000) 2023-12-06T07:43:26.846 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:26 smithi195 bash[56393]: debug 2023-12-06T07:43:26.384+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:26.847 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:26 smithi195 bash[56393]: debug 2023-12-06T07:43:26.384+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.334715+0000 front 2023-12-06T07:42:53.334248+0000 (oldest deadline 2023-12-06T07:43:18.034049+0000) 2023-12-06T07:43:27.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:27 smithi195 bash[58460]: debug 2023-12-06T07:43:27.020+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:27.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:27 smithi195 bash[58460]: debug 2023-12-06T07:43:27.020+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:54.499422+0000 front 2023-12-06T07:42:54.499549+0000 (oldest deadline 2023-12-06T07:43:19.799036+0000) 2023-12-06T07:43:27.845 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:27 smithi195 bash[56393]: debug 2023-12-06T07:43:27.432+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:27.845 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:27 smithi195 bash[56393]: debug 2023-12-06T07:43:27.432+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.334715+0000 front 2023-12-06T07:42:53.334248+0000 (oldest deadline 2023-12-06T07:43:18.034049+0000) 2023-12-06T07:43:27.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:27 smithi195 bash[60486]: debug 2023-12-06T07:43:27.580+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:27.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:27 smithi195 bash[60486]: debug 2023-12-06T07:43:27.580+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:27.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:27 smithi195 bash[60486]: debug 2023-12-06T07:43:27.580+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:03.212147+0000 front 2023-12-06T07:43:03.212261+0000 (oldest deadline 2023-12-06T07:43:26.612758+0000) 2023-12-06T07:43:28.346 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:28 smithi195 bash[58460]: debug 2023-12-06T07:43:28.020+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:28.348 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:28 smithi195 bash[58460]: debug 2023-12-06T07:43:28.020+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:54.499422+0000 front 2023-12-06T07:42:54.499549+0000 (oldest deadline 2023-12-06T07:43:19.799036+0000) 2023-12-06T07:43:28.349 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:28 smithi195 bash[58460]: debug 2023-12-06T07:43:28.020+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:02.601261+0000 front 2023-12-06T07:43:02.601309+0000 (oldest deadline 2023-12-06T07:43:27.301060+0000) 2023-12-06T07:43:28.349 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:43:28 smithi195 bash[49416]: ts=2023-12-06T07:43:28.061Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.172:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.172:8765: connect: connection refused" 2023-12-06T07:43:28.350 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:43:28 smithi195 bash[49416]: ts=2023-12-06T07:43:28.066Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.172:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.172:8765: connect: connection refused" 2023-12-06T07:43:28.350 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:43:28 smithi195 bash[49416]: ts=2023-12-06T07:43:28.066Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.172:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.172:8765: connect: connection refused" 2023-12-06T07:43:28.350 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:43:28 smithi195 bash[49416]: ts=2023-12-06T07:43:28.070Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.172:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.172:8765: connect: connection refused" 2023-12-06T07:43:28.845 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:28 smithi195 bash[56393]: debug 2023-12-06T07:43:28.460+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:28.845 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:28 smithi195 bash[56393]: debug 2023-12-06T07:43:28.460+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.334715+0000 front 2023-12-06T07:42:53.334248+0000 (oldest deadline 2023-12-06T07:43:18.034049+0000) 2023-12-06T07:43:28.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:28 smithi195 bash[60486]: debug 2023-12-06T07:43:28.564+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:28.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:28 smithi195 bash[60486]: debug 2023-12-06T07:43:28.564+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:28.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:28 smithi195 bash[60486]: debug 2023-12-06T07:43:28.564+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:03.212147+0000 front 2023-12-06T07:43:03.212261+0000 (oldest deadline 2023-12-06T07:43:26.612758+0000) 2023-12-06T07:43:29.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:28 smithi195 bash[58460]: debug 2023-12-06T07:43:28.980+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:29.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:28 smithi195 bash[58460]: debug 2023-12-06T07:43:28.980+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:54.499422+0000 front 2023-12-06T07:42:54.499549+0000 (oldest deadline 2023-12-06T07:43:19.799036+0000) 2023-12-06T07:43:29.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:28 smithi195 bash[58460]: debug 2023-12-06T07:43:28.980+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:02.601261+0000 front 2023-12-06T07:43:02.601309+0000 (oldest deadline 2023-12-06T07:43:27.301060+0000) 2023-12-06T07:43:29.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:29 smithi195 bash[60486]: debug 2023-12-06T07:43:29.596+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:29.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:29 smithi195 bash[60486]: debug 2023-12-06T07:43:29.596+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:29.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:29 smithi195 bash[60486]: debug 2023-12-06T07:43:29.596+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:03.212147+0000 front 2023-12-06T07:43:03.212261+0000 (oldest deadline 2023-12-06T07:43:26.612758+0000) 2023-12-06T07:43:29.846 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:29 smithi195 bash[56393]: debug 2023-12-06T07:43:29.504+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.031086+0000 front 2023-12-06T07:42:44.031433+0000 (oldest deadline 2023-12-06T07:43:07.531371+0000) 2023-12-06T07:43:29.847 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:29 smithi195 bash[56393]: debug 2023-12-06T07:43:29.504+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.334715+0000 front 2023-12-06T07:42:53.334248+0000 (oldest deadline 2023-12-06T07:43:18.034049+0000) 2023-12-06T07:43:29.847 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:29 smithi195 bash[56393]: debug 2023-12-06T07:43:29.504+0000 7f6119433700 -1 osd.5 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:03.335851+0000 front 2023-12-06T07:43:03.335736+0000 (oldest deadline 2023-12-06T07:43:29.235908+0000) 2023-12-06T07:43:30.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:29 smithi195 bash[58460]: debug 2023-12-06T07:43:29.944+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:30.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:29 smithi195 bash[58460]: debug 2023-12-06T07:43:29.944+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:54.499422+0000 front 2023-12-06T07:42:54.499549+0000 (oldest deadline 2023-12-06T07:43:19.799036+0000) 2023-12-06T07:43:30.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:29 smithi195 bash[58460]: debug 2023-12-06T07:43:29.944+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:02.601261+0000 front 2023-12-06T07:43:02.601309+0000 (oldest deadline 2023-12-06T07:43:27.301060+0000) 2023-12-06T07:43:30.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:30 smithi195 bash[60486]: debug 2023-12-06T07:43:30.576+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:30.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:30 smithi195 bash[60486]: debug 2023-12-06T07:43:30.576+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:30.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:30 smithi195 bash[60486]: debug 2023-12-06T07:43:30.576+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:03.212147+0000 front 2023-12-06T07:43:03.212261+0000 (oldest deadline 2023-12-06T07:43:26.612758+0000) 2023-12-06T07:43:31.244 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:30 smithi195 bash[62148]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-5 2023-12-06T07:43:31.244 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:30 smithi195 bash[58460]: debug 2023-12-06T07:43:30.992+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:31.244 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:30 smithi195 bash[58460]: debug 2023-12-06T07:43:30.992+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:54.499422+0000 front 2023-12-06T07:42:54.499549+0000 (oldest deadline 2023-12-06T07:43:19.799036+0000) 2023-12-06T07:43:31.244 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:30 smithi195 bash[58460]: debug 2023-12-06T07:43:30.992+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:02.601261+0000 front 2023-12-06T07:43:02.601309+0000 (oldest deadline 2023-12-06T07:43:27.301060+0000) 2023-12-06T07:43:31.552 INFO:journalctl@ceph.osd.5.smithi195.stdout:Dec 06 07:43:31 smithi195 bash[62223]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-5 2023-12-06T07:43:31.595 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:31 smithi195 bash[60486]: debug 2023-12-06T07:43:31.548+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:31.595 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:31 smithi195 bash[60486]: debug 2023-12-06T07:43:31.548+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:31.595 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:31 smithi195 bash[60486]: debug 2023-12-06T07:43:31.548+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:03.212147+0000 front 2023-12-06T07:43:03.212261+0000 (oldest deadline 2023-12-06T07:43:26.612758+0000) 2023-12-06T07:43:32.230 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:31 smithi195 bash[58460]: debug 2023-12-06T07:43:31.960+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:32.230 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:31 smithi195 bash[58460]: debug 2023-12-06T07:43:31.960+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:54.499422+0000 front 2023-12-06T07:42:54.499549+0000 (oldest deadline 2023-12-06T07:43:19.799036+0000) 2023-12-06T07:43:32.230 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:31 smithi195 bash[58460]: debug 2023-12-06T07:43:31.960+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:02.601261+0000 front 2023-12-06T07:43:02.601309+0000 (oldest deadline 2023-12-06T07:43:27.301060+0000) 2023-12-06T07:43:32.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:32 smithi195 bash[60486]: debug 2023-12-06T07:43:32.576+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:32.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:32 smithi195 bash[60486]: debug 2023-12-06T07:43:32.576+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:32.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:32 smithi195 bash[60486]: debug 2023-12-06T07:43:32.576+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:03.212147+0000 front 2023-12-06T07:43:03.212261+0000 (oldest deadline 2023-12-06T07:43:26.612758+0000) 2023-12-06T07:43:33.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:32 smithi195 bash[58460]: debug 2023-12-06T07:43:32.964+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:33.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:32 smithi195 bash[58460]: debug 2023-12-06T07:43:32.964+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:54.499422+0000 front 2023-12-06T07:42:54.499549+0000 (oldest deadline 2023-12-06T07:43:19.799036+0000) 2023-12-06T07:43:33.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:32 smithi195 bash[58460]: debug 2023-12-06T07:43:32.964+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:02.601261+0000 front 2023-12-06T07:43:02.601309+0000 (oldest deadline 2023-12-06T07:43:27.301060+0000) 2023-12-06T07:43:33.435 DEBUG:teuthology.orchestra.run.smithi195:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.5.service' 2023-12-06T07:43:33.472 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:43:33.472 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-06T07:43:33.472 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-06T07:43:33.472 DEBUG:teuthology.orchestra.run.smithi195:> sudo systemctl stop ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.6 2023-12-06T07:43:33.845 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:33 smithi195 systemd[1]: Stopping Ceph osd.6 for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:43:33.845 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:33 smithi195 bash[58460]: debug 2023-12-06T07:43:33.620+0000 7f0f840de700 -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-06T07:43:33.846 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:33 smithi195 bash[58460]: debug 2023-12-06T07:43:33.620+0000 7f0f840de700 -1 osd.6 147 *** Got signal Terminated *** 2023-12-06T07:43:33.846 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:33 smithi195 bash[58460]: debug 2023-12-06T07:43:33.620+0000 7f0f840de700 -1 osd.6 147 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:43:33.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:33 smithi195 bash[60486]: debug 2023-12-06T07:43:33.540+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:33.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:33 smithi195 bash[60486]: debug 2023-12-06T07:43:33.540+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:33.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:33 smithi195 bash[60486]: debug 2023-12-06T07:43:33.540+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:03.212147+0000 front 2023-12-06T07:43:03.212261+0000 (oldest deadline 2023-12-06T07:43:26.612758+0000) 2023-12-06T07:43:33.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:33 smithi172 bash[60190]: level=error ts=2023-12-06T07:43:33.560Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:43:33.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:33 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:33.562Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:43:33.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:33 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:33.564Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:43:34.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:33 smithi195 bash[58460]: debug 2023-12-06T07:43:33.956+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:34.346 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:33 smithi195 bash[58460]: debug 2023-12-06T07:43:33.956+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:54.499422+0000 front 2023-12-06T07:42:54.499549+0000 (oldest deadline 2023-12-06T07:43:19.799036+0000) 2023-12-06T07:43:34.346 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:33 smithi195 bash[58460]: debug 2023-12-06T07:43:33.956+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:02.601261+0000 front 2023-12-06T07:43:02.601309+0000 (oldest deadline 2023-12-06T07:43:27.301060+0000) 2023-12-06T07:43:34.346 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:33 smithi195 bash[58460]: debug 2023-12-06T07:43:33.956+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6830 osd.3 since back 2023-12-06T07:43:10.202709+0000 front 2023-12-06T07:43:10.202665+0000 (oldest deadline 2023-12-06T07:43:33.102284+0000) 2023-12-06T07:43:34.672 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:34 smithi172 bash[60190]: level=error ts=2023-12-06T07:43:34.246Z 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://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:43:34.672 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:34 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:34.247Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:43:34.672 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:34 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:34.249Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:43:34.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:34 smithi195 bash[60486]: debug 2023-12-06T07:43:34.528+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:34.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:34 smithi195 bash[60486]: debug 2023-12-06T07:43:34.528+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:34.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:34 smithi195 bash[60486]: debug 2023-12-06T07:43:34.528+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:03.212147+0000 front 2023-12-06T07:43:03.212261+0000 (oldest deadline 2023-12-06T07:43:26.612758+0000) 2023-12-06T07:43:35.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:34 smithi195 bash[58460]: debug 2023-12-06T07:43:34.952+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:35.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:34 smithi195 bash[58460]: debug 2023-12-06T07:43:34.952+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:54.499422+0000 front 2023-12-06T07:42:54.499549+0000 (oldest deadline 2023-12-06T07:43:19.799036+0000) 2023-12-06T07:43:35.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:34 smithi195 bash[58460]: debug 2023-12-06T07:43:34.952+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:02.601261+0000 front 2023-12-06T07:43:02.601309+0000 (oldest deadline 2023-12-06T07:43:27.301060+0000) 2023-12-06T07:43:35.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:34 smithi195 bash[58460]: debug 2023-12-06T07:43:34.952+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6830 osd.3 since back 2023-12-06T07:43:10.202709+0000 front 2023-12-06T07:43:10.202665+0000 (oldest deadline 2023-12-06T07:43:33.102284+0000) 2023-12-06T07:43:35.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:35 smithi195 bash[60486]: debug 2023-12-06T07:43:35.512+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:35.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:35 smithi195 bash[60486]: debug 2023-12-06T07:43:35.512+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:35.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:35 smithi195 bash[60486]: debug 2023-12-06T07:43:35.512+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:03.212147+0000 front 2023-12-06T07:43:03.212261+0000 (oldest deadline 2023-12-06T07:43:26.612758+0000) 2023-12-06T07:43:36.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:35 smithi195 bash[58460]: debug 2023-12-06T07:43:35.916+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:36.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:35 smithi195 bash[58460]: debug 2023-12-06T07:43:35.916+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:54.499422+0000 front 2023-12-06T07:42:54.499549+0000 (oldest deadline 2023-12-06T07:43:19.799036+0000) 2023-12-06T07:43:36.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:35 smithi195 bash[58460]: debug 2023-12-06T07:43:35.916+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:02.601261+0000 front 2023-12-06T07:43:02.601309+0000 (oldest deadline 2023-12-06T07:43:27.301060+0000) 2023-12-06T07:43:36.346 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:35 smithi195 bash[58460]: debug 2023-12-06T07:43:35.916+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6830 osd.3 since back 2023-12-06T07:43:10.202709+0000 front 2023-12-06T07:43:10.202665+0000 (oldest deadline 2023-12-06T07:43:33.102284+0000) 2023-12-06T07:43:36.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:36 smithi195 bash[60486]: debug 2023-12-06T07:43:36.528+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:36.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:36 smithi195 bash[60486]: debug 2023-12-06T07:43:36.528+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:36.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:36 smithi195 bash[60486]: debug 2023-12-06T07:43:36.528+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:03.212147+0000 front 2023-12-06T07:43:03.212261+0000 (oldest deadline 2023-12-06T07:43:26.612758+0000) 2023-12-06T07:43:36.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:36 smithi195 bash[60486]: debug 2023-12-06T07:43:36.528+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6830 osd.3 since back 2023-12-06T07:43:10.614980+0000 front 2023-12-06T07:43:10.615107+0000 (oldest deadline 2023-12-06T07:43:36.415561+0000) 2023-12-06T07:43:37.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:36 smithi195 bash[58460]: debug 2023-12-06T07:43:36.924+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:37.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:36 smithi195 bash[58460]: debug 2023-12-06T07:43:36.924+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:54.499422+0000 front 2023-12-06T07:42:54.499549+0000 (oldest deadline 2023-12-06T07:43:19.799036+0000) 2023-12-06T07:43:37.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:36 smithi195 bash[58460]: debug 2023-12-06T07:43:36.924+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:02.601261+0000 front 2023-12-06T07:43:02.601309+0000 (oldest deadline 2023-12-06T07:43:27.301060+0000) 2023-12-06T07:43:37.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:36 smithi195 bash[58460]: debug 2023-12-06T07:43:36.924+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6830 osd.3 since back 2023-12-06T07:43:10.202709+0000 front 2023-12-06T07:43:10.202665+0000 (oldest deadline 2023-12-06T07:43:33.102284+0000) 2023-12-06T07:43:37.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:37 smithi195 bash[60486]: debug 2023-12-06T07:43:37.540+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:37.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:37 smithi195 bash[60486]: debug 2023-12-06T07:43:37.540+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:37.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:37 smithi195 bash[60486]: debug 2023-12-06T07:43:37.540+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:03.212147+0000 front 2023-12-06T07:43:03.212261+0000 (oldest deadline 2023-12-06T07:43:26.612758+0000) 2023-12-06T07:43:37.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:37 smithi195 bash[60486]: debug 2023-12-06T07:43:37.540+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6830 osd.3 since back 2023-12-06T07:43:10.614980+0000 front 2023-12-06T07:43:10.615107+0000 (oldest deadline 2023-12-06T07:43:36.415561+0000) 2023-12-06T07:43:38.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:37 smithi195 bash[58460]: debug 2023-12-06T07:43:37.900+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.596787+0000 front 2023-12-06T07:42:44.597025+0000 (oldest deadline 2023-12-06T07:43:10.997706+0000) 2023-12-06T07:43:38.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:37 smithi195 bash[58460]: debug 2023-12-06T07:43:37.900+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:54.499422+0000 front 2023-12-06T07:42:54.499549+0000 (oldest deadline 2023-12-06T07:43:19.799036+0000) 2023-12-06T07:43:38.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:37 smithi195 bash[58460]: debug 2023-12-06T07:43:37.900+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:02.601261+0000 front 2023-12-06T07:43:02.601309+0000 (oldest deadline 2023-12-06T07:43:27.301060+0000) 2023-12-06T07:43:38.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:37 smithi195 bash[58460]: debug 2023-12-06T07:43:37.900+0000 7f0f7d6d3700 -1 osd.6 147 heartbeat_check: no reply from 172.21.15.172:6830 osd.3 since back 2023-12-06T07:43:10.202709+0000 front 2023-12-06T07:43:10.202665+0000 (oldest deadline 2023-12-06T07:43:33.102284+0000) 2023-12-06T07:43:38.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:38 smithi195 bash[60486]: debug 2023-12-06T07:43:38.564+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:38.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:38 smithi195 bash[60486]: debug 2023-12-06T07:43:38.564+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:38.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:38 smithi195 bash[60486]: debug 2023-12-06T07:43:38.564+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:03.212147+0000 front 2023-12-06T07:43:03.212261+0000 (oldest deadline 2023-12-06T07:43:26.612758+0000) 2023-12-06T07:43:38.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:38 smithi195 bash[60486]: debug 2023-12-06T07:43:38.564+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6830 osd.3 since back 2023-12-06T07:43:10.614980+0000 front 2023-12-06T07:43:10.615107+0000 (oldest deadline 2023-12-06T07:43:36.415561+0000) 2023-12-06T07:43:39.742 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:39 smithi195 bash[60486]: debug 2023-12-06T07:43:39.576+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:39.742 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:39 smithi195 bash[60486]: debug 2023-12-06T07:43:39.576+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:39.742 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:39 smithi195 bash[60486]: debug 2023-12-06T07:43:39.576+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:03.212147+0000 front 2023-12-06T07:43:03.212261+0000 (oldest deadline 2023-12-06T07:43:26.612758+0000) 2023-12-06T07:43:39.742 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:39 smithi195 bash[60486]: debug 2023-12-06T07:43:39.576+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6830 osd.3 since back 2023-12-06T07:43:10.614980+0000 front 2023-12-06T07:43:10.615107+0000 (oldest deadline 2023-12-06T07:43:36.415561+0000) 2023-12-06T07:43:39.845 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:39 smithi195 bash[62364]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-6 2023-12-06T07:43:40.345 INFO:journalctl@ceph.osd.6.smithi195.stdout:Dec 06 07:43:39 smithi195 bash[62439]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-6 2023-12-06T07:43:40.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:40 smithi195 bash[60486]: debug 2023-12-06T07:43:40.540+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:40.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:40 smithi195 bash[60486]: debug 2023-12-06T07:43:40.540+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:40.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:40 smithi195 bash[60486]: debug 2023-12-06T07:43:40.540+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:03.212147+0000 front 2023-12-06T07:43:03.212261+0000 (oldest deadline 2023-12-06T07:43:26.612758+0000) 2023-12-06T07:43:40.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:40 smithi195 bash[60486]: debug 2023-12-06T07:43:40.540+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6830 osd.3 since back 2023-12-06T07:43:10.614980+0000 front 2023-12-06T07:43:10.615107+0000 (oldest deadline 2023-12-06T07:43:36.415561+0000) 2023-12-06T07:43:41.595 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:41 smithi195 bash[60486]: debug 2023-12-06T07:43:41.500+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:41.595 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:41 smithi195 bash[60486]: debug 2023-12-06T07:43:41.500+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:41.595 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:41 smithi195 bash[60486]: debug 2023-12-06T07:43:41.500+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:03.212147+0000 front 2023-12-06T07:43:03.212261+0000 (oldest deadline 2023-12-06T07:43:26.612758+0000) 2023-12-06T07:43:41.596 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:41 smithi195 bash[60486]: debug 2023-12-06T07:43:41.500+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6830 osd.3 since back 2023-12-06T07:43:10.614980+0000 front 2023-12-06T07:43:10.615107+0000 (oldest deadline 2023-12-06T07:43:36.415561+0000) 2023-12-06T07:43:41.968 DEBUG:teuthology.orchestra.run.smithi195:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.6.service' 2023-12-06T07:43:41.999 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:43:42.000 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-06T07:43:42.000 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-06T07:43:42.000 DEBUG:teuthology.orchestra.run.smithi195:> sudo systemctl stop ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.7 2023-12-06T07:43:42.345 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:42 smithi195 systemd[1]: Stopping Ceph osd.7 for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:43:42.345 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:42 smithi195 bash[60486]: debug 2023-12-06T07:43:42.140+0000 7f20974c8700 -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-06T07:43:42.345 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:42 smithi195 bash[60486]: debug 2023-12-06T07:43:42.140+0000 7f20974c8700 -1 osd.7 147 *** Got signal Terminated *** 2023-12-06T07:43:42.345 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:42 smithi195 bash[60486]: debug 2023-12-06T07:43:42.140+0000 7f20974c8700 -1 osd.7 147 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T07:43:42.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:42 smithi195 bash[60486]: debug 2023-12-06T07:43:42.528+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:42.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:42 smithi195 bash[60486]: debug 2023-12-06T07:43:42.528+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:42.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:42 smithi195 bash[60486]: debug 2023-12-06T07:43:42.528+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:03.212147+0000 front 2023-12-06T07:43:03.212261+0000 (oldest deadline 2023-12-06T07:43:26.612758+0000) 2023-12-06T07:43:42.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:42 smithi195 bash[60486]: debug 2023-12-06T07:43:42.528+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6830 osd.3 since back 2023-12-06T07:43:10.614980+0000 front 2023-12-06T07:43:10.615107+0000 (oldest deadline 2023-12-06T07:43:36.415561+0000) 2023-12-06T07:43:43.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:43 smithi195 bash[60486]: debug 2023-12-06T07:43:43.508+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:43.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:43 smithi195 bash[60486]: debug 2023-12-06T07:43:43.508+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:43.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:43 smithi195 bash[60486]: debug 2023-12-06T07:43:43.508+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:03.212147+0000 front 2023-12-06T07:43:03.212261+0000 (oldest deadline 2023-12-06T07:43:26.612758+0000) 2023-12-06T07:43:43.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:43 smithi195 bash[60486]: debug 2023-12-06T07:43:43.508+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6830 osd.3 since back 2023-12-06T07:43:10.614980+0000 front 2023-12-06T07:43:10.615107+0000 (oldest deadline 2023-12-06T07:43:36.415561+0000) 2023-12-06T07:43:43.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:43 smithi195 bash[60486]: debug 2023-12-06T07:43:43.508+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.195:6804 osd.4 since back 2023-12-06T07:43:20.417516+0000 front 2023-12-06T07:43:20.417579+0000 (oldest deadline 2023-12-06T07:43:43.317357+0000) 2023-12-06T07:43:43.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:43 smithi172 bash[60190]: level=error ts=2023-12-06T07:43:43.560Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:43:43.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:43 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:43.562Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:43:43.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:43 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:43.564Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:43:44.672 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:44 smithi172 bash[60190]: level=error ts=2023-12-06T07:43:44.247Z 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://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:43:44.672 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:44 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:44.248Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:43:44.672 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:44 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:44.250Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:43:44.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:44 smithi195 bash[60486]: debug 2023-12-06T07:43:44.488+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:44.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:44 smithi195 bash[60486]: debug 2023-12-06T07:43:44.488+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:44.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:44 smithi195 bash[60486]: debug 2023-12-06T07:43:44.488+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:03.212147+0000 front 2023-12-06T07:43:03.212261+0000 (oldest deadline 2023-12-06T07:43:26.612758+0000) 2023-12-06T07:43:44.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:44 smithi195 bash[60486]: debug 2023-12-06T07:43:44.488+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6830 osd.3 since back 2023-12-06T07:43:10.614980+0000 front 2023-12-06T07:43:10.615107+0000 (oldest deadline 2023-12-06T07:43:36.415561+0000) 2023-12-06T07:43:44.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:44 smithi195 bash[60486]: debug 2023-12-06T07:43:44.488+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.195:6804 osd.4 since back 2023-12-06T07:43:20.417516+0000 front 2023-12-06T07:43:20.417579+0000 (oldest deadline 2023-12-06T07:43:43.317357+0000) 2023-12-06T07:43:45.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:45 smithi195 bash[60486]: debug 2023-12-06T07:43:45.520+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:45.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:45 smithi195 bash[60486]: debug 2023-12-06T07:43:45.520+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:45.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:45 smithi195 bash[60486]: debug 2023-12-06T07:43:45.520+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:03.212147+0000 front 2023-12-06T07:43:03.212261+0000 (oldest deadline 2023-12-06T07:43:26.612758+0000) 2023-12-06T07:43:45.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:45 smithi195 bash[60486]: debug 2023-12-06T07:43:45.520+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6830 osd.3 since back 2023-12-06T07:43:10.614980+0000 front 2023-12-06T07:43:10.615107+0000 (oldest deadline 2023-12-06T07:43:36.415561+0000) 2023-12-06T07:43:45.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:45 smithi195 bash[60486]: debug 2023-12-06T07:43:45.520+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.195:6804 osd.4 since back 2023-12-06T07:43:20.417516+0000 front 2023-12-06T07:43:20.417579+0000 (oldest deadline 2023-12-06T07:43:43.317357+0000) 2023-12-06T07:43:46.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:46 smithi195 bash[60486]: debug 2023-12-06T07:43:46.496+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6806 osd.0 since back 2023-12-06T07:42:44.706849+0000 front 2023-12-06T07:42:44.706267+0000 (oldest deadline 2023-12-06T07:43:09.307373+0000) 2023-12-06T07:43:46.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:46 smithi195 bash[60486]: debug 2023-12-06T07:43:46.496+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6814 osd.1 since back 2023-12-06T07:42:53.310151+0000 front 2023-12-06T07:42:53.309768+0000 (oldest deadline 2023-12-06T07:43:17.409728+0000) 2023-12-06T07:43:46.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:46 smithi195 bash[60486]: debug 2023-12-06T07:43:46.496+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6822 osd.2 since back 2023-12-06T07:43:03.212147+0000 front 2023-12-06T07:43:03.212261+0000 (oldest deadline 2023-12-06T07:43:26.612758+0000) 2023-12-06T07:43:46.845 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:46 smithi195 bash[60486]: debug 2023-12-06T07:43:46.496+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.172:6830 osd.3 since back 2023-12-06T07:43:10.614980+0000 front 2023-12-06T07:43:10.615107+0000 (oldest deadline 2023-12-06T07:43:36.415561+0000) 2023-12-06T07:43:46.846 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:46 smithi195 bash[60486]: debug 2023-12-06T07:43:46.496+0000 7f20932c2700 -1 osd.7 147 heartbeat_check: no reply from 172.21.15.195:6804 osd.4 since back 2023-12-06T07:43:20.417516+0000 front 2023-12-06T07:43:20.417579+0000 (oldest deadline 2023-12-06T07:43:43.317357+0000) 2023-12-06T07:43:48.398 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:48 smithi195 bash[62578]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-7 2023-12-06T07:43:48.398 INFO:journalctl@ceph.osd.7.smithi195.stdout:Dec 06 07:43:48 smithi195 bash[62651]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-osd-7 2023-12-06T07:43:50.235 DEBUG:teuthology.orchestra.run.smithi195:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@osd.7.service' 2023-12-06T07:43:50.272 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:43:50.272 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-06T07:43:50.272 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2023-12-06T07:43:50.272 DEBUG:teuthology.orchestra.run.smithi195:> sudo systemctl stop ceph-6c6e2358-9407-11ee-95a2-87774f69a715@prometheus.a 2023-12-06T07:43:50.595 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:43:50 smithi195 systemd[1]: Stopping Ceph prometheus.a for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:43:50.595 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:43:50 smithi195 bash[49416]: ts=2023-12-06T07:43:50.433Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-06T07:43:50.596 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:43:50 smithi195 bash[49416]: ts=2023-12-06T07:43:50.433Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-06T07:43:50.596 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:43:50 smithi195 bash[49416]: ts=2023-12-06T07:43:50.433Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-06T07:43:50.596 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:43:50 smithi195 bash[49416]: ts=2023-12-06T07:43:50.433Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-06T07:43:50.596 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:43:50 smithi195 bash[49416]: ts=2023-12-06T07:43:50.433Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-06T07:43:50.596 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:43:50 smithi195 bash[49416]: ts=2023-12-06T07:43:50.433Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-06T07:43:50.596 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:43:50 smithi195 bash[49416]: ts=2023-12-06T07:43:50.434Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-06T07:43:50.596 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:43:50 smithi195 bash[49416]: ts=2023-12-06T07:43:50.434Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-06T07:43:50.596 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:43:50 smithi195 bash[49416]: ts=2023-12-06T07:43:50.434Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-06T07:43:50.597 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:43:50 smithi195 bash[49416]: ts=2023-12-06T07:43:50.435Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-06T07:43:50.597 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:43:50 smithi195 bash[49416]: ts=2023-12-06T07:43:50.435Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-06T07:43:50.597 INFO:journalctl@ceph.prometheus.a.smithi195.stdout:Dec 06 07:43:50 smithi195 bash[49416]: ts=2023-12-06T07:43:50.435Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-06T07:43:51.139 DEBUG:teuthology.orchestra.run.smithi195:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6c6e2358-9407-11ee-95a2-87774f69a715@prometheus.a.service' 2023-12-06T07:43:51.171 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:43:51.171 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2023-12-06T07:43:51.171 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-06T07:43:51.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:51 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:51.629Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:43:51.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:51 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:51.630Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:43:53.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:53 smithi172 bash[60190]: level=error ts=2023-12-06T07:43:53.561Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:43:53.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:53 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:53.563Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:43:53.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:53 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:53.565Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:43:54.667 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:54 smithi172 bash[60190]: level=error ts=2023-12-06T07:43:54.248Z 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://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:43:54.667 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:54 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:54.248Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-06T07:43:54.667 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:54 smithi172 bash[60190]: level=warn ts=2023-12-06T07:43:54.249Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi195.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.195:8443: connect: connection refused" 2023-12-06T07:43:55.898 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:43:55 smithi172 systemd[1]: Stopping Ceph node-exporter.a for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:43:56.618 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:43:56 smithi172 bash[80199]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-node-exporter-a 2023-12-06T07:43:56.618 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:43:56 smithi172 bash[80248]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-node-exporter.a 2023-12-06T07:43:56.619 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:43:56 smithi172 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-12-06T07:43:56.619 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:43:56 smithi172 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-06T07:43:56.619 INFO:journalctl@ceph.node-exporter.a.smithi172.stdout:Dec 06 07:43:56 smithi172 systemd[1]: Stopped Ceph node-exporter.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:43:56.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:56 smithi172 systemd[1]: Stopping Ceph alertmanager.a for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:43:56.922 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:56 smithi172 bash[60190]: level=info ts=2023-12-06T07:43:56.706Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-06T07:43:57.672 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:57 smithi172 bash[80287]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-alertmanager-a 2023-12-06T07:43:57.672 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:57 smithi172 bash[80348]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-alertmanager.a 2023-12-06T07:43:57.672 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:57 smithi172 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-06T07:43:57.672 INFO:journalctl@ceph.alertmanager.a.smithi172.stdout:Dec 06 07:43:57 smithi172 systemd[1]: Stopped Ceph alertmanager.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:44:31.638 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-06T07:44:36.073 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:44:35 smithi195 systemd[1]: Stopping Ceph node-exporter.b for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:44:36.575 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:44:36 smithi195 bash[63030]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-node-exporter-b 2023-12-06T07:44:36.819 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:44:36 smithi195 bash[63077]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-node-exporter.b 2023-12-06T07:44:36.819 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:44:36 smithi195 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-12-06T07:44:36.819 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:44:36 smithi195 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-06T07:44:36.819 INFO:journalctl@ceph.node-exporter.b.smithi195.stdout:Dec 06 07:44:36 smithi195 systemd[1]: Stopped Ceph node-exporter.b for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:44:37.095 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:44:37 smithi195 systemd[1]: Stopping Ceph grafana.a for 6c6e2358-9407-11ee-95a2-87774f69a715... 2023-12-06T07:44:37.595 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:44:37 smithi195 bash[48019]: t=2023-12-06T07:44:37+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-06T07:44:38.042 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:44:37 smithi195 bash[63115]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-grafana-a 2023-12-06T07:44:38.043 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:44:37 smithi195 bash[63162]: Error response from daemon: No such container: ceph-6c6e2358-9407-11ee-95a2-87774f69a715-grafana.a 2023-12-06T07:44:38.043 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:44:37 smithi195 systemd[1]: ceph-6c6e2358-9407-11ee-95a2-87774f69a715@grafana.a.service: Succeeded. 2023-12-06T07:44:38.043 INFO:journalctl@ceph.grafana.a.smithi195.stdout:Dec 06 07:44:37 smithi195 systemd[1]: Stopped Ceph grafana.a for 6c6e2358-9407-11ee-95a2-87774f69a715. 2023-12-06T07:45:00.371 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T07:45:00.389 DEBUG:teuthology.orchestra.run.smithi195:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T07:45:00.398 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-06T07:45:00.401 DEBUG:teuthology.misc:Transferring archived files from smithi172:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479349/remote/smithi172/crash 2023-12-06T07:45:00.402 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/crash -- . 2023-12-06T07:45:00.418 INFO:teuthology.orchestra.run.smithi172.stderr:tar: /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-06T07:45:00.418 INFO:teuthology.orchestra.run.smithi172.stderr:tar: Error is not recoverable: exiting now 2023-12-06T07:45:00.420 DEBUG:teuthology.misc:Transferring archived files from smithi195:/var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479349/remote/smithi195/crash 2023-12-06T07:45:00.421 DEBUG:teuthology.orchestra.run.smithi195:> sudo tar c -f - -C /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/crash -- . 2023-12-06T07:45:00.436 INFO:teuthology.orchestra.run.smithi195.stderr:tar: /var/lib/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-06T07:45:00.437 INFO:teuthology.orchestra.run.smithi195.stderr:tar: Error is not recoverable: exiting now 2023-12-06T07:45:00.437 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-06T07:45:00.438 DEBUG:teuthology.orchestra.run.smithi172:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-06T07:45:00.476 INFO:teuthology.orchestra.run.smithi172.stderr:grep: /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-06T07:45:00.478 INFO:tasks.cephadm:Compressing logs... 2023-12-06T07:45:00.478 DEBUG:teuthology.orchestra.run.smithi172:> 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-06T07:45:00.480 DEBUG:teuthology.orchestra.run.smithi195:> 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-06T07:45:00.490 INFO:teuthology.orchestra.run.smithi172.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-06T07:45:00.496 INFO:teuthology.orchestra.run.smithi195.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-06T07:45:00.503 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-mon.a.log 2023-12-06T07:45:00.504 INFO:teuthology.orchestra.run.smithi195.stderr:gzip -5 --verbose -- /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-mon.b.log 2023-12-06T07:45:00.504 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-mgr.y.log 2023-12-06T07:45:00.504 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-mon.c.log 2023-12-06T07:45:00.505 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-12-06T07:45:00.506 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-mon.c.log: /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/tcmu-runner.log 2023-12-06T07:45:00.506 INFO:teuthology.orchestra.run.smithi195.stderr:gzip -5 --verbose -- /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-12-06T07:45:00.506 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-mgr.x.log 2023-12-06T07:45:00.506 INFO:teuthology.orchestra.run.smithi195.stderr:gzip -5 --verbose -- /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.6.log 2023-12-06T07:45:00.507 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.5.log: /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi195.imqeni.log 2023-12-06T07:45:00.507 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi195.hycrot.log 2023-12-06T07:45:00.508 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi195.imqeni.log: gzip -5 --verbose -- /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-12-06T07:45:00.509 INFO:teuthology.orchestra.run.smithi195.stderr: 62.5% -- replaced with /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi195.imqeni.log.gz 2023-12-06T07:45:00.509 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi195.hycrot.log: gzip -5 --verbose -- /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-06T07:45:00.509 INFO:teuthology.orchestra.run.smithi195.stderr: 62.6% -- replaced with /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi195.hycrot.log.gz 2023-12-06T07:45:00.509 INFO:teuthology.orchestra.run.smithi195.stderr:gzip -5 --verbose -- /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-12-06T07:45:00.510 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi172.fmdqeg.log 2023-12-06T07:45:00.510 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/tcmu-runner.log: gzip -5 --verbose -- /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-12-06T07:45:00.510 INFO:teuthology.orchestra.run.smithi172.stderr: 82.5% -- replaced with /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/tcmu-runner.log.gz 2023-12-06T07:45:00.510 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi172.fmdqeg.log: gzip -5 --verbose -- /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi172.woscxg.log 2023-12-06T07:45:00.510 INFO:teuthology.orchestra.run.smithi172.stderr: 62.5% -- replaced with /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi172.fmdqeg.log.gz 2023-12-06T07:45:00.511 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.4.log: /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-06T07:45:00.512 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-12-06T07:45:00.513 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi172.woscxg.log: gzip -5 62.6% -- replaced with /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi172.woscxg.log.gz 2023-12-06T07:45:00.513 INFO:teuthology.orchestra.run.smithi172.stderr:--verbose -- /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-06T07:45:00.514 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-12-06T07:45:00.520 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-06T07:45:00.526 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.7.log: /var/log/ceph/cephadm.log: 91.4% -- replaced with /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-06T07:45:00.531 INFO:teuthology.orchestra.run.smithi195.stderr: 86.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-06T07:45:00.534 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.2.log: 91.2% -- replaced with /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-06T07:45:00.548 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/cephadm.log: 91.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-06T07:45:00.571 INFO:teuthology.orchestra.run.smithi195.stderr: 89.1% -- replaced with /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-mgr.x.log.gz 2023-12-06T07:45:00.873 INFO:teuthology.orchestra.run.smithi172.stderr: 88.8% -- replaced with /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-mgr.y.log.gz 2023-12-06T07:45:00.990 INFO:teuthology.orchestra.run.smithi195.stderr: 92.6% -- replaced with /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-mon.b.log.gz 2023-12-06T07:45:01.046 INFO:teuthology.orchestra.run.smithi172.stderr: 92.3% -- replaced with /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-mon.c.log.gz 2023-12-06T07:45:01.515 INFO:teuthology.orchestra.run.smithi172.stderr: 91.1% -- replaced with /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-mon.a.log.gz 2023-12-06T07:45:01.532 INFO:teuthology.orchestra.run.smithi195.stderr: 93.1% -- replaced with /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-12-06T07:45:01.605 INFO:teuthology.orchestra.run.smithi172.stderr: 93.5% -- replaced with /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-12-06T07:45:01.690 INFO:teuthology.orchestra.run.smithi195.stderr: 93.6% -- replaced with /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-12-06T07:45:01.701 INFO:teuthology.orchestra.run.smithi195.stderr: 93.3% -- replaced with /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-12-06T07:45:01.703 INFO:teuthology.orchestra.run.smithi172.stderr: 93.5% -- replaced with /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-12-06T07:45:01.854 INFO:teuthology.orchestra.run.smithi172.stderr: 93.5% -- replaced with /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-12-06T07:45:02.005 INFO:teuthology.orchestra.run.smithi195.stderr: 93.5% -- replaced with /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-12-06T07:45:02.007 INFO:teuthology.orchestra.run.smithi195.stderr: 2023-12-06T07:45:02.007 INFO:teuthology.orchestra.run.smithi195.stderr:real 0m1.522s 2023-12-06T07:45:02.007 INFO:teuthology.orchestra.run.smithi195.stderr:user 0m5.282s 2023-12-06T07:45:02.007 INFO:teuthology.orchestra.run.smithi195.stderr:sys 0m0.223s 2023-12-06T07:45:02.012 INFO:teuthology.orchestra.run.smithi172.stderr: 93.6% -- replaced with /var/log/ceph/6c6e2358-9407-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-12-06T07:45:02.013 INFO:teuthology.orchestra.run.smithi172.stderr: 2023-12-06T07:45:02.013 INFO:teuthology.orchestra.run.smithi172.stderr:real 0m1.530s 2023-12-06T07:45:02.014 INFO:teuthology.orchestra.run.smithi172.stderr:user 0m6.866s 2023-12-06T07:45:02.014 INFO:teuthology.orchestra.run.smithi172.stderr:sys 0m0.242s 2023-12-06T07:45:02.015 INFO:tasks.cephadm:Archiving logs... 2023-12-06T07:45:02.015 DEBUG:teuthology.misc:Transferring archived files from smithi172:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479349/remote/smithi172/log 2023-12-06T07:45:02.016 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-06T07:45:02.910 DEBUG:teuthology.misc:Transferring archived files from smithi195:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479349/remote/smithi195/log 2023-12-06T07:45:02.911 DEBUG:teuthology.orchestra.run.smithi195:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-06T07:45:03.669 INFO:tasks.cephadm:Removing cluster... 2023-12-06T07:45:03.670 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 --force 2023-12-06T07:45:04.462 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6c6e2358-9407-11ee-95a2-87774f69a715 --force 2023-12-06T07:45:05.259 INFO:tasks.cephadm:Removing cephadm ... 2023-12-06T07:45:05.260 DEBUG:teuthology.orchestra.run.smithi172:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-06T07:45:05.267 DEBUG:teuthology.orchestra.run.smithi195:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-06T07:45:05.274 INFO:tasks.cephadm:Teardown complete 2023-12-06T07:45:05.274 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-06T07:45:05.283 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-06T07:45:05.284 DEBUG:teuthology.orchestra.run.smithi172:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T07:45:05.315 DEBUG:teuthology.orchestra.run.smithi195:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T07:45:05.333 INFO:teuthology.orchestra.run.smithi172.stdout: remote refid st t when poll reach delay offset jitter 2023-12-06T07:45:05.334 INFO:teuthology.orchestra.run.smithi172.stdout:============================================================================== 2023-12-06T07:45:05.334 INFO:teuthology.orchestra.run.smithi172.stdout:*hv01.front.sepi 44.4.53.2 2 u 43 64 377 0.100 -1.640 0.055 2023-12-06T07:45:05.334 INFO:teuthology.orchestra.run.smithi172.stdout:+hv02.front.sepi 63.231.80.2 3 u 57 64 377 0.081 0.330 0.055 2023-12-06T07:45:05.334 INFO:teuthology.orchestra.run.smithi172.stdout:+hv03.front.sepi 74.6.168.72 3 u 55 64 377 0.084 -0.555 0.047 2023-12-06T07:45:05.334 INFO:teuthology.orchestra.run.smithi172.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-06T07:45:05.338 INFO:teuthology.orchestra.run.smithi195.stdout: remote refid st t when poll reach delay offset jitter 2023-12-06T07:45:05.338 INFO:teuthology.orchestra.run.smithi195.stdout:============================================================================== 2023-12-06T07:45:05.339 INFO:teuthology.orchestra.run.smithi195.stdout:*hv01.front.sepi 44.4.53.2 2 u 117 128 377 0.084 -0.149 0.255 2023-12-06T07:45:05.339 INFO:teuthology.orchestra.run.smithi195.stdout:+hv02.front.sepi 63.231.80.2 3 u 53 128 377 0.076 2.142 0.156 2023-12-06T07:45:05.339 INFO:teuthology.orchestra.run.smithi195.stdout:+hv03.front.sepi 74.6.168.72 3 u 49 128 377 0.091 1.197 0.125 2023-12-06T07:45:05.339 INFO:teuthology.orchestra.run.smithi195.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-06T07:45:05.340 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-06T07:45:05.350 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-06T07:45:05.351 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-06T07:45:05.361 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-06T07:45:05.372 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-06T07:45:05.384 INFO:teuthology.task.internal:Duration was 2069.961160 seconds 2023-12-06T07:45:05.385 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-06T07:45:05.395 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-06T07:45:05.395 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T07:45:05.398 DEBUG:teuthology.orchestra.run.smithi195:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T07:45:05.448 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-06T07:45:05.449 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi172.front.sepia.ceph.com 2023-12-06T07:45:05.449 DEBUG:teuthology.orchestra.run.smithi172:> 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-06T07:45:05.460 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi195.front.sepia.ceph.com 2023-12-06T07:45:05.461 DEBUG:teuthology.orchestra.run.smithi195:> 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-06T07:45:05.475 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-06T07:45:05.475 DEBUG:teuthology.orchestra.run.smithi172:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T07:45:05.477 DEBUG:teuthology.orchestra.run.smithi195:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T07:45:05.542 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-06T07:45:05.543 DEBUG:teuthology.orchestra.run.smithi172:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T07:45:05.545 DEBUG:teuthology.orchestra.run.smithi195:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T07:45:05.709 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-06T07:45:05.720 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-06T07:45:05.721 DEBUG:teuthology.orchestra.run.smithi172:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T07:45:05.732 DEBUG:teuthology.orchestra.run.smithi195:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T07:45:05.746 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-06T07:45:05.756 DEBUG:teuthology.orchestra.run.smithi172:> 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-06T07:45:05.758 DEBUG:teuthology.orchestra.run.smithi195:> 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-06T07:45:05.770 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern = core 2023-12-06T07:45:05.772 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern = core 2023-12-06T07:45:05.807 DEBUG:teuthology.orchestra.run.smithi172:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T07:45:05.852 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:45:05.853 DEBUG:teuthology.orchestra.run.smithi195:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T07:45:05.858 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:45:05.859 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-06T07:45:05.869 INFO:teuthology.task.internal:Transferring archived files... 2023-12-06T07:45:05.870 DEBUG:teuthology.misc:Transferring archived files from smithi172:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479349/remote/smithi172 2023-12-06T07:45:05.871 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T07:45:05.900 DEBUG:teuthology.misc:Transferring archived files from smithi195:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479349/remote/smithi195 2023-12-06T07:45:05.901 DEBUG:teuthology.orchestra.run.smithi195:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T07:45:05.929 INFO:teuthology.task.internal:Removing archive directory... 2023-12-06T07:45:05.929 DEBUG:teuthology.orchestra.run.smithi172:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T07:45:05.932 DEBUG:teuthology.orchestra.run.smithi195:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T07:45:05.939 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-06T07:45:05.950 INFO:teuthology.task.internal:Not uploading archives. 2023-12-06T07:45:05.950 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-06T07:45:05.961 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-06T07:45:05.962 DEBUG:teuthology.orchestra.run.smithi172:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T07:45:05.981 DEBUG:teuthology.orchestra.run.smithi195:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T07:45:05.986 INFO:teuthology.orchestra.run.smithi172.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 07:45 /home/ubuntu/cephtest 2023-12-06T07:45:05.990 INFO:teuthology.orchestra.run.smithi195.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 07:45 /home/ubuntu/cephtest 2023-12-06T07:45:05.992 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-06T07:45:06.003 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-06T07:45:06.025 INFO:teuthology.nuke:Checking targets against current locks 2023-12-06T07:45:06.053 DEBUG:teuthology.nuke:shortname: smithi172 2023-12-06T07:45:06.054 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T07:45:06.078 DEBUG:teuthology.nuke:shortname: smithi195 2023-12-06T07:45:06.079 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T07:45:06.082 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi172.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479349', '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-06 07:01:13.470397', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-06T07:45:06.103 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi195.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479349', '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-06 07:01:13.472184', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-06T07:45:06.134 INFO:teuthology.orchestra.console.smithi172:Power off 2023-12-06T07:45:06.135 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T07:45:06.163 DEBUG:teuthology.orchestra.console.smithi172:power off output: Chassis Power Control: Down/Off 2023-12-06T07:45:06.164 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:45:06.181 INFO:teuthology.orchestra.console.smithi195:Power off 2023-12-06T07:45:06.181 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T07:45:06.191 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is on 2023-12-06T07:45:06.206 DEBUG:teuthology.orchestra.console.smithi195:power off output: Chassis Power Control: Down/Off 2023-12-06T07:45:06.206 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:45:06.234 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is on 2023-12-06T07:45:10.192 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:45:10.237 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:45:10.303 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is on 2023-12-06T07:45:10.347 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is on 2023-12-06T07:45:14.307 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:45:14.349 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:45:14.419 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is on 2023-12-06T07:45:14.460 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is on 2023-12-06T07:45:18.422 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:45:18.461 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:45:18.532 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is off 2023-12-06T07:45:18.573 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is off 2023-12-06T07:45:18.634 INFO:teuthology.orchestra.console.smithi172:Power off completed 2023-12-06T07:45:18.674 INFO:teuthology.orchestra.console.smithi195:Power off completed 2023-12-06T07:45:18.779 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: 2069.9611599445343 failure_reason: 'Command failed on smithi172 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 6c6e2358-9407-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=c83849533ccc412bb4793f5ddc902bdd status: fail success: false 2023-12-06T07:45:18.780 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T07:45:18.850 INFO:teuthology.run:FAIL